- 09 Nov, 2021 1 commit
-
-
Stan Hu authored
This restores the merge request commit user fields in import_export.yml for the import case. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73307 dropped these YAML fields because supposedly the import would fail if the database columns didn't exist, but I haven't found that to be the case. I tested with an import with: 1. Project generated in v13.12 that had these columns. 2. Project generated with the latest nightly build. The import works in either case because we call `MergeRequestDiffCommit.new` with the sanitized attributes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73307. Based on the discussion in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72219, these attributes are needed for **import** but excluded for **export**. I think Yorick might have assumed that since the code in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73307 manually removed these fields, we wouldn't need them anymore. However, without these attributes, imports were failing to import with an older GitLab version (e.g. v13.12) because the attributes were sanitized before the importer got a chance to use them. Changelog: fixed
-
- 08 Nov, 2021 39 commits
-
-
Russell Dickenson authored
Doc Consistency: user/compliance - composition analysis See merge request gitlab-org/gitlab!72922
-
Russell Dickenson authored
Doc Consistency: user/compliance - compliance See merge request gitlab-org/gitlab!72921
-
Stan Hu authored
Update declarative_policy to v1.1.0 See merge request gitlab-org/gitlab!73831
-
Mayra Cabrera authored
Add project rules based on scan result policies See merge request gitlab-org/gitlab!70633
-
Zamir Martins authored
-
Mayra Cabrera authored
Audit Event Streaming See merge request gitlab-org/gitlab!73149
-
Farnoosh Seifoddini authored
Remove unnecessary sections from Lean template See merge request gitlab-org/gitlab!73623
-
Adam Cohen authored
-
Scott Hampton authored
Add blank Project Quality tab to project CI/CD analytics See merge request gitlab-org/gitlab!72724
-
Miranda Fluharty authored
Blank placeholder tab for now Only show it if the licensed feature is available and the feature flag is enabled
-
Kerri Miller authored
Remove the logic hardcoding iteration dates in title See merge request gitlab-org/gitlab!72846
-
Frédéric Caplette authored
Filter runner type via tabs See merge request gitlab-org/gitlab!73680
-
Mayra Cabrera authored
Make sure CI job `db:check-schema` can catch corrupted `structure.sql` See merge request gitlab-org/gitlab!73298
-
Jose Ivan Vargas authored
Allow "control" and "candidate" function names See merge request gitlab-org/gitlab!73718
-
Dylan Griffith authored
Make `/features` API accept percentage as float to enable 0.01% See merge request gitlab-org/gitlab!73965
-
Kamil Trzciński authored
-
Kerri Miller authored
merge_request_diff.rb: Populate CommitCollection from target project/branch See merge request gitlab-org/gitlab!67016
-
Doug Stull authored
Remove variable_inside_variable feature flag See merge request gitlab-org/gitlab!73662
-
Andy Soiron authored
Fix 2FA setup for LDAP users See merge request gitlab-org/gitlab!73538
-
Andy Soiron authored
LDAP and other oauth users couldn't set up two factor authentication when they had a password prior to linking oauth and didn't remember the password. This commit removes the requirement to enter the current password if authentication with password is disabled for the application. Changelog: fixed
-
Mayra Cabrera authored
Add cluster_id filtering for vulnerabilites graphql query See merge request gitlab-org/gitlab!71807
-
Sashi Kumar Kumaresan authored
-
Miguel Rincon authored
This change allows users to filter their runners by type using tabs directly. Changelog: changed
-
Patrick Talbert authored
Currently the commitsWithoutMergeCommits node list of the graphql mergeRequest field is not populated if the _source_ project is not accessible by the user. This is wrong and a break from the behaviour of the existing REST API. Fix this in the MergeRequestDiff object's load_commits() function by populating the CommitCollection from the _target_ project and branch instead. Otherwise the collection is determined to be inaccessible to the user. Fixes: https://gitlab.com/gitlab-org/gitlab/-/issues/335687 Changelog: fixed Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
-
Nick Gaskill authored
Updated Build Cloud to Runner Cloud See merge request gitlab-org/gitlab!73997
-
Phil Hughes authored
Add missing Discussion Scroll Intersection Observer provider See merge request gitlab-org/gitlab!74009
-
Suzanne Selhorn authored
Update stages keyword to use new style See merge request gitlab-org/gitlab!73903
-
Suzanne Selhorn authored
Update default keyword and adjust yaml reference See merge request gitlab-org/gitlab!73911
-
Marcel Amirault authored
-
Marcia Ramos authored
Doc Consistency: user/infrastructure - configure See merge request gitlab-org/gitlab!73783
-
Niklas authored
-
Thomas Randolph authored
-
Marcin Sedlak-Jakubowski authored
Docs: Add note regarding topic visibility to admin area page See merge request gitlab-org/gitlab!73934
-
Nick Gaskill authored
Update steps to access project export button See merge request gitlab-org/gitlab!73873
-
Justin Farmiloe authored
-
Marcin Sedlak-Jakubowski authored
Edit navigation steps in SAML SSO docs See merge request gitlab-org/gitlab!73899
-
Alan Rich authored
-
Douglas Barbosa Alexandre authored
Prevent Git operations from checking replication lag on non-Geo-secondary sites See merge request gitlab-org/gitlab!73952
-
David O'Regan authored
Truncate long table values in on-demand scans page See merge request gitlab-org/gitlab!73641
-