- 25 Jun, 2020 19 commits
-
-
Achilleas Pipinellis authored
Add 13.1.0 version specific upgrade note for HA See merge request gitlab-org/gitlab!34116
-
Thong Kuah authored
-
Jan Provaznik authored
Remove legacy service count keys See merge request gitlab-org/gitlab!35135
-
Thong Kuah authored
Resolve "Explore removing dependencies on test stage" See merge request gitlab-org/gitlab!34659
-
Stan Hu authored
Add diff stats fields to merge request type See merge request gitlab-org/gitlab!34966
-
Alex Kalderimis authored
This exposes the diff_stats field on merge requests, along with a summary containing summed values.
-
Sanad Liaquat authored
Consider import successful if project exists See merge request gitlab-org/gitlab!35202
-
Mark Lapierre authored
This assumes that a project is successfullly imported if it has a name
-
Sanad Liaquat authored
Add ability to skip Guided Tour if shown See merge request gitlab-org/gitlab!35217
-
Ash McKenzie authored
Enable the `graphql_release_data` feature flag by default See merge request gitlab-org/gitlab!34937
-
Nathan Friend authored
This commit enables the `graphql_release_data` feature flag, making release data available through the GraphQL endpoint.
-
Russell Dickenson authored
Docs: Clarify SAST vulnerability filter empty states See merge request gitlab-org/gitlab!35189
-
Mike Lewis authored
Remove guideline about dashes and imgs See merge request gitlab-org/gitlab!34251
-
Mike Lewis authored
Document all docs metadata in YAML frontmatter See merge request gitlab-org/gitlab!34952
-
Mike Lewis authored
Add deprecation language See merge request gitlab-org/gitlab!29171
-
Mike Jang authored
-
Ash McKenzie authored
[Group Wiki] Update attachment API to support Group Level Wiki Closes #212199 See merge request gitlab-org/gitlab!34232
-
Alex Kalderimis authored
This extends all wiki REST API endpoints to groups.
-
Russell Dickenson authored
Remove unformatted SECURE_LOG_LEVEL levels from docs See merge request gitlab-org/gitlab!35214
-
- 24 Jun, 2020 21 commits
-
-
Mike Jang authored
Identify how to list RESTful API endpoints See merge request gitlab-org/gitlab!29436
-
Ash McKenzie authored
Fix GROUP BY in VSA label queries See merge request gitlab-org/gitlab!34381
-
Evan Read authored
Load timings only available in some browsers Closes #222916 See merge request gitlab-org/gitlab!35194
-
Mayra Cabrera authored
Revert "Merge branch 'nelbacha-master-patch-50345' into 'master'" RUN AS-IF-FOSS Closes #224443 See merge request gitlab-org/gitlab!35279
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
James Fargher authored
Add route, controller and view for generic reports page See merge request gitlab-org/gitlab!35011
-
Brandon Labuschagne authored
Also includes the controller and a view which can be used for bootstrapping the vue application. https://gitlab.com/gitlab-org/gitlab/-/issues/220494
-
Kyle Wiebers authored
This reverts merge request !33042
-
Mayra Cabrera authored
Create time-space partitions in separate schema (2) See merge request gitlab-org/gitlab!35137
-
-
Douglas Barbosa Alexandre authored
Move the CiStatusHelper to Ci namespace See merge request gitlab-org/gitlab!35073
-
Mayra Cabrera authored
Add clusters_applications_cilium DB table See merge request gitlab-org/gitlab!34601
-
Bob Van Landuyt authored
Refactor identifier parsing See merge request gitlab-org/gitlab!34638
-
Nick Gaskill authored
Add integration requirements to Secure Onboarding docs See merge request gitlab-org/gitlab!35264
-
Amy Brandenburg authored
-
Daniel Paul Searles authored
-
Bob Van Landuyt authored
Remove the dead code and the associated worker Closes #218231 See merge request gitlab-org/gitlab!32595
-
Andreas Brandl authored
Merge branch '222495-geo-geo-job-artifact-registry-finder-find_registry_differences-should-ignore-expired-ones' into 'master' Geo - Does not sync expired job artifacts Closes #222495 See merge request gitlab-org/gitlab!35082
-
Bob Van Landuyt authored
Add Redis Cluster validator See merge request gitlab-org/gitlab!32450
-
Sean McGivern authored
If we want to use Redis Cluster, we won't be able to use a multi-key command with keys that hash to different slots. For instance, a simple: MGET foo bar Won't work because 'foo' and 'bar' hash to different slots, and therefore could be on different shards of the cluster. This is a client-side validator to ensure that we can annotate existing cross-slot commands easily, as part of the data gathering for whether or not we use Redis Cluster.
-