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
Jedidiah
a6eb980632
Change all instances of btn-sm to btn-small to keep things consistent
2017-09-19 07:05:31 +00:00
Rémy Coutable
ee0e3ffc05
Merge branch '3191-deploy-keys-update' into 'master'
...
Implement ability to update deploy keys
Closes #3191
See merge request !10383
2017-06-07 14:37:50 +00:00
Mike Greiling
4b1d956e13
Resolve "Simplified Repository Settings page"
2017-06-07 08:11:44 +00:00
Alexander Randa
3d70eeb5bb
Implement ability to update deploy keys
2017-06-02 19:44:36 +03:00
Filipa Lacerda
d1da5624d7
Tech debt: Creates vue component for loading icon
2017-05-10 15:52:09 +00:00
Phil Hughes
136baeda50
Fixed Karma spec
2017-05-04 17:31:59 +01:00
Phil Hughes
9904c12746
Updated webpack config
2017-05-04 15:57:08 +01:00
Phil Hughes
4134d70062
Component specs
2017-05-02 12:03:58 +01:00
Phil Hughes
96ea22208f
Started specs [ci skip]
2017-05-02 08:29:39 +01:00
Phil Hughes
357ab10da3
Fixed some spinach & rspec tests
2017-04-28 20:59:20 +01:00
Phil Hughes
0b7824d433
Updated some Vue specific JS
2017-04-28 17:22:57 +01:00
Phil Hughes
fde9732a27
Fixed public keys always rendering even when empty
2017-04-28 17:11:46 +01:00
Phil Hughes
e11a702afc
Re-wrote to match our docs - still not 100% sure but closer than it was
2017-04-28 17:06:19 +01:00