mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
c05a8abc76
* Multiple GitGraph improvements. Add backend support for excluding PRs, selecting branches and files. Fix #10327 Signed-off-by: Andrew Thornton <[email protected]> * as per @silverwind Signed-off-by: Andrew Thornton <[email protected]> * as per @silverwind Signed-off-by: Andrew Thornton <[email protected]> * Only show refs in dropdown we display on the graph Signed-off-by: Andrew Thornton <[email protected]> * as per @silverwind Signed-off-by: Andrew Thornton <[email protected]> * use flexbox for ui header Signed-off-by: Andrew Thornton <[email protected]> * Move Hide Pull Request button to the dropdown Signed-off-by: Andrew Thornton <[email protected]> * Add SHA and user pictures Signed-off-by: Andrew Thornton <[email protected]> * fix test Signed-off-by: Andrew Thornton <[email protected]> * fix test 2 Signed-off-by: Andrew Thornton <[email protected]> * fixes * async * more tweaks * use tabs in tmpl Signed-off-by: Andrew Thornton <[email protected]> * remove commented thing Signed-off-by: Andrew Thornton <[email protected]> * fix linting Signed-off-by: Andrew Thornton <[email protected]> * Update web_src/js/features/gitgraph.js Co-authored-by: silverwind <[email protected]> * graph tweaks * more tweaks * add title Signed-off-by: Andrew Thornton <[email protected]> * fix loading indicator z-index and position Co-authored-by: silverwind <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Lauris BH <[email protected]>