summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* simplify and reorganize webpack config45532-upgrade-vue-loaderMike Greiling2018-05-181-98/+88
|
* move devtool setting into main config objectMike Greiling2018-05-181-3/+2
|
* upgrade to vue-loader 15.0.11 and update webpack configMike Greiling2018-05-181-4/+7
|
* Conditionally add Gitaly deprecation warnings based on ENV variableStan Hu2018-05-171-1/+1
|
* More verbose logging for deprecated path accessZeger-Jan van de Weg2018-05-141-2/+6
| | | | | 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.
* Merge branch 'zj-validation-initializer' into 'master'Kamil Trzciński2018-05-111-11/+0
|\ | | | | | | | | Remove method call to deprecated method See merge request gitlab-org/gitlab-ce!18815
| * Remove method call to deprecated methodZeger-Jan van de Weg2018-05-111-11/+0
| | | | | | | | | | Given the settings initializer creates Gitaly Storage Settings objects already, the calls to path can be moved to that initializer.
* | Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif2018-05-091-0/+14
|/ | | | Fixes #43715
* Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho2018-05-073-115/+89
|\ | | | | | | | | | | | | Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
| * Merge branch 'master' into upgrade-to-webpack-v4Mike Greiling2018-05-0711-18/+67
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | consolidate main bootstrap entriesMike Greiling2018-05-061-1/+1
| | |
| * | remove unused name-all-modules-pluginMike Greiling2018-05-041-1/+0
| | |
| * | truncate long chunkhashes within filenamesMike Greiling2018-05-041-6/+6
| | |
| * | add better filename template to worker-loaderMike Greiling2018-05-031-1/+9
| | |
| * | adjust IDE page loading config to ensure web workers are not loaded cross-originMike Greiling2018-05-031-10/+2
| | |
| * | update several packages to remove deprecation warningsMike Greiling2018-05-011-21/+21
| | |
| * | combine ancestor entrypoints into child entrypoints instead of importing ↵Mike Greiling2018-05-011-2/+18
| | | | | | | | | | | | bundles for each
| * | move dev server middleware to new namespaceMike Greiling2018-05-011-1/+1
| | |
| * | temporarily disable deterministic chunk hash logicMike Greiling2018-05-011-44/+0
| | |
| * | adjust webpack configMike Greiling2018-05-012-37/+40
| | |
* | | Merge branch '10244-ux-improvements-for-group-runners' into 'master'Kamil Trzciński2018-05-071-0/+7
|\ \ \ | | | | | | | | | | | | | | | | Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
| * | | Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith2018-05-071-0/+7
| | | |
* | | | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-072-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE backport of Backports Push Mirrors to CE Closes #42099 See merge request gitlab-org/gitlab-ce!18715
| * | | | Adds remote mirror table migrationTiago Botelho2018-05-071-0/+6
| | | | |
| * | | | Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'jl-fix-nginx-metrics' into 'master'Mike Greiling2018-05-071-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nginx metric names Closes #45163 See merge request gitlab-org/gitlab-ce!18770
| * | | | Fix nginx metric namesJoshua Lambert2018-05-071-6/+6
| | |/ / | |/| |
* | | | Merge branch 'dm-warden-hook-scope' into 'master'Grzegorz Bizon2018-05-071-5/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Only run session related Warden hooks for user scope Closes gitlab-ee#5857 See merge request gitlab-org/gitlab-ce!18771
| * | | Only run session related Warden hooks for user scopeDouwe Maan2018-05-071-5/+5
| |/ /
* | | Enable prometheus metrics by defaultFelipe Artur2018-05-071-1/+8
| | |
* | | Add signature verification badge to compare viewMarc2018-05-071-0/+1
| | |
* | | Merge branch '33697-pipelines-json-endpoint' into 'master'Kamil Trzciński2018-05-071-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 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
| * | Merge branch 'master' into 33697-pipelines-json-endpointMatija Čupić2018-05-025-31/+88
| |\ \
| * | | Add stages_ajax endpoint to serve old HTMLKamil Trzciński2018-05-021-0/+1
| | | |
* | | | Merge branch 'bvl-enforce-terms' into 'master'Douwe Maan2018-05-041-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforce application wide terms Closes #44798 See merge request gitlab-org/gitlab-ce!18570
| * | | | Display terms to a userBob Van Landuyt2018-05-041-0/+7
| | | | | | | | | | | | | | | | | | | | When terms are present, they can be viewed on `/-/users/terms`.
* | | | | Merge branch 'ash.mckenzie/fix-rails-sidekiq-rails-module-namespacing' into ↵Douwe Maan2018-05-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | 'master' Ensure when accessing Rails, we really get ::Rails (and not Sidekiq::Rails) See merge request gitlab-org/gitlab-ce!18730
| * | | | Ensure we're using Rails, not Sidekiq::RailsAsh McKenzie2018-05-041-1/+1
| | | | |
* | | | | Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński2018-05-041-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Shared CI runners for groups See merge request gitlab-org/gitlab-ce!9646
| * | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-0314-45/+109
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-267-21/+148
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-242-136/+1
| |\ \ \ \ \ \
| * | | | | | | allow disabling/enabling group runners per projectAlexis Reigel2018-04-231-0/+1
| | | | | | | |
* | | | | | | | Output some useful information when running the rails consoleBrett Walker2018-05-031-0/+10
| | | | | | | |
* | | | | | | | [Rails5] Fix trusted proxiesblackst0ne2018-05-031-0/+13
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug in trusted proxies: https://github.com/rails/rails/issues/5223 This commit adds a monkey patch to fix the bug. Example of errors: ``` 1) trusted_proxies with default config preserves private IPs Failure/Error: expect(request.ip).to eq('10.1.5.89') expected: "10.1.5.89" got: nil (compared using ==) # ./spec/initializers/trusted_proxies_spec.rb:12:in `block (3 levels) in <top (required)>' 2) trusted_proxies with default config filters out localhost Failure/Error: expect(request.ip).to eq('10.1.5.89') expected: "10.1.5.89" got: "1.1.1.1" (compared using ==) # ./spec/initializers/trusted_proxies_spec.rb:18:in `block (3 levels) in <top (required)>' ```
* | | | | | | Load branches on new merge request page asynchronouslyWinnie Hellmann2018-05-021-1/+0
| | | | | | |
* | | | | | | Optimize Emoji Sprite HandlingTim Zallmann2018-05-021-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-023-15/+24
| |_|_|_|/ |/| | | |
* | | | | Fix memory and performance issues in Karma test suiteMike Greiling2018-05-012-16/+64
| |_|_|/ |/| | |
* | | | Merge branch 'bvl-fix-openid-redirect' into 'master'Douwe Maan2018-04-302-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip `authenticate_user!` for Doorkeeper controllers Closes #44639 See merge request gitlab-org/gitlab-ce!18599