- 24 Oct, 2019 18 commits
-
-
Ezekiel Kigbo authored
Moves the request for group labels so that it occurs after a group has been selected instead of when we are loading the custom stage form. This will be needed for the upcoming charts.
-
Filipa Lacerda authored
Fixed protected branches flash styling See merge request gitlab-org/gitlab!18955
-
Ash McKenzie authored
Visual Review API See merge request gitlab-org/gitlab!18710
-
drew authored
- Added API class with single POST endpoint - Added #create_visual_review_note to notes helper - Added API Resource documentation - Feature flag to leave public endpoint closed by default
-
Achilleas Pipinellis authored
Add Security Jobs Troubleshooting See merge request gitlab-org/gitlab!18876
-
Philippe Lafoucrière authored
Also wrapped some long lines.
-
Lin Jen-Shin authored
Improve the scripts/review_apps/automated_cleanup.rb script Closes #34753 See merge request gitlab-org/gitlab!18992
-
Ramya Authappan authored
Simplify test that attaches a file on an issue Closes #34124 See merge request gitlab-org/gitlab!19027
-
Walmyr Lima e Silva Filho authored
-
Evan Read authored
Update profiling to include logger example See merge request gitlab-org/gitlab!18995
-
Ronald van Zon authored
-
Martin Wortschack authored
Make URLs in blob viewer and blob editor into clickable links See merge request gitlab-org/gitlab!18305
-
Evan Read authored
Docs: Help sysadmins ensure correct Geo node URL See merge request gitlab-org/gitlab!18963
-
Michael Kozono authored
-
Evan Read authored
docs: multi_project_pipelines.md: See merge request gitlab-org/gitlab!18679
-
Roman Pertl authored
Rephrase "obsolete" caution warning about downstream project status (closed by gitlab-org/gitlab#11238)
-
Russell Dickenson authored
Clarify available feature flags for productivity analytics See merge request gitlab-org/gitlab!18926
-
Evan Read authored
-
- 23 Oct, 2019 22 commits
-
-
Russell Dickenson authored
Edit Cert-Manager content See merge request gitlab-org/gitlab!18512
-
Evan Read authored
-
Thong Kuah authored
Don't store full blob path in ES filename field See merge request gitlab-org/gitlab!18470
-
Stan Hu authored
Refactor burndown chart to accept a list of issues as input See merge request gitlab-org/gitlab!18894
-
Mayra Cabrera authored
Adds a changelog for elastic stack feature See merge request gitlab-org/gitlab!19020
-
Jan Provaznik authored
Although this feature is flagged, it has a DB migration so a changelog should be included.
-
Michael Kozono authored
Abstract with release presenter See merge request gitlab-org/gitlab!18724
-
Shinya Maeda authored
This commit abstracts FE specific code with release presenter
-
Nick Thomas authored
Add project option for deleting source branch Closes #18283 See merge request gitlab-org/gitlab!18408
-
James Ramsay authored
Feature branches should be deleted after being merged into a stable branch like master. This is not universally true, and accidentally deleting a branch cause frustration and confusion for users. The change: - adds a Project Setting to control if 'Delete source branch' option is enabled or disabled for new merge requests - the Project Setting is on for new and existing projects The previous default behaviour can be restored by toggling the new setting. Historically, the behaviour was changed to delete the source branch as part of the merge widget refactor and then reverted 3 months later. - Widget refactor 8db76243 - Behaviour reverted fd72b4ed
-
Michael Kozono authored
Migrate only AttachmentUploader note uploads See merge request gitlab-org/gitlab!18873
-
Michael Kozono authored
Fix rake task to rollback Geo migrations See merge request gitlab-org/gitlab!18975
-
mfluharty authored
Instead of `.getAttribute()` and `.setAttribute()`
-
mfluharty authored
-
mfluharty authored
-
mfluharty authored
-
mfluharty authored
Keep styling from when they weren't clickable But add an underline on hover to denote that they're links Remove specific link styling from each theme
-
mfluharty authored
Use regex from utils file to replace URLs with links
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
ActiveRecord Migrator API has changed in 5.2, and now MigrationContext class must be used.
-
Mayra Cabrera authored
Add custom modsecurity template to ingress-controller Closes #8558 See merge request gitlab-org/gitlab!18485
-
Lucas Charles authored
Disable default `SecRuleEngine` configuration, allowing override via `Ingress` resource instead. Part of the work to implement https://gitlab.com/gitlab-org/gitlab/issues/8558
-