summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Delete Research proposal.mdremove-research-templateSarah O'Donnell2018-11-231-17/+0
|
* 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
* | | | | | | | | | Merge branch 'gt-limit-gitlab-assets-compile-job-to-branches' into 'master'Rémy Coutable2018-11-221-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit `gitlab:assets:compile` job to branches and tags Closes #54361 See merge request gitlab-org/gitlab-ce!23302
| * | | | | | | | | | Limit `gitlab:assets:compile` job to branchesGeorge Tsiolis2018-11-221-0/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'fix-typos-occured' into 'master'Kushal Pandya2018-11-2214-55/+55
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos occured to occurred See merge request gitlab-org/gitlab-ce!23105
| * | | | | | | | | | Update gitlab.potHiroyuki Sato2018-11-211-32/+32
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into fix-typos-occuredHiroyuki Sato2018-11-211161-8147/+7900
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - app/assets/javascripts/ide/stores/modules/pipelines/actions.js - spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
| * | | | | | | | | | | Fix typos occured to occurredHiroyuki Sato2018-11-1614-25/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch ↵Rémy Coutable2018-11-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '54293-fetch-assets-job-times-out-so-package-and-qa-jobs-can-t-complete' into 'master' Resolve "`fetch-assets` job times out so `package-and-qa` jobs can't complete" Closes #54293 See merge request gitlab-org/gitlab-ce!23267
| * | | | | | | | | | | Pass GITLAB_REF_SLUG to the Omnibus triggers54293-fetch-assets-job-times-out-so-package-and-qa-jobs-can-t-completeRémy Coutable2018-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | Merge branch 'docs/fix-shibboleth-markdown' into 'master'Achilleas Pipinellis2018-11-221-85/+85
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix markdown to render correctly See merge request gitlab-org/gitlab-ce!23221
| * | | | | | | | | | | | Fix markdown to render correctlydocs/fix-shibboleth-markdownEvan Read2018-11-201-85/+85
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'docs/delete-broken-link' into 'master'Achilleas Pipinellis2018-11-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove broken link that 404s and has no alternative See merge request gitlab-org/gitlab-ce!23295
| * | | | | | | | | | | | Remove broken link that 404s and has no alternativedocs/delete-broken-linkEvan Read2018-11-221-1/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch ↵Douwe Maan2018-11-222-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version' into 'master' SystemCheck: Use a more reliable way to detect current Ruby version Closes #46950 See merge request gitlab-org/gitlab-ce!23291
| * | | | | | | | | | | | Use a more reliable way to detect current Ruby version46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version46950-systemcheck-ruby-versionGabriel Mazetto2018-11-212-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'revert-fd6e3781' into 'master'Sean McGivern2018-11-2219-1281/+785
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-e2aa2177' into 'master'" Closes #54267 See merge request gitlab-org/gitlab-ce!23237
| * | | | | | | | | | | | | Fix bug where ID is not setrevert-fd6e3781Zeger-Jan van de Weg2018-11-203-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On HEAD~ we remove the ID from the class, which created a bug. Given we don't need the ID anymore, it has been removed and simplified.