summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-0310-124/+124
* Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-0218-113/+277
|\
| * Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-02163-686/+2123
| |\
| * \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-26150-257/+290
| |\ \
| * | | We don't care about the return value nowLin Jen-Shin2017-01-261-1/+1
| * | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-26376-3736/+17364
| |\ \ \
| * | | | Fix renamingLin Jen-Shin2017-01-074-7/+7
| * | | | Remove tag with git hooksLin Jen-Shin2017-01-051-2/+3
| * | | | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-04313-2035/+10372
| |\ \ \ \
| * | | | | Unify parameters and callback after hooksLin Jen-Shin2016-12-142-5/+4
| * | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-1215-47/+263
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-1037-189/+899
| |\ \ \ \ \ \
| * | | | | | | Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-5/+23
| * | | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-0889-522/+2850
| |\ \ \ \ \ \ \
| * | | | | | | | rubocop prefers lisp styleLin Jen-Shin2016-12-082-6/+2
| * | | | | | | | Fix tests to use the new APILin Jen-Shin2016-12-0811-36/+122
| * | | | | | | | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-3/+3
| * | | | | | | | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-28/+58
| * | | | | | | | Commit outside the hooks if possible:Lin Jen-Shin2016-12-071-1/+1
| * | | | | | | | Re-enable tests for update_branch_with_hooks andLin Jen-Shin2016-12-061-12/+38
| * | | | | | | | Fix update_ref! call in the testLin Jen-Shin2016-12-061-1/+2
| * | | | | | | | Introduce GitOperationService and wrap everyLin Jen-Shin2016-12-061-6/+6
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-03185-2255/+4049
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-2447-861/+1381
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-22225-1017/+6681
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-15152-667/+3649
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add a test to make sure hooks are fire only onceLin Jen-Shin2016-11-051-14/+15
* | | | | | | | | | | | | Merge branch 'fix-frontend-test-failures' into 'master' Alfredo Sumaran2017-02-0213-33/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | use setFixtures instead of fixture.setMike Greiling2017-02-021-7/+6
| * | | | | | | | | | | | | prevent u2f tests from triggering a form submission while testingMike Greiling2017-02-021-8/+8
| * | | | | | | | | | | | | simplify test for focus stateMike Greiling2017-02-021-5/+1
| * | | | | | | | | | | | | preload projects.json fixtureMike Greiling2017-02-021-0/+2
| * | | | | | | | | | | | | preload projects.json fixtureMike Greiling2017-02-021-0/+2
| * | | | | | | | | | | | | rework tests which rely on teaspoon-specific behaviorMike Greiling2017-02-021-5/+9
| * | | | | | | | | | | | | use setFixtures instead of fixture.setMike Greiling2017-02-021-1/+1
| * | | | | | | | | | | | | ensure helper classes and constants are exposed globallyMike Greiling2017-02-023-3/+12
| * | | | | | | | | | | | | preload projects.json fixtureMike Greiling2017-02-021-0/+1
| * | | | | | | | | | | | | fix fixture references in environments_specMike Greiling2017-02-021-2/+2
| * | | | | | | | | | | | | allow console.xxx in tests, reorder eslint rules alphabeticallyMike Greiling2017-02-021-2/+3
* | | | | | | | | | | | | | Merge branch 'group-label-sidebar-link' into 'master' Sean McGivern2017-02-021-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-021-0/+21
* | | | | | | | | | | | | | Merge branch 'fix-filtered-search-manager-spec' into 'master' Filipa Lacerda2017-02-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix filtered search manager spec teaspoon errorfix-filtered-search-manager-specClement Ho2017-02-011-0/+1
* | | | | | | | | | | | | | | Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-026-6/+155
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Be more lenient on build coverage value updates and fix specsLeandro Camargo2017-01-251-0/+1
| * | | | | | | | | | | | | | | Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-254-7/+14
| * | | | | | | | | | | | | | | Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-253-18/+14
| * | | | | | | | | | | | | | | Improve specs styles/organization and add some more specsLeandro Camargo2017-01-254-20/+38
| * | | | | | | | | | | | | | | Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-252-5/+15
| * | | | | | | | | | | | | | | Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-253-23/+15