- 21 Jun, 2019 30 commits
-
-
Stan Hu authored
Merge branch '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also' into 'master' Fix copying a single line from Firefox Closes #63406 See merge request gitlab-org/gitlab-ce!29832
-
Kamil Trzciński authored
Add ability to reorder issues See merge request gitlab-org/gitlab-ce!29012
-
Filipa Lacerda authored
Add packages nav to group sidebar [CE backport] See merge request gitlab-org/gitlab-ce!29592
-
Nick Thomas authored
Don't show private keys for letsencrypt certs See merge request gitlab-org/gitlab-ce!29359
-
Vladimir Shushlin authored
Adds enum certificate_source to pages_domains table with default manually_uploaded Mark certificates as 'gitlab_provided' if the were obtained through Let's Encrypt Mark certificates as 'user_provided' if they were uploaded through controller or api Only show private key in domain edit form if it is 'user_provided' Only show LetsEncrypt option if is enabled by application settings (and feature flag) Refactor and fix some specs to match new logic Don't show Let's Encrypt certificates as well
-
Brett Walker authored
to support manual sorting on the frontend
-
Lin Jen-Shin authored
Sanitize LDAP output in Rake tasks Closes #56131 See merge request gitlab-org/gitlab-ce!28427
-
Drew Blessing authored
The various LDAP check Rake tasks have long supported a SANITIZE environment variable. When present, identifiable information is obscured such as user names and project/group names. Until now, the LDAP check did not honor this. Now it will only say how many users were found. This should at least give the indication that the LDAP configuration found something, but will not leak what it is. Resolves #56131
-
Achilleas Pipinellis authored
Add new troubleshooting step and refactor Geo replication docs Closes #63210 See merge request gitlab-org/gitlab-ce!29783
-
Evan Read authored
-
Achilleas Pipinellis authored
Fixed formatting of notes bullet list See merge request gitlab-org/gitlab-ce!29923
-
Evan Read authored
-
Andreas Brandl authored
Disallow `NULL` values for `geo_nodes.primary` column Closes gitlab-ee#12061 See merge request gitlab-org/gitlab-ce!29818
-
Filipa Lacerda authored
Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
-
Phil Hughes authored
Add back trimChar method to remove trailing +/- Closes #59028 See merge request gitlab-org/gitlab-ce!29518
-
Samantha Ming authored
Add test for checking output
-
Douwe Maan authored
Resolve "Race condition in fetching Kubernetes token causes missing `$KUBECONFIG`" Closes #63507 See merge request gitlab-org/gitlab-ce!29922
-
Kamil Trzciński authored
Enabled complex ci variable expression statements by default See merge request gitlab-org/gitlab-ce!29904
-
Sean McGivern authored
Do not rewrite relative links for system notes Closes #63162 See merge request gitlab-org/gitlab-ce!29825
-
Dylan Griffith authored
Since Kubernetes is creating the Secret and token asynchronously it is necessary that we implement some delay or retrying logic to avoid a race condition where we fetch a Secret before the token is even set. There does not appear to be any way for us to force it to be set with any synchronous API call so retrying seems to be the only option.
-
Thong Kuah authored
Remove Kubernetes service from deployment platform See merge request gitlab-org/gitlab-ce!29786
-
Evan Read authored
Docs: Change wording See merge request gitlab-org/gitlab-ce!29746
-
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.
-
Thong Kuah authored
Migrate managed clusters that aren't using managed features to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29251
-
Thong Kuah authored
Migrate clusters with no token to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29648
-
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 10 commits
-
-
Evan Read authored
using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
-
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
-
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.
-
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
-
Mark Lapierre authored
Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
-
Stan Hu authored
Add Gitaly data to the usage ping See merge request gitlab-org/gitlab-ce!29893
-
Achilleas Pipinellis authored
Add documentation on epic add/remove child relations quick actions See merge request gitlab-org/gitlab-ce!29860
-