| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' | Rémy Coutable | 2017-11-20 | 2 | -0/+2 |
|\ |
|
| * | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 2 | -0/+2 |
* | | [ci-skip] lintingupdate-merge-worker-metrics | Micael Bergeron | 2017-11-14 | 1 | -1/+0 |
* | | rework the logging to be simpler and add a threshold | micael.bergeron | 2017-11-14 | 1 | -6/+12 |
* | | add simple logging to UpdateMergeRequestsWorker#perform | micael.bergeron | 2017-11-13 | 1 | -1/+12 |
|/ |
|
* | Revert "add metrics tagging to the sidekiq middleware"39958-updatemergerequestsworker-are-failing-on-metric-tagging | micael.bergeron | 2017-11-08 | 1 | -9/+0 |
* | Rewrite the GitHub importer from scratch | Yorick Peterse | 2017-11-07 | 18 | -3/+592 |
* | Fix typos | Alessio Caiazza | 2017-11-03 | 1 | -1/+1 |
* | Remove `Clusters::Applications::FetchInstallationStatusService` | Alessio Caiazza | 2017-11-03 | 1 | -2/+1 |
* | Rename App to Applications | Alessio Caiazza | 2017-11-03 | 4 | -17/+15 |
* | Merge remote-tracking branch 'origin/master' into 38464-k8s-apps | Kamil Trzcinski | 2017-11-03 | 1 | -0/+9 |
|\ |
|
| * | Merge branch '35914-merge-request-update-worker-is-slow' into 'master' | Sean McGivern | 2017-11-01 | 1 | -0/+9 |
| |\ |
|
| | * | rework the UpdateMergeRequestsWorker#metrics_tags35914-merge-request-update-worker-is-slow | micael.bergeron | 2017-11-01 | 1 | -4/+2 |
| | * | reword `targets` to `metric tags` | micael.bergeron | 2017-10-31 | 1 | -3/+4 |
| | * | add metrics tagging to the sidekiq middleware | micael.bergeron | 2017-10-31 | 1 | -0/+10 |
* | | | Extract ClusterWaitForAppInstallationWorker logic into a service | Alessio Caiazza | 2017-11-02 | 1 | -19/+1 |
* | | | Fix and add applications controller | Kamil Trzcinski | 2017-11-02 | 1 | -1/+1 |
* | | | Improve backend structure of data | Kamil Trzcinski | 2017-11-02 | 1 | -2/+3 |
* | | | Merge branch 'refactor-clusters' into 38464-k8s-apps | Kamil Trzcinski | 2017-11-02 | 3 | -21/+8 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-01 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Make merge_jid handling less stateful in MergeService | Oswaldo Ferreira | 2017-10-27 | 1 | -1/+1 |
| * | | | specs for workers. | Shinya Maeda | 2017-10-31 | 2 | -4/+4 |
| * | | | This works | Shinya Maeda | 2017-10-23 | 2 | -2/+2 |
| * | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform | Kamil Trzcinski | 2017-10-23 | 2 | -20/+7 |
| |/ / |
|
* | | | Install k8s application with helm running inside the cluster | Alessio Caiazza | 2017-11-02 | 3 | -0/+54 |
|/ / |
|
* | | Backports EE 38771 changes to CE. | Tiago Botelho | 2017-10-10 | 3 | -2/+13 |
* | | Merge branch 'master' into '37970-ci-sections-tracking' | Kamil Trzciński | 2017-10-07 | 3 | -0/+47 |
|\ \ |
|
| * | | Use utc for time comparision | Shinya Maeda | 2017-10-06 | 1 | -1/+1 |
| * | | Fix almost all unresolved comments from Docs and UX review | Kamil Trzcinski | 2017-10-05 | 1 | -1/+1 |
| * | | Fix cluster event names to be prefixed with: `make_` | Kamil Trzcinski | 2017-10-04 | 1 | -2/+2 |
| * | | Specify defaults, fix policies, fix db columns | Kamil Trzcinski | 2017-10-04 | 1 | -1/+1 |
| * | | Prefer to use `.tap` as `.try` hides an exceptions from workers | Kamil Trzcinski | 2017-10-03 | 1 | -2/+2 |
| * | | Rename to ClusterProvisionWorker and CreateGkeClusterService.new.execute | Kamil Trzcinski | 2017-10-03 | 1 | -2/+2 |
| * | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-... | Shinya Maeda | 2017-10-04 | 2 | -0/+41 |
| |\ \ |
|
| * | | | Introduce manage_cluster queue for sidekiq workers | Shinya Maeda | 2017-10-04 | 3 | -2/+12 |
| * | | | Implement Policy. Use show instead of edit. Chnage db column. fix comments. d... | Shinya Maeda | 2017-10-03 | 2 | -97/+16 |
| * | | | PollingInterval, rename to gke_clusters, has_one :cluster | Shinya Maeda | 2017-10-02 | 2 | -3/+3 |
| * | | | authorize in controller. validation in model. | Shinya Maeda | 2017-10-01 | 2 | -12/+11 |
| * | | | Revert KubernetesService. Introduce FetchKubernetesTokenService. | Shinya Maeda | 2017-10-01 | 1 | -36/+23 |
| * | | | Replace reactive_cache by multipel sidekiq workers | Shinya Maeda | 2017-10-01 | 2 | -0/+132 |
| | |/
| |/| |
|
* | | | Add CI build trace sections extractor | Alessio Caiazza | 2017-10-05 | 2 | -0/+9 |
| |/
|/| |
|
* | | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-path | Gabriel Mazetto | 2017-09-28 | 2 | -0/+41 |
|/ |
|
* | Stop using Sidekiq for updating Key#last_used_atremove-use-key-worker | Yorick Peterse | 2017-09-20 | 1 | -13/+0 |
* | Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-once | Tiago Botelho | 2017-09-07 | 1 | -2/+32 |
* | pass whole commit to Gitlab::Gpg::Commit again | Alexis Reigel | 2017-09-05 | 1 | -1/+5 |
* | Fix enum lists | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
* | Fix enum wording | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
* | Implement `failure_reason` on `ci_builds` | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
* | Track enqueued and ongoing MRs | Oswaldo Ferreira | 2017-08-28 | 1 | -2/+0 |
* | Merge branch '36792-inline-user-refresh-when-creating-project' into 'master' | Douwe Maan | 2017-08-28 | 1 | -1/+21 |
|\ |
|