- 16 Oct, 2019 40 commits
-
-
Stan Hu authored
Consider the scenario: 1. The snippet visibility level is set to internal 2. A user attempts to create a private snippet Previously this would always fail because `default_value_for` would overwrite the private visibility setting, no matter what visibility_level was. This was happening because `default_value_for` was confused by the default value of 0 specified by the database schema. `default_value_for` attempts to assign the default value in the block by checking whether the attribute has changed. The problem is that since the default value by the database was 0, and the user requested 0, this appeared as though no changes were made. As a result, `default_value_for` would always overwrite the user's preference. To fix this, we remove the use of `default_value_for` and only set the visibility level to the default application setting when no preference has been given at creation time. This is similar to the fix in https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/29578. Closes https://gitlab.com/gitlab-org/gitlab/issues/34016
-
Martin Wortschack authored
Add "Edit Release" page See merge request gitlab-org/gitlab!18033
-
Kamil Trzciński authored
Introduce new Ansi2json parser See merge request gitlab-org/gitlab!18133
-
Fabio Pitino authored
This introduces a new class Ansi2json which similarly to Ansi2html converts job logs to a format that can be parsed by frontend.
-
Tanya Pazitny authored
Add 10k configuration table with GCP equivalents to docs Closes gitlab-org/quality/performance#111 See merge request gitlab-org/gitlab!18632
-
Tanya Pazitny authored
-
Achilleas Pipinellis authored
Maven group endpoints require group ID See merge request gitlab-org/gitlab!18613
-
Thiago Presa authored
-
Bob Van Landuyt authored
Don't execute webhooks/services when above limit See merge request gitlab-org/gitlab!17874
-
Rémy Coutable authored
Remove generic alert endpoint feature flag See merge request gitlab-org/gitlab!18570
-
Achilleas Pipinellis authored
Reword the chatops docs See merge request gitlab-org/gitlab!18596
-
Achilleas Pipinellis authored
Documentation style guide: make links section clearer See merge request gitlab-org/gitlab!18650
-
Nick Thomas authored
Fix showing diff when it has legacy diff notes See merge request gitlab-org/gitlab!18510
-
Patrick Bajao authored
Do not try to unfold `LegacyDiffNote`s as they don't support `position` even though they're in the same `notes` table as `DiffNote`s. This is done by using `Gitlab::Diff::PositionCollection` which will be responsible for filtering the positions.
-
Rémy Coutable authored
Add test for stale GraphQL docs to CI Closes #30019 See merge request gitlab-org/gitlab!18549
-
Fatih Acet authored
Fix button link foreground color Closes #34240 See merge request gitlab-org/gitlab!18669
-
Rémy Coutable authored
Change `IS_GITLAB_EE` to `FOSS_ONLY` Closes #33875 See merge request gitlab-org/gitlab!18517
-
James Lopez authored
Revert "Merge branch '13034-update-dast-report-fixture' into 'master'" Closes #34216 See merge request gitlab-org/gitlab!18670
-
Achilleas Pipinellis authored
Updated Epic docs See merge request gitlab-org/gitlab!17297
-
Russell Dickenson authored
- Updated Epic overview screenshot - Updated Roadmap tab screenshot - Updated Epics list view screenshot - Moved like topics together - Changed some admonitions to text - Simplified several procedures' steps
-
Rémy Coutable authored
Merge branch '34211-use-a-fixed-version-of-the-gitlab-charts-in-our-review-app-deployments' into 'master' Use a fixed version of the GitLab charts in our Review App deployments Closes #34211 See merge request gitlab-org/gitlab!18653
-
Fatih Acet authored
Resolve "Update issue list icons" Closes #32380 See merge request gitlab-org/gitlab!18226
-
Jeremy Elder authored
-
Rémy Coutable authored
Improve service level health-checks See merge request gitlab-org/gitlab!18665
-
Fatih Acet authored
Load signature only for last commit on blob#show See merge request gitlab-org/gitlab!18573
-
Igor authored
-
Mario de la Ossa authored
-
Mario de la Ossa authored
Adds a new job, `graphql-docs-verify`, that fails if the autogenerated graphql reference docs are not up to date.
-
Vitali Tatarintev authored
-
Mike Greiling authored
Run FOSS system tests and simplify dependencies See merge request gitlab-org/gitlab!18222
-
Lin Jen-Shin authored
* We also use `needs` to speed it up * To simplify the dependencies, we also pull cache on master
-
Nathan Friend authored
This commit fixes a regression that caused button links to render with a dark foreground instead of a white foreground.
-
Andreas Brandl authored
Remove custom merge strategy for db/schema.rb See merge request gitlab-org/gitlab!18406
-
Yorick Peterse authored
Add API for manually creating deployments Closes #25176 and #32579 See merge request gitlab-org/gitlab!17620
-
Nick Thomas authored
Feature #19822, users can preview audio in a repository. See merge request gitlab-org/gitlab!18354
-
Jesse Hall authored
-
Paul Slaughter authored
Change design management empty state button style See merge request gitlab-org/gitlab!18060
-
-
Achilleas Pipinellis authored
Fix links to all redirected blog posts See merge request gitlab-org/gitlab!18586
-
Marcel Amirault authored
Fix all links to blog posts to use the new path of about.gitlab.com/blog
-