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
2018-07-25Merge branch 'sh-include-rbtrace' into 'master'Douwe Maan
Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
2018-07-25Add rbtrace to GemfileStan Hu
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
2018-07-25Disables Rack Attack by defaultTiago Botelho
2018-07-24Merge branch 'dz-refactor-object-store-settings' into 'master'Rémy Coutable
Create class responsible for default object store settings See merge request gitlab-org/gitlab-ce!20785
2018-07-24Make ObjectStoreSettings use more explicit and add specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-23Remove instrumentation Rouge::Plugins::{Redcarpet,CommonMark}Stan Hu
The removal in 4d376c667d72e0eca22b4abe76e0bf09434fc4bd had an unintended side effect in that it got rid of the `require 'rouge/plugins/redcarpet'`.
2018-07-23Create class responsible for default object store settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-23Merge branch 'sh-remove-banzai-instrumentation' into 'master'Yorick Peterse
Remove method instrumentation for Banzai filters and reference parsers See merge request gitlab-org/gitlab-ce!20770
2018-07-23Merge branch 'fix-theme-index' into 'master'Douwe Maan
Fix theme index to match reality See merge request gitlab-org/gitlab-ce!20772
2018-07-23Merge branch '48932-disable-saml-if-omniauth-is-disabled' into 'master'Douwe Maan
Resolve "Disable SAML and Bitbucket if OmniAuth is disabled" Closes #48932 See merge request gitlab-org/gitlab-ce!20608
2018-07-23Fix theme index to match realityBalasankar "Balu" C
2018-07-23Remove method instrumentation for Banzai filters and reference parsersStan Hu
For one README.md file, this instrumentation was adding several seconds and significant RAM and CPU overhead since these filters often iterate through all HTML nodes in tight loops. Relates to #49409
2018-07-20Merge branch '47530-replace-label-light-with-label-bold' into 'master'Clement Ho
Resolve "Replace all usages of `label-light` with `label-bold`" Closes #47530 and #41725 See merge request gitlab-org/gitlab-ce!20727
2018-07-20Add bootsnap to development/test bundle and enable it if availableGabriel Mazetto
This will enable bootsnap whenver the gem is available.
2018-07-20Disable SAML if OmniAuth is disabledLin Jen-Shin
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-07-19Merge branch '43312-remove_user_activity_workers' into 'master'Rémy Coutable
Delete UserActivities and related workers Closes #43312 See merge request gitlab-org/gitlab-ce!20597
2018-07-18Limit the TTL for anonymous sessions to 1 hourStan Hu
By default, all sessions are given the same expiration time configured in the session store (e.g. 1 week). However, unauthenticated users can generate a lot of sessions, primarily for CSRF verification. It makes sense to reduce the TTL for unauthenticated to something much lower than the default (e.g. 1 hour) to limit Redis memory. In addition, Rails creates a new session after login, so the short TTL doesn't even need to be extended. Closes #48101
2018-07-18Delete UserActivities and related workersImre Farkas
2018-07-17Merge branch 'feature/gb/email-delivery-metrics' into 'master'Sean McGivern
Add emails delivery metrics Closes #49214 See merge request gitlab-org/gitlab-ce!20638
2018-07-16Merge branch 'update-issue-closing-pattern' into 'master'Rémy Coutable
Update issue closing pattern Closes #49166 See merge request gitlab-org/gitlab-ce!20554
2018-07-16Implement action mailer delivery metrics observerGrzegorz Bizon
2018-07-16Register all action mailer interceptors in a single placeGrzegorz Bizon
2018-07-16Move existing email interceptors into the same moduleGrzegorz Bizon
2018-07-11Update issue closing patternGeorge Tsiolis
2018-07-11Add manifest import featureDmitriy Zaporozhets
It allows user to automatically import multiple repositories with nested structure by uploading a manifest xml file. AOSP project was used as an example during development of this feature. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-10Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_changeJasper Maes
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-09Merge branch 'rjh/additional-options-for-s3-compatible-hosts' into 'master'Rémy Coutable
Add options to adjust signed url creation for Object Storage to use older signature if needed. See merge request gitlab-org/gitlab-ce!18719
2018-07-06Move spec/mailers/previews to app/mailers/previewsLin Jen-Shin
2018-07-06Merge branch '48677-also-check-auto_sign_in_with_provider' into 'master'Douwe Maan
Resolve "Undefined omniauth_authorize_path when omniauth_enabled not enabled" Closes #48677 See merge request gitlab-org/gitlab-ce!20302
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-07-04Merge branch '45739-add-metrics-to-operations-tab' into 'master'Filipa Lacerda
Resolve "Add Metrics to Operations Tab" Closes #45739 See merge request gitlab-org/gitlab-ce!20025
2018-07-04Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
2018-07-04Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)
Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
2018-07-04Merge branch 'bump-carrierwave-to-1-2-3' into 'master'Kamil Trzciński (OoO till 3th)
Bump Carrierwave gem to 1.2.3 (which contains the monkey patch for memory consumption) Closes #46182 See merge request gitlab-org/gitlab-ce!20287
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
2018-07-04Delete monkey patchShinya Maeda
2018-07-03Merge branch 'prune-web-hook-logs' into 'master'Douwe Maan
Prune web hook logs older than one month Closes #46120 See merge request gitlab-org/gitlab-ce!20183
2018-07-02Prune web hook logs older than 90 daysYorick Peterse
This adds a recurring Sidekiq job that removes up to 50 000 old web hook logs per hour, if they are older than 90 days. This will prevent the web_hook_logs table from growing indefinitely. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
2018-07-02If `omniauth_auto_sign_in_with_provider` is set,Lin Jen-Shin
it also means we're using omniauth, so we need to set it up.
2018-06-29Remove CarrierWave initializerStan Hu
This is stale and no longer used. Object storage is now configured in each specific gitlab.yml section (e.g. uploads, lfs, etc.). Part of gitlab-org/omnibus-gitlab#3641
2018-06-29Enabling Doorkeeper reuse_access_token optionFrancisco Javier López
2018-06-29Fix OAuth application authorization screen to appear with every accessFrancisco Javier López
2018-06-29Remove GET empty from EnvironmentsControllerTiago Botelho
2018-06-28Merge branch 'feature/oidc-subject-claim' into 'master'Douwe Maan
Don't hash user ID in OIDC subject claim Closes #47791 See merge request gitlab-org/gitlab-ce!19784
2018-06-28Don't hash user ID in OIDC subject claimMarkus Koller
2018-06-28Prevents project first environment from being fetched in every project viewTiago Botelho
2018-06-27Fix spelling: Uncommment -> UncommentStan Hu
2018-06-27Add RepositoryCheck::DispatchWorker to start worker per shardToon Claes
The RepositoryCheck::DispatchWorker will start a RepositoryCheck::BatchWorker for each healthy shard. Closes gitlab-org/gitlab-ce#48042