- 24 Mar, 2022 14 commits
-
-
Sean Arnold authored
Require pipeline_id in Ci::PipelineCreatedEvent See merge request gitlab-org/gitlab!82482
-
Fabio Pitino authored
Have a consistent way of testing publishing and consumption of events.
-
Kushal Pandya authored
Merge branch '354585-migrate-to-shared-alert-haml-partial-in-app-views-groups-settings-_transfer-html-haml' into 'master' Migrate group transfer alert to be Pajamas compliant See merge request gitlab-org/gitlab!83466
-
Suzanne Selhorn authored
Change the docs review apps IP See merge request gitlab-org/gitlab!83559
-
Stan Hu authored
Add ArkoseLabs verify request service See merge request gitlab-org/gitlab!83099
-
Marcos Rocha authored
This MR adds a service to check if the user was verified by ArkoseLabs Changelog: added MR:
-
Mark Chao authored
Add DB reindexing Grafana config as application settings See merge request gitlab-org/gitlab!82348
-
Douglas Barbosa Alexandre authored
Merge branch '347069-update-graphql-mutation-to-assign-security-policy-project-to-group' into 'master' Update mutation to create project and assign security policy to a group See merge request gitlab-org/gitlab!83191
-
Alan (Maciej) Paruszewski authored
Changelog: changed EE: true
-
Paul Slaughter authored
Fix wrong due dates on group/project issues list refactor See merge request gitlab-org/gitlab!83119
-
Coung Ngo authored
Some due dates were converted to JS Date objects from a string like `new Date('2022-02-28')`. However, if the OS has a time zone such as Pacific Standard Time, then the Date object has a value of 'Sun Feb 27 2022 16:00:00 GMT-0800. The day 27 is then shown on the UI instead of the correct day 28. Behind feature flag `vue_issues_list` defaulted to off.
-
Krasimir Angelov authored
Introduce application settings for Grafana key, api url, and additional tag (used when creating database reindexing annotations). Use these settings if present, fallback to ENV variables if not. See https://gitlab.com/gitlab-org/gitlab/-/issues/332696. Changelog: added
-
Douglas Barbosa Alexandre authored
Cleanup draft column data See merge request gitlab-org/gitlab!70735
-
Kerri Miller authored
In a prior, now reverted migration, we attempted to populate the draft column based on the "draft" or "WIP" nature of the title, mirroring what is used in `MergeRequest#draft?`. However, an error in the SQL regexp caused us to grab an additional number of MRs and label them as "draft". Changelog:other
-
- 23 Mar, 2022 26 commits
-
-
Mike Greiling authored
Revert "Revert "Proxy webpack dev server in test environment"" See merge request gitlab-org/gitlab!83337
-
Mayra Cabrera authored
Remove omniauth_login_minimal_scopes feature flag See merge request gitlab-org/gitlab!83453
-
Mayra Cabrera authored
Deprecate deleting iterations via the GraphQL API See merge request gitlab-org/gitlab!83483
-
Douglas Barbosa Alexandre authored
Update gitlab-dangerfiles to 3.0.0 which import plugins/rules automatically See merge request gitlab-org/gitlab!82026
-
Achilleas Pipinellis authored
The server that hosted the docs review apps has changed and with it the IP.
-
Achilleas Pipinellis authored
Adding update and upgrade See merge request gitlab-org/gitlab!82772
-
Suzanne Selhorn authored
Trying to clarify because we often use these words interchangeably
-
Kerri Miller authored
Suggestions: use template from target project instead of source project See merge request gitlab-org/gitlab!82657
-
Suzanne Selhorn authored
Create tutorial for how Git works See merge request gitlab-org/gitlab!82193
-
Kati Paizee authored
-
Mayra Cabrera authored
Revert "Add test for Service Ping generated queries for Snowflake" See merge request gitlab-org/gitlab!83543
-
Frédéric Caplette authored
Fix the compliance violations report not showing the merged by avatar See merge request gitlab-org/gitlab!83524
-
Scott Hampton authored
Replaced GLTable with GLTableLite for the vulnerability detail modal See merge request gitlab-org/gitlab!83318
-
Piotr Stankowski authored
Suggestions defined in MR would show values from target project when previewing the commit message. However, once the commit was actually created, it used values from source project instead. This means that forks would ignore target project settings. The difference in preview and result would also confuse users. This MR changes it, so that suggestions always use target project when generating the message, both for template definition and project name and path variables. Changelog: fixed
-
Stan Hu authored
Adding upload checksum to Secure Files API See merge request gitlab-org/gitlab!83192
-
Nick Gaskill authored
Combine redundant sentences in package docs See merge request gitlab-org/gitlab!83545
-
Michael Gibson authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!83539
-
Stan Hu authored
Properly handle native imports See merge request gitlab-org/gitlab!83446
-
Stan Hu authored
Expose github stats in realtime_changes private API See merge request gitlab-org/gitlab!83497
-
Darby Frey authored
The Secure Files POST endpoint now supports an optional file_checksum param which validates the request against a sha256 checksum of the uploaded file. The validation does not run if no value is supplied. Changelog: changed
-
Piotr Skorupa authored
Revert "Merge branch '347545-add-test-for-service-ping-generated-queries-for-snowflake' into 'master'" This reverts merge request !82757
-
Suzanne Selhorn authored
Add text to better link from 15.0 UI announcement See merge request gitlab-org/gitlab!83508
-
Diana Logan authored
-
Fiona Neill authored
Fix anchor broken link to metrics YAML generator See merge request gitlab-org/gitlab!83449
-
Jose Ivan Vargas authored
Merge branch '356422-bug-compliance-violations-clicking-prev-always-returns-to-first-page' into 'master' Fix compliance report prev button always returning to first page See merge request gitlab-org/gitlab!83315
-