- 11 Nov, 2021 40 commits
-
-
Jose Ivan Vargas authored
Convert search tabs to Pajamas See merge request gitlab-org/gitlab!73983
-
Andrejs Cunskis authored
E2E: Create project with push rules for import spec See merge request gitlab-org/gitlab!74289
-
Douglas Barbosa Alexandre authored
Add ApplicationWorker.with_status for checking job status See merge request gitlab-org/gitlab!73556
-
Savas Vedova authored
Rename vulnerability report empty state components See merge request gitlab-org/gitlab!73745
-
Daniel Tian authored
-
Tetiana Chupryna authored
Fix packager reported by Gemnasium for Gradle and Pipenv projects See merge request gitlab-org/gitlab!74057
-
Fabien Catteau authored
-
Max Woolf authored
Clarify code comment for StripAttribute See merge request gitlab-org/gitlab!74246
-
Enrique Alcántara authored
Add with_highest_role_minimal_access to statistics See merge request gitlab-org/gitlab!73651
-
Ammar Alakkad authored
Changelog: other
-
Olena Horal-Koretska authored
Enable dependency proxy manifest lists See merge request gitlab-org/gitlab!73821
-
Nicolò Maria Mezzopera authored
-
Jacques Erasmus authored
Mark strings in GitLab's Slack app edit page for translation See merge request gitlab-org/gitlab!74265
-
David O'Regan authored
Add user README to users profile See merge request gitlab-org/gitlab!73726
-
Olena Horal-Koretska authored
Release Infrastructure as Code (IaC) Scanning See merge request gitlab-org/gitlab!73268
-
Jan Provaznik authored
Update GlTab helpers See merge request gitlab-org/gitlab!74181
-
Etienne Baqué authored
Add support for includes:rules:exists in CI configs See merge request gitlab-org/gitlab!71745
-
Markus Koller authored
Fix bug due to fuzzy matching of terraform module names See merge request gitlab-org/gitlab!73588
-
Phil Hughes authored
When a user has a project named the same as their username and then this project has a README file inside of the repository we will display the content of this README on the overview tab of the users profile. Changelog: added Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232157
-
Paul Gascou-Vaillancourt authored
-
Sean McGivern authored
Add `ApplicationWorker.with_status`, which sets the `status_expiration` field on a Sidekiq job. In a future change, this will be required to check the job's status with Gitlab::SidekiqStatus. If the worker class defines its own `status_expiration`, then we use that; otherwise we fall back to `Gitlab::SidekiqStatus::DEFAULT_EXPIRATION`. This commit also changes several cases where we assign to a `job_id` or `jid` variable to the result of a Sidekiq worker's `perform_async` method. There are some cases where we don't need that, of course: if we don't actually use the job's ID to check its status then `with_status` is unnecessary. For instance, many classes in Gitlab::Geo::LogCursor::Events log a job ID but don't persist it elsewhere to check the status; the pipeline schedules API uses the job ID to check if a worker was scheduled or not.
-
Kushal Pandya authored
Displays change that made a diff line outdated See merge request gitlab-org/gitlab!72597
-
Russell Dickenson authored
Fix missing word See merge request gitlab-org/gitlab!74288
-
David Fernandez authored
Remove left-over project argument See merge request gitlab-org/gitlab!74193
-
Kushal Pandya authored
- Update `gl_tab_link_to` to allow adding custom tab class. - Update `gl_tab_counter_badge` to allow adding data attributes. Changelog: other
-
Kati Paizee authored
-
Andrejs Cunskis authored
-
Jan Provaznik authored
Add concern to add preloading to group resolvers See merge request gitlab-org/gitlab!70034
-
Luke Duncalfe authored
-
Marcia Ramos authored
Add missing word to "Configuring PostgreSQL for scaling" doc See merge request gitlab-org/gitlab!73865
-
Peter Hegman authored
Use custom modal instead of browser confirm See merge request gitlab-org/gitlab!73167
-
Lukas 'Eipi' Eipert authored
This overwrites `Rails.confirm` from `@rails/ujs` in order to show a modal instead of a Browser `window.confirm`.
-
Kushal Pandya authored
Show validation error for setting project suffix See merge request gitlab-org/gitlab!73458
-
Max Woolf authored
Adds support for includes:rules:exists in CI config to conditionally include files based on the existance of another file. Changelog: added
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!74276
-
Kushal Pandya authored
Add Wiki format tracking See merge request gitlab-org/gitlab!74079
-
David O'Regan authored
-
Rajat Jain authored
Only lowercase alphabets, numbers, and underscores are allowed in the project suffix. This change will show input in error state and a supporting text to let users know which chars are allowed. Changelog: changed
-
Kushal Pandya authored
Prevent overflowing of runner tags See merge request gitlab-org/gitlab!74071
-
GitLab Release Tools Bot authored
-