- 08 Mar, 2022 40 commits
-
-
Shinya Maeda authored
Merge branch '352450-group-level-protected-environments-do-not-support-invited-groups' into 'master' Add Invited Groups Support to Protected Environments See merge request gitlab-org/gitlab!81029
-
Allen Cook authored
Changelog: added EE: true
-
Miguel Rincon authored
Fix copy as GFM in the refactored blob viewer See merge request gitlab-org/gitlab!81396
-
Jacques Erasmus authored
Fixed the copy as GFM in the refactored viewer
-
Thong Kuah authored
Update handbook links to correct anchor See merge request gitlab-org/gitlab!81537
-
Marcel Amirault authored
The metadata links to the TW team's assignments is out of date, and this MR updates them.
-
Kati Paizee authored
Remove EC version specification See merge request gitlab-org/gitlab!82336
-
Max Woolf authored
Creates audit event on approval rule creation See merge request gitlab-org/gitlab!81973
-
Miguel Rincon authored
Auto-increment markdown lists See merge request gitlab-org/gitlab!81079
-
Brett Walker authored
When adding a new list item to the end of a list, we will increment the number, rather than repeating it.
-
Thong Kuah authored
Exclude sensitive attributes in serializable_hash by default See merge request gitlab-org/gitlab!81773
-
Paul Slaughter authored
Migrate gfm loading spinner to be design system compliant See merge request gitlab-org/gitlab!82111
-
Pavel Shutsin authored
Adapt find page method to accept new skip_content RPC param See merge request gitlab-org/gitlab!81513
-
harsimarsandhu authored
Record an audit event when user creates a new MR approval rule. This event should be visible under Project > Audit Events and Admin Area > Audit Log Changelog: changed EE: true
-
Martin Wortschack authored
Merge branch '353723-make-spinners-in-app-assets-javascripts-single_file_diff-js-pajamas-compliant' into 'master' Update spinner in single_file_diff to be pajamas compliant See merge request gitlab-org/gitlab!81955
-
Dylan Griffith authored
Exclude negative values from VSA aggregation See merge request gitlab-org/gitlab!81409
-
Tiffany Rea authored
E2E: Validate ci pipelines import See merge request gitlab-org/gitlab!82260
-
Andrejs Cunskis authored
-
Simon Knox authored
Use GraphQL data to set boardConfig See merge request gitlab-org/gitlab!74049
-
Florie Guibert authored
-
Thong Kuah authored
Fix batched bg migration for missing ci model See merge request gitlab-org/gitlab!82127
-
Kushal Pandya authored
[Feature flag] Cleanup invite_members_group_modal See merge request gitlab-org/gitlab!81940
-
Doug Stull authored
- remove feature flag - remove create action on rails member controllers Changelog: other EE: true
-
Kushal Pandya authored
Add the pipeline wizard step component See merge request gitlab-org/gitlab!81412
-
Janis Altherr authored
Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
-
Krasimir Angelov authored
Remove non-null and uniqueness constraints for title from sprints See merge request gitlab-org/gitlab!82169
-
Luke Duncalfe authored
Remove debug statement from BatchCommitLoader spec See merge request gitlab-org/gitlab!82232
-
Kev authored
-
Luke Duncalfe authored
Remove rate_limit_user_sign_up_endpoint feature flag See merge request gitlab-org/gitlab!82092
-
Luke Duncalfe authored
Expose committers on mergeRequest GraphQL type See merge request gitlab-org/gitlab!79965
-
Luke Duncalfe authored
Add backend interface to look up for security training urls See merge request gitlab-org/gitlab!81861
-
Alex Pooley authored
Add taskable filter to work item type resolver See merge request gitlab-org/gitlab!82137
-
Magdalena Frankiewicz authored
Enforce rate limit of 20 calls per minute per IP address on /users/sign_up endpoint Changelog: added
-
Robert Hunt authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79965
-
Thong Kuah authored
-
Thong Kuah authored
This prevents knowledge of which fields are configured leaking into SensitiveSerializableHash.
-
Thong Kuah authored
This allows us to exclude fields manually from serializable_hash / to_json / as_json
-
Thong Kuah authored
Fields declared as encrypted via below is excluded by serializable_hash: - add_authentication_token_field - attr_encrypted Skip SensitiveSerializableHash within JsonCache We skip SensitiveSerializableHash in JsonCache as the current behavior expects to serialize the entirety of the object, specifically Geo. Also fix other broken specs from using SensitiveSerializableHash
-
Subashis authored
- Add GraphQL type in vulnerability for url - Add resolver - Add finders to look up for urls using extrnal api Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81861 EE: true
-
Eulyeon Ko authored
As part of the plan to make title an optional attribute for Iteration, the non-null constraint is removed along with the uniqueness constraints from the database while the application-level checks are preserved. We are including a down migration to set any null titles to their primary keys (ids) because we want to start accepting null titles behind a feature flag in the same release. Changelog: changed
-