- 13 Apr, 2022 40 commits
-
-
Alex Kalderimis authored
Read the now encrypted properties from `encrypted_properties`, and ignore the integration.properties column, which will be removed in a later release. Changelog: changed
-
Mikołaj Wawrzyniak authored
Experiment rollout issue url for pql three CTA See merge request gitlab-org/gitlab!85089
-
Max Woolf authored
Make geo:status output more explicit See merge request gitlab-org/gitlab!83004
-
Tetiana Chupryna authored
Track blocking epics removed on usage ping See merge request gitlab-org/gitlab!84408
-
Sean McGivern authored
Use to_boolean helper for backup force env See merge request gitlab-org/gitlab!85000
-
Mikołaj Wawrzyniak authored
Implement API interface for Deployment Approval Rules See merge request gitlab-org/gitlab!84692
-
Amy Qualls authored
Add a documentation example for code owners rules with ** See merge request gitlab-org/gitlab!84902
-
Kyle Wiebers authored
-
Amy Qualls authored
Includes more specific language for issue creation during Go upgrade process See merge request gitlab-org/gitlab!84997
-
Greg Alfaro authored
Add hard wraps. Fix spelling and word choice issues. Correct a mis-capitalized term. Fix some instances of wrong indentation.
-
Adam Hegyi authored
Refactor connection_spec.rb See merge request gitlab-org/gitlab!84882
-
Sean McGivern authored
Implement first iteration of the agents REST API See merge request gitlab-org/gitlab!83270
-
Timo Furrer authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83270 Epic: https://gitlab.com/groups/gitlab-org/-/epics/7204 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/347045
-
Jacques Erasmus authored
Use Pajamas checkbox for ldap_access_setting.html.haml See merge request gitlab-org/gitlab!84852
-
Alper Akgun authored
-
Adam Hegyi authored
Backfill routes namespace_id for projects See merge request gitlab-org/gitlab!81121
-
Rémy Coutable authored
Fix adding danger instructions See merge request gitlab-org/gitlab!85078
-
Luke Duncalfe authored
Add new route for DAST Profile Library See merge request gitlab-org/gitlab!84451
-
Natalia Tepluhina authored
Use pajamas checkbox for user access level form See merge request gitlab-org/gitlab!84849
-
Alessio Caiazza authored
Handle application javascript content type to be safe See merge request gitlab-org/gitlab!83632
-
Alexandru Croitor authored
Changelog: added
-
Shinya Maeda authored
This commit implements the API interface for the Deployment Approval Rules. This change is still behind deployment_approval_rules FF.
-
Eulyeon Ko authored
Ordering by "IS NULL" is equivalent to using "NULLS LAST/FIRST" order and should be deprecated.
-
Daniel Tian authored
Changelog: changed MR: EE: true
-
Kati Paizee authored
Refactor DORA4 Documentation See merge request gitlab-org/gitlab!83739
-
Fiona Neill authored
-
Kushal Pandya authored
Add user preferences to customize Diffs colors See merge request gitlab-org/gitlab!78281
-
Peter Hegman authored
Enable vulnerability_report_pagination feature flag by default See merge request gitlab-org/gitlab!84553
-
Kushal Pandya authored
Add validation for invalid protected branches for scan result policies See merge request gitlab-org/gitlab!84107
-
Zamir Martins authored
scan result policies. Changelog: fixed EE: true
-
Fiona Neill authored
Add docs for Admin Area CI/CD limits See merge request gitlab-org/gitlab!85070
-
Vladimir Shushlin authored
-
Katrin Leinweber authored
This is an MVC for https://gitlab.com/gitlab-org/gitlab/-/issues/355969 to explicitly label failed, succeeded and total items counts. geo_node_status_check_spec.rb doesn't test for specific example data. Thus it remains unchanged. Reducing GEO_STATUS_COLUMN_WIDTH a bit, because we are adding up to almost 30 characters to each line in `print_counts`. Co-authored-by: Catalin Irimie <cirimie@gitlab.com> Changelog: changed EE: true
-
Ezekiel Kigbo authored
Resolve "Audit and update buttons on Projects::WikisController#show" See merge request gitlab-org/gitlab!84786
-
Pavel Shutsin authored
Add specs to ensure default password does not repeat See merge request gitlab-org/gitlab!84665
-
Sanad Liaquat authored
Covers SAML, LDAP and OAuth
-
Jacques Erasmus authored
FE - Dispatch Snowplow events from their event definitions See merge request gitlab-org/gitlab!84122
-
Axel García authored
Changelog: added
-
Achilleas Pipinellis authored
Merge branch 'hchouraria-docs-proposal-remove-all-single-node-zero-downtime-instructions' into 'master' Proposal: Remove all single-node zero downtime instructions See merge request gitlab-org/gitlab!85008
-
Harsh Chouraria authored
With only Puma carried in GitLab 14.0 onwards there is no possibility of minimizing any downtime in single-node upgrades. When the migration is run while leaving the previous version's puma running, the database changes are picked up in Rails dynamically and UI errors begin to be thrown to users. Given the disruption of features is essentially the same to users as a downtime when it affects critical features such as merge requests the section is false in indicating that downtime is minimized. Additionally this section is often discovered by users and blindly followed even for multiple version jumps that leads to broken upgrades. This change removes all sections related to zero downtime upgrade instructions of single nodes.
-