- 17 Nov, 2021 40 commits
-
-
Marcin Sedlak-Jakubowski authored
Add spelling exception, tidy page See merge request gitlab-org/gitlab!74641
-
Amy Qualls authored
-
Alper Akgun authored
Create Issue template process for empty state regions See merge request gitlab-org/gitlab!72707
-
Jarek Ostrowski authored
-
Sean McGivern authored
Merge branch '345470-spec-failure-in-spec-controllers-projects-pipelines_controller_spec-rb-projects' into 'master' Quarantine a flaky test See merge request gitlab-org/gitlab!74690
-
Sean McGivern authored
Merge branch '345510-fix-saml-sso-redirects-for-pseudonymized-urls-for-snowplow-tracking' into 'master' Fix SAML SSO redirects for pseudonymized URLS See merge request gitlab-org/gitlab!74476
-
Nikolay Belokolodov authored
The Group SSO Controller is skipping the :group method before it executes. The URL-pseudonymization code that gets included on every page is checking if group is defined. By calling group for tracking the pseudonymized URL, it caused an endless redirect. Changelog: fixed
-
Marcin Sedlak-Jakubowski authored
Update some deprecation removal dates See merge request gitlab-org/gitlab!74665
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!74687
-
Max Woolf authored
Add keyset pagination for tags API See merge request gitlab-org/gitlab!74239
-
Lin Jen-Shin authored
Fix wrong require in spec/support/flaky_tests.rb See merge request gitlab-org/gitlab!74597
-
Kati Paizee authored
Add Jira Cloud settings for DVCS See merge request gitlab-org/gitlab!74680
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Release Tools Bot authored
-
Savas Vedova authored
Remove license compliance feature flag reference See merge request gitlab-org/gitlab!74143
-
Kev authored
-
Marius Bobin authored
Fixes cross-db modification for Ci::JobArtifacts::DestroyBatchService See merge request gitlab-org/gitlab!74583
-
Thong Kuah authored
Split out main, and geo DB out of CI transaction We should not run main, and geo DB operations in the context of a CI transaction. We split it out into a pre-, and post- set of DB operations. At this point it should be OK for the security_finding to be deleted, regardless of whether the Ci::JobArtifact are successfully delete or not. If the Ci::JobArtifact deletion fails, another worker will try again. Changelog: changed
-
Illya Klymov authored
Merge branch '337662-allow-filtering-of-issues-within-boards-by-negate-issue-type-in-graphql' into 'master' Allow filtering of issues within boards by negate issue type See merge request gitlab-org/gitlab!74354
-
David Fernandez authored
Experiment: Pipeline Editor Walkthrough tracking See merge request gitlab-org/gitlab!74063
-
Jose Ivan Vargas authored
Move API fuzzing YAML generation to the client See merge request gitlab-org/gitlab!74514
-
Ramya Authappan authored
Skip Dependency Proxy Group SSO spec on staging See merge request gitlab-org/gitlab!74674
-
Kati Paizee authored
Remove duplicate line in example configuration of ldap See merge request gitlab-org/gitlab!74677
-
Matthias Käppler authored
Add verify feature categories to controller actions See merge request gitlab-org/gitlab!74587
-
Emily Chang authored
-
Dylan Griffith authored
Raise an error in dev/test for this StandardError See merge request gitlab-org/gitlab!74660
-
Marcel Amirault authored
Add openSUSE 15.3 to the list of supported OS See merge request gitlab-org/gitlab!74154
-
Hoai-Thu Vuong authored
-
Sanad Liaquat authored
Requarantine failing QA spec See merge request gitlab-org/gitlab!74670
-
Ramya Authappan authored
E2E: Update rake and gitlab-qa versions See merge request gitlab-org/gitlab!74604
-
Mark Chao authored
Remove query_project_ci_feature_usages_for_coverage flag See merge request gitlab-org/gitlab!74230
-
Sanad Liaquat (Personal) authored
-
Vitaly Slobodin authored
Prefill iteration date with sensible value See merge request gitlab-org/gitlab!72165
-
Simon Knox authored
-
Simon Knox authored
Added descendants to assignee query in board scope See merge request gitlab-org/gitlab!74139
-
Krasimir Angelov authored
Add post deploy migration to remove open_project_data See merge request gitlab-org/gitlab!71116
-
eugielimpin authored
-
Evan Read authored
Add documentation for Deleted Projects page See merge request gitlab-org/gitlab!74652
-
Dan Jensen authored
-
Thong Kuah authored
It is a timesink to silently debug if there's no exception. For example, it took a while to work out how CrossJoinAcrossUnsupportedTablesError (should) be occuring Now that we get CrossJoinAcrossUnsupportedTablesError, allowlist the callsite, so that all specs covering this will not fail
-