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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2019-05-03I18N JS files starting with mBrandon Labuschagne
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
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-04-19Renders json endpoint + updates CSS to render the same between pipelines ↵Filipa Lacerda
table and pipeline graph
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-01Converted mini_pipeline_graph_dropdown.js to axiosPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-04-26Resolve "Jobs dropdown in mini graph should close when we receive an error"Filipa Lacerda
2017-03-09Target all build links inside a dropdown. Use jQuery to handle event delegation.Filipa Lacerda
2017-03-09Uses vanilla JS to listen to click eventFilipa Lacerda
Removes `:visible` from selector Adds CHANGELOG entry Removes iife
2017-03-09Prevent dropdown from closing when user clicks in a build.Filipa Lacerda
2017-03-05Remove .es6 from file extensions (!9241)winniehell