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
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-05-12Fix specsAnnabel Dunstone Gray
2017-03-24Refactored the user callout classPhil Hughes
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
2017-03-24Fix usercallout to only show on the current logged in user profileJose Ivan Vargas Lopez
2017-02-24Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas
2017-02-24Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas
webpack Also improved accesibility and change the id from user_callouts to a class
2017-02-24Added CHANGELOG and corrected linter errorsJose Ivan Vargas
2017-02-24Created unit tests, fixtures and integration testsJose Ivan Vargas
Also changed the user_callout haml to a partial and added the corresponding SVG icon