- 21 Jun, 2019 25 commits
-
-
Sanad Liaquat authored
Split quarantined test that does too much into smaller and more isolated test cases Closes gitlab-org/quality/staging#19 See merge request gitlab-org/gitlab-ee!14259
-
GitLab Bot authored
-
Sean McGivern authored
Do not rewrite relative links for system notes Closes #63162 See merge request gitlab-org/gitlab-ce!29825
-
Marin Jankovski authored
Use correct CE project name for org repo Closes gitlab-ce#63525 See merge request gitlab-org/gitlab-ee!14310
-
GitLab Bot authored
-
Thong Kuah authored
Remove Kubernetes service from deployment platform See merge request gitlab-org/gitlab-ce!29786
-
Thong Kuah authored
Merge branch '12326-broken-master-due-to-removal-of-project-level-cluster-credentials-passthrough' into 'master' Fix specs relying on unmanaged cluster behaviour Closes #12326 See merge request gitlab-org/gitlab-ee!14315
-
GitLab Bot authored
-
Evan Read authored
Docs: Change wording See merge request gitlab-org/gitlab-ce!29746
-
Thong Kuah authored
EE - Remove kubernetes service deployment platform See merge request gitlab-org/gitlab-ee!14313
-
Tiger authored
Caused by depending on functionality removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29262
-
Tiger authored
-
GitLab Bot authored
-
Thong Kuah authored
Remove fallback to platform credentials for managed project-level clusters Closes #62772 See merge request gitlab-org/gitlab-ce!29262
-
Tiger Watson authored
Project-level clusters that made use of this legacy behaviour have been migrated to unmanaged clusters, so we are now free to remove this fallback.
-
Tiger authored
-
Tiger authored
This will no longer be used for deployments, as all service templates have been migrated to clusters.
-
Tiger authored
-
GitLab Bot authored
-
Tiger authored
This will no longer be used for deployments, as all service templates have been migrated to clusters.
-
Thong Kuah authored
Migrate managed clusters that aren't using managed features to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29251
-
GitLab Bot authored
-
Thong Kuah authored
Migrate clusters with no token to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29648
-
GitLab Bot authored
-
Mayra Cabrera authored
Omit issues links in merge request entity API response Closes #63546 See merge request gitlab-org/gitlab-ce!29917
-
- 20 Jun, 2019 15 commits
-
-
Thong Kuah authored
Add missing EE prepend for clusterable actions Closes gitlab-ce#63366 See merge request gitlab-org/gitlab-ee!14270
-
GitLab Bot authored
-
Evan Read authored
using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
-
Ash McKenzie authored
Geo - Remove legacy queries from Geo::JobArtifactRegistryFinder See merge request gitlab-org/gitlab-ee!14289
-
Stan Hu authored
The merge request widget has a section that includes which issues may be closed or mentioned based on the merge request description. The problem is that rendering and redacting Markdown can be expensive, especially since the browser polls for the data every 10 seconds. Since these links don't change much and are just nice to have, we only load them on first page load. The frontend will use the existing data if the data doesn't appear on subsequent requests. This saves about 30% of the rendering time of this endpoint, which adds up to significant savings considering that `MergeRequestsController#show.json` is called over a million times a day on GitLab.com. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
-
GitLab Bot authored
-
Evan Read authored
Make deploy_boards doc clearer about its requirements See merge request gitlab-org/gitlab-ce!29682
-
João Cunha authored
-
Tiger authored
There are clusters that have Kubernetes namespaces stored which are missing a service account token. These namespaces are unable to be used for deployments, so marking the clusters as unmanaged will allow the platform credentials to be used instead.
-
GitLab Bot authored
-
Evan Read authored
Update Grafana and GitLab Monitor in component list See merge request gitlab-org/gitlab-ce!29537
-
Stan Hu authored
This commit checks off two of the three components in the table that we added for the CEO Challenge in Contribute 2019: * Grafana: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272 * GitLab Monitor: https://gitlab.com/charts/gitlab/merge_requests/787
-
GitLab Bot authored
-
Mark Lapierre authored
Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
-
Mike Greiling authored
Take into account events created before milestone start Closes #12216 See merge request gitlab-org/gitlab-ee!14184
-