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-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
2018-06-27Migrate storage nesting check to GitalyJacob Vosmaer (GitLab)
2018-06-27Adds empty environments pageTiago Botelho
2018-06-26Update _scopes_form.html.haml to remove duplicate informationMarcel Amirault
2018-06-25Merge branch '6591-dont-load-omniauth-if-not-enabled' into 'master'Stan Hu
Don't try to load omniauth if not enabled Closes gitlab-ee#6591 See merge request gitlab-org/gitlab-ce!20132
2018-06-25Merge branch 'jprovazn-rails5-mysql-datetime' into 'master'Yorick Peterse
[Rails5] Fix MysqlDateTimeWithTimeZone in rails 5 Closes #46275 See merge request gitlab-org/gitlab-ce!19613
2018-06-25Don't try to load omniauth if not enabledLin Jen-Shin
2018-06-25Delete non-latest merge request diff files upon diffs reloadOswaldo Ferreira
2018-06-21Merge branch 'fix-webpack-node-env' into 'master'Clement Ho
Enable webpack nodeEnv optimization See merge request gitlab-org/gitlab-ce!20075
2018-06-21Mysql fixes for Rails 5Jan Provaznik
* `MysqlDateTimeWithTimeZone` inherits from `ActiveRecord::Type::DateTime` (`MysqlDateTime` is not present in Rails 5) * explicitly set `NULL` default value for `merge_request_diff_files`'s `diff` column (otherwise empty string is used in a migration) and empty string is not allowed for text/blob fields in Mysql * disable NO_ZERO_DATE mode for all Mysql DB connections, otherwise SQL queries fail on inserting `0` value for `created_at` column
2018-06-21disable nodeEnv within karma configMike Greiling
2018-06-21enable accidentally-disabled nodeEnv optimizationMike Greiling
2018-06-21Allow omnibus to disable sourcemaps in memory constrained environmentsMike Greiling
2018-06-21Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
2018-06-21[Rails5] Fix ActionCable's mount_path configurationblackst0ne
The original MR [1] fixed red specs for Rails 5. But while the failed specs were fixed, that changes brought new failed specs which weren't caught up in [1]. This commit just fixes the fix. :) New errors are like these: ``` Failed to upgrade to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, HTTP_UPGRADE: ) Finished "/-/boards/1/lists"[non-WebSocket] for 127.0.0.1 at 2018-06-20 18:09:26 +0200 ``` [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20015
2018-06-20Merge branch ↵Rémy Coutable
'blackst0ne-rails5-found-new-routes-that-could-cause-conflicts-with-existing-namespaced-routes' into 'master' Resolve "[Rails5] Found new routes that could cause conflicts with existing namespaced routes" Closes #48010 See merge request gitlab-org/gitlab-ce!20015
2018-06-20More gitaly disk access blocksJacob Vosmaer (GitLab)
2018-06-20[Rails5] Fix ActionCable '/cable' mountpoint conflictblackst0ne
Since Rails 5.0 the new framework has been added. It's called ActionCable. It brings WebSockets support to rails applications. By default the mountpoint of WebSocket requests is `/cable` [1]. GitLab allows using top level names as namespaces or usernames. For example, `gitlab.com/cable` at this moment leads to a user with the nickname `cable`. This commit changes ActionCable's mountpoint to a reserved top level word `-`. This is just a stub and should not be be used in real work. Please set correct mountpoints for each environments when configuring ActionCable for real using. [1]: https://github.com/rails/rails/blob/5-0-stable/actioncable/lib/action_cable.rb#L38
2018-06-19Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
2018-06-19consolidate back into one controllerDennis Tang
2018-06-18Redirect favicon.(png|ico) to actual favicon asset or uploadDouwe Maan
2018-06-18Add workhorse authorize method for project/group uploadsJan Provaznik
This method can be used by workhorse to get presigned URLs used for direct upload of files.
2018-06-15[Rails5] Fix optimistic lock valueblackst0ne
Update the monkey-patch to make it work in Rails 5.
2018-06-14Merge branch 'rails5-database' into 'master'Sean McGivern
Fix table_exists? to be Rails5 compatible Closes #45107 See merge request gitlab-org/gitlab-ce!19418
2018-06-14Use data_source_exists? instead of table_exists?Jarka Kadlecová
Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
2018-06-13[Rails5] Pass class references instead of strings to middleware builderblackst0ne
It fixes Rails 5.0 deprecation flooding like: ``` DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "::Gitlab::Middleware::ReadOnly" => Gitlab::Middleware::ReadOnly (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "ActionDispatch::Static" => ActionDispatch::Static (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "Gitlab::Testing::RequestBlockerMiddleware" => Gitlab::Testing::RequestBlockerMiddleware (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "ActionDispatch::Static" => ActionDispatch::Static (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "Gitlab::Testing::RequestInspectorMiddleware" => Gitlab::Testing::RequestInspectorMiddleware (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) ```
2018-06-12Merge branch 'sh-update-unicorn-rb-example' into 'master'Robert Speicher
Clean up stale Prometheus metrics in before_exec unicorn hook See merge request gitlab-org/gitlab-ce!19683
2018-06-12Resolve "[Rails5] `ActionView::MissingTemplate` in ↵blackst0ne
spec/features/projects/wiki/user_views_wiki_page_spec.rb"
2018-06-12Clean up stale Prometheus metrics in before_exec unicorn hookStan Hu
Issuing a SIGUSR2 to a unicorn involves a dance where new workers are spun up before the old ones are shut down. To ensure Prometheus .db files aren't deleted after the new workers are shut down, we need to clean these files up before the unicorn process is run. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2582
2018-06-11Merge branch 'leipert-add-memory-info' into 'master'Tim Zallmann
Set `max_old_space_size` option of node to 3.5GB during compile:assets See merge request gitlab-org/gitlab-ce!19624