- 09 Jul, 2021 1 commit
-
-
Lukas Eipert authored
We currently expose `window.timeago` and `window.gl.utils.localTimeAgo`. As far as I can tell, they are not used like that anymore and any part of the code base that still uses it like that should move to direct imports. This was actually the _last_ instance of a JavaScript file setting up a `window.gl` side-effect. Unfortunately this breaks a lot of tests. Therefore we add the `window.gl` sideeffect to our jest set up. And in order to be 100% sure that we do not break production, we add the sideeffect to main.js as well.
-
- 08 Jul, 2021 39 commits
-
-
Marcia Ramos authored
Describe what the database testing job does See merge request gitlab-org/gitlab!64328
-
Alishan Ladhani authored
-
Marcia Ramos authored
Add inventory object and template docs See merge request gitlab-org/gitlab!64155
-
Mikhail Mazurskiy authored
-
Heinrich Lee Yu authored
Improve regex used in "require_migration!" test helper See merge request gitlab-org/gitlab!65701
-
Olena Horal-Koretska authored
Update license compliance icons See merge request gitlab-org/gitlab!64584
-
Matthias Käppler authored
Allow Bulk Import to use relative GitLab URL See merge request gitlab-org/gitlab!65444
-
Mikołaj Wawrzyniak authored
Ensure identity queries use lower query to match index See merge request gitlab-org/gitlab!64945
-
Drew Blessing authored
-
Kati Paizee authored
Rename Usage Ping to Service Ping and Usage Data to Service Data in docs See merge request gitlab-org/gitlab!65632
-
Max Woolf authored
Add pause and resume to background migrations admin page See merge request gitlab-org/gitlab!65512
-
Kati Paizee authored
-
Brandon Labuschagne authored
Escalation rule updates do not trigger request parameters recalculation See merge request gitlab-org/gitlab!65063
-
Olena Horal-Koretska authored
-
George Koltsov authored
- Instead of reconstructing a URL user provided for bulk import, use it as is in order to allow GitLab instances that live on relative URLs to work Changelog: fixed
-
Bob Van Landuyt authored
Pass `caller_id` to `AuthorizedProjectUpdate::UserRefreshFromReplicaWorker` See merge request gitlab-org/gitlab!65313
-
Imre Farkas authored
Use ProjectRecalculateWorker to refresh authorizations for Project-Group link create endpoints See merge request gitlab-org/gitlab!65707
-
Miguel Rincon authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65398
-
Simon Knox authored
Update Subscription Sync enums and specs See merge request gitlab-org/gitlab!65431
-
Simon Knox authored
Deprecate project_avatar component See merge request gitlab-org/gitlab!65227
-
Bob Van Landuyt authored
Implement caching on discussions.json for merge requests See merge request gitlab-org/gitlab!64688
-
Manoj M J authored
Pass proper `caller_id` to `UserRefreshFromReplicaWorker` which can be further used in `UserRefreshWithLowUrgencyWorker `
-
Natalia Tepluhina authored
Improve repository storage-related UI and documentation See merge request gitlab-org/gitlab!65424
-
Vitaly Slobodin authored
Hide Renew button if more than 15 days for term end date See merge request gitlab-org/gitlab!65070
-
Shreyas Agarwal authored
Changelog: fixed EE: true MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65070
-
Vitaly Slobodin authored
Blob refactor: Create text viewer See merge request gitlab-org/gitlab!65451
-
Bob Van Landuyt authored
Fix DB-related loading of gems and classes See merge request gitlab-org/gitlab!65317
-
Heinrich Lee Yu authored
Allows admins to pause and resume batched background migrations Changelog: added
-
Miguel Rincon authored
Accept GitHub source highlight URL argument format See merge request gitlab-org/gitlab!65453
-
Ezekiel Kigbo authored
Enable user setting for absolute dates See merge request gitlab-org/gitlab!65570
-
Lukas 'Eipi' Eipert authored
-
Jacques Erasmus authored
FE: Allow users to edit labels of a Jira issue on details page See merge request gitlab-org/gitlab!65298
-
Tom Quirk authored
Sometimes, we'll want to have a custom (e.g. none) alt tag for project avatars. This commit extends project_avatar.vue so that developers can override the default alt if they wish.
-
Kati Paizee authored
Update docs to reflect rename to ServicePing See merge request gitlab-org/gitlab!65712
-
Jacques Erasmus authored
Fixes z-index bug when hovering in virtual scroller See merge request gitlab-org/gitlab!65524
-
Fabio Pitino authored
Fix default link for Monitor sidebar menu See merge request gitlab-org/gitlab!65639
-
alinamihaila authored
-
Achilleas Pipinellis authored
Add Cloud Native Hybrid instructions on 25k users RA page See merge request gitlab-org/gitlab!65154
-
Nailia Iskhakova authored
-