summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Respect visibility options and description when importing project from templateFrancisco Javier López2018-04-191-3/+19
|
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-196-67/+76
|
* Merge branch '45507-fix-repository-archive-url' into 'master'Douwe Maan2018-04-191-0/+24
|\ | | | | | | | | | | | | Fix specifying a non-default ref when requesting an archive using the legacy URL Closes #45507 See merge request gitlab-org/gitlab-ce!18468
| * Fix specifying a non-default ref when requesting an archive using the legacy URLNick Thomas2018-04-191-0/+24
| |
* | Merge branch 'sh-fix-award-emoji-nplus-one-participants' into 'master'Yorick Peterse2018-04-191-0/+17
|\ \ | | | | | | | | | | | | | | | | | | Fix N+1 queries when loading participants for a commit note Closes #45526 See merge request gitlab-org/gitlab-ce!18471
| * | Fix N+1 queries when loading participants for a commit noteStan Hu2018-04-181-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | We saw about 10,000 SQL queries for some commits in the NewNoteWorker, which stalled the Sidekiq queue for other new notes. The notification service took up to 8 minutes to process the commits. Avoiding this N+1 query brings the time down significantly. Closes #45526
* | | Merge branch 'ide-diff-marker-cache-fix' into 'master'Tim Zallmann2018-04-194-30/+86
|\ \ \ | | | | | | | | | | | | | | | | Fixed IDE diff markers being cached too long See merge request gitlab-org/gitlab-ce!18311
| * | | fixed spec with checking cached eventsPhil Hughes2018-04-111-1/+1
| | | |
| * | | Fixed IDE diff markers being cached too longPhil Hughes2018-04-113-29/+85
| | | |
* | | | Merge branch 'ide-staged-changes' into 'master'Tim Zallmann2018-04-1919-74/+605
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added staged files state to IDE Closes #44842, #44844, and gitlab-ee#4541 See merge request gitlab-org/gitlab-ce!17898
| * \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-1919-139/+415
| |\ \ \ \
| * | | | | fixed prop name in specsPhil Hughes2018-04-182-2/+2
| | | | | |
| * | | | | updates to variable names to make more sensePhil Hughes2018-04-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | fixed up duplicate is-collapsed classes
| * | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-1836-762/+3964
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-17211-2388/+4343
| |\ \ \ \ \ \
| * | | | | | | correctly dispose cached modelsPhil Hughes2018-04-111-0/+26
| | | | | | | |
| * | | | | | | fixed karma specs with change in icon namePhil Hughes2018-04-092-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-0934-12/+2584
| |\ \ \ \ \ \ \
| * | | | | | | | fixed failing tests because of passed `null`Phil Hughes2018-04-073-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added spec to check for `head` file
| * | | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-07168-9245/+11024
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fixed karma & eslintPhil Hughes2018-04-052-7/+11
| | | | | | | | | |
| * | | | | | | | | update staged files to correctly use pending tabPhil Hughes2018-04-051-20/+9
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-0588-354/+2604
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-0375-1397/+3398
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | updated tests to use testAction helperPhil Hughes2018-03-292-48/+55
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-03-2978-520/+1847
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-03-27119-1241/+4300
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | hide tooltip on collapse button when clickedPhil Hughes2018-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blur the collapse button on click
| * | | | | | | | | | | | | spec fixesPhil Hughes2018-03-227-90/+48
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added staged files state to IDEPhil Hughes2018-03-2214-36/+549
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
* | | | | | | | | | | | | | Fix direct_upload when records with null file_store are usedKamil Trzciński2018-04-193-31/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old records have a null value of file_store column. This causes the problems with current direct_upload implementation, as this makes it to choose Store::REMOTE instead of Store::LOCAL. This change moves the store save when change saving the object.
* | | | | | | | | | | | | | Merge branch '41059-calculate-artifact-size-more-efficiently' into 'master'Grzegorz Bizon2018-04-193-75/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Calculating total size of a project's CI artifacts" Closes #41059 See merge request gitlab-org/gitlab-ce!17839
| * | | | | | | | | | | | | | Update ProjectStatistics#build_artifacts_size synchronously without summing ↵Dylan Griffith2018-04-193-75/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#41059) Previously we scheduled a worker to just some this but we were running into performance issues when the build table was getting too large. So now we've updated the code such that this column is updated immediately and incremented/decremented by the correct amount whenever artifacts are created or deleted. We've also added the performance optimization that we do not update this statistic if a project is deleted because it could result in many updates for a project with many builds.
* | | | | | | | | | | | | | | Fix label links update on project transferJan Provaznik2018-04-191-0/+10
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-199-49/+214
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '5320-fix-gitlab-features-env-var' into 'master'Grzegorz Bizon2018-04-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320) See merge request gitlab-org/gitlab-ce!18189
| * | | | | | | | | | | | | Get GITLAB_FEATURES from Project#licensed_features instead of ↵5320-fix-gitlab-features-env-varDylan Griffith2018-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namespace#features (#5320)
* | | | | | | | | | | | | | Resolve "View labels when editing labels in sidebar and board sidebar"André Luís2018-04-182-2/+27
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'revert-goldiloader' into 'master'Robert Speicher2018-04-181-74/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the addition of goldiloader See merge request gitlab-org/gitlab-ce!18458
| * | | | | | | | | | | | | Revert the addition of goldiloaderYorick Peterse2018-04-181-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
* | | | | | | | | | | | | | Merge branch 'bvl-shared-groups-on-group-page' into 'master'Rémy Coutable2018-04-182-10/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues on groups group trees Closes #42407 See merge request gitlab-org/gitlab-ce!18390
| * | | | | | | | | | | | | | Revert "Don't include projects shared as group-descendants"Bob Van Landuyt2018-04-181-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2c3c5b35549185080296670cfe6710aa80f99944. Revisit this after https://gitlab.com/gitlab-org/gitlab-ce/issues/45441
| * | | | | | | | | | | | | | Recover from errors when a parent is not preloadedBob Van Landuyt2018-04-181-1/+16
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-184-3/+157
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'ide-commit-box-highlight' into 'master'Filipa Lacerda2018-04-182-13/+174
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve web IDE commit input Closes #44832 See merge request gitlab-org/gitlab-ce!18389
| * | | | | | | | | | | | remove helpText test from radio_group_spec.jsPhil Hughes2018-04-171-13/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | updates to componentPhil Hughes2018-04-161-5/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | added specs to message_field.vuePhil Hughes2018-04-161-0/+174
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'bw-commonmark-cached-markdown-version' into 'master'Sean McGivern2018-04-182-69/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that cached_markdown_version is handled correctly for CommonMark See merge request gitlab-org/gitlab-ce!18431
| * | | | | | | | | | | | | for cached markdown fields, select the correct engineBrett Walker2018-04-172-69/+116
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and also make sure that if a field is saved, then the existing cache version is maintained or only upgraded to the version with the same markdown engine.