- 16 Sep, 2021 1 commit
-
-
Sean McGivern authored
When run as the first spec in a run, this would fail. It would then pass on retry. That was because on the first Redis call, we SELECT the correct database for the test environment. To work around this, we perform a Redis command - also doing the SELECT if needed - and then reset the request store data so that the expected counts can remain exact.
-
- 15 Sep, 2021 39 commits
-
-
Sean McGivern authored
Rebalance without transaction See merge request gitlab-org/gitlab!68746
-
Etienne Baqué authored
Add status filter to project.dastSiteValidations See merge request gitlab-org/gitlab!70126
-
Achilleas Pipinellis authored
Docs: Clarify deprecation clusters certificates See merge request gitlab-org/gitlab!69775
-
Sean McGivern authored
Custom emoji delete gql api See merge request gitlab-org/gitlab!65387
-
Marcia Ramos authored
-
Phil Hughes authored
Enable `performance_roadmap` feature flag by default See merge request gitlab-org/gitlab!70364
-
Achilleas Pipinellis authored
Docs: CTRT and clarity review of Cluster Mgm project docs See merge request gitlab-org/gitlab!69695
-
Marcel Amirault authored
Format VSA version history correctly See merge request gitlab-org/gitlab!70377
-
Marcia Ramos authored
Simplify example manifest See merge request gitlab-org/gitlab!70135
-
Mikhail Mazurskiy authored
-
Marcia Ramos authored
- Simplify and clarify the instructions - CTRT review
-
Phil Hughes authored
Enable Roadmap daterange presets by default See merge request gitlab-org/gitlab!70370
-
Phil Hughes authored
Fix Web IDE terminal button on relative URL root See merge request gitlab-org/gitlab!70355
-
Paul Slaughter authored
-
Rémy Coutable authored
Allow deprecations doc pipeline check to fail See merge request gitlab-org/gitlab!70368
-
Adam Hegyi authored
Extend `marginalia` to provide `db_config_name` See merge request gitlab-org/gitlab!67328
-
Thong Kuah authored
Clarified some backend code comments See merge request gitlab-org/gitlab!70227
-
Changzheng Liu authored
-
Andreas Brandl authored
create_table with text limits See merge request gitlab-org/gitlab!69304
-
Alexandru Croitor authored
I've added a /lib/gitlab/issues/ module so now any usages of Issues::Smth wihthin /lib/gitlab/issues/* will look for Smth within /lib/gitlab/issues folder, so we need to change those usages to resolve to the external definitions outside of /lib/gitlab/
-
Nicolò Maria Mezzopera authored
Refactor group issues page from Haml to Vue See merge request gitlab-org/gitlab!68978
-
Marcia Ramos authored
Update docs for lock-retries method See merge request gitlab-org/gitlab!69873
-
Andreas Brandl authored
-
Marcia Ramos authored
Remove notes about support for built-in cluster apps See merge request gitlab-org/gitlab!70035
-
Alexander Tanayno authored
-
Marcin Sedlak-Jakubowski authored
Small edits for nav and style See merge request gitlab-org/gitlab!70333
-
Markus Koller authored
Remove unused ActiveRecord Scope with_secure_reports_from_options See merge request gitlab-org/gitlab!70209
-
Nicolò Maria Mezzopera authored
Clarified some frontend code comments See merge request gitlab-org/gitlab!70225
-
Nicolò Maria Mezzopera authored
Update upcoming reconciliation banner copy See merge request gitlab-org/gitlab!69256
-
Marcin Sedlak-Jakubowski authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Changes the rubocop to complain about usage for new migrations.
-
Andreas Brandl authored
This extends Rails' method create_table and adds a `#text_limit` method for convenience. Additionally, we remove the with_lock_retries wrapping here to avoid creating subtransactions. For now, this has to be dealt with explicitly at the migration level. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/337792
-
Marcia Ramos authored
Updated Kubernetes Agent command to break copy/paste See merge request gitlab-org/gitlab!68404
-
Duncan Harris authored
-
Kamil Trzciński authored
The `db_config_name` describes a type of connection being used by a given query. Changelog: added
-
Bob Van Landuyt authored
Fixes the deactivation of DAST schedule above limit See merge request gitlab-org/gitlab!70371
-