Commit graph

17 commits

Author SHA1 Message Date
Filipa Lacerda
3c19c971df
Merge branch 'master' into 38869-datetime
* master: (112 commits)
  small change to make less conflict with EE version
  Add cop for use of remove_column
  Resolve merge conflicts with dev.gitlab.org/master after security release
  add index for doc/administration/operations/
  Remove RubySampler#sample_objects for performance as well
  Bugfix: User can't change the access level of an access requester
  Add spec for removing issues.assignee_id
  updated imports
  Keep track of storage check timings
  Remove a header level in the new 'Automatic CE->EE merge' doc
  Improve down step of removing issues.assignee_id column
  Fix specs after removing assignee_id field
  Remove issues.assignee_id column
  Resolve conflicts in app/models/user.rb
  Fix image view mode
  Do not raise when downstream pipeline is created
  Remove the need for destroy and add a comment in the spec
  Use build instead of create in importer spec
  Simplify normalizing of paths
  Remove allocation tracking code from InfluxDB sampler for performance
  ...
2017-12-11 19:42:58 +00:00
Phil Hughes
307e024c12
Fixed remove deploy key loading icon not being removed after canceling
Closes #37595
2017-12-07 12:57:36 +00:00
Filipa Lacerda
139ce1c445
Export date utility functions as ES6 modules 2017-12-07 11:09:17 +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
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