- Feb 19, 2020
-
-
GitLab Bot authored
-
- Nov 26, 2019
-
-
GitLab Bot authored
-
- Jul 16, 2019
-
- Jul 05, 2019
-
- May 21, 2019
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
- Jun 25, 2018
-
-
gfyoung authored
Partially addresses #47006.
-
- Jun 19, 2018
-
-
- Jun 13, 2018
-
-
Winnie Hellmann authored
-
- Apr 20, 2018
-
-
Clement Ho authored
-
- Apr 19, 2018
-
-
Jacopo authored
-
- Feb 12, 2018
-
-
Winnie Hellmann authored
-
- Jan 29, 2018
-
-
Phil Hughes authored
-
- Jan 10, 2018
-
-
Phil Hughes authored
-
- Jan 04, 2018
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41563 `event.srcElement` is non-standard, https://developer.mozilla.org/en-US/docs/Web/API/Event/srcElement
-
- Nov 25, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Oct 10, 2017
-
-
Phil Hughes authored
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
-
- May 04, 2017
-
-
Alfredo Sumaran authored
-