summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix broken specsFilipa Lacerda2018-01-094-7/+8
* [ci skip] Fix pagination specsFilipa Lacerda2018-01-091-1/+0
* Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda2018-01-0854-738/+1859
|\
| * Merge branch '28260-fix-pages-custom-domain-url' into 'master'Grzegorz Bizon2018-01-081-1/+1
| |\
| | * Generate HTTP URLs for custom Pages domains when appropriateNick Thomas2018-01-081-1/+1
| * | Merge branch '40418-migrate-existing-data-from-kubernetesservice-to-clusters-...Yorick Peterse2018-01-081-0/+312
| |\ \
| | * | Fix static analysysShinya Maeda2018-01-081-9/+9
| | * | Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-081-64/+164
| | * | Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-081-12/+28
| | * | Add a new test for emptified paramsShinya Maeda2018-01-081-2/+19
| | * | Fix static anylysyShinya Maeda2018-01-081-7/+7
| | * | Opitmize migration process by using both unmanaged_kubernetes_service and kub...Shinya Maeda2018-01-081-6/+0
| | * | Add logic to swtich environment_scope by the situationShinya Maeda2018-01-081-10/+40
| | * | Add env_scope testsShinya Maeda2018-01-081-0/+32
| | * | Fix testShinya Maeda2018-01-081-187/+52
| | * | Restructure specShinya Maeda2018-01-081-160/+229
| | * | Add test. Disable KubernetesService when migratedShinya Maeda2018-01-081-0/+189
| | |/
| * | Merge branch 'delay-background-migrations' into 'master'Rémy Coutable2018-01-084-10/+44
| |\ \
| | * | Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-054-10/+44
| * | | Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern2018-01-082-1/+27
| |\ \ \
| | * | | Rendering of emoji's in Group-OverviewJacopo2017-12-242-1/+27
| * | | | Merge branch 'remove-commit-tree' into 'master'Sean McGivern2018-01-083-4/+2
| |\ \ \ \
| | * | | | Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-043-4/+2
| * | | | | Merge branch 'gitaly-fetch-internal-remote' into 'master'Sean McGivern2018-01-082-16/+39
| |\ \ \ \ \
| | * | | | | Incorporate RemoteService.FetchInternalRemote Gitaly RPCgitaly-fetch-internal-remoteAlejandro Rodríguez2018-01-052-16/+39
| * | | | | | Merge branch 'mb-invites-feature-to-rspec' into 'master'Rémy Coutable2018-01-081-0/+97
| |\ \ \ \ \ \
| | * | | | | | Move invites spinach test to RspecSemyon Pupkov2017-12-251-0/+97
| * | | | | | | Merge branch 'mv-explore-groups-spinach-to-rspec' into 'master'Rémy Coutable2018-01-081-0/+87
| |\ \ \ \ \ \ \
| | * | | | | | | Move explore groups spinach test to RSpecSemyon Pupkov2017-12-251-0/+87
| | |/ / / / / /
| * | | | | | | Resolve "Add graph value to hover"Mike Greiling2018-01-082-156/+102
| * | | | | | | disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-083-9/+73
| * | | | | | | Merge branch '3968-protected-branch-is-not-set-for-default-branch-on-import' ...Douwe Maan2018-01-083-0/+59
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Protected branch is now created for default branch on import3968-protected-branch-is-not-set-for-default-branch-on-importTiago Botelho2018-01-063-0/+59
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch '39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but...Kamil Trzciński2018-01-077-69/+240
| |\ \ \ \ \ \
| | * | | | | | Fix check_gcp_project_billing_worker_spec.rbKamil Trzciński2018-01-071-1/+1
| | * | | | | | Refactor GCP session token exchange schemeMatija Čupić2018-01-071-2/+2
| | * | | | | | Separate let and subject line in specMatija Čupić2018-01-071-0/+1
| | * | | | | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-0619-118/+308
| | |\ \ \ \ \ \
| | * | | | | | | Store OAuth token in Redis for worker to pick upMatija Čupić2018-01-061-1/+1
| | * | | | | | | Use token from redis in gcp project billing workerMatija Čupić2018-01-061-14/+32
| | * | | | | | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-0560-325/+1403
| | |\ \ \ \ \ \ \
| | * | | | | | | | Return list of billing enabled projectsMatija Čupić2018-01-052-6/+7
| | * | | | | | | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-05505-2439/+3621
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix clusters/gcp feature specMatija Čupić2017-12-211-0/+1
| | * | | | | | | | | Fix use of pending decorator in specMatija Čupić2017-12-211-3/+2
| | * | | | | | | | | Implement GCP billing check in cluster formMatija Čupić2017-12-212-2/+17
| | * | | | | | | | | Remove actions for async GCP project billing checkMatija Čupić2017-12-211-189/+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 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2017-12-21290-1879/+4339
| | |\ \ \ \ \ \ \ \ \