summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add speccheck-environment-regex-ceShinya Maeda2018-01-081-1/+2
|
* Merge branch 'check-environment-regex' into 'master'Grzegorz Bizon2018-01-081-1/+1
| | | | | | Fix environment scope regex See merge request gitlab-org/gitlab-ee!3641
* Merge branch ↵Kamil Trzciński2018-01-0715-76/+357
|\ | | | | | | | | | | | | | | | | '39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled' into 'master' Resolve "Redirect to GCP page if users try to create a cluster but the account is not enabled" Closes #39957 and #41410 See merge request gitlab-org/gitlab-ce!15665
| * Fix check_gcp_project_billing_worker_spec.rbKamil Trzciński2018-01-071-1/+1
| |
| * Set timeout to billing information39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabledKamil Trzciński2018-01-071-1/+4
| |
| * Refactor GCP session token exchange schemeMatija Čupić2018-01-073-12/+23
| |
| * Separate let and subject line in specMatija Čupić2018-01-071-0/+1
| |
| * Add CHANGELOG entryMatija Čupić2018-01-061-0/+5
| |
| * Merge branch 'master' into ↵Matija Čupić2018-01-0680-1361/+9800
| |\ | | | | | | | | | 39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
| * | Store OAuth token in Redis for worker to pick upMatija Čupić2018-01-062-2/+7
| | |
| * | Use token from redis in gcp project billing workerMatija Čupić2018-01-062-15/+46
| | |
| * | Remove check_gcp_project_billing queue from sidekiqMatija Čupić2018-01-061-1/+0
| | |
| * | Merge branch 'master' into ↵Matija Čupić2018-01-05175-754/+2888
| |\ \ | | | | | | | | | | | | 39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
| * | | Move worker to gcp_project namespaceMatija Čupić2018-01-052-1/+2
| | | |
| * | | Use token hash for redis keyMatija Čupić2018-01-051-2/+2
| | | |
| * | | Return list of billing enabled projectsMatija Čupić2018-01-054-9/+10
| | | |
| * | | Merge branch 'master' into ↵Matija Čupić2018-01-051044-7148/+10895
| |\ \ \ | | | | | | | | | | | | | | | 39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
| * | | | Change CheckGcpProjectBillingWorker lease to 15sMatija Čupić2018-01-051-1/+1
| | | | |
| * | | | Remove polling interval from GcpControllerMatija Čupić2018-01-051-2/+0
| | | | |
| * | | | Remove GCP cluster check page placeholderMatija Čupić2018-01-051-1/+0
| | | | |
| * | | | Add url to link in new GCP cluster header partialMatija Čupić2017-12-221-1/+1
| | | | |
| * | | | Fix clusters/gcp feature specMatija Čupić2017-12-211-0/+1
| | | | |
| * | | | Fix use of pending decorator in specMatija Čupić2017-12-211-3/+2
| | | | |
| * | | | Add CheckGcpProjectBilling worker to all_queuesMatija Čupić2017-12-211-0/+1
| | | | |
| * | | | Implement GCP billing check in cluster formMatija Čupić2017-12-213-9/+38
| | | | |
| * | | | Remove actions for async GCP project billing checkMatija Čupić2017-12-213-222/+11
| | | | |
| * | | | Make GCP billing check mock more specificMatija Čupić2017-12-211-1/+1
| | | | |
| * | | | Mark the gcp check page feature spec pendingMatija Čupić2017-12-211-1/+3
| | | | |
| * | | | Merge branch 'master' into ↵Matija Čupić2017-12-21820-5769/+11772
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
| * | | | | Update GCP feature spec with check page flowMatija Čupić2017-12-161-67/+86
| | | | | |
| * | | | | Add Worker rerun action to GcpControllerMatija Čupić2017-12-163-1/+61
| | | | | |
| * | | | | Add CheckGcpProjectBillingWorker to sidekiq queueMatija Čupić2017-12-161-0/+1
| | | | | |
| * | | | | Inluce projects namespace when checking billingMatija Čupić2017-12-161-1/+1
| | | | | |
| * | | | | Handle html format in addition to jsonMatija Čupić2017-12-162-1/+3
| | | | | |
| * | | | | Expand controller test suite matrixMatija Čupić2017-12-165-46/+111
| | | | | |
| * | | | | Use 1 minute for status polling intervalMatija Čupić2017-12-161-1/+1
| | | | | |
| * | | | | Add lease to CheckGcpProjectBillingWorkerMatija Čupić2017-12-162-9/+38
| | | | | |
| * | | | | Add check step for creating GCP clustersMatija Čupić2017-12-165-3/+97
| | | | | |
| * | | | | Isolate CheckGcpProjectBillingWorker specreturnsMatija Čupić2017-12-161-4/+5
| | | | | |
| * | | | | Add CheckGcpProjectBillingWorkerMatija Čupić2017-12-162-0/+39
| | | | | |
| * | | | | Properly CamelCase service nameMatija Čupić2017-12-163-4/+4
| | | | | |
| * | | | | Add CheckGCPProjectBillingServiceMatija Čupić2017-12-162-0/+38
| | | | | |
| * | | | | Change link for creating a new Google accountMatija Čupić2017-12-161-2/+2
| | | | | |
| * | | | | Add Google Cloud client project billing infoMatija Čupić2017-12-162-0/+20
| | | | | |
| * | | | | Add Google Cloud client project listMatija Čupić2017-12-152-0/+22
| | | | | |
| * | | | | Fix cluster OAuth feature spec user flowMatija Čupić2017-12-131-0/+1
| | | | | |
| * | | | | Merge branch 'master' into ↵Matija Čupić2017-12-131113-9596/+21674
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
| * | | | | | Use special new account linkMatija Čupić2017-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Redirects to GCP free trial signup afterwards * Adds GitLab referral info
| * | | | | | Add link to create Google account in clusters pageMatija Čupić2017-11-302-0/+3
| | | | | | |
* | | | | | | Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master'Kamil Trzciński2018-01-0713-364/+479
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix restoring associations with import/export Closes #41646 See merge request gitlab-org/gitlab-ce!16221