- 22 Dec, 2020 24 commits
-
-
Marius Bobin authored
Use batching of slow iterations on expire_at column
-
Achilleas Pipinellis authored
Add clarification to colons in scripts See merge request gitlab-org/gitlab!50360
-
Marcel Amirault authored
-
Ramya Authappan authored
Update integration testing docs with request specs preferred See merge request gitlab-org/gitlab!50065
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Ash McKenzie authored
Instrument viewing merge request diffs file by file See merge request gitlab-org/gitlab!48470
-
Kerri Miller authored
Handle git errors when cleaning up MR refs See merge request gitlab-org/gitlab!50250
-
Patrick Bajao authored
Access `resolved_on_default_branch` via attribute reader See merge request gitlab-org/gitlab!50381
-
Patrick Bajao authored
Gitlab::Git::Repository::GitError and Gitlab::Git::CommandError errors can get raised when trying to cleanup MR refs. This will result to the worker being retried and move to dead queue when failed after the retry limit. We don't need to retry in this case as the job will be scheduled again when picked up by `ScheduleMergeRequestCleanupRefsWorker` that runs every minute via sidekiq cron.
-
Patrick Bajao authored
In order to understand how are users are using the view file by file feature, we need to track: - How many users viewed MRs file by file - How many MRs are being viewed file by file - How many MRs are being viewed This is tracked on each request to `diffs_batch.json` since that's when we show the file by file controls.
-
Joshua Lambert authored
Strengthen NFS warnings See merge request gitlab-org/gitlab!49842
-
Joshua Lambert authored
Strengthen NFS warnings across reference architectures, and clearly indicate that it will still work, just will not be supported.
-
Ash McKenzie authored
Update GitLab Runner Helm Chart to 0.24.0/13.7.0 See merge request gitlab-org/gitlab!50377
-
Kushal Pandya authored
Resolve "Roadmap timeline header text color bug in dark mode" See merge request gitlab-org/gitlab!50357
-
Ash McKenzie authored
Bump rspec and friends gem dependencies See merge request gitlab-org/gitlab!50349
-
Mark Lapierre authored
Add E2E to test copying snippet file contents See merge request gitlab-org/gitlab!49542
-
-
Dylan Griffith authored
Namespace settings don't always exist for a group See merge request gitlab-org/gitlab!50353
-
Ezekiel Kigbo authored
Enhance AutoFix Indicator on Vulnerability Report Page See merge request gitlab-org/gitlab!49479
-
Jannik Lehmann authored
This commit enhances the Vulnerability Report Autofix Indicator, it adds Merge Requests and CI-Status to this Indicator.
-
Mark Lapierre authored
Allow disabling of new sign ups for tunnel admin user See merge request gitlab-org/gitlab!50035
-
Ramya Authappan authored
Un-quarantine add delete email audit log e2e spec See merge request gitlab-org/gitlab!50359
-
Ezekiel Kigbo authored
Improve badges UI text See merge request gitlab-org/gitlab!50351
-
charlie ablett authored
Add GraphQL mutation for adding oncall rotation See merge request gitlab-org/gitlab!49206
-
- 21 Dec, 2020 16 commits
-
-
Małgorzata Ksionek authored
-
Ash McKenzie authored
-
Stan Hu authored
Fix parsers design flaw See merge request gitlab-org/gitlab!50223
-
Douglas Barbosa Alexandre authored
Clone epic data when cloning issues See merge request gitlab-org/gitlab!50097
-
Amy Qualls authored
Revise Protect documentation See merge request gitlab-org/gitlab!49253
-
Sam White authored
Moving Container Security docs and adding steps that explain how to set up Container Security.
-
Mehmet Emin INAC authored
We don't need to pass the `report_data` and `report` objects around the method as they are now attributes of the parser instance.
-
Mehmet Emin INAC authored
Previously we were instantiating the parser objects without passing any initialization arguments. Because of this, we were passing the report and the JSON text to the parse method and all the other utility methods which was causing inflation on method signatures. By just passing the report and the JSON text as the initialization args to the instances, we can avoid passing them in between utility methods.
-
Evan Read authored
-
Mayra Cabrera authored
Remove ignore rule for feature_filter_type column See merge request gitlab-org/gitlab!49121
-
Mayra Cabrera authored
Autocorrect Ruby 2.7 keyword warnings in migrations See merge request gitlab-org/gitlab!50313
-
Thong Kuah authored
Autocorrect, then tidied up formatting
-
Kerri Miller authored
Add connection type to ci config fields See merge request gitlab-org/gitlab!50160
-
Nathan Friend authored
Add search box to settings project page See merge request gitlab-org/gitlab!50207
-
lauraMon authored
* Updates schema and docs * Adds a changelog
-
Amy Qualls authored
Improve AWS EKS troubleshooting documentation See merge request gitlab-org/gitlab!50336
-