Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TRIGGER checks for MySQLfix-mysql-grant-check | Yorick Peterse | 2017-11-06 | 3 | -28/+29 |
* | Merge branch 'refactor-clusters' into 'master' | Grzegorz Bizon | 2017-11-06 | 71 | -1240/+2676 |
|\ | |||||
| * | Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory n...refactor-clusters | Shinya Maeda | 2017-11-06 | 16 | -207/+37 |
| * | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-06 | 19 | -91/+303 |
| |\ | |||||
| * | | Fix statis analysys | Shinya Maeda | 2017-11-05 | 1 | -1/+1 |
| * | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-05 | 241 | -1260/+1888 |
| |\ \ | |||||
| * | | | Move migration file to post-migration. Use EachBatch. batch_size 1 | Shinya Maeda | 2017-11-04 | 3 | -103/+102 |
| * | | | Fix MigrateGcpClustersToNewClustersArchitectures. Improve spec | Shinya Maeda | 2017-11-03 | 2 | -77/+169 |
| * | | | Fix import_export failure | Shinya Maeda | 2017-11-03 | 1 | -3/+4 |
| * | | | Fix spec failure. MySQL does not bite true | Shinya Maeda | 2017-11-03 | 3 | -2/+7 |
| * | | | Merge branch 'master' into refactor-clusters | Eric Eastwood | 2017-11-03 | 13 | -34/+85 |
| |\ \ \ | |||||
| * | | | | Fix tests. Remove NOT NULL constraint from cluster.user. | Shinya Maeda | 2017-11-03 | 6 | -8/+16 |
| * | | | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-03 | 252 | -1867/+2376 |
| |\ \ \ \ | |||||
| * | | | | | Fix some tests | Shinya Maeda | 2017-11-03 | 9 | -288/+185 |
| * | | | | | Fix out of sync with KubernetesService. Remove namespace pramas from controll... | Shinya Maeda | 2017-11-02 | 7 | -71/+34 |
| * | | | | | Merge branch 'refactor-clusters' of https://gitlab.com/gitlab-org/gitlab-ce i... | Shinya Maeda | 2017-11-02 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Pass cluster_id | Kamil Trzcinski | 2017-11-01 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-02 | 203 | -1987/+1962 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Revert back FetchKubernetesTokenService | Kamil Trzcinski | 2017-11-01 | 9 | -42/+156 |
| * | | | | | | Slim down Platforms::Kubernetes, and instead make it instrument KubernetesSer... | Kamil Trzcinski | 2017-11-01 | 4 | -128/+43 |
| * | | | | | | Improve migration file. Add migration spec. Reorder columns of the table. | Shinya Maeda | 2017-11-01 | 5 | -105/+200 |
| * | | | | | | Fix spec. Fix usage ping. Fix warnings by adding new models and attributes. | Shinya Maeda | 2017-11-01 | 12 | -48/+102 |
| * | | | | | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-01 | 635 | -6793/+11717 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | specs for feature | Shinya Maeda | 2017-11-01 | 10 | -94/+165 |
| * | | | | | | | specs for controller. Improved validation | Shinya Maeda | 2017-10-31 | 11 | -251/+446 |
| * | | | | | | | spec for spec/presenters | Shinya Maeda | 2017-10-31 | 1 | -6/+5 |
| * | | | | | | | specs for serializers. | Shinya Maeda | 2017-10-31 | 2 | -18/+39 |
| * | | | | | | | specs for policies. | Shinya Maeda | 2017-10-31 | 1 | -3/+3 |
| * | | | | | | | specs for workers. | Shinya Maeda | 2017-10-31 | 4 | -55/+33 |
| * | | | | | | | specs for services. Improved details. | Shinya Maeda | 2017-10-30 | 21 | -388/+653 |
| * | | | | | | | specs for models. Improved details. | Shinya Maeda | 2017-10-30 | 16 | -342/+838 |
| * | | | | | | | This works | Shinya Maeda | 2017-10-23 | 24 | -219/+422 |
| * | | | | | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform | Kamil Trzcinski | 2017-10-23 | 22 | -357/+592 |
* | | | | | | | | Merge branch 'pawel/metrics-to-prometheus-33643' into 'master' | Grzegorz Bizon | 2017-11-06 | 40 | -553/+1000 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add missing mutex guard to method call metricspawel/metrics-to-prometheus-33643 | Pawel Chojnacki | 2017-11-03 | 1 | -12/+21 |
| * | | | | | | | | Only enable unicorn metrics when not in sidekiq mode. | Pawel Chojnacki | 2017-11-02 | 2 | -5/+4 |
| * | | | | | | | | Make subscriber tests pass, after refactoring metrics | Pawel Chojnacki | 2017-11-02 | 6 | -11/+11 |
| * | | | | | | | | Use Mutex to guard metrics creation in transaction. Switch action view to thr... | Pawel Chojnacki | 2017-11-02 | 2 | -28/+49 |
| * | | | | | | | | move metrics for ActiveRecord, RailsCache and queue duration to instance vari... | Pawel Chojnacki | 2017-11-02 | 3 | -38/+40 |
| * | | | | | | | | rename BackgroundMigration to SidekiqMigration | Pawel Chojnacki | 2017-11-02 | 6 | -4/+17 |
| * | | | | | | | | Fix sidekiq middleware tests | Pawel Chojnacki | 2017-11-02 | 5 | -27/+14 |
| * | | | | | | | | Remove unnecessary namespace use | Pawel Chojnacki | 2017-11-02 | 2 | -7/+7 |
| * | | | | | | | | Tests for Web transaction and remove simple transacton | Pawel Chojnacki | 2017-11-02 | 11 | -272/+41 |
| * | | | | | | | | Web/Sidekiq transaction split | Pawel Chojnacki | 2017-11-02 | 3 | -1/+262 |
| * | | | | | | | | Move labels to be initialized in constructor | Pawel Chojnacki | 2017-11-02 | 1 | -5/+2 |
| * | | | | | | | | Avoid using Send (but is it better?) + small rubocop cleanup | Pawel Chojnacki | 2017-11-02 | 2 | -10/+8 |
| * | | | | | | | | Cleanup metrics names and removing unnecessary cache read total | Pawel Chojnacki | 2017-11-02 | 2 | -30/+8 |
| * | | | | | | | | Adjust test to changed metrics methods. | Pawel Chojnacki | 2017-11-02 | 3 | -18/+4 |
| * | | | | | | | | Convert rails_queue_duration to metric_rails_queue_duration_seconds | Pawel Chojnacki | 2017-11-02 | 2 | -2/+23 |
| * | | | | | | | | Add info about prometheus buckets | Pawel Chojnacki | 2017-11-02 | 2 | -7/+9 |