summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Feedback from stanhuBenedikt Huss2016-05-051-3/+17
* Merge request widget displays TeamCity build state and code coverage correctl...Benedikt Huss2016-05-051-0/+35
* Sanitize repo paths in new project error messageStan Hu2016-05-041-0/+9
* Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-043-7/+77
|\
| * Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-042-10/+77
| * Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-042-6/+9
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-042-1/+36
|\ \ | |/ |/|
| * API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-292-1/+36
* | Merge branch 'create-wikis-during-check' into 'master' Douwe Maan2016-05-041-5/+28
|\ \
| * | Initialize wikis on legacy projects during checkJacob Vosmaer2016-04-261-5/+28
* | | Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-042-20/+20
|\ \ \
| * | | Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-192-20/+20
* | | | Fix a spec that was failing due to !3483Rémy Coutable2016-05-041-1/+1
* | | | Merge branch 'upgrade-rspec-rails' into 'master' Robert Speicher2016-05-031-6/+0
|\ \ \ \
| * | | | Update rspec-rails from 3.3.3 to 3.4.2.Connor Shea2016-05-011-6/+0
* | | | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-05-0229-241/+788
|\ \ \ \ \
| * | | | | Prevent privilege escalation via notes APIRobert Speicher2016-04-261-10/+31
| * | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2016-04-2628-231/+757
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '15579-filter-milestone-confidential-issues-api' into 'master' Robert Speicher2016-04-261-1/+30
| | |\ \ \ \ \
| | | * | | | | Improve Milestones API specsRémy Coutable2016-04-251-36/+27
| | | * | | | | Filter confidential issues from milestones API if user does not have accessStan Hu2016-04-251-1/+39
| | * | | | | | Merge branch '15591-fix-project-leak-in-new-mr-view' into 'master' Robert Speicher2016-04-251-0/+10
| | |\ \ \ \ \ \
| | | * | | | | | Prevent private project name and namespace from leaking in the new MR viewRémy Coutable2016-04-251-0/+10
| | * | | | | | | Merge branch 'fix-impersonation-issue' into 'master' Robert Speicher2016-04-253-20/+143
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix typoDouwe Maan2016-04-221-1/+1
| | | * | | | | | | Fix issue with impersonationDouwe Maan2016-04-223-20/+143
| | * | | | | | | | Merge branch 'fix-private-snippet-api' into 'master' Robert Speicher2016-04-252-1/+88
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-252-1/+88
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Ensure URL in all Service subclasses are validRémy Coutable2016-04-2521-209/+486
| | |/ / / / / / /
* | | | | | | | | Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-16/+49
* | | | | | | | | Merge branch '15527-fix-wiki-page-creation-issue' into 'master' Robert Speicher2016-05-022-0/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplify specs by not over-expecting15527-fix-wiki-page-creation-issueRémy Coutable2016-05-022-28/+22
| * | | | | | | | | Fix error when trying to create a wiki pageRémy Coutable2016-04-292-0/+133
* | | | | | | | | | Merge branch 'feature/backport-safewebhooks' into 'master' Robert Speicher2016-05-022-16/+34
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-302-16/+34
* | | | | | | | | | Merge branch 'fix/handle-issue-move-access' into 'master' Robert Speicher2016-04-301-0/+39
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Handle issue move access instead of raising errorfix/handle-issue-move-accessGrzegorz Bizon2016-04-301-0/+39
* | | | | | | | | | Use a query in Project#protected_branch?Yorick Peterse2016-04-291-0/+14
* | | | | | | | | | Removes duplicates from the label dropdownPhil Hughes2016-04-291-0/+29
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'gitattributes' into 'master' Rémy Coutable2016-04-292-0/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-292-0/+40
* | | | | | | | | Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-0/+35
|/ / / / / / / /
* | | | | | | | Load the "New Branch" button asynchronouslyYorick Peterse2016-04-281-5/+6
* | | | | | | | Merge branch 'todos-tests-fix' into 'master' Robert Speicher2016-04-281-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Todos testtodos-tests-fixAlfredo Sumaran2016-04-271-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'fix/ci-skipped-status' into 'master' Rémy Coutable2016-04-282-74/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | Reorder asserts is ci commits specs for consistencyGrzegorz Bizon2016-04-281-1/+1
| * | | | | | | | Add tests exercising builds scheduler after cancelGrzegorz Bizon2016-04-281-0/+18
| * | | | | | | | Refactor ci commit specs by adding context blocksGrzegorz Bizon2016-04-281-77/+85
| * | | | | | | | Render canceled status if any of the jobs canceledGrzegorz Bizon2016-04-271-0/+26