Commit Graph

7 Commits

Author SHA1 Message Date
Brandon Labuschagne 6a9b6c22ef Internationalisation of blob directory
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30 17:21:39 +00:00
gfyoung 23cdae8eee Enable "prefer-destructuring" in JS files
Partially addresses #47006.
2018-06-25 11:53:57 -07:00
Mike Greiling 2d8966f7f5
migrate balsamiq_viewer to dynamic import 2018-03-01 11:28:33 -06: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
Luke "Jared" Bennett b504b09b68 Added balsamiq jasmine integration test 2017-05-15 07:48:54 +00:00
Luke "Jared" Bennett 440ff838f7
Tidy balsamiq viewer and remove unused Vue 2017-04-10 16:15:10 +01:00
Jacob Schatz ef07200cd0
Get initial sql values back from file which is database 2017-04-10 14:56:43 +01:00