- 09 Nov, 2021 18 commits
-
-
Ezekiel Kigbo authored
Add IaC scanning to Security Configuration page See merge request gitlab-org/gitlab!73155
-
Tiger Watson authored
feat: Set PersonalAccessToken default prefix See merge request gitlab-org/gitlab!73314
-
Krasimir Angelov authored
Fix fake connection leaking for Ci::ApplicationRecord See merge request gitlab-org/gitlab!74032
-
Evan Read authored
Add another error message to SAML troubleshooting section See merge request gitlab-org/gitlab!73157
-
Asmaa Hassan authored
-
Ash McKenzie authored
Add UX reviewer/maintainer to Danger bot See merge request gitlab-org/gitlab!51127
-
Thong Kuah authored
Fix merge requests not importing for older projects See merge request gitlab-org/gitlab!74031
-
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
-
Ash McKenzie authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
Changelog: changed
-
Austin Regnery authored
-
Thong Kuah authored
After the example has run, the Ci::ApplicationRecord#connection_specification_name remained stuck as "Ci::ApplicationRecord" instead of reverting back to "ActiveRecord::Base". We call model.remove_connection to fix this. Also, there is no need to setup a (fake) ci connection, if we already have one
-
Ash McKenzie authored
Update gitlab-dangerfiles to 2.5.0 See merge request gitlab-org/gitlab!73971
-
- 08 Nov, 2021 22 commits
-
-
Marcel Amirault authored
Updated release:name to standards See merge request gitlab-org/gitlab!74029
-
Marcel Amirault authored
Update pipelines api docs See merge request gitlab-org/gitlab!73795
-
Cleveland Bledsoe Jr authored
-
Andrew Fontaine authored
Fix issue rebalance banner See merge request gitlab-org/gitlab!73608
-
Andrew Fontaine authored
Change the copy and empty state illustrations in the Kubernetes section See merge request gitlab-org/gitlab!73586
-
Andrew Fontaine authored
Show blocked icon on epic blocked issues See merge request gitlab-org/gitlab!72229
-
Marcel Amirault authored
Add parsed YAML is too big section See merge request gitlab-org/gitlab!73768
-
Cleveland Bledsoe Jr authored
-
Marcel Amirault authored
Clarify loss of DAG behavior with `needs:pipeline` See merge request gitlab-org/gitlab!73622
-
Fabio Pitino authored
-
Marcel Amirault authored
Added comment to clarify that none of the items are used in the docs See merge request gitlab-org/gitlab!74020
-
Suzanne Selhorn authored
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/343854
-
Krasimir Angelov authored
Restore the BackgroundMigration.remaining method See merge request gitlab-org/gitlab!74015
-
Simon Knox authored
Refactor fetching board scope to GraphQL [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!73604
-
Florie Guibert authored
Changelog: changed EE: true
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Russell Dickenson authored
Doc custom image in Auto Deploy See merge request gitlab-org/gitlab!73605
-
Shinya Maeda authored
-
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
-