- Feb 25, 2020
-
-
GitLab Bot authored
-
- Jan 09, 2020
-
-
GitLab Bot authored
-
- Dec 24, 2019
-
-
GitLab Bot authored
-
- Dec 19, 2019
-
-
GitLab Bot authored
-
- Dec 12, 2019
-
-
GitLab Bot authored
-
- Nov 27, 2019
-
-
GitLab Bot authored
-
- Nov 25, 2019
-
-
GitLab Bot authored
-
- Nov 08, 2019
-
-
GitLab Bot authored
-
- Nov 06, 2019
-
-
GitLab Bot authored
-
- Nov 04, 2019
-
-
GitLab Bot authored
-
- Oct 28, 2019
-
-
GitLab Bot authored
-
- Oct 07, 2019
-
-
GitLab Bot authored
-
- Sep 27, 2019
-
-
GitLab Bot authored
-
- Sep 25, 2019
-
-
GitLab Bot authored
-
- Sep 23, 2019
-
-
GitLab Bot authored
-
- Jul 24, 2019
-
-
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
-
- Jun 25, 2019
-
-
Heinrich Lee Yu authored
Changes migration and all other places the attribute is used
-
Adds an instance setting to limit display of time tracking values to hours only
-
- Jun 05, 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 03, 2019
-
-
Nathan Friend authored
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
-
- May 28, 2019
-
-
Paul Gascou-Vaillancourt authored
-
- May 23, 2019
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
- Apr 03, 2019
-
-
Sergiu Marton authored
-
- Jan 22, 2019
-
-
Lukas Eipert authored
-
- Jan 21, 2019
-
-
Lukas Eipert authored
Each localized function call of the timeago calls gettext 28! times. Even though gettext is rather fast, this escalates pretty quickly. We effectively memoize the locales, which results in a maximum of 28 function calls in total. For pages with normal data, less calls (< 10) are much more realistic.
-
Lukas Eipert authored
Apparently the `.js-timeago-render` class serves no real purpose. All functions that used it, directly pass a list of elements. Only one Vue component had an (unnecessary) reference to the class. No styles are applied.
-
Tim Zallmann authored
-
- Jan 08, 2019
-
-
Kushal Pandya authored
Adds `newDate` helper to copy date object without keeping reference. Adds negative length support in `getTimeframeWindowFrom` to go back in time.
-
- Nov 07, 2018
-
-
Constance Okoghenun authored
-
Constance Okoghenun authored
-
- Oct 25, 2018
-
-
Winnie Hellmann authored
-
Kushal Pandya authored
Formats the file to match Prettier rules Removes all blacklisted ESLint rules
-
Kushal Pandya authored
Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js` and deletes the file
-
Kushal Pandya authored
Adds methods from `app/assets/javascripts/lib/utils/datefix.js` and deletes the files
-
Kushal Pandya authored
-
- Oct 04, 2018
-
-
Winnie Hellmann authored
-
- Oct 02, 2018
-
-
- Jul 02, 2018
-
-
Tim Zallmann authored
-
- Jun 07, 2018
-
-
Kushal Pandya authored
-
- Jun 03, 2018
-
-
Takuya Noguchi authored
-