Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-02-06Add setting for first day of the weekFabian Schneider
2018-10-25Update pikaday method import pathKushal Pandya
Updates path for pikaday parsing methods to import from `datetime_utility.js`
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2017-10-18Fix PikadayFilipa Lacerda
2017-10-12Remove members and memberExpirationDate from window objectFilipa Lacerda
2017-08-09Fix pikaday being undefinedPhil Hughes
Closes #36207
2017-04-21Adding animation for all dropdownNur Rony
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-03Updated some tests descriptions to represent the correct settings pathJose Ivan Vargas
Updated the js from the member_expiration_date to es6
2017-01-03Added groups to members section, added a members finderJose Ivan Vargas
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-13Updates the member row when values changedPhil Hughes
2016-08-19Don’t add events in loopDouwe Maan
2016-08-19Use `gl` namespace and explicitly check that string is emptyDouwe Maan
2016-08-18Add MemberExpirationDate JS helperSean McGivern
This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.
2016-08-18Add MemberExpirationDate JS helperSean McGivern
This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.