- 12 Nov, 2021 1 commit
-
-
Tetiana Chupryna authored
As SAST and SecretDetection features are moved to GitLab Free We need to migrate some parts of the codebase to FOSS. This MR move ConfigurationPresenter and related code. That enable us to create proper security configuration for GitLab Free users. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/342135
-
- 11 Nov, 2021 39 commits
-
-
Mark Florian authored
Pin dependency @graphql-eslint/eslint-plugin to 2.3.0 See merge request gitlab-org/gitlab!74101
-
Andrejs Cunskis authored
Quarantine NPM package spec See merge request gitlab-org/gitlab!73469
-
Alessio Caiazza authored
Upgrade GitLab Pages to 1.47.0 See merge request gitlab-org/gitlab!74280
-
Alper Akgun authored
Fix flaky specs due to rate limiter change See merge request gitlab-org/gitlab!74264
-
Lin Jen-Shin authored
Move srcs to module of ContentSecurityPolicy::Directives See merge request gitlab-org/gitlab!73943
-
Zhu Shung authored
-
Tetiana Chupryna authored
Track the continuous onboarding iteration 2 experiment See merge request gitlab-org/gitlab!72836
-
Frédéric Caplette authored
Decouple group's storage table from feature flag See merge request gitlab-org/gitlab!73237
-
Amy Qualls authored
Add version history to integrations response body See merge request gitlab-org/gitlab!74254
-
Jose Ivan Vargas authored
Remove Apollo error suppression feature flag See merge request gitlab-org/gitlab!74291
-
Jose Ivan Vargas authored
Convert markdown field tabs to pajamas See merge request gitlab-org/gitlab!73987
-
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
-
Mark Florian authored
-
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
-
Ammar Alakkad authored
Changelog: other EE: true
-
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.
-
Mark Florian authored
This removes the `suppress_apollo_errors_during_navigation` feature flag, as it's been [enabled in production without issue for a week][1]. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/342745 and https://gitlab.com/gitlab-org/gitlab/-/issues/335530. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/342745#note_720803582 Changelog: changed
-
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
-