- 15 Apr, 2020 40 commits
-
-
Toon Claes authored
Change CLI to -e for environments Closes #213745 See merge request gitlab-org/gitlab!29393
-
Marcel Amirault authored
Using RAILS_ENV is deprecated, so we need to change to -e in our examples.
-
Phil Hughes authored
Remove unused burndown chart CSS See merge request gitlab-org/gitlab!29222
-
Simon Knox authored
none of the nested styles exist since the move to echarts
-
Rémy Coutable authored
Update GitLab's review-apps documentation Closes #214422 See merge request gitlab-org/gitlab!29561
-
Bob Van Landuyt authored
Group container registry show subgroups repos See merge request gitlab-org/gitlab!29263
-
Nicolò Maria Mezzopera authored
- use finder instead of direct access - update tests Co-authored-by: Steve Abrams <sabrams@gitlab.com>
-
James Lopez authored
Add validations and errors handling for StaticSiteEditor See merge request gitlab-org/gitlab!29242
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/212558 * Add permissions check for user role * Add validations * Expose `is_supported_content` boolean field to frontend. `is_supported_content` shows if there are no validation errors detected by backend. Validation error messages are not used for now. Frontend will show a general error message for all validation failures.
-
Adam Hegyi authored
Fix the order of structure.sql to match db:migrate See merge request gitlab-org/gitlab!29513
-
Alessio Caiazza authored
Add Gitlab User-Agent to ContainerRegistry::Client See merge request gitlab-org/gitlab!29294
-
Sashi authored
Currently, Faraday v#{VERSION} is set as User-Agent for request from ContainerRegistry::Client by default. It should be set to Gitlab specific User-Agent
-
Albert Salim authored
-
Kushal Pandya authored
Update annotations GraphQL query props See merge request gitlab-org/gitlab!29523
-
Kushal Pandya authored
Display indicator to rule name Closes #199795 See merge request gitlab-org/gitlab!29315
-
Samantha Ming authored
- if rule is overridden from the project setting - if rule is locally defined
-
Kushal Pandya authored
Show commits by author Closes #14984 See merge request gitlab-org/gitlab!28509
-
Samantha Ming authored
- Add dropdown to filter commits by author - Disable filter by commit message when filtering by author - Add popover message and disable for commit message OR author filter
-
Kushal Pandya authored
Fix 404s when clicking links in full code quality report Closes #210351 See merge request gitlab-org/gitlab!27138
-
Thong Kuah authored
Add rake task to update x509 signatures See merge request gitlab-org/gitlab!28406
-
Roger Meier authored
-
Stan Hu authored
Fix flaky ndjson reader spec Closes #213843 See merge request gitlab-org/gitlab!29465
-
Stan Hu authored
Refactor project_or_wiki to container See merge request gitlab-org/gitlab!29398
-
Marcel Amirault authored
Updated GitLab program names See merge request gitlab-org/gitlab!29466
-
Russell Dickenson authored
-
Marcel Amirault authored
docs: CI rules: manual does not set 'allowed to fail' automatically See merge request gitlab-org/gitlab!24589
-
Marcel Amirault authored
Add note about helm chart for dind with TLS See merge request gitlab-org/gitlab!29272
-
Marcel Amirault authored
Add disk space requirements to code quality doc Closes #8008 See merge request gitlab-org/gitlab!29083
-
Ricky Wiens authored
- CodeQuality reports can be quite large if your ruleset and project are both large. This causes issues when users pipelines fail and it is difficult to tell it might be because of running out of disk space.
-
charlie ablett authored
Fix reactive cache handling in NetworkPoliciesController#summary See merge request gitlab-org/gitlab!29534
-
Michael Kozono authored
Geo - Set success to false in Geo::JobArtifactRegistry.insert_for_model_ids See merge request gitlab-org/gitlab!29553
-
Evan Read authored
Docs: review and update AutoDevops quickstart See merge request gitlab-org/gitlab!29374
-
Amy Qualls authored
The landing page has changed since 12.3.
-
Douglas Barbosa Alexandre authored
The job_artifact_registry table does not have a default value for the success column. To avoid the madness of three-state booleans where it can be true, false, or NULL we are setting it to false when creating missing registries in Geo::RegistryConsistencyWorker.
-
Michael Kozono authored
Merge branch '213254-api-entities-geonodestatus-could-use-the-list-of-counters-to-expose-them-implicitly' into 'master' Implicitly expose GeoNodeStatus API entity counters Closes #213254 See merge request gitlab-org/gitlab!28773
-
Douglas Barbosa Alexandre authored
Add front-matter support to wiki pages See merge request gitlab-org/gitlab!27706
-
Evan Read authored
Add `Unable to select a buildpack` trace See merge request gitlab-org/gitlab!28882
-
Evan Read authored
Docs: OKR cleanup of the Customize page See merge request gitlab-org/gitlab!29296
-
Amy Qualls authored
This commit updates wording on the page to meet GitLab style guide standards.
-
Robert Speicher authored
-