6543
9fbb898058
Show protection symbol if needed on default branch ( #7660 ) ( #7668 )
...
* backport issue showing portection symbol if needet at default branch
* sugestion to use range .Branches
d57973a804
2019-07-30 22:48:53 +08:00
6543
0a9794a6bc
hide delete/restore button on archived repos [backport] ( #7660 )
...
* hide delete/restore button on archived repos
close issue #7653
* backport vor v1.9
* hide column also
* move protected icon to first colum
backport parts of https://github.com/go-gitea/gitea/pull/7461
* backport comit divergenze fix
https://github.com/go-gitea/gitea/issues/7625
2019-07-30 00:20:39 +03:00
Gary Kim
2477737fff
Only show "New Pull Request" button if repo allows pulls ( #7426 ) ( #7432 )
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-07-12 12:35:07 +08:00
Mario Lubenka
7c0f2b9843
Show Pull Request button or status of latest PR in branch list ( #6990 )
...
* Show Pull Request button or status of latest PR in branch list
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Do not show pull request button on deleted branches
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Do not show commit divergence on deleted branches
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Use XORMs Get instead of limit
* Links pull request ID and use smaller labels for displaying the pull request status
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Handle error when getting latest pull request
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Indent template
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Check error when loading issue
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
2019-06-27 22:15:30 +08:00
Mario Lubenka
55a8e12d85
Number of commits ahead/behind in branch overview ( #6695 )
...
* Call Git API to determine divergence of a branch and its base branch
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Show commit divergance in branch list
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adds missing comment
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adds test for diverging commits
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Try comparing commits instead of branches
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Removes test as CI can't run it
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adjusts signature of percentage function to allow providing multiple integers as numerator
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Moves CountDivergingCommits function into repofiles module
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
2019-05-05 19:25:25 +03:00
Harshit Bansal
dd006db5a7
Display branch name in delete branch confirmation modal. ( #5654 )
...
Fixes : #5630 .
2019-01-06 15:08:25 -05:00
nubenum
756eafaaf6
Fix some issues with special chars in branch names ( #3767 )
...
Signed-off-by: Robin Durner <github@nubenum.de >
2018-09-17 01:28:23 +03:00
Joel da Rosa
91373901f6
Prevent html entity escaping ( #4471 )
2018-07-19 18:25:17 +03:00
bugreport0
bac6d05e78
Improve English grammar and consistency. ( #3614 )
...
* Start improving English grammar and consistency.
* Apply review comments, push translation further.
* Additional review changes; expand translation.
* Undo team/organization change, further translation.
* Add site administration; review comments; merge.
* Update hardcoded branch protection string tests.
* Update hardcoded branch deletion string test.
* Update another hardcoded translation string test.
* Add my nickname to the list of translators.
* Implement @lafriks review comments.
* Remove (now) unused branch deletion warnings.
* Remove (now) unused branch deletion warnings.
2018-04-19 17:24:31 +03:00
Bwko
38a9cda4bb
Remove unnecessary Safe tags ( #3778 )
2018-04-10 06:43:37 +03:00
Bo-Yi Wu
fc265b036f
feat: Add branch link in branch list. ( #3576 )
2018-02-24 23:17:59 +02:00
Lunny Xiao
f2e20c81b6
Refactor struct's time to remove unnecessary memory usage ( #3142 )
...
* refactor struct's time to remove unnecessary memory usage
* use AsTimePtr simple code
* fix tests
* fix time compare
* fix template on gpg
* use AddDuration instead of Add
2017-12-11 06:37:04 +02:00
Bwko
3ab580c8d6
Add branch overiew page ( #2108 )
...
* Add branch overiew page
* fix changed method name on sub menu
* remove unused code
2017-10-26 08:49:16 +08:00