summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-unknown-emojis-in-frequently-used-awards' into 'master' Alfredo Sumaran2017-03-172-0/+50
|\ | | | | | | | | Protect against unknown emojis in frequently used list See merge request !10020
| * Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-162-0/+50
| | | | | | | | See https://gitlab.slack.com/archives/frontend/p1489690607738864
* | Merge branch 'fix-slow-queries-for-branches-index' into 'master' Douwe Maan2017-03-163-0/+31
|\ \ | | | | | | | | | | | | removes n+1 query from tags and branches indexes See merge request !9905
| * | removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-163-0/+31
| |/
* | fix describe block to make the karma reporter happyMike Greiling2017-03-161-1/+1
| |
* | Merge branch 'compare-remote-search' into 'master' Alfredo Sumaran2017-03-161-0/+8
|\ \ | |/ |/| | | | | | | | | Enabled remote filter in compare dropdowns Closes #29545 See merge request !9997
| * Enabled remote filter in compare dropdownscompare-remote-searchPhil Hughes2017-03-161-0/+8
| | | | | | | | | | | | | | Previously if the project had more than 100 branches or tags it wouldnt display them even after searching. This now correctly sends an AJAx request to the backend to search for the branches/tags Closes #29545
* | Merge branch '27988-fix-transient-failure-in-commits-api' into 'master' Sean McGivern2017-03-162-15/+16
|\ \ | | | | | | | | | | | | | | | | | | Ensure dots in project and group ID are allowed in the API endpoints Closes #27988 See merge request !9944
| * | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable2017-03-161-1/+0
| | | | | | | | | | | | | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Ensure dots in project path is allowed in the commits APIRémy Coutable2017-03-142-15/+17
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch ↵Rémy Coutable2017-03-161-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '29565-name-of-the-uncompressed-folder-of-a-tag-archive-changed' into 'master' Fix archive prefix bug for refs containing dots Closes #29565 See merge request !10007
| * | | Fix archive prefix bug for refs containing dotsMark Fletcher2017-03-161-0/+6
| | | |
* | | | Merge branch 'fixed-issue-boards-modal-not-searching' into 'master' Filipa Lacerda2017-03-161-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed search not working in issue boards modal See merge request !10010
| * | | | Fixed search not working in issue boards modalfixed-issue-boards-modal-not-searchingPhil Hughes2017-03-161-0/+4
| | | | |
* | | | | Merge branch 'tc-clean-up-no-label-doc' into 'master' Sean McGivern2017-03-161-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Put the use of "No Label" in the labels description See merge request !9993
| * | | | | Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get the issues that have no label, the special keyword `No Label` can be used. This `No Label` label can be used like any other label.
* | | | | | Merge branch '29534-todos-performance' into 'master' Sean McGivern2017-03-161-0/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve TODOs performance See merge request !10004
| * | | | | | Include routes when loading user projectsJarka Kadlecova2017-03-161-0/+23
| | |_|/ / / | |/| | | |
* | | | | | This quick-fixes an issue with existing award emoji not being valid anymoreRémy Coutable2017-03-161-1/+14
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Emoji#gl_emoji_tag now returns early instead of raising a 500 error. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '28991-viewing-old-wiki-page-version-edit-button-exists' into ↵29565-name-of-the-uncompressed-folder-of-a-tag-archive-changedRémy Coutable2017-03-161-0/+44
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' [#28991] Resolve "Viewing old wiki page version, "Edit" button exists, brings up latest markup" Closes #28991 See merge request !9966
| * | | | | [#28991] Wiki page edit button only appears on the current commit pageTM Lee2017-03-161-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added method to check if the current Page version is the current latest version - Conditionally checks for current version when showing Edit button - Added feature specs for viewing project wiki page and expect edit button - Added Changelog
* | | | | | Merge branch '27376-cache-default-branch-pipeline-on-project' into 'master' Yorick Peterse2017-03-166-2/+268
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Speed up several project lists See merge request !9903
| * | | | | Build project cache key in a helper27376-cache-default-branch-pipeline-on-projectBob Van Landuyt2017-03-162-0/+47
| | | | | |
| * | | | | Don't try to load status when there is no commitBob Van Landuyt2017-03-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when the repository is missing. In which case cache needs to be cleared
| * | | | | Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-0/+11
| | | | | |
| * | | | | Update the pipeline cache when updating a pipeline-statusBob Van Landuyt2017-03-161-0/+13
| | | | | |
| * | | | | Add a wrapper for pipeline statusesBob Van Landuyt2017-03-161-0/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reads status from redis & stores it in redis if it was missing. If the project has no HEAD, the cache is deleted
| * | | | | Test showing pipelines on the dashboardBob Van Landuyt2017-03-161-2/+24
| | | | | |
* | | | | | Merge branch 'fix_visibility_level' into 'master' Sean McGivern2017-03-161-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix visibility level on new project page Closes #19253 See merge request !9885
| * | | | | | Fix rubocop offensesblackst0ne2017-03-121-4/+4
| | | | | | |
| * | | | | | Refactor specsblackst0ne2017-03-121-6/+9
| | | | | | |
| * | | | | | Update specsblackst0ne2017-03-111-1/+6
| | | | | | |
| * | | | | | Added specsblackst0ne2017-03-111-0/+1
| | | | | | |
* | | | | | | Issue milestone remaining time tooltipMichael2017-03-162-3/+73
| | | | | | |
* | | | | | | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-163-12/+82
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
| * | | | | | Add 'Undo mark all as done' to TodosJacopo2017-03-163-12/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
* | | | | | | Merge branch 'remove-es6-extension-configuration' into 'master' Filipa Lacerda2017-03-162-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove remaining references to .es6 file extension in our config files and documentation See merge request !9980
| * | | | | | | remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-152-3/+3
| | | | | | | |
* | | | | | | | Merge branch 'issue-boards-modal-filter-bar' into 'master' Filipa Lacerda2017-03-162-107/+78
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Added filter bar into add issues modal See merge request !9856
| * | | | | | | Updated specs to check that the token is correctly addedPhil Hughes2017-03-161-1/+8
| | | | | | | |
| * | | | | | | Fixed search specsPhil Hughes2017-03-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up the events when the modal window is closed
| * | | | | | | Fixed eslint errorsPhil Hughes2017-03-161-107/+69
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Updated modal filter spec
* | | | | | | Merge branch 'zj-rename-ci-vars' into 'master' Achilleas Pipinellis2017-03-168-23/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Futher rename the CI variables See merge request !9851
| * | | | | | | Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-168-23/+23
| |/ / / / / /
* | | | | | | Merge branch 'fix-project-without-repo-and-wiki' into 'master' Rémy Coutable2017-03-161-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix projects without repo and wiki Closes #29542 See merge request !9956
| * | | | | | Expect @issuable_meta_data to be set, feedback:fix-project-without-repo-and-wikiLin Jen-Shin2017-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9956#note_25445832
| * | | | | | Fix projects without repo and wikiLin Jen-Shin2017-03-151-0/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When repo and wiki are disabled for a project, we're showing issues so we'll need to set @issuable_meta_data otherwise it would be giving nil errors. See: https://sentry.gitlap.com/gitlab/staginggitlabcom/issues/23106/
* | | | | | Merge branch '28494-mini-pipeline-graph-commit-view' into 'master' Jacob Schatz2017-03-163-1/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds pipeline mini-graph to system information box in Commit View Closes #28494 See merge request !9902
| * | | | | | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-163-1/+75
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'dm-fix-mailroom-config' into 'master' DJ Mountney2017-03-162-56/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Fix reply by email by fixing config/mail_room.yml to be interpretable without ActiveSupport See merge request !9979