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
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2018-11-20Prettify all the thingsMike Greiling
2018-10-17Resolve eslint violationsMike Greiling
2018-10-17Remove superfluous IIFEsMike Greiling
2018-10-17Prettify all spec filesMike Greiling
2018-06-21Fall back to the first sign-in tab if the local storage value is badStan Hu
If `current_signin_tab` is `#crowd`, then no tab will be active. Fix this by using the first available tab. Relates to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20049#note_82996324
2018-04-11Refactor CSS to eliminate vertical misalignment of login navTakuya Noguchi
2018-01-18Fix Shows signin tab after new user email confirmationJacopo
When a new user confirm his email the signin tab is correctly shown.
2018-01-10Fix specsClement Ho
2017-07-06refactor SigninTabsMemoizer class to ES module syntaxMike Greiling
2017-05-17update frontend specs to use ES module syntaxMike Greiling
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-03-05Remove .es6 from file extensions (!9241)winniehell