- 07 Apr, 2022 23 commits
-
-
Vitali Tatarintev authored
-
Max Woolf authored
Change metric SQL queries calls to be deterministic See merge request gitlab-org/gitlab!84332
-
Matthias Käppler authored
Add customers-dot URL to CSP not only in dev See merge request gitlab-org/gitlab!84396
-
Simon Knox authored
Add heading to work item detail modal See merge request gitlab-org/gitlab!84501
-
Kati Paizee authored
GraphQL docs: Update InputUnion RFC to OneOf RFC See merge request gitlab-org/gitlab!84537
-
Martin Wortschack authored
Remove rails console note See merge request gitlab-org/gitlab!84541
-
Cynthia Ng authored
-
Andrejs Cunskis authored
Return false from predicate instead of raising See merge request gitlab-org/gitlab!84554
-
Marc Shaw authored
Remove ci validate job length feature flag See merge request gitlab-org/gitlab!83320
-
Sincheol (David) Kim authored
Fix URL blocker when object storage enabled but type is disabled See merge request gitlab-org/gitlab!84511
-
Mark Lapierre authored
-
Bob Van Landuyt authored
Refactor 2FA login flaky scenario See merge request gitlab-org/gitlab!84346
-
Luke Duncalfe authored
Refactor code for clarity See merge request gitlab-org/gitlab!84518
-
Alex Kalderimis authored
This refactors the implementation of `Integration.create_from_active_default_integrations` for readability. It now returns a count of records saved. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84518
-
Mark Chao authored
Add secure schemas version 14.1.1 See merge request gitlab-org/gitlab!83430
-
Cameron Swords authored
Changelog: added
-
Marcel Amirault authored
Update group_access_tokens.md See merge request gitlab-org/gitlab!84041
-
Asmaa Hassan authored
-
Heinrich Lee Yu authored
Do not throttle enqueueing of BulkImports::EntityWorker See merge request gitlab-org/gitlab!84208
-
Stan Hu authored
Remove the ip check from the captcha challenge check See merge request gitlab-org/gitlab!84540
-
Alex Pooley authored
Change feature category of certain endpoints from workspace to plan See merge request gitlab-org/gitlab!84192
-
Gosia Ksionek authored
-
mc_rocha authored
The IP check is not working as expected, this MR removes it Changelog: changed MR: EE: true
-
- 06 Apr, 2022 17 commits
-
-
Mayra Cabrera authored
Add option to query awaiting users for billable members See merge request gitlab-org/gitlab!84074
-
Nicolas Dular authored
This adds the possibility to also query awaiting members for groups via the billable_member API. This is required for free namespace where the free_user_cap applies and members are set to `awaiting`. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84074
-
Simon Knox authored
Polish UI of epic roadmap view See merge request gitlab-org/gitlab!84268
-
Justin Ho Tuan Duong authored
- Update button to use confirm variant instead of success. - Add missing bottom margin of loading icon. Changelog: changed EE: true
-
Ethan Urie authored
Specify that the committer email is checked See merge request gitlab-org/gitlab!83675
-
Alex Kalderimis authored
Add new about your company form into registration flow See merge request gitlab-org/gitlab!83345
-
Mayra Cabrera authored
Merge branch '263214-replace-bootstrap-dropdown-in-ee-app-views-admin-geo-shared-_filter_nav-html-haml' into 'master' Make Geo filter nav pajamas compliant See merge request gitlab-org/gitlab!82785
-
Alper Akgun authored
-
Jose Ivan Vargas authored
Update tab count on filtered search See merge request gitlab-org/gitlab!83554
-
Andy Soiron authored
Refactor: Introduce BaseThirdPartyWiki See merge request gitlab-org/gitlab!82616
-
MAO Chao authored
We extract BaseThirdPartyWiki from Shimo and Confluence, reduce duplicate code. Also add post migration to add `third_party_wiki` category for Shimo and Confluence. Changelog: other
-
Simon Tomlinson authored
Create status index for batched migrations See merge request gitlab-org/gitlab!84470
-
Luke Duncalfe authored
The GraphQL RFC has changed from InputUnions: - https://github.com/graphql/graphql-spec/issues/488 to OneOf Input Objects: - https://github.com/graphql/graphql-spec/pull/825
-
Stan Hu authored
This commit fixes two problems: 1. If the object type is disabled but object storage is enabled (as it is in Cloud Native GitLab), previously the URL blocker would attempt to drill into the endpoint. We now check that the type is also enabled. 2. Due to a Settingslogic bug (https://gitlab.com/gitlab-org/gitlab/-/issues/286873), the use of `default` anywhere causes `Hash#default` to be overriden for the `Settingslogic` class. If `connection` field `connection.endpoint` is omittted from object storage config, this previously would result in an error: ``` ArgumentError: wrong number of arguments (given 1, expected 0)> ``` We need to call `to_h` because we define `default` as a Gitaly storage name in GitLab Charts. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/357340 Changelog: fixed
-
Illya Klymov authored
Resolve user popover not displaying on compliance report See merge request gitlab-org/gitlab!84275
-
Jiaan Louw authored
- Updates the mapper to parse the GraphQL id used for js-user-link. - Updates the avatar and merged_by components to re-render when the user object changes by adding a key attribute. - Update specs.
-
Illya Klymov authored
Add reached limit warning for free namespaces See merge request gitlab-org/gitlab!84016
-