summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-093-5/+87
| | | | Closes #33477
* Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon2017-06-081-1/+1
|\ | | | | | | | | Blob#load_all_data! doesn’t need an argument See merge request !11977
| * Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
| |
* | Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets2017-06-081-2/+24
|\ \ | | | | | | | | | | | | | | | | | | Fix long urls in the title of commit Closes #12614 See merge request !10938
| * | Fix long urls in the title of commitAlexander Randa2017-05-121-2/+24
| | |
* | | Merge branch 'zj-prom-pipeline-count' into 'master'Grzegorz Bizon2017-06-081-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add prometheus metrics on pipeline creation Closes #32624 See merge request !11975
| * | | Add test for prom metric gatheringzj-prom-pipeline-countZ.J. van de Weg2017-06-081-0/+8
| | | |
* | | | nil-check Repository::is_ancestor?Kim Carlbäcker2017-06-081-8/+32
| | | |
* | | | Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan2017-06-082-1/+175
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
| * | | | Added more negative checks for public project23603-add-extra-functionality-for-the-top-right-plus-buttonTim Zallmann2017-06-081-1/+19
| | | | |
| * | | | Fix End Syntax ErrorTim Zallmann2017-06-081-3/+2
| | | | |
| * | | | Enhancing Spec's with negative casesTim Zallmann2017-06-071-12/+55
| | | | |
| * | | | Fixed spec test syntax errorsTim Zallmann2017-06-071-4/+58
| | | | |
| * | | | Converting Tests to Spec TestsTim Zallmann2017-06-071-0/+58
| | | | |
| * | | | Fixing more broken unscoped testsTim Zallmann2017-06-071-1/+3
| | | | |
* | | | | Merge branch 'improve-form-spec' into 'master'Douwe Maan2017-06-071-30/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve form spec See merge request !11879
| * | | | | Improve form specClement Ho2017-06-071-30/+11
| | | | | |
* | | | | | Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable2017-06-072-2/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Document using separate tables instead of polymorphic associations and STI See merge request !11168
| * | | | | Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-072-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
* | | | | | Translate project & repository pagesBob Van Landuyt2017-06-075-4/+30
| | | | | |
* | | | | | Merge branch 'krakowski_master2' into 'master'Grzegorz Bizon2017-06-071-28/+83
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all pipeline sources as special keywords to 'only' and 'except' Closes #32955 See merge request !11972
| * | | | | Add source policy specShinya Maeda2017-06-081-0/+19
| | | | | |
| * | | | | Fix typo in testFilip Krakowski2017-06-081-1/+1
| | | | | |
| * | | | | Fix static-analysis offenses (again)Filip Krakowski2017-06-081-18/+18
| | | | | |
| * | | | | Fix static-analysis offensesFilip Krakowski2017-06-081-6/+6
| | | | | |
| * | | | | Add all sources as special keywords for only and exceptFilip Krakowski2017-06-081-71/+63
| | | | | |
| * | | | | Use pipeline.source to determine what triggered a pipelineFilip Krakowski2017-06-081-4/+4
| | | | | |
| * | | | | Add 'schedules' keyword to 'only' and 'except'Filip Krakowski2017-06-081-0/+44
| |/ / / /
* | | | | Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-0712-5/+210
| | | | |
* | | | | Merge branch 'backport_fix_slash_commands_for_multiple_assignee' into 'master'Douwe Maan2017-06-072-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport from EE: Fix '/unassign' slash command See merge request !11926
| * | | | | Backport Fix '/unassign' slash commandbackport_fix_slash_commands_for_multiple_assigneeValery Sizov2017-06-072-2/+2
| | | | | |
* | | | | | Merge branch 'fix/backup-restore-resume' into 'master'James Lopez2017-06-071-0/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix backup task to continue on corrupt repositories Closes #31767 See merge request !11962
| * | | | | | refactor code and specJames Lopez2017-06-071-9/+4
| | | | | | |
| * | | | | | fix spec and added changelogJames Lopez2017-06-071-2/+2
| | | | | | |
| * | | | | | fix spec and added changelogJames Lopez2017-06-071-2/+0
| | | | | | |
| * | | | | | add more spec examplesJames Lopez2017-06-071-6/+41
| | | | | | |
| * | | | | | add repository specJames Lopez2017-06-071-0/+35
| | | | | | |
* | | | | | | Merge branch 'sync-email-from-omniauth' into 'master'Douwe Maan2017-06-074-9/+116
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync email address from specified omniauth provider See merge request !11268
| * | | | | | | Sync email address from specified omniauth providerRobin Bobbitt2017-06-074-9/+116
| | | | | | | |
* | | | | | | | Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes2017-06-073-13/+54
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perform filtered search when state tab is changed Closes #27261 See merge request !11917
| * | | | | | | Use data attributes instead of classClement Ho2017-06-073-13/+13
| | | | | | | |
| * | | | | | | Add jasmine spec for searchStateauto-search-when-state-changedClement Ho2017-06-061-0/+43
| | | | | | | |
| * | | | | | | Merge branch 'master' into auto-search-when-state-changedClement Ho2017-06-0620-237/+379
| |\ \ \ \ \ \ \
| * | | | | | | | Fix rspecClement Ho2017-06-062-13/+11
| | | | | | | | |
* | | | | | | | | Merge branch '32587-fix-horse-racing-emoji-codepointat-npe' into 'master'Filipa Lacerda2017-06-071-0/+31
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix NPE with horse racing emoji check Closes #32587 See merge request !11872
| * | | | | | | | Fix NPE with horse racing emoji check32587-fix-horse-racing-emoji-codepointat-npeEric Eastwood2017-06-021-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
* | | | | | | | | Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-0714-129/+298
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
| * | | | | | | | change tests based on backend feedbackexpand-backlog-closed-lists-issue-boardsPhil Hughes2017-06-071-10/+4
| | | | | | | | |
| * | | | | | | | updated service specPhil Hughes2017-06-061-7/+30
| | | | | | | | |
| * | | | | | | | moved creating backlog list into list servicePhil Hughes2017-06-062-2/+2
| | | | | | | | |