summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-5/+2
* Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+50
* Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into 'mast...Robert Speicher2017-03-271-0/+45
|\
| * Simplify specStan Hu2017-03-241-1/+1
| * Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-245-3/+142
| |\
| * \ Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-202-1/+12
| |\ \
| * | | Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-0/+45
* | | | Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-273-0/+91
|\ \ \ \
| * | | | Use detailed_status effectively. Remove unnecesarry context(nest). Add new co...Shinya Maeda2017-03-233-50/+53
| * | | | Rename endpoints 'status' to 'pipeline_status' in merge_requestsShinya Maeda2017-03-231-6/+6
| * | | | Add more specsShinya Maeda2017-03-233-0/+9
| * | | | Fix rspec failureShinya Maeda2017-03-233-6/+18
| * | | | 3 lines to One line. Correct spec caption.Shinya Maeda2017-03-233-3/+3
| * | | | Fix rubocop angerShinya Maeda2017-03-233-12/+12
| * | | | Add controllers specShinya Maeda2017-03-233-0/+67
* | | | | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-271-0/+1
|\ \ \ \ \
| * | | | | Display flash message to unauthenticated user when creating new issueSam Rose2017-03-251-0/+1
| |/ / / /
* | | | | Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+9
| |_|_|/ |/| | |
* | | | Use project.add_developer insetad of <<Shinya Maeda2017-03-231-1/+1
* | | | Add builds_controller_specs and spec for #traceShinya Maeda2017-03-231-0/+47
|/ / /
* | | Merge branch '29483-spam-check-only-title-and-description' into 'master' Sean McGivern2017-03-221-3/+20
|\ \ \
| * | | Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-3/+20
* | | | Merge branch 'sh-fix-issue-29739' into 'master' Sean McGivern2017-03-211-0/+11
|\ \ \ \
| * | | | Fix Error 500 when Bitbucket importer does not have authorizationStan Hu2017-03-201-0/+11
| | |_|/ | |/| |
* | | | Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-211-0/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | Undo explicit conversion to IntegerToon Claes2017-03-201-0/+28
| | |/ | |/|
* | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-202-0/+36
|\ \ \ | |_|/ |/| |
| * | Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-202-0/+36
* | | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-201-0/+11
|\ \ \ | |/ / |/| |
| * | Redirect to signin when New Issue for not logged inSam Rose2017-03-201-0/+11
* | | All CI offline migrationsKamil Trzciński2017-03-171-1/+1
| |/ |/|
* | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-161-0/+14
|\ \
| * | Add 'Undo mark all as done' to TodosJacopo2017-03-161-0/+14
* | | Merge branch 'fix-project-without-repo-and-wiki' into 'master' Rémy Coutable2017-03-161-0/+2
|\ \ \
| * | | Expect @issuable_meta_data to be set, feedback:fix-project-without-repo-and-wikiLin Jen-Shin2017-03-161-0/+1
| * | | Fix projects without repo and wikiLin Jen-Shin2017-03-151-0/+1
| |/ /
* | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-45/+0
|/ /
* | Merge branch 'feature/custom-lfs' into 'master' Douwe Maan2017-03-131-18/+43
|\ \
| * | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-18/+43
* | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-131-4/+34
|\ \ \ | |/ / |/| |
| * | Rename variableBob Van Landuyt2017-03-131-4/+4
| * | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-12/+12
| * | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-131-0/+14
| * | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+10
| * | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+9
| |/
* | New file from interface on existing branchJacopo2017-03-131-0/+14
|/
* Merge branch 'master' into orderable-issuesDouwe Maan2017-03-075-19/+239
|\
| * Fix access token specsfix-specs-for-access-tokensSean McGivern2017-03-071-2/+2
| * Merge branch '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-...Sean McGivern2017-03-071-0/+20
| |\
| | * Merge branch 'master' into 26732-combine-deploy-keys-and-push-rules-and-mirro...26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pagesPhil Hughes2017-03-073-10/+23
| | |\