- 06 May, 2020 32 commits
-
-
Himanshu Kapoor authored
Add support for syntax highlighting .vue files in the Web IDE.
-
Bob Van Landuyt authored
Add status page unpublish logic for images See merge request gitlab-org/gitlab!30298
-
Allison Browne authored
Add status page unpublish logic for images
-
James Lopez authored
Change validation rules for profile email addresses Closes #215919 See merge request gitlab-org/gitlab!30633
-
Douglas Barbosa Alexandre authored
Resolve "[:monaco_snippets] Enable Monaco as default editor for Snippets by default" Closes #198608 and #215975 See merge request gitlab-org/gitlab!30892
-
Denys Mishunov authored
In the course of making Monaco default for editing Snippets, we remove te feature flag from the codebase. This commit removes it from Vue/JS files
-
Kushal Pandya authored
Removes all deprecated GlDeprecatedButtons buttons in the Releases page Closes #214242 See merge request gitlab-org/gitlab!30941
-
Özgür Adem Işıklı authored
-
Mark Lapierre authored
Update SSH keys delete script See merge request gitlab-org/gitlab!30682
-
Mark Lapierre authored
- Defaults to deleting keys with new title prefix 'E2E test key:' - Allows specifying the part of the title to match - Allows a dry run that lists keys without deleting them - Allows deletion only if keys were created before a given date - Handles pagination - Deletes keys for the user who owns the access token supplied. This lets us use the script in prod or other environments where we don't have an admin account
-
Dylan Griffith authored
Store status of repository storage moves See merge request gitlab-org/gitlab!29095
-
Ash McKenzie authored
Remove extra sleep in exclusive lease helper Closes #216050 See merge request gitlab-org/gitlab!30654
-
Russell Dickenson authored
Adding subsection about Alert bot See merge request gitlab-org/gitlab!31160
-
James Fargher authored
Migrations require a changelog
-
Russell Dickenson authored
Update offline DAST config instructions See merge request gitlab-org/gitlab!31054
-
Evan Read authored
Move external URL to step to start See merge request gitlab-org/gitlab!31166
-
Evan Read authored
Promethues, Gitaly and Praefect listen on 0.0.0.0 See merge request gitlab-org/gitlab!31163
-
James Ramsay authored
Listening on the internal IP address of each node complicates the configuration of Gitaly HA in what is likely already a firewalled network running on a cloud provider. The default configuration should be simple to configure. Until problems with Tableflip are resolved, an extra restart is required.
-
Evan Read authored
Add more Praefect to scrape config See merge request gitlab-org/gitlab!31162
-
James Fargher authored
Refactor to use ServiceResponse
-
James Fargher authored
Fixes various specs
-
James Ramsay authored
The external URL really should already be set on any real GitLab instance before they get to configuring Gitaly HA. Moving this to an early step helps prevent it being muddled into the actual HA setup.
-
Dylan Griffith authored
Modify mutation to add Project to Instance Security Dashboard See merge request gitlab-org/gitlab!30865
-
Alan (Maciej) Paruszewski authored
This change introduces small improvement to AddProject mutation to not accept multiple project ids, but only one and let GraphQL manage multiple mutations to add multiple projects to Security Dashboard.
-
Dylan Griffith authored
Harden Usage Ping | Redis Counters Closes #212402 See merge request gitlab-org/gitlab!29474
-
Alina Mihaila authored
Add fallback_totals in BaseCounter Add fallback_totals in specific redis counters Add tests Fix rubocop offence
-
Evan Read authored
Docs: style cleanup of DAST page See merge request gitlab-org/gitlab!31037
-
Amy Qualls authored
'Spidering' is common enough usage now that it can be added to the word list.
-
James Ramsay authored
Each Praefect votes on the promotion of Gitaly nodes to primary, and there should not be a single point of failure. Three Praefects is preferred to two to prevent a tie. The scrape config should also reflect this to make it clear that the Praefect load balancer IP is not the correct address for this configuration.
-
Evan Read authored
Docs: wording and style edits, dependency scanning See merge request gitlab-org/gitlab!31015
-
Amy Qualls authored
Update the Dependency Scanning document to resolve the Vale issues which are not part of subheadings (which require larger-scale checks across the repo).
-
James Fargher authored
Creates a new table project_repository_storage_moves
-
- 05 May, 2020 8 commits
-
-
Amanda Rueda authored
-
James Fargher authored
Remove FF ci_use_merge_request_ref See merge request gitlab-org/gitlab!30596
-
Denys Mishunov authored
Fix checkmark position on dropdowns See merge request gitlab-org/gitlab!30685
-
Douglas Barbosa Alexandre authored
Remove FF ci_project_git_depth See merge request gitlab-org/gitlab!30588
-
Douglas Barbosa Alexandre authored
Support limits for offset pagination and define default See merge request gitlab-org/gitlab!28460
-
Douglas Barbosa Alexandre authored
Api for project access token See merge request gitlab-org/gitlab!29622
-
Bob Van Landuyt authored
Post Process Status Page Images See merge request gitlab-org/gitlab!30181
-
Allison Browne authored
Use a new status page pipeline and banzai filter to remove lazy loading of images from html
-