- 03 Sep, 2020 8 commits
-
-
Mario de la Ossa authored
Adds a Lookahead preload for labels in IssueType
-
Michael Kozono authored
Geo - Refactor finders (Part II) See merge request gitlab-org/gitlab!40542
-
Ash McKenzie authored
Remove reset_ci_minutes_for_all_namespaces FF Closes #234067 See merge request gitlab-org/gitlab!40396
-
Ray Paik authored
Update doc/gitlab-basics/create-your-ssh-keys.md See merge request gitlab-org/gitlab!41196
-
Michael Kozono authored
-
Ash McKenzie authored
Move variables & logic from view into helpers See merge request gitlab-org/gitlab!41035
-
Dallas Reedy authored
This cleans up the view and adheres to the principle of “Fat Helpers, Skinny Views” (I’m not sure that’s a real thing, but I like it).
-
Ash McKenzie authored
Hide public groups from NotificationSettings view See merge request gitlab-org/gitlab!40879
-
- 02 Sep, 2020 32 commits
-
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!41227
-
will-chow authored
-
Mark Lapierre authored
Add QA selector to new modal Closes #244053 See merge request gitlab-org/gitlab!41029
-
GitLab Release Tools Bot authored
-
Mike Jang authored
Docs: change HTTP to HTTPS See merge request gitlab-org/gitlab!41192
-
Russell Dickenson authored
Docs: Updated runner capitalization See merge request gitlab-org/gitlab!40901
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/233529
-
Russell Dickenson authored
Fix broken usage-ping process link See merge request gitlab-org/gitlab!40820
-
Alper Akgun authored
-
Russell Dickenson authored
Update taxonomy doc links See merge request gitlab-org/gitlab!40824
-
GitLab Release Tools Bot authored
-
Mike Jang authored
Remove incorrect statement to make changes via API See merge request gitlab-org/gitlab!41185
-
Robert Speicher authored
Strip gRPC debug_error_string from Gitaly exceptions See merge request gitlab-org/gitlab!41083
-
Mayra Cabrera authored
New internal endpoint for kas to increment gitops_sync_count metric See merge request gitlab-org/gitlab!40568
-
Ray Paik authored
Docs: add periods to end of description for consistency within page See merge request gitlab-org/gitlab!41181
-
Mario de la Ossa authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40326 we added pagination for NotificationSettings view but accidentally removed `all_available: false` from the service call, which makes all public groups show up in the view and makes it much harder for a user to find the group they're interested in.
-
will-chow authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
These changes are an attempt to reconcile these methods that have different names but sahre the same intent under the hood.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Douglas Barbosa Alexandre authored
Refactor code to make the finder class closer to a Geo replicator.
-
Stan Hu authored
This reverts https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40938 because it wasn't actually working when gRPC exceptions were wrapped in `Gitlab::Git::CommandError` via `wrapped_gitaly_errors`. A much simpler approach is to strip `debug_error_string` when a `Gitlab::Git::BaseError` is created. With this change, we have effectively the same exception strings as we did before the upgrade of gRPC. Note that it appears Sentry retains a backtrace of the original gRPC exception that contains the `debug_error_string`, so if we really want to look at it the information is still there. This should solve https://gitlab.com/gitlab-org/gitlab/-/issues/238465.
-
Jonston Chan authored
-
Nicolò Maria Mezzopera authored
Merge branch '223197-make-a-cleanup-after-design-management-feature-flag-is-removed-2' into 'master' Make a cleanup after Design Management feature flag is removed Closes #223197 See merge request gitlab-org/gitlab!40940
-
Natalia Tepluhina authored
-
Vitaly Slobodin authored
Remove deprecated methods option from geo tests See merge request gitlab-org/gitlab!41021
-