- 03 Dec, 2021 8 commits
-
-
Dylan Griffith authored
Whenever we create pipelines we need to call `ensure_project_iid!` on them before saving them otherwise we trigger a write to the `internal_ids` table in the transaction for saving the model which causes as cross-database modification. These cases are all false positives because we already call `ensure_project_iid!` everywhere we create a pipeline in real application code.
-
Dylan Griffith authored
At present all the spec violations we found are false positives caused by the fact that `ensure_project_iid!` is not called on the pipeline before saving. We can remove many of them by just doing this in the `after(:build)` for the `ci_pipeline` factory. There are still a couple in `atomic_internal_id_shared_examples` but these are specs that are explicitly trying to do things in transactions and rolling things back so they aren't really representative of real application code so it seemed easier to just wrap these in `allow_...` for now and extract an issue if we ever want to actually refactor these tests. It may be tricky to refactor them because they are used for other models where these transaction behaviours being tested do indeed matter.
-
Krasimir Angelov authored
Add original_filename to CiJobArtifact See merge request gitlab-org/gitlab!74822
-
Maxime Orefice authored
-
Ash McKenzie authored
If an MR changes only e2e tests, run only those e2e tests See merge request gitlab-org/gitlab!73833
-
Sanad Liaquat authored
-
Paul Slaughter authored
Code Improvements for Projects :: Infra :: Google Cloud See merge request gitlab-org/gitlab!75295
-
Sri authored
- Feature flag `incubation_5mp_google_cloud` bound to Project This allows for easier testing on gitlab.com where the feature flag may be enabled for select projects. - `service_accounts` is an active route for `google_cloud` menu item This expands the appropriate project sidemenu item when creating a service account - Introduce a top level `app.vue` component Achieves consistency with a majority of frontend code in the repo Where a single route with a single entry point serves multiple templates Instead of routing the frontend in `index.js` use a top level component to render the appropriate `screen` https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75295
-
- 02 Dec, 2021 32 commits
-
-
Stan Hu authored
Remove Members Area of Focus experiment See merge request gitlab-org/gitlab!75676
-
Doug Stull authored
-
Mikołaj Wawrzyniak authored
Remove iteration_board_lists feature flag See merge request gitlab-org/gitlab!75404
-
Simon Knox authored
-
Etienne Baqué authored
Add OneTrust to additional sign up pages See merge request gitlab-org/gitlab!75577
-
Tyler Williams authored
-
Jose Ivan Vargas authored
Create configuration security training providers UI See merge request gitlab-org/gitlab!75348
-
Patrick Bair authored
Drop FK from clusters_applications_runners See merge request gitlab-org/gitlab!75670
-
Adam Hegyi authored
-
Kerri Miller authored
Add patch for WikiCloth See merge request gitlab-org/gitlab!75576
-
James Fargher authored
Refactor git http controllers to rely on auth results differently See merge request gitlab-org/gitlab!75052
-
Andrew Fontaine authored
Global Search - Header Search Aria Support See merge request gitlab-org/gitlab!70222
-
Zack Cuddy authored
-
Adam Hegyi authored
Merge branch '239183_add_migrated_to_new_structure_column_to_vulnerability_occurrences' into 'master' Add `migrated_to_new_structure` column to `vulnerability_occurrences` table See merge request gitlab-org/gitlab!75673
-
Mehmet Emin INAC authored
-
Samantha Ming authored
Add security training ui to security configuration. This is within the vulnerability management tab.
-
Amy Qualls authored
Fix vale issues for api/geo_nodes See merge request gitlab-org/gitlab!75773
-
Avinash Upadhyaya authored
-
Furkan Ayhan authored
Ensure current user and variables are updated when playing a job See merge request gitlab-org/gitlab!75657
-
Jose Ivan Vargas authored
Fix user permissions for job See merge request gitlab-org/gitlab!75751
-
Patrick Bair authored
Merge branch '342715-db-timeout-when-loading-environment-in-projects-blobcontroller-show-2' into 'master' Remove environments_by_deployments_finder_exists_optimization feature flag See merge request gitlab-org/gitlab!75518
-
Luke Duncalfe authored
Add basic monitoring section to GraphQL dev docs See merge request gitlab-org/gitlab!74752
-
Suzanne Selhorn authored
Add guidance for using second person in documentation style guide See merge request gitlab-org/gitlab!75580
-
Evan Read authored
-
Payton Burdette authored
-
Peter Hegman authored
Fix typo on constant name See merge request gitlab-org/gitlab!75730
-
Angelo Gulina authored
-
Jose Ivan Vargas authored
Disable start date when iteration cadence is in "manual" mode See merge request gitlab-org/gitlab!75167
-
Simon Knox authored
-
Marcin Sedlak-Jakubowski authored
Fix Vale issues for navigating_gitlab_via_rails_console.md See merge request gitlab-org/gitlab!75783
-
Avinash Upadhyaya authored
-
Chad Woolley authored
See https://gitlab.com/gitlab-org/gitlab/-/issues/334056#note_745336618 Changelog: fixed MR: ...
-