Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2019-08-05Merge branch 'fix-design-management-router-ce' into 'master'Rémy Coutable
CE Backport for gitlab-ee!14741 (Fix design management router) See merge request gitlab-org/gitlab-ce!31090
2019-08-05CE-backport of designs routeLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14741
2019-08-05Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"Mark Lapierre
This reverts merge request !31379
2019-08-02Merge branch 'backport-fix-remaining-prepend-lines' into 'master'Robert Speicher
Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
2019-08-02Call `GC::Profiler.clear` only in one placeAleksei Lipniagov
Previously, both InfluxSampler and RubySampler were relying on the `GC::Profiler.total_time` data which is the sum over the list of captured GC events. Also, both samplers asynchronously called `GC::Profiler.clear` which led to incorrect metric data because each sampler has the wrong assumption it is the only object who calls `GC::Profiler.clear` and thus could rely on the gathered results between such calls. We should ensure that `GC::Profiler.total_time` is called only in one place making it possible to rely on accumulated data between such wipes. Also, we need to track the amount of profiler reports we lost.
2019-08-01Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809Valery Sizov
Introducing Docker Registry replication
2019-08-01Support X_if_ee methods for QA testsYorick Peterse
For the QA tests to use the new injection methods, we must require the initializer and ensure that the "constantize" method is available.
2019-07-31Allow knative do be uninstalled:João Cunha
- After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
2019-07-31Merge branch 'mg-update-icons-svg-import' into 'master'Kushal Pandya
Use file-loader for sprite icons within icon.vue See merge request gitlab-org/gitlab-ce!31257
2019-07-30Support bulk registry tag deleteGiorgenes Gelatti
2019-07-30Add methods for injecting EE modulesYorick Peterse
This adds the methods prepend_if_ee, extend_if_ee, and include_if_ee that can be used to inject EE specific modules in EE. These methods are exposed as an initializer that is loaded as soon as possible. For tests that use fast_spec_helper.rb we must load this initializer manually, as the Rails environment is not loaded. This is not the most pretty setup, but unfortunately there is no alternative that we can use.
2019-07-30Filter title, description, and body from logsSean McGivern
These can contain sensitive content.
2019-07-30Remove line profiler from performance barSean McGivern
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
2019-07-30Override icons.svg asset path with sprockets assetMike Greiling
2019-07-29Use file-loader to import icon spritesMike Greiling
2019-07-29Merge branch 'sh-add-cmaps-for-pdfjs' into 'master'Mike Greiling
Make pdf.js render CJK characters Closes #62152 See merge request gitlab-org/gitlab-ce!31220
2019-07-29Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-07-29Merge branch 'remove-peek-pg' into 'master'Stan Hu
Replace peek-pg with our own implementation Closes #44441 See merge request gitlab-org/gitlab-ce!31187
2019-07-29Adds direct monitoring for sidekiq metricsRyan Cobb
This adds diirect monitoring for sidekiq metrics. This is done via sidekiq middleware and a sampler to pull from sidekiqs api.
2019-07-28Make pdf.js render CJK charactersStan Hu
As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
2019-07-27Merge branch '19186-redirect-wiki-git-route-to-wiki' into 'master'Stan Hu
Redirect project.wiki.git to project wiki home See merge request gitlab-org/gitlab-ce!31085
2019-07-26Updates label value to include units in metricsLaura Montemayor
This MR updates the y_label values and the label values in common_metrics and cluster_metrics to append the units of measurement to the labels.
2019-07-26Merge branch 'security-github-ssrf-redirect' into 'master'GitLab Release Tools Bot
Do not allow localhost url redirection in GitHub Integration See merge request gitlab/gitlabhq!3188
2019-07-26Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot
Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
2019-07-26Replace peek-pg with our own implementationSean McGivern
This uses an ActiveRecord subscriber to get queries and calculate the total query time from that. This means that the total will always be consistent with the queries in the table. It does however mean that we could potentially miss some queries that don't go through ActiveRecord. Making this change also allows us to unify the response JSON a little bit, making the frontend slightly simpler as a result.
2019-07-26Redirect project.wiki.git to project wiki homeLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/19186
2019-07-25Remove unneeded monkey-patchHeinrich Lee Yu
Changes all calls to data_source_exists? to table_exists? since that is the intent of these calls
2019-07-24Merge branch 'ce-docker_image_replication-event-generation' into 'master'Douglas Barbosa Alexandre
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597 See merge request gitlab-org/gitlab-ce!30520
2019-07-24Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597Valery Sizov
This is the first part of Docker Registry replication for secondary Geo node.
2019-07-24Add Rugged calls to performance barStan Hu
This will help diagnose the source of excessive I/O from Rugged calls. To implement this, we need to obtain the full list of arguments sent to each request method.
2019-07-24Merge branch '52442-initial-mysql-support-removal' into 'master'Robert Speicher
Remove dead mysql code Closes #63191 See merge request gitlab-org/gitlab-ce!29608
2019-07-24Merge branch 'sh-remove-opclasses-patch' into 'master'Mayra Cabrera
Remove PostgreSQL opclasses monkey patch Closes #64529 and #59673 See merge request gitlab-org/gitlab-ce!30709
2019-07-23Speed up boot timeSergey Alekseev
by removing an unused `begin ... rescue ... end` block. The block is no longer necessary after moving the bootsnap gem to the :default group in eedf735574b9f6c7c6c843943dd946ce84238236.
2019-07-23Remove dead MySQL codeNick Thomas
None of this code can be reached any more, so it can all be removed
2019-07-23Remove PostgreSQL opclasses monkey patchStan Hu
This is no longer needed with Rails 5.2. opclass is the attribute used per https://github.com/rails/rails/pull/19090/files. Now that we've removed the monkey patch and restored the Rails schema dumper, it appears Rails has dropped the inclusion of `using: :btree` as well (https://github.com/rails/rails/pull/27981). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64529
2019-07-23Merge branch 'sh-enable-bootsnap' into 'master'Douglas Barbosa Alexandre
Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
2019-07-23Merge branch 'FixLocaleEN' into 'master'Bob Van Landuyt
Remove duplicated mapping key in config/locales/en.yml See merge request gitlab-org/gitlab-ce!30980
2019-07-23Merge branch '6544-remove-scss-diff-ce' into 'master'Phil Hughes
Resolve difference in app/assets/stylesheets/application.scss See merge request gitlab-org/gitlab-ce!31007
2019-07-23Merge branch 'ce-4946-resolve-ee-config' into 'master'Robert Speicher
Port EE specific settings to CE See merge request gitlab-org/gitlab-ce!30998
2019-07-22Port EE specific settings to CELin Jen-Shin
2019-07-22Fix xterm CSS not loadingMike Greiling
2019-07-22Remove duplicated mapping key in config/locales/en.ymlPeter Dave Hello
The "errors" section was defined twice in this file, the first one was the once being removed here, another one is at line 164 (before removal) or line 158 (after removal). The content of duplicated strings definition are totally the same, the second part has more data (41 lines in total, compare to the removed 6 lines), so I removed the first part but not the second part. cc !16710
2019-07-22Resolve difference in app/assets/stylesheets/application.scssLukas Eipert
2019-07-19Make Bootsnap available via ENABLE_BOOTSNAP=1Stan Hu
Bootsnap speeds up Rails loading and now ships by default with Rails 5.2 apps. We should promote this to a default gem and test it out in production. This will also make it possible for the Helm Charts to take advantage of this. It appears that Bootsnap with Rails 5.2.3 and all the GitLab CE gems loads fine on an ARM platform now, so it's possible that https://gitlab.com/gitlab-org/gitlab-ce/issues/34799 has been resolved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45230
2019-07-19Move frontend fixtures into spec/frontendMike Greiling
Moves every fixture source file from spec/javascripts to spec/frontend
2019-07-19Move frontend fixtures to tmp/testsMike Greiling
2019-07-18Merge branch 'an-sidekiq-chaos' into 'master'Lin Jen-Shin
Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
2019-07-18Adds chaos endpoints to SidekiqAndrew Newdigate
This allows the chaos endpoints to be invoked in Sidekiq so that this environment can be tested for resilience.
2019-07-18Merge branch 'bjk/usage_ping' into 'master'Stan Hu
Update usage ping cron behavior See merge request gitlab-org/gitlab-ce!30842
2019-07-18Merge branch 'sh-add-rugged-logs' into 'master'Douglas Barbosa Alexandre
Add Rugged calls and duration to API and Rails logs Closes #64676 See merge request gitlab-org/gitlab-ce!30871