- 16 Oct, 2019 40 commits
-
-
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.
-
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
-
Sanad Liaquat authored
Adjust test to avoid flakiness Closes #34144 See merge request gitlab-org/gitlab!18657
-
Marin Jankovski authored
Correct validation backlog label name in issue template See merge request gitlab-org/gitlab!18595
-
Jason Lenny authored
-
Achilleas Pipinellis authored
Add section about experiments See merge request gitlab-org/gitlab!17538
-
Rémy Coutable authored
This reverts merge request !17778
-
Yorick Peterse authored
This API can be used for manually creating deployments, instead of being limited to creating deployments using CI pipelines. As part of these changes, I refactored some parts of the existing deployments code. This ensures we reuse the same logic for creating deployments in different places. We also move the deployments service classes to a Deployments namespace, now that there are two service classes. We also make some changes to which deployments are displayed. Prior to these changes, only deployments that were successful were displayed. This can get very confusing when using deployments from external systems, so we now show deployments regardless of their status. The table to display deployments has also had some style/content changes to display the deployments data in a more meaningful way.
-
Grzegorz Bizon authored
Add `on_before_phased_restart` lifecycle event See merge request gitlab-org/gitlab!18582
-
Kamil Trzciński authored
Unicorn/Puma Cluster: This will be called before a graceful shutdown of workers starts hapepning. This is called on `master` process.
-
Sean McGivern authored
Support Create/Read/Destroy operations in Feature Flag API See merge request gitlab-org/gitlab!18198
-
Kamil Trzciński authored
Fix caching of submodule links for shas with dashes See merge request gitlab-org/gitlab!18576
-
Igor authored
-
Ben Prescott authored
-