aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/repo_branch_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ref name rules (#6437)mrsdizzie2019-03-261-1/+1
| | | | | | | | | | | | | | | | | * Clean up ref name rules Clean up checks on reference names to better conform to the guideline here: https://git-scm.com/docs/git-check-ref-format This fixes half of #6321 * Update branch create integration test According to: https://git-scm.com/docs/git-check-ref-format And: git check-ref-format "master/feature=test1" This is a valid branch name and we should not be testing for it to fail.
* Add more bench (#3161)Antoine GIRARD2017-12-241-1/+1
| | | | | | * Improve makefile + Add benchs * Apply recommendations of @ethantkoenig
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+3
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-52/+52
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+132
* Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition