summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/async-pipeline-processing-stale-data' into 'master' Kamil Trzciński2016-10-101-5/+19
|\
| * Improve spec for merge when build succeeds featureGrzegorz Bizon2016-10-081-5/+19
* | Merge branch 'namespace-validation-fixes' into 'master' Sean McGivern2016-10-102-1/+32
|\ \
| * | Correct namespace validation to forbid bad names #21077Will Starms2016-10-072-1/+32
* | | Merge branch 'adam-commit-search-case-insensitive' into 'master' Sean McGivern2016-10-101-5/+13
|\ \ \
| * | | Make searching for commits case insensitive.Adam Niedzielski2016-10-101-5/+13
* | | | Merge branch 'tests-use-tmpfs' into 'master' Yorick Peterse2016-10-101-0/+5
|\ \ \ \
| * | | | Try tmpfs for repository storage, etcNick Thomas2016-10-061-0/+5
* | | | | Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' Yorick Peterse2016-10-101-16/+131
|\ \ \ \ \
| * | | | | Improve project policy specAlejandro Rodríguez2016-10-061-16/+131
* | | | | | Prevent conflict b/w search field and its dropdownBrennan Roberts2016-10-101-1/+20
| |_|/ / / |/| | | |
* | | | | Use Hash rocket syntax to maintain Ruby 2.1 compatibility in specStan Hu2016-10-081-1/+1
| |_|/ / |/| | |
* | | | Merge branch '23096-expire-artifacts-per-job' into 'master' Yorick Peterse2016-10-072-37/+83
|\ \ \ \
| * | | | ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...23096-expire-artifacts-per-jobPaco Guzman2016-10-072-37/+83
* | | | | Merge branch '22774-retouch-environments-deployments' into 'master' Jacob Schatz2016-10-071-0/+28
|\ \ \ \ \
| * | | | | Deletes extra empty line breaking the buildFilipa Lacerda2016-10-071-1/+0
| * | | | | Updates test in order to look for link22774-retouch-environments-deploymentsFilipa Lacerda2016-10-071-2/+3
| * | | | | Adds test for external link in environment detailsFilipa Lacerda2016-10-061-0/+10
| * | | | | Fixes external_url linkFilipa Lacerda2016-10-061-0/+18
* | | | | | Merge branch 'rs-optimize-award_user_list-spec' into 'master' Rémy Coutable2016-10-071-13/+23
|\ \ \ \ \ \
| * | | | | | Optimize the `award_user_list` helper specRobert Speicher2016-10-071-13/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sh-fix-events-update-spec' into 'master' Yorick Peterse2016-10-071-1/+4
|\ \ \ \ \ \
| * | | | | | Fix Event#reset_project_activity updatessh-fix-events-update-specStan Hu2016-10-061-1/+4
* | | | | | | Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable2016-10-071-3/+6
|\ \ \ \ \ \ \
| * | | | | | | Call ensure_secret_token! in secret token test's before block since it would ...Justin DiPierro2016-10-061-0/+1
| * | | | | | | Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-3/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-0/+30
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Update API docs and specs for /projects/visibleSean McGivern2016-10-041-2/+21
| * | | | | | api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+11
* | | | | | | Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-072-2/+16
* | | | | | | Use CacheMarkdownField for notesNick Thomas2016-10-072-41/+24
* | | | | | | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-0712-16/+287
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch '23025-issue-boards-defaults' into 'master' Jacob Schatz2016-10-062-7/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update issue board specAnnabel Dunstone Gray2016-10-062-7/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'fix-already-selected-activity-link' into 'master' Fatih Acet2016-10-063-0/+131
|\ \ \ \ \
| * | | | | Fix inconsistent highlighting of already selected activity nav-linksClement Ho2016-10-053-0/+131
* | | | | | Update user routing spec after constrainer logic changeddz-root-urlDmitriy Zaporozhets2016-10-061-1/+1
* | | | | | Make user constrainer lookup same as controller and add more constrainer testsDmitriy Zaporozhets2016-10-063-1/+20
* | | | | | Fix users feature specDmitriy Zaporozhets2016-10-061-13/+2
* | | | | | Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-065-3/+53
| |/ / / / |/| | | |
* | | | | Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-063-7/+170
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add tests to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre2016-10-061-7/+57
| * | | | Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+33
| * | | | Added testsPhil Hughes2016-10-061-0/+80
* | | | | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-4/+4
* | | | | Merge branch 'rc-use-grape-dsl-to-document-members-api' into 'master' Robert Speicher2016-10-061-4/+12
|\ \ \ \ \
| * | | | | Use Grape DSL to document methods and their paramsrc-use-grape-dsl-to-document-members-apiRémy Coutable2016-10-051-4/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-062-8/+269
|\ \ \ \ \
| * | | | | multi-file commitMarc Siegfriedt2016-10-052-8/+269
* | | | | | Merge branch 'issue-board-api-support' into 'master' Dmitriy Zaporozhets2016-10-061-0/+192
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |