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
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2018-05-11Support `js-close` as a removal class in UserCalloutLukas Eipert
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2017-09-07Get the project path through the DOM instead of `gon`Filipa Lacerda
Open the settings section based on the location hash
2017-09-05Fixes the Cookie pathFilipa Lacerda
Prepares for i18n
2017-09-05Sets callout dissmiss cookie per project using a pathFilipa Lacerda
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-04-14Add expirations to CA and user calloutsLuke "Jared" Bennett
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-22fix test failuresMike Greiling
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-03remove extra whitespace on dashboard projects pageSimon Knox
2017-02-24Corrected indentation on the template stringJose Ivan Vargas
Also removed eslint disabled rules
2017-02-24Modified the user_callout behaviourJose Ivan Vargas
Now it appends a template instead of relying in a partial to show it.
2017-02-24Removed disabled rules from the user_callout_spec.jsJose Ivan Vargas
Also changed the cookie sets to true and false values to make it consistent with the rest of the javascript. Fixed some haml and a missing new line
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-24Created unit tests, fixtures and integration testsJose Ivan Vargas
Also changed the user_callout haml to a partial and added the corresponding SVG icon
2017-02-24Initial version of the user-calloutsJose Ivan Vargas