- 24 Sep, 2020 40 commits
-
-
Mike Jang authored
Clarify what a user-facing change is for changelogs See merge request gitlab-org/gitlab!43180
-
Jeremy Elder authored
-
Markus Koller authored
Remove a redundant warning already covered by the commit messages check See merge request gitlab-org/gitlab!43281
-
Imre Farkas authored
Add validator for IP address/inet columns See merge request gitlab-org/gitlab!42893
-
Yannis Roussos authored
Reference pages_deployments in pages_metadata Closes #245304 See merge request gitlab-org/gitlab!42834
-
Mike Jang authored
Fix typo due to missed suggestion See merge request gitlab-org/gitlab!43297
-
Mike Jang authored
Add Redis structured log videos Closes gitlab-com/gl-infra/scalability#510 See merge request gitlab-org/gitlab!43272
-
Jacob Vosmaer authored
-
Peter Leitzen authored
Store pipeline counts by status See merge request gitlab-org/gitlab!43027
-
Adam Hegyi authored
This change periodically stores pipeline counts by status for the instance statistics feature.
-
Nathan Friend authored
Merge branch '232530-update-release-pages-vuex-stores-to-handle-group-milestones-assocaited-with-a-release' into 'master' Resolve "Update Release pages Vuex stores to handle Group milestones assocaited with a release" Closes #232530 See merge request gitlab-org/gitlab!43062
-
Sanad Liaquat authored
Retry clicking delete_key_button if unsuccessful Closes #255287 See merge request gitlab-org/gitlab!43258
-
Mike Jang authored
Add documentation for batch sum method See merge request gitlab-org/gitlab!43227
-
Alishan Ladhani authored
-
Mike Jang authored
Updated curl command's data parameter to create a new subgroup. It was missing a single quote('). See merge request gitlab-org/gitlab!43203
-
Sarah Groff Hennigh-Palermo authored
Pre-Collapsed Sections in CI Job Logs See merge request gitlab-org/gitlab!42231
-
Drew Blessing authored
Exclude 2FA from upload#show routes and 404s See merge request gitlab-org/gitlab!42784
-
Peter Leitzen authored
Update prometheus_computed_alerts feature flag info See merge request gitlab-org/gitlab!43270
-
Drew Blessing authored
When using column type `inet` Rails will silently return the value as `nil` when the value is not valid according to its type cast using `IpAddr`. It's not very user friendly to return an error "IP Address can't be blank" when a value was clearly given but was not the right format. This validator will look at the value before Rails type casts it when the value itself is `nil`. This enables the validator to return a specific and useful error message.
-
Gerardo Lopez-Fernandez authored
Move architecture blueprints from epics to docs See merge request gitlab-org/gitlab!43120
-
Bob Van Landuyt authored
Optimise cleaning up LFS objects See merge request gitlab-org/gitlab!42830
-
Natalia Tepluhina authored
Enable sorting vulnerabiliies by detected date See merge request gitlab-org/gitlab!42952
-
Alan (Maciej) Paruszewski authored
-
Alper Akgun authored
-
Imre Farkas authored
Make two factor concern module more auto-load friendly See merge request gitlab-org/gitlab!43077
-
Mark Florian authored
Update shape of skeleton loader on Releases and Release pages See merge request gitlab-org/gitlab!43138
-
Peter Leitzen authored
Show when the last update to seats usage data was in the Billing page See merge request gitlab-org/gitlab!42763
-
Amparo Luna authored
- The information will be displayed in the Billings page - Introduced a method in the worker class to get the last_enqueue_time from the job - Marked messages for translation and updated gitlab.pot file
-
Nick Thomas authored
There's no need to scan the repository if it has no LFS objects linked, and there's also no need to cancel the whole `GitGarbageCollectWorker` run if it encounters an error.
-
Kamil Trzciński authored
Speed up specs for fast spec serializer See merge request gitlab-org/gitlab!43003
-
Vitali Tatarintev authored
-
Heinrich Lee Yu authored
Speed up spec/controllers/groups_controller_spec.rb See merge request gitlab-org/gitlab!42738
-
Imre Farkas authored
Speed up merge request presenter specs See merge request gitlab-org/gitlab!43006
-
Peter Leitzen authored
Improve specs for repository backups See merge request gitlab-org/gitlab!43070
-
Luke Duncalfe authored
The `:wiki_repo` trait initialises an empty wiki repository, however, `Backup::Repositories` skips dumping empty repositories so this trait does not affect the tests.
-
Olena Horal-Koretska authored
Enable sorting vulnerabiliies by title See merge request gitlab-org/gitlab!42955
-
Alan (Maciej) Paruszewski authored
-
Jan Provaznik authored
Add graphQL mutation for destroying board lists See merge request gitlab-org/gitlab!43081
-
Kushal Pandya authored
Merge branch '244355-add-javascript-example-on-how-we-could-track-ui-events-using-usagedata' into 'master' JS client for increment_unique_users API See merge request gitlab-org/gitlab!43084
-
Alper Akgun authored
Consumes the increment_unique_users API
-