Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 0cc8ef23ef Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I4826eed959974ba95b6f25d9ca8c6dd98f4c8a1c
2019-12-18 09:51:03 +01:00
Alexandra Morozova fbdc1ccf1f Forcing eslint max-len rule
Implements: blueprint converge-to-eslint-config-openstack

Change-Id: I35e6abb96c4912608222cd85617764172858d191
2016-01-25 20:06:45 +03:00
Vitaly Kramskikh faa6d71c09 Enable linting for node.js files and split .eslintrc
This commit enables linting for node.js files (gulpfile and
helpers, webpack and karma configs) and also splits .eslintrc
into 2 files. This is needed because our node.js files don't
support ES6 syntax, so nailgun/.eslintrc now contains common
linting rules and nailgun/static/.eslintrc contains JSX
and ES6-specific rules.

Implements: blueprint converge-to-eslint-config-openstack

Change-Id: I1956f2022475b39724dfb49f98bdc8e6e5d898e9
2016-01-17 18:01:55 +03:00
Vitaly Kramskikh c45545695b Use 2 spaces instead of 4 for indentation of JS code
Implements: blueprint converge-to-eslint-config-openstack

Change-Id: I91c258706dea064d25e78efd39a9df2d4d4de3ed
2016-01-15 20:40:27 +03:00
Vitaly Kramskikh 2e82b1933f Remove bower
All JS dependencies management moved to NPM

Change-Id: I444b9d06477737cc1e8c19fea202cfb1d693b658
2015-09-22 11:34:27 +00:00
Vitaly Kramskikh 3910016172 Update lodash-node to 3.9.3
To match bower-managed lodash version

Change-Id: If1a5ed9752d0ccc014b76c499fd546f0081eaaaf
2015-06-17 17:09:15 +03:00
Vitaly Kramskikh 508b66ccbd Replace Grunt with Gulp
Also bump some libraries to the latest versions

Implements blueprint move-to-gulp
Related to blueprint ui-plugins

Change-Id: Iffcd5c2371a01969746ce4d18a88181246d674fd
2015-03-23 13:47:55 +03:00