- 24 Oct, 2019 11 commits
-
-
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 29 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
-
Douglas Barbosa Alexandre authored
Show the sync information for design repositories Closes #13055 See merge request gitlab-org/gitlab!18379
-
Valery Sizov authored
Adds Geo Node API and sync status in Admin panel
-
Markus Koller authored
This verifies the changed indexer behaviour from https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/44 We're also renaming the blob-related code to use `path` rather than `filename`, to be consistent with the `Path` field in the ES index, and the intention of this code (which deals with full paths, rather than just filenames). This also removes the `Elasticsearch::Git::LiteBlob` class, which isn't used anymore and a leftover from the Ruby indexer which was removed in https://gitlab.com/gitlab-org/gitlab/merge_requests/15641
-
Michael Kozono authored
Geo: make console messages consistent See merge request gitlab-org/gitlab!16584
-
Douglas Barbosa Alexandre authored
Group Based Cycle Analytics Backend Closes #12196 See merge request gitlab-org/gitlab!18452
-
Adam Hegyi authored
This MR extends the Cycle Analytics query classes to handle Group based stages. The change happens within `ee`: group based CA is a premium feature. This change also sets up the `data_collector_spec.rb` file, where various `start_event` and `end_event` pairs will be tested. Related Issue: https://gitlab.com/gitlab-org/gitlab/issues/12196
-
Jan Provaznik authored
Improve our Sidekiq testing best practices See merge request gitlab-org/gitlab!19008
-