- 12 Jan, 2021 21 commits
-
-
Thong Kuah authored
In Ruby, the explicit block argument is special, and for our case cannot be converted into a keyword argument. The argument we want instead is the last non-block argument.
-
David O'Regan authored
Fix component option order in oncall_schedules See merge request gitlab-org/gitlab!51367
-
Heinrich Lee Yu authored
Auto refresh SAML connection after 7 day timeout See merge request gitlab-org/gitlab!50914
-
Peter Hegman authored
Auto redirect to provider
-
Brandon Labuschagne authored
Fix component option order in billings See merge request gitlab-org/gitlab!51358
-
Ash McKenzie authored
Limit Group Migration extractors and loaders to 1 per pipeline See merge request gitlab-org/gitlab!50951
-
Mike Greiling authored
Resolve "pages:deploy job failed with artifacts for pages are too large" See merge request gitlab-org/gitlab!51302
-
Lukas 'Eipi' Eipert authored
We are not consuming the webpack-report via pages anymore, it can be found on: https://gitlab-org.gitlab.io/frontend/playground/webpack-memory-metrics/last-report.html We stopped consuming it as it's creation was unreliable as not _every_ pipeline runs the webpack compilation. Now it seems to be too large, so let's just remove it.
-
Mark Florian authored
This fixes `vue/order-in-components` violations in the `{,ee/}app/assets/javascripts/oncall_schedules` directories. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
-
charlie ablett authored
GraphQL: Add missing calls_gitaly to some fields See merge request gitlab-org/gitlab!47039
-
Luke Duncalfe authored
Our CallsGitaly::Instrumentation notifies us if a field is calling Gitaly without being marked as such: https://gitlab.com/gitlab-org/gitlab/-/blob/035e73598f8910b95b902b30dd3bcae7b3cd5d8d/lib/gitlab/graphql/calls_gitaly/instrumentation.rb#L34-35 We can see notifications in Sentry for these fields, so adding the missing `calls_gitaly: true` properties to the fields.
-
Albert Salim authored
Use `.rb` as the script name so it can be required See merge request gitlab-org/gitlab!51263
-
Lin Jen-Shin authored
-
Luke Duncalfe authored
Update Group-level Analytics redirect See merge request gitlab-org/gitlab!51165
-
Dan Jensen authored
Previously the top-level link in the left-nav menu for Group-level Analytics redirected to the Contribution Analytics feature. Now Value Stream Analytics is considered the default feature, so this updates the redirect accordingly.
-
Luke Duncalfe authored
Add admin users avatar component See merge request gitlab-org/gitlab!50834
-
Jiaan Louw authored
This adds an AdminUserAvatar component to the admin/users vue application as part of the migration from HAML to Vue.
-
Mayra Cabrera authored
Remove duplicate services in background migration See merge request gitlab-org/gitlab!49463
-
Markus Koller authored
This removes duplicated records of the same service type on the same project, using the current (non-deterministic) default order to decide which record to keep.
-
Mark Chao authored
Sort maven metadata results by recent file See merge request gitlab-org/gitlab!50700
-
Stan Hu authored
Stop unlinking the fork when changing visibility See merge request gitlab-org/gitlab!49013
-
- 11 Jan, 2021 19 commits
-
-
Dylan Griffith authored
Merge branch '214749-stale-cache-causes-projects-moved-to-indexed-group-not-to-be-indexed-in-elasticsearch' into 'master' Invalidate ES cache when projects or groups are transferred See merge request gitlab-org/gitlab!50712
-
Terri Chu authored
Invalidate Elasticsearch cache for a project or group when moving between groups that have different Elasticsearch indexing settings.
-
Amy Qualls authored
Removed old image See merge request gitlab-org/gitlab!51413
-
Mike Jang authored
Removed old image See merge request gitlab-org/gitlab!51412
-
Dylan Griffith authored
Remove cached/memoized ES client/helper See merge request gitlab-org/gitlab!51310
-
Mike Jang authored
Replace "log in" with "sign in" in TFA doc page See merge request gitlab-org/gitlab!51408
-
Kerri Miller authored
Ensure Rake DB create doesn't fail when LDAP is enabled See merge request gitlab-org/gitlab!51132
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/353
-
Suzanne Selhorn authored
Docs: Update CI documentation for shared runner settings See merge request gitlab-org/gitlab!50752
-
Mireya Andres authored
-
Evan Read authored
Removed extra whitespaces See merge request gitlab-org/gitlab!51398
-
Evan Read authored
Compressed images with pngquant See merge request gitlab-org/gitlab!51392
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/353
-
Nick Gaskill authored
Update doc/development/feature_flags/controls.md See merge request gitlab-org/gitlab!51087
-
Shinya Maeda authored
-
Luke Duncalfe authored
Fix Graphql/Descriptions FOSS resolver offenses [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51164
-
Drew Blessing authored
In EE, when LDAP is enabled GitLab will try to determine whether multiple LDAP servers are supported on initialization. When Rake is trying to create a database for the first time, this attempt to look at a licensed feature caused a failure. Now this license lookup will fail silently.
-
Evan Read authored
Merge branch 'documentation_add_reset_instance_or_group_level_integration_instructions' into 'master' Add reset mass integrations instructions See merge request gitlab-org/gitlab!51094
-
Andy Soiron authored
-