- 20 Jan, 2022 40 commits
-
-
Igor Drozdov authored
Reject MIME parts with unsupported encoding See merge request gitlab-org/gitlab!77688
-
Furkan Ayhan authored
Loosen rule to detect cyclical pipelines See merge request gitlab-org/gitlab!78171
-
Amy Qualls authored
Docs: Add section about preventing tag creation matching branches See merge request gitlab-org/gitlab!78520
-
Patrick Bajao authored
To avoid having tags with the same name as branches, this doc update shows how we can use protected tags to prevent it.
-
Marius Bobin authored
Swap FK merge_trains.pipeline_id to ci_pipelines for LFK See merge request gitlab-org/gitlab!78568
-
Marcel Amirault authored
fix: remove duplicate sentence in ci_job_token.md See merge request gitlab-org/gitlab!78674
-
Phil Hughes authored
Add state to trial form See merge request gitlab-org/gitlab!78484
-
Doug Stull authored
- for canada and US Changelog: added EE: true
-
Rémy Coutable authored
Fix specs which are incompatible with fast_spec_helper See merge request gitlab-org/gitlab!78543
-
Kamil Trzciński authored
Swaps FK for merge_trains.pipeline_id to ci_pipelines Changelog: changed
-
Jacques Erasmus authored
Replace usage of find/findAll in ee/spec/frontend/vulnerabilities See merge request gitlab-org/gitlab!78642
-
Vitaly Slobodin authored
Move addon related data to GraphQL See merge request gitlab-org/gitlab!78426
-
Fabio Pitino authored
Optimize decryption of CI variables See merge request gitlab-org/gitlab!78440
-
Martin Wortschack authored
Merge branch '344365-make-badges-in-app-views-layouts-header-_whats_new_dropdown_item-html-haml-pajamas-compliant' into 'master' Make badge in _whats_new_dropdown_item partial Pajamas-compliant See merge request gitlab-org/gitlab!78524
-
Martin Wortschack authored
Changelog: changed
-
Ezekiel Kigbo authored
Extract container registry page common components See merge request gitlab-org/gitlab!77833
-
Alexander Barkhatov authored
-
Grzegorz Bizon authored
Remove ci_preload_runner_tags feature flag See merge request gitlab-org/gitlab!78663
-
Vitaly Slobodin authored
Exclude revoked tokens from agent tokens list See merge request gitlab-org/gitlab!78420
-
Fabio Pitino authored
Swap FK merge_requests.head_pipeline_id to ci_pipelines for LFK See merge request gitlab-org/gitlab!78566
-
Diana Logan authored
Split Sidekiq development docs into separate files See merge request gitlab-org/gitlab!78186
-
Marius Bobin authored
Fix ruby regexp syntax logger class name See merge request gitlab-org/gitlab!78662
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/340366 **Problem** Golang `mime` package skips processing unsupported encodings (see https://sourcegraph.com/github.com/golang/go@0fd0639e4c429e147d33bfc42654fcd651f4449f/-/blob/src/mime/mediatype.go?L247). Because of that workhorse does not incercept the upload and skip sanitization for filename. **Solution** Manually detect the charset of the `filename*` and reject the upload when charset is unsupported. Changelog: fixed
-
Fiona Neill authored
Add troubleshooting page to Snowplow guide See merge request gitlab-org/gitlab!78666
-
Alina Mihaila authored
-
Rémy Coutable authored
Move debug variable as a workaround to an artifact upload bug See merge request gitlab-org/gitlab!78569
-
Miguel Rincon authored
Replace deprecated usage of find/findAll in ee/spec/frontend/audit_events See merge request gitlab-org/gitlab!78635
-
Natalia Tepluhina authored
Show badge indicating the latest deployment See merge request gitlab-org/gitlab!78211
-
Peter Leitzen authored
This commit switches from `require 'fast_spec_helper'` back to `require 'spec_helper'` for specs which require application dependencies (e.g. database baked feature flags, Rails). It also adds some missing `require`s to "fast" specs so they don't fail when run individually.
-
Ezekiel Kigbo authored
-
Vitaly Slobodin authored
Feat: enable JH to override country list in trial See merge request gitlab-org/gitlab!78463
-
Jeremy Wu authored
Extract country and region form group to allow JH to override Replace the country and region selected part with the extracted component
-
Marius Bobin authored
Swap FK ci_triggers.owner_id to users for LFK See merge request gitlab-org/gitlab!78563
-
Savas Vedova authored
Revert "Fix qa-frontend-node:latest CI build" See merge request gitlab-org/gitlab!78610
-
Shinya Maeda authored
Remove Feature Flag custom preloader for deployments See merge request gitlab-org/gitlab!78197
-
Kamil Trzciński authored
Removes FK for ci_triggers to users Changelog: changed
-
Maxime Orefice authored
Changelog: performance
-
orozot authored
-
orozot authored
-
orozot authored
Issue: https://gitlab.com/gitlab-jh/gitlab/-/issues/524 Changelog: changed
-