Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replication | Valery Sizov | 2019-08-01 | 1 | -0/+5 |
| | | | | Introducing Docker Registry replication | ||||
* | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597ce-docker_image_replication-event-generation | Valery Sizov | 2019-07-24 | 1 | -0/+9 |
| | | | | | This is the first part of Docker Registry replication for secondary Geo node. | ||||
* | Don't use transactions and exceptions | Reuben Pereira | 2019-07-16 | 1 | -0/+13 |
| | | | | Instead return error objects. | ||||
* | CE-EE parity for shared config files | Robert Speicher | 2019-07-09 | 1 | -0/+3 |
| | | | | | This copies over EE-specific changes to shared configuration files in CE. | ||||
* | Replace 'JIRA' with 'Jira' | Takuya Noguchi | 2019-06-28 | 1 | -1/+1 |
| | | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Backport gitlab.yml.example from EEconfig-yaml-differences | Yorick Peterse | 2019-06-20 | 1 | -1/+197 |
| | | | | | | | | To make this happen, we need to conditionally add the group_saml strategy when running tests, but only on EE. This requires some changes to Gitlab.ee? so that it can be used before/without loading the Rails environment. We also have to change how we require a few files, so this can run outside of Rails. | ||||
* | Add Puma sampler | Jan Provaznik | 2019-05-29 | 1 | -0/+2 |
| | | | | | This sampler gathers Puma-specific metrics which can be used by Prometheus then. | ||||
* | Expain usage of `artifacts_server` in `gitlab.yml`explain-artifacts-server-configuration-docs | Krasimir Angelov | 2019-05-10 | 1 | -1/+1 |
| | | | | | | Add comment to clarify intended usage of `artifacts_server`. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/49475. | ||||
* | Remove from providers with icon | Gosia Ksionek | 2019-05-07 | 1 | -0/+4 |
| | | | | | | Remove puts Remove puts | ||||
* | Allow Sentry client-side DSN to be passed on gitlab.yml | Douglas Barbosa Alexandre | 2019-05-01 | 1 | -0/+1 |
| | |||||
* | feat: allow Sentry configuration to be passed on gitlab.yml | Roger Meier | 2019-04-30 | 1 | -0/+7 |
| | |||||
* | Add doc link to omnibus for changing gitlab.yml | Dmitriy Zaporozhets | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Allow external diffs to be used conditionally | Nick Thomas | 2019-03-27 | 1 | -0/+8 |
| | | | | | | | | | | Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions. | ||||
* | Integrate Gitlab::Keys with Gitlab::Shell | Patrick Bajao | 2019-03-19 | 1 | -0/+2 |
| | | | | | | | | | | | In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well. | ||||
* | Update packages comment in gitlab.yml.example [ci skip] | Dmitriy Zaporozhets | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | Allow raw `tls_options` to be passed in LDAP configuration | Drew Blessing | 2019-03-04 | 1 | -15/+50 |
| | | | | | | | We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future. | ||||
* | Prepare test suite for switch to Gitaly-embedded Git hooks | Jacob Vosmaer | 2019-02-27 | 1 | -2/+0 |
| | |||||
* | Allow MR diffs to be placed into an object store | Nick Thomas | 2019-02-05 | 1 | -0/+29 |
| | |||||
* | Add SSE-C key configuration option for Amazon S3 remote backups | Pepijn Van Eeckhoudt | 2019-01-09 | 1 | -0/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into support-gitaly-tls | Ahmad Hassan | 2018-12-11 | 1 | -8/+11 |
|\ | |||||
| * | Support RSA and ECDSA algorithms in Omniauth JWT | Michael Tsyganov | 2018-12-05 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Add config to disable impersonation | Imre Farkas | 2018-11-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected. | ||||
* | | Merge remote-tracking branch 'origin/master' into support-gitaly-tls | Ahmad Hassan | 2018-11-15 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'dz-add-packages-to-yml' into 'master' | Marin Jankovski | 2018-11-06 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | Add packages section to CE config file See merge request gitlab-org/gitlab-ce!22151 | ||||
| | * | Add packages section to CE config filedz-add-packages-to-yml | Dmitriy Zaporozhets | 2018-10-05 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -1/+1 |
| | | | |||||
* | | | Add documentation for tls gitaly | Ahmad Hassan | 2018-11-02 | 1 | -1/+1 |
|/ / | |||||
* | | Remove broken git storage for testing | Zeger-Jan van de Weg | 2018-10-23 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675 | ||||
* | | Make GitLab pages support access control | Tuomo Ala-Vannesluoma | 2018-10-05 | 1 | -0/+1 |
|/ | |||||
* | Fix grammar (setup to set-up) in code comments, spec, views, etc. | Marcel Amirault | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | Enable omniauth by default | Nick Thomas | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | Fix closing issue default pattern | Samuele Kaplun | 2018-09-06 | 1 | -1/+1 |
| | | | | | | * (Suf)fix #51085 :-) Signed-off-by: Samuele Kaplun <kaplun@protonmail.com> | ||||
* | Add ci_archive_traces_cron_worker configuration to gitlab.yml.example | Shinya Maeda | 2018-08-16 | 1 | -0/+3 |
| | |||||
* | Fix theme index to match reality | Balasankar "Balu" C | 2018-07-23 | 1 | -8/+8 |
| | |||||
* | Merge branch 'rjh/additional-options-for-s3-compatible-hosts' into 'master' | Rémy Coutable | 2018-07-09 | 1 | -0/+5 |
|\ | | | | | | | | | Add options to adjust signed url creation for Object Storage to use older signature if needed. See merge request gitlab-org/gitlab-ce!18719 | ||||
| * | Update gitlab.yml.example | Richard Hancock | 2018-06-07 | 1 | -0/+1 |
| | | |||||
| * | Correcting spelling mistake. | Richard Hancock | 2018-05-04 | 1 | -1/+1 |
| | | |||||
| * | Added options related to signed url creation to work with servcies that do ↵ | Richard J Hancock | 2018-05-03 | 1 | -0/+4 |
| | | | | | | | | not support V4 of the signature. | ||||
* | | Fix spelling: Uncommment -> Uncomment | Stan Hu | 2018-06-27 | 1 | -1/+1 |
| | | |||||
* | | Resolve "Introduce new navigation themes in GitLab 11.0" | Annabel Gray | 2018-06-07 | 1 | -3/+8 |
|/ | |||||
* | Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master' | Douwe Maan | 2018-04-30 | 1 | -2/+2 |
|\ | | | | | | | | | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580 | ||||
| * | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite | Tiago Botelho | 2018-04-26 | 1 | -2/+2 |
| | | |||||
* | | Fix example config miss-alignment in uploads.object_store.connection | Alessio Caiazza | 2018-04-27 | 1 | -9/+9 |
| | | |||||
* | | Add gitlab-pages admin ping rake task | Jacob Vosmaer (GitLab) | 2018-04-27 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'direct-upload-of-uploads' into 'master' | Grzegorz Bizon | 2018-04-05 | 1 | -13/+15 |
|\ | | | | | | | | | Allow to store uploads by default on Object Storage See merge request gitlab-org/gitlab-ce!18156 | ||||
| * | Allow to store uploads by default on Object Storagedirect-upload-of-uploads | Kamil Trzciński | 2018-04-04 | 1 | -13/+15 |
| | | | | | | | | Introduce `direct_upload` option for `uploads` which is gonna set a default storage to Object Storage and use Unicorn to save data | ||||
* | | Add support for Sidekiq JSON logging | Stan Hu | 2018-04-04 | 1 | -0/+4 |
|/ | | | | Closes #20060 | ||||
* | Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master' | Kamil Trzciński | 2018-03-28 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752 | ||||
| * | Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ce | Alessio Caiazza | 2018-03-27 | 1 | -3/+3 |
| | | |||||
* | | Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master' | Douwe Maan | 2018-03-27 | 1 | -1/+22 |
|\ \ | |/ |/| | | | | | | | | | Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774 |