- 06 May, 2020 40 commits
-
-
Sean McGivern authored
Check nil before checking connection See merge request gitlab-org/gitlab!30209
-
Avielle Wolfe authored
When the field is a connection using a resolver but the resolved type is nil, the connection field logic tries to call `object` on `nil` and throws a NoMethodError. By checking if the resolved type is nil first, we avoid this issue. https://gitlab.com/gitlab-org/gitlab/-/issues/214047
-
Martin Wortschack authored
Container Registry: decouple store and router See merge request gitlab-org/gitlab!30196
-
Nicolò Maria Mezzopera authored
- move to components - remove store singleton usage
-
Sean McGivern authored
Bump `gitlab-mail_room` from 0.0.3 to 0.0.4 See merge request gitlab-org/gitlab!31188
-
Natalia Tepluhina authored
Remove the manual loading icon See merge request gitlab-org/gitlab!31075
-
Phil Hughes authored
Update dependency @gitlab/ui to v14 See merge request gitlab-org/gitlab!31106
-
Marcin Sedlak-Jakubowski authored
Update permissions.md See merge request gitlab-org/gitlab!31150
-
Kushal Pandya authored
Fix epics on roadmap when using VirtualList See merge request gitlab-org/gitlab!31164
-
Achilleas Pipinellis authored
Link to Package Registry admin docs in the user docs See merge request gitlab-org/gitlab!31050
-
Tom Quirk authored
-
Lin Jen-Shin authored
Merge branch '33019-refactor-spec-features-help_pages_spec-rb-to-not-rely-on-the-docs-content' into 'master' Don't rely on 'doc/README.md' in 'spec/features/help_pages_spec.rb' Closes #33019 See merge request gitlab-org/gitlab!31078
-
Heinrich Lee Yu authored
Instance level exportable security reports api changes See merge request gitlab-org/gitlab!30397
-
Illya Klymov authored
Migrate stage spec to jest See merge request gitlab-org/gitlab!30859
-
Illya Klymov authored
Migrate pipelines artifacts spec to jest See merge request gitlab-org/gitlab!30996
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Florie Guibert authored
-
Mehmet Emin INAC authored
We restrict access to these endpoints if the `security_dashboard` feature is not available.
-
Mehmet Emin INAC authored
-
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
-
charlieablett authored
-
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
-