- 11 Jan, 2021 40 commits
-
-
Scott Hampton authored
Use gitlab-svgs image for empty Deploy Board state See merge request gitlab-org/gitlab!51278
-
Annabel Dunstone Gray authored
Fix import issues button style See merge request gitlab-org/gitlab!50969
-
Yogi authored
-
Grzegorz Bizon authored
Add Collection::Sorted class See merge request gitlab-org/gitlab!50156
-
Suzanne Selhorn authored
Update variables table with minor fixes See merge request gitlab-org/gitlab!51298
-
Stan Hu authored
Invalidate reviews counter cache when MR gets created See merge request gitlab-org/gitlab!51316
-
Nicolò Maria Mezzopera authored
Update dependency @gitlab/ui to v25.7.3 See merge request gitlab-org/gitlab!51336
-
Phil Hughes authored
Removes the Startup_CSS Feature flag See merge request gitlab-org/gitlab!50831
-
Brandon Labuschagne authored
Updates merge request status box through polling See merge request gitlab-org/gitlab!50761
-
Phil Hughes authored
This uses the merge request widgets polling responses to update the status box in the merge request header. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/290850
-
Mikołaj Wawrzyniak authored
Add DAST.latest.gitlab-ci.yml without stages See merge request gitlab-org/gitlab!50539
-
Avielle Wolfe authored
This template does not include stages, which might be a breaking change for users who do not already have a `dast` stage defined.
-
Vitali Tatarintev authored
Forbid snippet pushes when repo is read-only See merge request gitlab-org/gitlab!51318
-
Steve Abrams authored
Populate `finding_uuid` attribute for vulnerability_feedback See merge request gitlab-org/gitlab!49807
-
Sanad Liaquat authored
Created a commit test for the mTLS scenario See merge request gitlab-org/gitlab!50248
-
Tomislav Nikić authored
This test does nothing more than create a project with a readme.
-
Dmytro Zaporozhets (DZ) authored
Prevent rebase from being run in quick action when there are conflicts See merge request gitlab-org/gitlab!51243
-
Nick Thomas authored
Delete Elasticsearch migrations index in rake elastic:delete_index See merge request gitlab-org/gitlab!50817
-
Jarka Košanová authored
Add Group Migration realtime_changes endpoint See merge request gitlab-org/gitlab!50762
-
Mayra Cabrera authored
Update puma & puma_worker_killer to upstream (5.1.1) See merge request gitlab-org/gitlab!48897
-
Rémy Coutable authored
Upgrade kaniko to v1.3.0 See merge request gitlab-org/gitlab!51305
-
Pedro Pombeiro authored
-
Mike Jang authored
Rename known_events.yml to known_events/ in docs See merge request gitlab-org/gitlab!51174
-
Francisco Javier López authored
-
Annabel Dunstone Gray authored
Remove border-radius for sidekiq iframe card in admin See merge request gitlab-org/gitlab!50955
-
Yogi authored
-
Annabel Dunstone Gray authored
Fix long deploy token name overflows revocation modal See merge request gitlab-org/gitlab!51114
-
Rémy Coutable authored
Enforce permission check on CI builds in GraphQL See merge request gitlab-org/gitlab!50882
-
Mike Jang authored
Document how to run LDAP tests on local environment See merge request gitlab-org/gitlab!50430
-
Sanad Liaquat authored
-
Alessio Caiazza authored
Bump workhorse to 8.59.0 See merge request gitlab-org/gitlab!51329
-
Matthias Käppler authored
too long method name results in too long prometheus label name, which can crash prometheus
-
Dmytro Zaporozhets (DZ) authored
This reverts commit 73fb4437
-
GitLab Bot authored
-
David O'Regan authored
Small typo fixed, it is 'info_map' not 'info_maps' See merge request gitlab-org/gitlab!50988
-
George Koltsov authored
- Add realtime_changes endpoint to Import::BulkImportsController, similar to Import::BaseController in order to update importer status without refreshing the page, similar to what we do in other importers.
-
Tim Zallmann authored
Replace fa- classes in fixtures See merge request gitlab-org/gitlab!51312
-
Bob Van Landuyt authored
New Crowdin translations - 08 Jan 2021 See merge request gitlab-org/gitlab!51254
-
Achilleas Pipinellis authored
Add migration helper to create table with CHECKs See merge request gitlab-org/gitlab!50309
-
Patrick Bair authored
Add a new migration helper that allows the caller to define CHECK constraints in the table definition block. This can be used to avoid having to `disable_ddl_transaction!` and add the check constraints using the existing helper, which cannot be used inside a transaction block. Also provides a convenience method to more easily add CHECK constraints for text limits.
-