summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Use described_class when possibleRémy Coutable2017-07-2737-172/+172
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-27117-119/+119
* Remove superfluous type defs in specsKeifer Furzland2017-07-2742-49/+49
* Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-262-1/+35
* Fix project wiki web_url specMichael Kozono2017-07-261-1/+1
* Merge branch 'zj-repo-exists-gitaly' into 'master'Sean McGivern2017-07-261-6/+10
|\
| * Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-6/+10
* | Merge branch '31129-jira-project-key-elim' into 'master'Sean McGivern2017-07-261-7/+3
|\ \
| * | Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-7/+3
* | | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-251-0/+4
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-206-6/+78
| |\ \ \
| * | | | Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-181-2/+6
| * | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-5/+3
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-1734-197/+836
| |\ \ \ \ \
| * | | | | | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-97/+0
| * | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-055-53/+105
| |\ \ \ \ \ \
| * | | | | | | Update tests due to permission changesLin Jen-Shin2017-07-041-2/+2
| * | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-0413-68/+161
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-2982-738/+1770
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-071-31/+20
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-062-13/+7
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move the check to Pipeline.allowed_to_create?Lin Jen-Shin2017-06-061-0/+97
* | | | | | | | | | | | Merge branch 'dz-update-shoulda' into 'master'Rémy Coutable2017-07-256-11/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | Adjust tests to work with latest shoulda gemdz-update-shouldaDmitriy Zaporozhets2017-07-243-8/+6
| * | | | | | | | | | | Update tests for new version of shoulda-matchersDmitriy Zaporozhets2017-07-244-4/+9
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Don't treat anonymous users as owners when group has pending invitesSean McGivern2017-07-242-4/+8
* | | | | | | | | | | Support both internal and external issue trackersJarka Kadlecova2017-07-243-18/+97
|/ / / / / / / / / /
* | | | | | | | | | Wrong data type when testing webhooksAlexander Randa2017-07-205-8/+19
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-1/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change auto-retry count to a correct value in docsGrzegorz Bizon2017-07-201-2/+2
| * | | | | | | | | Make it possible to auto retry a failed CI/CD jobGrzegorz Bizon2017-07-171-1/+32
| * | | | | | | | | Make it possible to count a number of job retriesGrzegorz Bizon2017-07-171-0/+41
* | | | | | | | | | Merge branch 'issue_35132' into 'master'Sean McGivern2017-07-191-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix external issue trackers redirectissue_35132Felipe Artur2017-07-181-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Allow groups with the name systembvl-free-system-namespaceBob Van Landuyt2017-07-181-1/+1
* | | | | | | | | | Update specs for new upload pathBob Van Landuyt2017-07-183-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-181-5/+3
|/ / / / / / / /
* | | | | | | | Promote visibility level helpers from Group to NamespaceNick Thomas2017-07-171-0/+8
|/ / / / / / /
* | | | | | | Merge branch 'fix-exact-matches-of-username-and-email-on-top-of-the-user-sear...Sean McGivern2017-07-141-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-141-3/+3
* | | | | | | | Merge branch 'fix/gb/recover-from-renaming-project-with-container-images' int...Sean McGivern2017-07-141-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-1/+1
* | | | | | | | Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-21/+0
* | | | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-0/+22
* | | | | | | | | Prevent GitLab issue tracker spec from failing later specsfix-issue-tracker-specSean McGivern2017-07-131-18/+9
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Stop sanitizing user 'name' when inserting into dbNathan Neulinger2017-07-121-0/+12
* | | | | | | | Support multiple Redis instances based on queue typePaul Charlton2017-07-1111-26/+26
|/ / / / / / /
* | | | | | | Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-101-0/+12
* | | | | | | Merge branch 'rs-issue-34847' into 'master'Douwe Maan2017-07-071-7/+7
|\ \ \ \ \ \ \