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-06-01Update 404 and 403 pagesPaul Slaughter
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-30better handle a missing gitlab-shell versionBrett Walker
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
2018-05-30Replace grape-route-helpers with our own grape-path-helpersStan Hu
This gem (https://gitlab.com/gitlab-org/grape-path-helpers) makes a number of changes: 1. Brings in @mdelaossa's changes in https://github.com/reprah/grape-route-helpers/pull/21 2. Fixes some broken specs and code for Grape 1.0+ 3. Optimizes the generation of paths by bringing in @dblessing's HashWithIndifferentAccess changes in https://gitlab.com/gitlab-org/gitlab-ce/issues/45718#note_70123793 Closes #45718
2018-05-29Add `shared_projects` endpointBob Van Landuyt
This endpoint lists projects shared with a group visible to the current user. The `filter` and `sort` params are supported like on the `children` endpoint.
2018-05-28Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan
Persist and use truncated note diffs instead requesting Gitaly in a N+1 manner on MR page Closes #45190 See merge request gitlab-org/gitlab-ce!18991
2018-05-25Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable
Resolve "gitlab 10.8 assumes that installation is a git working copy." Closes #46600 See merge request gitlab-org/gitlab-ce!19125
2018-05-25Merge branch 'sh-disable-background-metrics-in-tests' into 'master'Robert Speicher
Disable the background Prometheus sampler in tests See merge request gitlab-org/gitlab-ce!19130
2018-05-24Persist truncated note diffs on a new tableOswaldo Ferreira
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response. With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24Merge branch '46741-add-access-control-allow-headers-wds' into 'master'Mike Greiling
Add `Access-Control-Allow-Headers` to Webpack Dev Server config Closes #46741 See merge request gitlab-org/gitlab-ce!19131
2018-05-24Add `Access-Control-Allow-Headers` to Webpack Dev Server configKushal Pandya
2018-05-24Disable the background Prometheus sampler in testsStan Hu
This sampler can interfere with tests and cause transient build failures, such as https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/70241683.
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-23Merge branch ↵Douwe Maan
'45175-cache-json-instead-of-activerecord-objects-in-appearance-and-applicationsetting' into 'master' Resolve "Cache JSON instead of ActiveRecord objects in `Appearance` and `ApplicationSetting`" Closes #45175 See merge request gitlab-org/gitlab-ce!18754
2018-05-23Merge branch '46259-prometheus-integration-fails-on-kube-1-10' into 'master'Rémy Coutable
Resolve "Prometheus integration fails on k8s 1.10" Closes #46259 See merge request gitlab-org/gitlab-ce!19082
2018-05-23Don't expire the current ApplicationSetting in config/initializers/1_settings.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-23Fix rubocopTiago Botelho
2018-05-23add file cache to vue-loader to speed up compilationMike Greiling
2018-05-22Monkey patches Kubeclient::Client#proxy_url in order to make it compliant ↵Tiago Botelho
with version 1.10 of kubernetes API
2018-05-22Merge branch '45532-upgrade-vue-loader' into 'master'Phil Hughes
Resolve "Upgrade vue-loader for bug fixes and a simpler webpack config" Closes #45532 See merge request gitlab-org/gitlab-ce!19052
2018-05-19simplify and reorganize webpack configMike Greiling
2018-05-19move devtool setting into main config objectMike Greiling
2018-05-19upgrade to vue-loader 15.0.11 and update webpack configMike Greiling
2018-05-18Ensure Flipper memoizer is used in Sidekiq's contextRémy Coutable
Also, don't use the provided Middleware, which isn't thread-safe, and instantiate a new Flipper instance per thread instead. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-17Conditionally add Gitaly deprecation warnings based on ENV variableStan Hu
2018-05-14More verbose logging for deprecated path accessZeger-Jan van de Weg
Current logging tells us we've isolated the calls to about 5 call sites, now we'd like to know what is calling these methods.
2018-05-11Merge branch 'zj-validation-initializer' into 'master'Kamil Trzciński
Remove method call to deprecated method See merge request gitlab-org/gitlab-ce!18815
2018-05-11Remove method call to deprecated methodZeger-Jan van de Weg
Given the settings initializer creates Gitaly Storage Settings objects already, the calls to path can be moved to that initializer.
2018-05-09Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif
Fixes #43715
2018-05-07Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho
Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
2018-05-07Merge branch 'master' into upgrade-to-webpack-v4Mike Greiling
* master: (252 commits) Upgrade underscore.js Enable prometheus metrics by default Add signature verification badge to compare view Add Changelog Update instalation from source guide fix Web IDE file tree scroll issue Enable quick support actions default Backport of 4084-epics-username-autocomplete Remove top margin on the terms page with performance bar Backports every CE related change from ee-44542 to CE Fix typo in changelog entry fix missing space Backport IdentityLinker#failed? from GroupSaml callback flow Add ci_cd_settings delete_all dependency on project AutoDevOps Docs fix invalid external link Ignore knapsack and rspec_flaky Ensure web hook 'blocked URL' errors are stored in as web hook logs and properly surfaced to the user Partially revert ebcd5711c5ff937bf925002bf9a5b636b037684e to fix runner pages Reuses `InternalRedirect` when possible Enforces terms in the web application ...
2018-05-07Merge branch '10244-ux-improvements-for-group-runners' into 'master'Kamil Trzciński
Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
2018-05-07Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan
CE backport of Backports Push Mirrors to CE Closes #42099 See merge request gitlab-org/gitlab-ce!18715
2018-05-07Merge branch 'jl-fix-nginx-metrics' into 'master'Mike Greiling
Fix nginx metric names Closes #45163 See merge request gitlab-org/gitlab-ce!18770
2018-05-07Merge branch 'dm-warden-hook-scope' into 'master'Grzegorz Bizon
Only run session related Warden hooks for user scope Closes gitlab-ee#5857 See merge request gitlab-org/gitlab-ce!18771
2018-05-07Adds remote mirror table migrationTiago Botelho
2018-05-07Backports every CE related change from ee-5484 to CETiago Botelho
2018-05-07Only run session related Warden hooks for user scopeDouwe Maan
2018-05-07Enable prometheus metrics by defaultFelipe Artur
2018-05-07Add signature verification badge to compare viewMarc
2018-05-07Merge branch '33697-pipelines-json-endpoint' into 'master'Kamil Trzciński
Resolve "CI retry/cancel job or pipeline redirect the user and can't be open in a new tab" Closes #33697 See merge request gitlab-org/gitlab-ce!18451
2018-05-07Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith
2018-05-07Fix nginx metric namesJoshua Lambert
2018-05-06consolidate main bootstrap entriesMike Greiling
2018-05-04remove unused name-all-modules-pluginMike Greiling
2018-05-04truncate long chunkhashes within filenamesMike Greiling
2018-05-04Merge branch 'bvl-enforce-terms' into 'master'Douwe Maan
Enforce application wide terms Closes #44798 See merge request gitlab-org/gitlab-ce!18570
2018-05-04Merge branch 'ash.mckenzie/fix-rails-sidekiq-rails-module-namespacing' into ↵Douwe Maan
'master' Ensure when accessing Rails, we really get ::Rails (and not Sidekiq::Rails) See merge request gitlab-org/gitlab-ce!18730
2018-05-04Display terms to a userBob Van Landuyt
When terms are present, they can be viewed on `/-/users/terms`.