Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch ↵ | Douwe Maan | 2018-05-23 | 1 | -3/+0 |
|\ | | | | | | | | | | | | | | | | | '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 | ||||
| * | Don't expire the current ApplicationSetting in config/initializers/1_settings.rb | Rémy Coutable | 2018-05-23 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch '46259-prometheus-integration-fails-on-kube-1-10' into 'master' | Rémy Coutable | 2018-05-23 | 1 | -0/+16 |
|\ \ | |/ |/| | | | | | | | | | Resolve "Prometheus integration fails on k8s 1.10" Closes #46259 See merge request gitlab-org/gitlab-ce!19082 | ||||
| * | Fix rubocop46259-prometheus-integration-fails-on-kube-1-10 | Tiago Botelho | 2018-05-23 | 1 | -0/+1 |
| | | |||||
| * | Monkey patches Kubeclient::Client#proxy_url in order to make it compliant ↵ | Tiago Botelho | 2018-05-22 | 1 | -0/+15 |
| | | | | | | | | with version 1.10 of kubernetes API | ||||
* | | add file cache to vue-loader to speed up compilation46603-add-vue-loader-cache | Mike Greiling | 2018-05-22 | 1 | -1/+14 |
|/ | |||||
* | Merge branch '45532-upgrade-vue-loader' into 'master' | Phil Hughes | 2018-05-22 | 1 | -102/+94 |
|\ | | | | | | | | | | | | | Resolve "Upgrade vue-loader for bug fixes and a simpler webpack config" Closes #45532 See merge request gitlab-org/gitlab-ce!19052 | ||||
| * | 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 |
| | | |||||
* | | Ensure Flipper memoizer is used in Sidekiq's context45528-repeated-calls-to-redis-for-flipper-feature-flag | Rémy Coutable | 2018-05-18 | 1 | -21/+0 |
|/ | | | | | | | 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> | ||||
* | 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 |
| |\ \ \ \ \ \ |