Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify and reorganize webpack config45532-upgrade-vue-loader | Mike Greiling | 2018-05-18 | 1 | -98/+88 |
| | |||||
* | move devtool setting into main config object | Mike Greiling | 2018-05-18 | 1 | -3/+2 |
| | |||||
* | upgrade to vue-loader 15.0.11 and update webpack config | Mike Greiling | 2018-05-18 | 1 | -4/+7 |
| | |||||
* | Conditionally add Gitaly deprecation warnings based on ENV variable | Stan Hu | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | More verbose logging for deprecated path access | Zeger-Jan van de Weg | 2018-05-14 | 1 | -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ński | 2018-05-11 | 1 | -11/+0 |
|\ | | | | | | | | | Remove method call to deprecated method See merge request gitlab-org/gitlab-ce!18815 | ||||
| * | Remove method call to deprecated method | Zeger-Jan van de Weg | 2018-05-11 | 1 | -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 content | Ahmad Sherif | 2018-05-09 | 1 | -0/+14 |
|/ | | | | Fixes #43715 | ||||
* | Merge branch 'upgrade-to-webpack-v4' into 'master' | Clement Ho | 2018-05-07 | 3 | -115/+89 |
|\ | | | | | | | | | | | | | Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218 | ||||
| * | Merge branch 'master' into upgrade-to-webpack-v4 | Mike Greiling | 2018-05-07 | 11 | -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 entries | Mike Greiling | 2018-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | remove unused name-all-modules-plugin | Mike Greiling | 2018-05-04 | 1 | -1/+0 |
| | | | |||||
| * | | truncate long chunkhashes within filenames | Mike Greiling | 2018-05-04 | 1 | -6/+6 |
| | | | |||||
| * | | add better filename template to worker-loader | Mike Greiling | 2018-05-03 | 1 | -1/+9 |
| | | | |||||
| * | | adjust IDE page loading config to ensure web workers are not loaded cross-origin | Mike Greiling | 2018-05-03 | 1 | -10/+2 |
| | | | |||||
| * | | update several packages to remove deprecation warnings | Mike Greiling | 2018-05-01 | 1 | -21/+21 |
| | | | |||||
| * | | combine ancestor entrypoints into child entrypoints instead of importing ↵ | Mike Greiling | 2018-05-01 | 1 | -2/+18 |
| | | | | | | | | | | | | bundles for each | ||||
| * | | move dev server middleware to new namespace | Mike Greiling | 2018-05-01 | 1 | -1/+1 |
| | | | |||||
| * | | temporarily disable deterministic chunk hash logic | Mike Greiling | 2018-05-01 | 1 | -44/+0 |
| | | | |||||
| * | | adjust webpack config | Mike Greiling | 2018-05-01 | 2 | -37/+40 |
| | | | |||||
* | | | Merge branch '10244-ux-improvements-for-group-runners' into 'master' | Kamil Trzciński | 2018-05-07 | 1 | -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 Griffith | 2018-05-07 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master' | Douwe Maan | 2018-05-07 | 2 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE backport of Backports Push Mirrors to CE Closes #42099 See merge request gitlab-org/gitlab-ce!18715 | ||||
| * | | | | Adds remote mirror table migration | Tiago Botelho | 2018-05-07 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Backports every CE related change from ee-5484 to CE | Tiago Botelho | 2018-05-07 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jl-fix-nginx-metrics' into 'master' | Mike Greiling | 2018-05-07 | 1 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nginx metric names Closes #45163 See merge request gitlab-org/gitlab-ce!18770 | ||||
| * | | | | Fix nginx metric names | Joshua Lambert | 2018-05-07 | 1 | -6/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'dm-warden-hook-scope' into 'master' | Grzegorz Bizon | 2018-05-07 | 1 | -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 scope | Douwe Maan | 2018-05-07 | 1 | -5/+5 |
| |/ / | |||||
* | | | Enable prometheus metrics by default | Felipe Artur | 2018-05-07 | 1 | -1/+8 |
| | | | |||||
* | | | Add signature verification badge to compare view | Marc | 2018-05-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch '33697-pipelines-json-endpoint' into 'master' | Kamil Trzciński | 2018-05-07 | 1 | -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-endpoint | Matija Čupić | 2018-05-02 | 5 | -31/+88 |
| |\ \ | |||||
| * | | | Add stages_ajax endpoint to serve old HTML | Kamil Trzciński | 2018-05-02 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'bvl-enforce-terms' into 'master' | Douwe Maan | 2018-05-04 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforce application wide terms Closes #44798 See merge request gitlab-org/gitlab-ce!18570 | ||||
| * | | | | Display terms to a user | Bob Van Landuyt | 2018-05-04 | 1 | -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 Maan | 2018-05-04 | 1 | -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::Rails | Ash McKenzie | 2018-05-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'feature/runner-per-group' into 'master' | Kamil Trzciński | 2018-05-04 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Shared CI runners for groups See merge request gitlab-org/gitlab-ce!9646 | ||||
| * | | | | Merge branch 'master' into feature/runner-per-group | Dylan Griffith | 2018-05-03 | 14 | -45/+109 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into siemens-runner-per-group | Dylan Griffith | 2018-04-26 | 7 | -21/+148 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into siemens-runner-per-group | Dylan Griffith | 2018-04-24 | 2 | -136/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | allow disabling/enabling group runners per project | Alexis Reigel | 2018-04-23 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Output some useful information when running the rails console | Brett Walker | 2018-05-03 | 1 | -0/+10 |
| | | | | | | | | |||||
* | | | | | | | | [Rails5] Fix trusted proxies | blackst0ne | 2018-05-03 | 1 | -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 asynchronously | Winnie Hellmann | 2018-05-02 | 1 | -1/+0 |
| | | | | | | | |||||
* | | | | | | | Optimize Emoji Sprite Handling | Tim Zallmann | 2018-05-02 | 1 | -0/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Display and revoke active sessions | Alexis Reigel ( 🌴 may 2nd - may 9th 🌴 ) | 2018-05-02 | 3 | -15/+24 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix memory and performance issues in Karma test suite | Mike Greiling | 2018-05-01 | 2 | -16/+64 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'bvl-fix-openid-redirect' into 'master' | Douwe Maan | 2018-04-30 | 2 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip `authenticate_user!` for Doorkeeper controllers Closes #44639 See merge request gitlab-org/gitlab-ce!18599 |