summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-058-86/+258
|\
| * Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-314-17/+49
| * Update service specs to avoid instance variablesDouglas Barbosa Alexandre2016-08-313-40/+40
| * Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre2016-08-314-22/+75
| * Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-314-30/+117
* | Merge branch 'fix-missing-flash-messages' into 'master' Rémy Coutable2016-09-051-0/+16
|\ \
| * | Fix missing flash messages on service edit pageAirat Shigapov2016-09-051-0/+16
* | | Merge branch 'safe-ref-updates' into 'master' Douwe Maan2016-09-052-7/+32
|\ \ \ | |/ / |/| |
| * | Use 'git update-ref' for safer web commitsJacob Vosmaer2016-09-022-7/+32
* | | Fix randomly failing specs in expand_collapse_diff_spec:Stan Hu2016-09-031-0/+7
* | | Merge branch 'replace-coffeescript' into 'master' Fatih Acet2016-09-022-50/+64
|\ \ \
| * | | Convert datetime coffeescript spec to ES6Clement Ho2016-09-012-50/+64
| |/ /
* | | Merge branch 'project-edit-features-hide' into 'master' Fatih Acet2016-09-021-0/+57
|\ \ \
| * | | Hides merge request section in edit project when disabledPhil Hughes2016-09-021-0/+57
| |/ /
* | | Merge branch 'fix/handle-raw-trace-error-on-old-builds' into 'master' Douwe Maan2016-09-022-24/+150
|\ \ \
| * | | Fix rubocop offencesTomasz Maczukin2016-09-011-2/+2
| * | | Update specs - add mocks to simulate old versionsTomasz Maczukin2016-09-012-47/+122
| * | | Add specsTomasz Maczukin2016-09-011-0/+51
* | | | Merge branch 'fix/merge-request-close-message' into 'master' Douwe Maan2016-09-021-2/+2
|\ \ \ \
| * | | | Prepend blank line to close message on merge requestLuke Howell2016-09-011-2/+2
* | | | | Merge branch 'internal_recovery_api' into 'master' Douwe Maan2016-09-021-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Minor edits to two_factor_recovery_codes API error catchingDrew Blessing2016-08-311-2/+2
* | | | | Merge branch 'issue-boards-issues-total-count' into 'master' Fatih Acet2016-09-013-12/+39
|\ \ \ \ \
| * | | | | Shows count at bottom of listPhil Hughes2016-08-312-6/+24
| * | | | | Changed frontend to use issue count from backendPhil Hughes2016-08-311-4/+2
| * | | | | Returns the total number of issues in the JSON responseDouglas Barbosa Alexandre2016-08-311-2/+13
* | | | | | Merge branch '21508-inconsistency-personal-dashboard-todos-page-uses-old-inte...Fatih Acet2016-09-011-0/+63
|\ \ \ \ \ \
| * | | | | | Added todo filter tests21508-inconsistency-personal-dashboard-todos-page-uses-old-interface-wrong-dropdown-filter-buttonsLuke Bennett2016-09-011-0/+63
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sh-reload-find-branch' into 'master' Yorick Peterse2016-09-011-0/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Optimize branch lookups and force a repository reload for Repository#find_branchsh-reload-find-branchStan Hu2016-09-011-0/+18
| |/ / / /
* | | | | Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-0122-33/+341
|\ \ \ \ \
| * | | | | Project tools visibility levelFelipe Artur2016-09-0122-33/+341
* | | | | | Merge branch 'merge-request-sha-info' into 'master' Douwe Maan2016-09-011-1/+8
|\ \ \ \ \ \
| * | | | | | entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-311-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'js-tooltips-for-mentions' into 'master' Robert Speicher2016-09-0110-25/+15
|\ \ \ \ \ \
| * | | | | | Use JavaScript tooltips for mentions (!5301)winniehell2016-09-0110-25/+15
* | | | | | | Merge branch '20601-emoji-tooltip-in-chronological-order' into 'master' Robert Speicher2016-09-011-0/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Order award tooltips by their created_at dateAndrew Smith2016-09-011-0/+10
* | | | | | | GitHub importer use default project visibility for non-private projectsDouglas Barbosa Alexandre2016-08-311-14/+40
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-3110-209/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | don't use a deprecated api in ability_spechttp://jneen.net/2016-08-301-2/+2
| * | | | | add project_policy_spec to replace .project_abilities spechttp://jneen.net/2016-08-302-64/+36
| * | | | | remove Ability.abilitieshttp://jneen.net/2016-08-307-29/+26
| * | | | | remove six, and use a Set insteadhttp://jneen.net/2016-08-302-4/+2
| * | | | | delete project_security_spechttp://jneen.net/2016-08-301-112/+0
* | | | | | Merge branch 'rs-broadcast-message-api' into 'master' Robert Speicher2016-08-311-0/+180
|\ \ \ \ \ \
| * | | | | | Add BroadcastMessage API implementationRobert Speicher2016-08-311-0/+180
* | | | | | | Merge branch 'fix-todo-pagination' into 'master' Fatih Acet2016-08-311-0/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix bug where pagination is still displayed despite all todos marked as doneClement Ho2016-08-311-0/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'improve-application_spec' into 'master' Fatih Acet2016-08-311-3/+7
|\ \ \ \ \ \ \