- 15 Jul, 2020 40 commits
-
-
Jose Ivan Vargas authored
Fix typo on metrics dashboard shortcut documentation See merge request gitlab-org/gitlab!36974
-
Jose Ivan Vargas authored
Update license button Closes #219879 See merge request gitlab-org/gitlab!36232
-
Andrew Fontaine authored
Show Error Message When Delete Feature Flag User List Fails See merge request gitlab-org/gitlab!36487
-
Jason Goodman authored
Show an error message and display lists
-
Rémy Coutable authored
Remove ~backstage in Danger See merge request gitlab-org/gitlab!36420
-
Albert Salim authored
-
Michael Kozono authored
Geo - Increase registry consistency worker batch_size to 10000 See merge request gitlab-org/gitlab!36963
-
Rémy Coutable authored
Use the correct gitaly image tag Closes #229145 See merge request gitlab-org/gitlab!36937
-
Andrew Fontaine authored
Enable DAG Visualization feature flag by default See merge request gitlab-org/gitlab!36802
-
Sarah Groff Hennigh-Palermo authored
-
Rémy Coutable authored
Add Open/Closed/All tab navigation to Jira issues See merge request gitlab-org/gitlab!36929
-
Douglas Barbosa Alexandre authored
Usage ping data: Add Jira issues enabled counter Closes #227238 See merge request gitlab-org/gitlab!36736
-
Nick Gaskill authored
Describe scanning NuGet projects See merge request gitlab-org/gitlab!36906
-
Clement Ho authored
-
Kushal Pandya authored
Create Jira Importer user mapping form on the UI Closes #216145 See merge request gitlab-org/gitlab!33320
-
Coung Ngo authored
Added user mapping form so users can choose which GitLab users their Jira users should be mapped to when importing a Jira project.
-
Dmytro Zaporozhets authored
Validate project key presence if Jira issues enabled See merge request gitlab-org/gitlab!36717
-
Michael Kozono authored
Merge branch '229089-geo-use-registry-tale-for-project-wikis-as-ssot-while-getting-node-status' into 'master' Fix Geo node status when treating registry SSOT for projects Closes #229089 See merge request gitlab-org/gitlab!36916
-
Peter Leitzen authored
Add confidential attribute for notes creation See merge request gitlab-org/gitlab!36793
-
Kushal Pandya authored
Add scanner vendor to pipeline scanner column See merge request gitlab-org/gitlab!36764
-
Douglas Barbosa Alexandre authored
The worker renqueue itself over and over only if at least one registry was created or deleted by the reigstry consistency service at least one registry class in the next batch of replicable records. But when selective sync is enabled, and it is iterating through a large table most of the time, the registry consistency service will not find an untracked/unused entry to create or delete and will return false. This way, the worker will not be reenqueued. Instead, we will wait for the next one scheduled by sidekiq-cron.
-
Douglas Barbosa Alexandre authored
Geo: Fix replicable attachments when sync object storage is disabled See merge request gitlab-org/gitlab!36904
-
Markus Koller authored
Improving execution time for snippet feature spec public_access See merge request gitlab-org/gitlab!36938
-
Mike Greiling authored
Migrate log controller buttons to GlButton Closes #219884 See merge request gitlab-org/gitlab!36480
-
Rémy Coutable authored
Fix location of k3d install script in QA dockerfile See merge request gitlab-org/gitlab!36947
-
Justin Ho Tuan Duong authored
-
Rémy Coutable authored
Use IP address from request on audit events See merge request gitlab-org/gitlab!35834
-
Mike Kozono authored
-
Mayra Cabrera authored
Clarify backporting details See merge request gitlab-org/gitlab!36703
-
Alexander Turinske authored
- update tests
-
Alexander Turinske authored
- for normal scanners, the vendor will be `GitLab` - for custom scnners, the vendor will a custom string - if no scanner exists, the report type should still show - add tests
-
Arturo Herrero authored
-
Arturo Herrero authored
As part of https://gitlab.com/groups/gitlab-org/-/epics/3622, we need to add an item to the usage ping payload that indicates how many projects currently have this feature enabled.
-
Natalia Tepluhina authored
Resolve "Update Design Management documentation" Closes #223196 See merge request gitlab-org/gitlab!36681
-
Natalia Tepluhina authored
-
Rémy Coutable authored
Fix a flaky profiler spec See merge request gitlab-org/gitlab!36958
-
Dmytro Zaporozhets authored
Remove feature flag on compliance MR settings scope See merge request gitlab-org/gitlab!36685
-
Sean McGivern authored
Resolve "Instrument last Git write operation per user" See merge request gitlab-org/gitlab!35580
-
Sean McGivern authored
Use valid bucket name in Terraform state examples See merge request gitlab-org/gitlab!36513
-
Sean McGivern authored
The check against `uniq` was meant to ensure we had multiple entries for the same time, because the profiled code has several items that take close to zero seconds. However, as we're now checking against all running threads, this doesn't really make sense: not all running threads will have that property. And even if they did, this wasn't a great spec anyway, because it's an unlikely failure condition.
-