summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Exclude qa-frontend from running on docs-only branchesdocs/exclude-qa-frontendAchilleas Pipinellis2018-11-231-0/+1
|
* Merge branch 'docs-update-perfbar-path' into 'master'Achilleas Pipinellis2018-11-231-2/+2
|\ | | | | | | | | refresh the path to performance bar in admin settings with the up-to-date value See merge request gitlab-org/gitlab-ce!23316
| * update path to performance bar in admin settingsdocs-update-perfbar-pathAlexander Tanayno2018-11-231-2/+2
| |
* | Merge branch 'docs-update-request-prof-screenshot' into 'master'Achilleas Pipinellis2018-11-231-0/+0
|\ \ | | | | | | | | | | | | update screenshot for request profiling token See merge request gitlab-org/gitlab-ce!23317
| * | update screenshot for request profiling tokendocs-update-request-prof-screenshotAlexander Tanayno2018-11-231-0/+0
| |/
* | Merge branch 'remove-research-template' into 'master'Phil Hughes2018-11-231-17/+0
|\ \ | | | | | | | | | | | | Delete Research proposal.md See merge request gitlab-org/gitlab-ce!23322
| * | Delete Research proposal.mdremove-research-templateSarah O'Donnell2018-11-231-17/+0
| | |
* | | Merge branch 'sh-register-ci-job-service-improve' into 'master'Kamil Trzciński2018-11-231-4/+2
|\ \ \ | | | | | | | | | | | | | | | | Clean up fix for RegisterJobService See merge request gitlab-org/gitlab-ce!23315
| * | | Clean up fix for RegisterJobServicesh-register-ci-job-service-improveStan Hu2018-11-221-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer `each` to `find` since the former does the same thing except doesn't add the extra delegation step that may be causing the binding_of_caller gem issues. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/54281#note_119494004
* | | | Merge branch '53326-improve-issues-empty-state' into 'master'Sean McGivern2018-11-237-15/+58
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Improve issues list empty state when a filter is selected" Closes #53326 See merge request gitlab-org/gitlab-ce!22775
| * | | Update empty state messageHeinrich Lee Yu2018-11-195-7/+7
| | | |
| * | | Refactor to use updated params in finderHeinrich Lee Yu2018-11-192-15/+4
| | | |
| * | | Apply to MRsHeinrich Lee Yu2018-11-194-15/+23
| | | |
| * | | DRY up testsHeinrich Lee Yu2018-11-191-16/+13
| | | |
| * | | Remove text-center in descriptionHeinrich Lee Yu2018-11-191-1/+1
| | | |
| * | | Add changelog entryHeinrich Lee Yu2018-11-191-0/+5
| | | |
| * | | Show separate empty_state if issues are filteredHeinrich Lee Yu2018-11-194-1/+45
| | | |
* | | | Merge branch 'jprovazn-locale-fix' into 'master'Grzegorz Bizon2018-11-232-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly set locale fallbacks Closes #54274 See merge request gitlab-org/gitlab-ce!23271
| * | | | Explicitly set locale fallbacksjprovazn-locale-fixJan Provaznik2018-11-212-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a recent change in i18n, default language is not included in fallbacks by default. This causes that MissingTranslationData exception is raised both in development and production mode. This patch sets explicitly fallbacks language to english which assures that english is used for missing translations.
* | | | | Merge branch 'rails5-deprecation-render-nothing' into 'master'Rémy Coutable2018-11-236-9/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rails5 deprecation: :nothing option is deprecated, Use head method to respond with empty response body. See merge request gitlab-org/gitlab-ce!23311
| * | | | | render :nothing option is deprecated, Use head method to respond with empty ↵Jasper Maes2018-11-236-9/+15
| | |_|/ / | |/| | | | | | | | | | | | | response body.
* | | | | Merge branch '54391-tag' into 'master'Phil Hughes2018-11-232-1/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Correctly styles tags in jobs sidebar Closes #54391 See merge request gitlab-org/gitlab-ce!23319
| * | | | Correctly styles tags in jobs sidebarFilipa Lacerda2018-11-232-1/+6
|/ / / / | | | | | | | | | | | | | | | | The tags were using the `label` class instead of `bagde` which is the new BS class
* | | | Merge branch '_acet-fix-unable-to-reply-resolved-nondiff-discussion' into ↵Phil Hughes2018-11-233-3/+56
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Allow commenting to resolved non-diff discussions Closes #54330 See merge request gitlab-org/gitlab-ce!23279
| * | | | Allow commenting to resolved non-diff discussions_acet-fix-unable-to-reply-resolved-nondiff-discussionFatih Acet2018-11-223-3/+56
| | | | |
* | | | | Merge branch 'ce-backport-3777-promote-to-epic' into 'master'Rémy Coutable2018-11-232-3/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for custom highlighting slash commands via warning flags See merge request gitlab-org/gitlab-ce!23277
| * | | | | Add support for custom highlighting slash commands via warning flagsce-backport-3777-promote-to-epicKushal Pandya2018-11-212-3/+27
| | | | | |
* | | | | | Merge branch 'rails5-env-deprecated' into 'master'Sean McGivern2018-11-233-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails5: env is deprecated and will be removed from Rails 5.1 Closes #54384 See merge request gitlab-org/gitlab-ce!22626
| * | | | | | Rails5: env is deprecated and will be removed from Rails 5.1Jasper Maes2018-11-153-2/+7
| | | | | | |
* | | | | | | Merge branch 'dm-batch-loader-sidekiq' into 'master'Stan Hu2018-11-223-0/+19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear BatchLoader context between Sidekiq jobs Closes #53079 See merge request gitlab-org/gitlab-ce!23308
| * | | | | | Clear BatchLoader context between Sidekiq jobsDouwe Maan2018-11-223-0/+19
| | | | | | |
* | | | | | | Merge branch 'update-gitlab-runner-helm-chart-version' into 'master'Kamil Trzciński2018-11-223-4/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Runner Chart to 0.1.38 See merge request gitlab-org/gitlab-ce!23304
| * | | | | | | Add CHANGELOG entryupdate-gitlab-runner-helm-chart-versionTomasz Maczukin2018-11-221-0/+5
| | | | | | | |
| * | | | | | | Update used version of Runner Helm Chart to 0.1.38Tomasz Maczukin2018-11-222-4/+4
| | | | | | | |
* | | | | | | | Merge branch 'gt-include-wildcard-for-gitlab-assets-compile-only-parameter' ↵Rémy Coutable2018-11-221-4/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Include wildcard for `gitlab:assets:compile` only parameter See merge request gitlab-org/gitlab-ce!23305
| * | | | | | | Include wildcard for `gitlab:assets:compile` only parameterGeorge Tsiolis2018-11-221-4/+4
| |/ / / / / /
* | | | | | | Merge branch 'patch-32' into 'master'Stan Hu2018-11-221-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation: Correct blocked SMTP ports for GKE See merge request gitlab-org/gitlab-ce!23275
| * | | | | | | Correct blocked SMTP ports for GKEMax Winterstein2018-11-211-2/+1
| | | | | | | |
* | | | | | | | Merge branch '48534-autocomplete-spec' into 'master'Kamil Trzciński2018-11-221-7/+47
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for entities autocomplete Closes #48534 See merge request gitlab-org/gitlab-ce!23250
| * | | | | | | | Add specs for entities autocompleteJarka Košanová2018-11-221-7/+47
| | | | | | | | |
* | | | | | | | | Merge branch '349-qa-add-params-for-qa-variables' into 'master'Rémy Coutable2018-11-223-2/+10
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | More env vars for group & project names in QA See merge request gitlab-org/gitlab-ce!23303
| * | | | | | | | More env vars for group & project names in QADylan Griffith2018-11-223-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help with https://gitlab.com/gitlab-org/gitlab-qa/issues/349 as we need to use much shorter project and group names for HTTPS to work
* | | | | | | | | Merge branch 'mr-sticky-headers' into 'master'Filipa Lacerda2018-11-223-0/+31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made diff file headers sticky Closes #48816 See merge request gitlab-org/gitlab-ce!23249
| * | | | | | | | | Made diff file headers stickyPhil Hughes2018-11-223-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48816
* | | | | | | | | | Merge branch 'jprovazn-versioned-migrations' into 'master'Rémy Coutable2018-11-221067-1067/+1086
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rails version to all migrations Closes #54098 See merge request gitlab-org/gitlab-ce!23057
| * | | | | | | | | | Add version 4.2 to all existing migrationsjprovazn-versioned-migrationsJan Provaznik2018-11-221062-1064/+1064
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DB schema generated by a migration may look different in rails 4 and 5 (because rails 5 may use different default values). For this reason it's important to explicitly set for which rails version a migration was written for. See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
| * | | | | | | | | | Update generator templatesJan Provaznik2018-11-223-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Add version migration support to rails 4Jan Provaznik2018-11-222-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When switching to rails 5, we added migration version to all migration classes. This patch makes it possible to run versioned migrations also with rails 4
* | | | | | | | | | | Merge branch 'mr-file-tree-commit' into 'master'Filipa Lacerda2018-11-2210-107/+58
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show toggle tree button on merge request commits Closes #53019 See merge request gitlab-org/gitlab-ce!23238
| * | | | | | | | | | | Show toggle tree button on merge request commitsPhil Hughes2018-11-2210-107/+58
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019