summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the reschedule worker test more explicitfeature/advanced-delete-k8s-resourcesJoão Cunha2019-09-131-16/+23
|
* Fix spec and improve readabilityJoão Cunha2019-09-131-5/+7
|
* Adds comment to remember to refactor codeJoão Cunha2019-09-131-0/+6
|
* Remove code to be reimplemented on a separate MRJoão Cunha2019-09-123-18/+8
| | | | - https://gitlab.com/gitlab-org/gitlab-ee/issues/31851
* Adds log to important events of ClusterRemoveWorkerJoão Cunha2019-09-122-4/+58
|
* Better test for cluster deletionJoão Cunha2019-09-111-1/+3
|
* Test deletion of namespaces by kubeclientJoão Cunha2019-09-111-0/+7
|
* Remove unecessary delete since we have foreign key cascadeJoão Cunha2019-09-112-5/+0
|
* Create cluster with_environments trait to avoid duplicating complicated code ↵João Cunha2019-09-112-10/+19
| | | | block in the future
* Log and spec improvementsJoão Cunha2019-09-113-6/+3
| | | | | - log cluster id and stop loggin null fields - use be_nil instead of eq nil
* Give method call a simpler readabilityJoão Cunha2019-09-111-3/+2
|
* Check for execution limit in a safer mannerJoão Cunha2019-09-111-1/+1
|
* Give removing status priority on cluster status_nameJoão Cunha2019-09-112-9/+9
|
* Apply suggestion to spec/workers/cluster_remove_worker_spec.rbJoão Cunha2019-09-111-1/+1
|
* Guarantee kubeclient core can delete namespace and SAJoão Cunha2019-09-111-0/+2
|
* Inform frontend of cluster removing statusJoão Cunha2019-09-112-33/+49
|
* Tracks cluster removal when calling ClusterRemoveWorkerJoão Cunha2019-09-112-3/+38
|
* Implements cluster removal trackingJoão Cunha2019-09-112-0/+69
|
* Add deletions of Service Accounts and NamespacesJoão Cunha2019-09-113-7/+50
| | | | | - Deletes SAs and NS from cluster and database - Adds specs
* Fix ingress specJoão Cunha2019-09-111-0/+1
|
* Polish ClusterRemoveWorker, add specs and loggingJoão Cunha2019-09-112-8/+91
| | | | | | - Adjust execution limit - Add application removal specs - Add logging
* Ignore non existing metrics on Prometheus uninstallationJoão Cunha2019-09-113-2/+19
|
* Fix specs that were masked by returning 204 for wrong reasonsJoão Cunha2019-09-112-2/+2
|
* Application should return 400 if not schedulableJoão Cunha2019-09-112-4/+2
|
* Create worker to remove cluster and resources WIPJoão Cunha2019-09-113-0/+96
| | | | | | | - First iteration only removes applications recursively - specs are incomplete - cluster is already deleted but we still need to delete roles and bindings
* Reduce the amount of queries when loading applicationsJoão Cunha2019-09-051-1/+5
|
* Adds Clusters::Cluster.preload_applications scopeJoão Cunha2019-09-052-16/+60
|
* Merge branch 'update-issue-template-for-permissions' into 'master'Achilleas Pipinellis2019-09-051-2/+3
|\ | | | | | | | | Add note about updating permissions See merge request gitlab-org/gitlab-ce!32700
| * Add note about updating permissionsTetiana Chupryna2019-09-051-2/+3
|/
* Merge branch 'update_user_group_name' into 'master'Achilleas Pipinellis2019-09-051-1/+1
|\ | | | | | | | | | | | | Update user permission group name Closes #65975 See merge request gitlab-org/gitlab-ce!32321
| * Update user permission nameNikita Potapenko2019-08-281-1/+1
| |
* | Merge branch 'issue-32741' into 'master'Kamil Trzciński2019-09-0516-12/+356
|\ \ | | | | | | | | | | | | Interruptible builds for redundant pipelines See merge request gitlab-org/gitlab-ce!23464
| * | New interruptible attribute supported in YAML parsing.Cédric Tabin2019-09-0516-12/+356
|/ / | | | | | | | | | | | | Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
* | Merge branch 'docs-markdown-guidelines' into 'master'Marcia Ramos2019-09-052-66/+39
|\ \ | | | | | | | | | | | | Update doc guidelines with markdownlint info See merge request gitlab-org/gitlab-ce!32273
| * | Adjust markdown linting guidelinesMarcel Amirault2019-09-052-66/+39
|/ / | | | | | | | | Move details of markdownlint mostly to the documentation index for a SSoT, and link apropriately
* | Merge branch 'ashmckenzie/provide_gl-type_to_gitlab_shell' into 'master'Nick Thomas2019-09-054-29/+188
|\ \ | | | | | | | | | | | | Extract /internal/allowed API Actor logic out See merge request gitlab-org/gitlab-ce!31564
| * | Extract /internal/allowed API Actor logic outashmckenzie/provide_gl-type_to_gitlab_shellAsh McKenzie2019-09-054-29/+188
| | | | | | | | | | | | | | | | | | Created new API::Support::GitAccessActor class to encapsulate some of the more edge logic, making the /internal/allowed route much cleaner.
* | | Merge branch '10395-require-code-owner-approval-on-pushes' into 'master'Nick Thomas2019-09-057-4/+51
|\ \ \ | | | | | | | | | | | | | | | | EE->CE: Structure for "Require code owner approval on pushes" See merge request gitlab-org/gitlab-ce!32607
| * | | Add structure to support EE feature of COARKerri Miller2019-09-057-4/+51
|/ / / | | | | | | | | | | | | | | | | | | These are the structural changes for supporting the EE feature of moving "code_owner_approval_required" state from existing on a project to being on the protected branches individually, allowing for CODEOWNER validation on push events.
* | | Merge branch 'mh/wait-for-requests' into 'master'Paul Slaughter2019-09-054-14/+113
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add helper to wait for axios requests in frontend tests Closes #60972 See merge request gitlab-org/gitlab-ce!30887
| * | | Add helpers to wait for axios requestsMartin Hanzel2019-09-054-14/+113
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Add two methods to the axios_utils Jest mock: - `waitFor(url)`, which returns a Promise that resolves when the next request to `url` finishes. - `waitForAll()`, which returns a Promise that resolves when all pending requests finish.
* | | Merge branch 'ce-xanf-migrate-clientside-spec-to-jest' into 'master'Paul Slaughter2019-09-052-363/+318
|\ \ \ | | | | | | | | | | | | | | | | Resolve "Migrate spec/javascripts/ide/components/preview/clientside_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32294
| * | | Refactored spec to Jest for clientside_specIllya Klymov2019-09-052-363/+318
|/ / /
* | | Merge branch 'refactor_new_migration_helpers' into 'master'Andreas Brandl2019-09-052-39/+46
|\ \ \ | | | | | | | | | | | | | | | | Refactor new undo_cleanup_concurrent_column_rename migration helper See merge request gitlab-org/gitlab-ce!32343
| * | | Refactor new undo_* methodsReuben Pereira2019-09-052-39/+46
|/ / / | | | | | | | | | | | | | | | - Move code for creating a new column from old into a function so that it can be reused. - Also add comments above the methods.
* | | Merge branch ↵Peter Leitzen2019-09-055-36/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`" Closes #66150 See merge request gitlab-org/gitlab-ce!32395
| * | | Remove feature flags starting with `prometheus_transaction_`Jacopo2019-09-055-36/+13
| | | | | | | | | | | | | | | | Those feature flags were always enabled so we can remove them safely.
* | | | Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'Dmitriy Zaporozhets2019-09-056-8/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes custom Pages domain open as external link in new tab Closes #66067 See merge request gitlab-org/gitlab-ce!32130
| * | | | Allow for the passing of options to external_link66067-pages-domain-doesnt-set-target-blankjakeburden2019-09-032-2/+7
| | | | |
| * | | | Create and use external_link helperjakeburden2019-09-036-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates a helper method that takes body text and a url. The output is a external link with icon. It contains the noopenner noreferrer attributes for security. Usage: external_link(domain.title, domain.url) Add rspec test for ExternalLinkHelper Add changelog for MR 32130