summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-disable-hooks-testing' into 'master'Bob Van Landuyt2019-06-171-14/+0
|\
| * Disable hooks by setting an ENV varZeger-Jan van de Weg2019-06-141-14/+0
* | Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern2019-06-179-35/+196
|\ \
| * | Extract shared examples for duplicate sections and nonFabio Pitino2019-06-172-0/+38
| * | Use :first css element to collapseFabio Pitino2019-06-171-1/+4
| * | Ensure duplicate sections collapseFabio Pitino2019-06-173-3/+33
| * | Compact syntax for default class namesFabio Pitino2019-06-171-1/+1
| * | Make failing specs passgenerate-spans-for-sectionsFabio Pitino2019-06-172-7/+10
| * | Fix integration specs for tracingFabio Pitino2019-06-142-3/+3
| * | Replace _ with - in section class namesFabio Pitino2019-06-141-3/+3
| * | Merge branch 'generate-spans-for-sections' of https://gitlab.com/gitlab-org/g...Fabio Pitino2019-06-143-2/+54
| |\ \
| | * | Update class namesFilipa Lacerda2019-06-143-5/+5
| | * | Adds specs and changelog - squashFilipa Lacerda2019-06-132-0/+52
| * | | Fixing specsFabio Pitino2019-06-141-27/+35
| |/ /
| * | Add feature spec for collapsible sectionsFabio Pitino2019-06-132-0/+27
* | | Backport the EE schema and migrations to CEYorick Peterse2019-06-1740-1743/+614
* | | Allow custom names for concurrent foreign keysYorick Peterse2019-06-171-0/+27
* | | Merge branch '58886-issue-tracker-fields' into 'master'Sean McGivern2019-06-176-0/+100
|\ \ \
| * | | Create models for issue trackers data58886-issue-tracker-fieldsJarka Košanová2019-06-136-0/+100
* | | | Fix GPG signature verification with recent versions of GnuPGDavid Palubin2019-06-171-0/+83
* | | | Fix plan stage queryGosia Ksionek2019-06-179-11/+204
* | | | Merge branch '9490-record-repository_type-on-lfs_objects_projects-ce' into 'm...Grzegorz Bizon2019-06-175-4/+89
|\ \ \ \
| * | | | CE backport for changes in EE MR 138949490-record-repository_type-on-lfs_objects_projects-ceLuke Duncalfe2019-06-175-4/+89
* | | | | Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon2019-06-1716-41/+93
|\ \ \ \ \
| * | | | | preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino2019-06-0416-41/+93
* | | | | | Allow Developer role to delete tags via container registry apiJason Goodman2019-06-172-4/+4
* | | | | | Merge branch 'boolean-values-from-matches-operator' into 'master'Kamil Trzciński2019-06-172-43/+28
|\ \ \ \ \ \
| * | | | | | Return boolean from Lexeme::Matches#evaluateboolean-values-from-matches-operatordrew cimino2019-06-142-43/+28
* | | | | | | Merge branch 'sh-fix-issue-63158' into 'master'Rémy Coutable2019-06-172-0/+44
|\ \ \ \ \ \ \
| * | | | | | | Fix inability to set visibility_level on project via APIsh-fix-issue-63158Stan Hu2019-06-142-0/+44
* | | | | | | | Merge branch 'revert-3a50fc5d' into 'master'Filipa Lacerda2019-06-1714-61/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-1414-61/+38
* | | | | | | | | Merge branch '62910-task-completion-status-gql-pderichs' into 'master'Sean McGivern2019-06-172-1/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add task count and completed count to graphql types62910-task-completion-status-gql-pderichsPatrick Derichs2019-06-152-1/+61
* | | | | | | | | | Merge branch 'sh-clean-query-recorder-backtrace' into 'master'Sean McGivern2019-06-171-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clean QueryRecorder backtracesh-clean-query-recorder-backtraceStan Hu2019-06-141-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Fix send_file_upload_spec.rb with right MIME typeStan Hu2019-06-161-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' in...Fatih Acet2019-06-141-18/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow command and control click to work on MR tabs57813-merge-request-tabs-do-not-handle-ctrl-click-correctlySam Bigelow2019-06-121-18/+28
* | | | | | | | | | Do not blindly expose public project statisticsMayra Cabrera2019-06-142-2/+85
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'bvl-comments-graphql' into 'master'Jan Provaznik2019-06-1413-0/+285
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-1413-0/+285
* | | | | | | | | | Merge branch '62966-embed-zoom-call-in-issue-mvc' into 'master'Kushal Pandya2019-06-142-0/+104
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 62966-embed-zoo...Simon Knox2019-06-159-32/+108
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-142-0/+104
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Specify a dropdown name for dashboardsSarah Yasonik2019-06-143-2/+41
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'diff-suggestions-popover' into 'master'Filipa Lacerda2019-06-147-6/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added diff suggestion popoverPhil Hughes2019-06-147-6/+64
| |/ / / / / / / / /
* | | | | | | | | | Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt2019-06-142-26/+44
|/ / / / / / / / /
* | | | | | | | | Fix missing deployment rockets in monitor dashboardDhiraj Bodicherla2019-06-143-6/+6