Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot d06c308380 Add latest changes from gitlab-org/gitlab@master 2020-08-20 09:09:55 +00:00
Brandon Labuschagne d3e86b4422 I18N JS files starting with m
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
2019-05-03 15:00:44 +02:00
Mike Greiling c559bcca03
Prettify additional modules (I through Z) 2018-10-16 13:01:19 -05:00
Filipa Lacerda 2c835eec69
Renders json endpoint + updates CSS to render the same between pipelines table and pipeline graph 2018-04-19 12:00:27 +01:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Phil Hughes b5b304466f
Converted mini_pipeline_graph_dropdown.js to axios 2018-02-01 10:34:12 +00:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
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-10-10 10:14:22 +01:00
Filipa Lacerda 1ac15de9f0 Resolve "Jobs dropdown in mini graph should close when we receive an error" 2017-04-26 16:37:54 +00:00
Filipa Lacerda a7a1a60421 Target all build links inside a dropdown. Use jQuery to handle event delegation. 2017-03-09 18:53:09 +00:00
Filipa Lacerda 5a3b2f83b0 Uses vanilla JS to listen to click event
Removes `:visible` from selector
Adds CHANGELOG entry
Removes iife
2017-03-09 18:26:15 +00:00
Filipa Lacerda 429eb466ea Prevent dropdown from closing when user clicks in a build. 2017-03-09 13:10:35 +00:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00