summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds support for Redis and Rails tracingan/dtrace-opentracing-jaegerAndrew Newdigate2019-01-1817-1/+529
| | | | | Adds Redis and Rails distributed tracing support to the GitLab application.
* Merge branch 'an-dtracing-test-for-invalid-tracers' into 'master'Kamil Trzciński2019-01-183-17/+48
|\ | | | | | | | | Avoid overwriting default jaeger values with nil See merge request gitlab-org/gitlab-ce!24482
| * Avoid overwriting default jaeger values with nilAndrew Newdigate2019-01-183-17/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | During the review process for adding opentracing factories, a bug was introduced which caused Jaeger to initialize an invalid tracer. The bug was due to use sending nil through as a kwarg when the Jaeger initializer used a non-nil default value. This is fairly insidious as, the tracer looks like a tracer, but, when methods are invoked, it throws `NoMethodError` errors. To ensure that this issue does not happen in future, the tests have been changed to ensure that the tracer works as expected. This could avoid problems in future when upgrading to newer versions of Jaeger.
* | Merge branch 'fix-runner-eternal-loop-when-update-job-result' into 'master'Kamil Trzciński2019-01-183-1/+31
|\ \ | | | | | | | | | | | | | | | | | | Fix runner eternal loop when update job result Closes #56518 See merge request gitlab-org/gitlab-ce!24481
| * | Fix runner eternal loop when update job resultShinya Maeda2019-01-183-1/+31
| |/ | | | | | | | | | | Add spec Add changelog
* | Merge branch 'diff-tree-collapse-directories' into 'master'Filipa Lacerda2019-01-189-8/+243
|\ \ | | | | | | | | | | | | | | | | | | Collapses directory structure in merge request tree Closes #53069 See merge request gitlab-org/gitlab-ce!24392
| * | Added specs for mutations & utils methodsPhil Hughes2019-01-162-0/+141
| | |
| * | Collapses directory structure in merge request treePhil Hughes2019-01-157-8/+102
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53069
* | | Merge branch 'sh-bump-rbtrace-version' into 'master'Rémy Coutable2019-01-181-5/+5
|\ \ \ | |_|/ |/| | | | | | | | Bump rbtrace version to 0.4.11 See merge request gitlab-org/gitlab-ce!24476
| * | Bump rbtrace version to 0.4.11Stan Hu2019-01-171-5/+5
| | | | | | | | | | | | | | | This change renames a dependency and fixes a minor bug, but this upgrade is happening because Gitaly will be receiving rbtrace as a dependency.
* | | Merge branch '55544-port-upgrade-command' into 'master'Kamil Trzciński2019-01-184-6/+126
|\ \ \ | | | | | | | | | | | | | | | | Port generic Helm upgrade functionality to CE See merge request gitlab-org/gitlab-ce!23924
| * | | Refactor some methods in Prometheus modelThong Kuah2019-01-182-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - #update_errored? method def is redundant, already defined from state machine - #update_in_progress? moved to ApplicationStatus - #ready_status becomes a constant. Previously it was extended in ee/ so maybe that was why it's a instance method
| * | | Port generic upgrade functionality to CE55544-port-upgrade-commandThong Kuah2019-01-153-1/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port from EE generic upgrade related functionality used to upgrade Helm applications Remove memoization which could be incorrect It looks like we are memoizing without regard to the method's argument so this could result in an incorrect upgrade_command Remove `const_get` indirection now we are no longer in EE
* | | | Merge branch 'export-default-in-vuex-shared-modal-actions' into 'master'Kushal Pandya2019-01-181-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Export default in vuex_shared/modal/actions See merge request gitlab-org/gitlab-ce!24435
| * | | | Export default in vuex_shared/modal/actionsPaul Slaughter2019-01-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | **Why?** This prevents erros when using actions in karma test.
* | | | | Merge branch 'user-avatar-list-empty-text' into 'master'Kushal Pandya2019-01-182-15/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Handle emptyText in user_avatar_list See merge request gitlab-org/gitlab-ce!24436
| * | | | | Handle emptyText in user_avatar_listPaul Slaughter2019-01-162-15/+47
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** To reduce duplicate code, it's helpful to encapsulate this behavior here.
* | | | | Merge branch 'patch-29' into 'master'Evan Read2019-01-181-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Use CI variables in CI docker build examples See merge request gitlab-org/gitlab-ce!24130
| * | | | Use CI variables in CI docker build examplesSiim Tiilen2019-01-181-3/+3
|/ / / /
* | | | Merge branch 'Projects--dropdown-is-misaligned-on-issue-boards-page' into ↵Annabel Dunstone Gray2019-01-175-6/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Projects dropdown is misaligned on issue boards page Closes #48682 and #54920 See merge request gitlab-org/gitlab-ce!24277
| * | | | fix misaligned projects dropdownJohann Hubert Sonntagbauer2019-01-175-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dropdown position * add empty state list overflow * avoid double scrollbars in project dropdown
* | | | | Merge branch '55256-bs-spacer' into 'master'Annabel Dunstone Gray2019-01-171-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spacer and spacers as overrides Closes #55256 See merge request gitlab-org/gitlab-ce!24459
| * | | | | Add spacer and spacers as overridesRajat Jain2019-01-171-0/+9
| | | | | |
* | | | | | Merge branch 'qa-grid-empty-check' into 'master'Dan Davison2019-01-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let QA_REMOTE_GRID be nil or empty string See merge request gitlab-org/gitlab-ce!24468
| * | | | | | Let guard catch QA_REMOTE_GRID blank or nilddavison2019-01-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'review-apps-do-not-exit-when-dependable-job-fails' into 'master'Mark Lapierre2019-01-171-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Review Apps] Don't exit when dependable job fails See merge request gitlab-org/gitlab-ce!24469
| * | | | | | [Review Apps] Don't exit when dependable job failsRémy Coutable2019-01-171-1/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function that retrieves the dependable job is pretty basic and retrieves the first job found with the matching name, but this job can be failed but then successfully retried. In that case, we would exit the depending job even though the dependable job actually succeeded (the second time). Let's simplify things, be optimistic and continue with the depending job even if the dependable job fails. That reverts to the original behavior. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch '26375-markdown-footnotes-not-working' into 'master'Lin Jen-Shin2019-01-1712-21/+237
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Markdown footnotes not working Closes #26375 See merge request gitlab-org/gitlab-ce!24168
| * | | | | | Bumping the CACHE_COMMONMARK_VERSION26375-markdown-footnotes-not-workingBrett Walker2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the rendering of footnotes is changed, the cached html need to be updated
| * | | | | | Update to nokogiri 1.10.1Brett Walker2019-01-174-8/+8
| | | | | | |
| * | | | | | Refactoring and addressing review commentsBrett Walker2019-01-176-47/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and additional spec
| * | | | | | Updates based on review commentsBrett Walker2019-01-103-9/+16
| | | | | | |
| * | | | | | Update nokogiri to 1.10.0Brett Walker2019-01-082-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and truncato to 0.7.11
| * | | | | | Properly process footnotes in markdownBrett Walker2019-01-086-3/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the ids and classes were stripped. Add them back in and make ids unique
* | | | | | | Merge branch 'backup_restore_fix_issue_46891' into 'master'Rémy Coutable2019-01-172-2/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Modify file restore to rectify tar issue See merge request gitlab-org/gitlab-ce!24000
| * | | | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo in run_pipeline! function -> Open3.pieline to Open3.pipeline
| * | | | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted run_pipeline! function to match rubocop syntax requirements Adjusted run_pipeline! function to use variable instead of string interpolation
| * | | | | | Modify file restore to rectify tar issueJason Colyer2019-01-171-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed run_pipeline! function to have use $ in regex Changed run_pipeline! function to use Open3.pipeline instead of Open3.pipeline_start
| * | | | | | Added changelog entryJason Colyer2019-01-161-0/+5
| | | | | | |
| * | | | | | Modified files.rb to handle tar errorJason Colyer2019-01-161-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the run_pipeline! function to instead use Open3.pipeline_start In doing so, the code is able to grab the last STDERR. In the case where the error is the one from older tar versions (relating to ./), it will not raise a Backup::Error. All other instances of command failure will result in Backup::Error being raised.
* | | | | | | Merge branch 'cleanup-leagcy-artifact-migration' into 'master'Andreas Brandl2019-01-175-1/+109
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup legacy artifact background migration Closes #46866 See merge request gitlab-org/gitlab-ce!24144
| * | | | | | | Cleanup legacy artifact background migrationShinya Maeda2019-01-175-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add migration and spec commit 3cc12e1268a6865f524d8fab1804f018312fdf5a Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:34:31 2019 +0900 Add changelog to this change commit 5006fc96e38db514956a35f53ae8ee536548a2e9 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:32:56 2019 +0900 Remove partial index from ci_builds artifact_file ok Update schema commit 3c956bdc02b195bc67d0327bf3748a631ea5466d Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:41:27 2019 +0900 Add frozen_string_literal: true commit 8c827cd616890160e6e8908843403a6f20c03236 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:40:06 2019 +0900 Set batch size 100 commit aeee559777d3bdeadfd2b9bb61d460f2dc1fa8a6 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jan 4 18:33:05 2019 +0900 Cleanup legacy artifact background migration
* | | | | | | | Merge branch ↵Annabel Dunstone Gray2019-01-175-59/+106
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42769-remove-expansion-hover-animation-from-status-icon-buttons' into 'master' Resolve "Remove expansion hover animation from status icon buttons" Closes #42769 See merge request gitlab-org/gitlab-ce!24268
| * | | | | | | | Remove animation from pipeline status icon buttonsNathan Friend2019-01-175-59/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The expansion hover animation caused a number of layout headaches; this commit removes the animation and replaces them with hover/active/focus styles. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42769
* | | | | | | | | Merge branch 'docs/allow-edits-maintainers-forks' into 'master'Achilleas Pipinellis2019-01-175-7/+68
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor "Allow edits from maintainers in forks" docs See merge request gitlab-org/gitlab-ce!24426
| * | | | | | | | | Refactor "Allow edits from maintainers in forks" docsAchilleas Pipinellis2019-01-175-7/+68
| | | | | | | | | |
* | | | | | | | | | Merge branch '47988-improve-milestone-queries-with-subq' into 'master'Andreas Brandl2019-01-179-23/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve MilestonesFinder to accept project and group relations Closes #47988 See merge request gitlab-org/gitlab-ce!24325
| * | | | | | | | | | Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-129-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of querying relations into ids we just pass them to the model scope because the scope supports it now. Also changes other calls to `Milestone.for_projects_and_groups`
* | | | | | | | | | | Merge branch ↵Lin Jen-Shin2019-01-173-3/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '56363-inconsitent-file-size-indication-across-different-ci-pages' into 'master' Show CI artifacts size with 3 significant digits Closes #56363 See merge request gitlab-org/gitlab-ce!24387
| * | | | | | | | | | | Show CI artifacts size with 3 significant digitsVladimir Shushlin2019-01-173-3/+9
|/ / / / / / / / / / /