Commit Graph

15 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
Vitaly Kramskikh e978675a99 Enable loose mode for ES6 class transformation
Loose mode is required to make inheritance work in IE 9-10:
http://babeljs.io/docs/usage/caveats/

Change-Id: I23e954fd02fbaa2327e33ad0f8091306da2f6667
Closes-Bug: #1602738
2016-07-15 19:07:29 +03:00
Julia Aranovich 630a0957d8 Remove "vendor" directory from project configs
There is no "vendor" directory since
https://review.openstack.org/323465 merge.

Change-Id: I90337d67e3f98814843c5da13b7e8651c6d12bc8
2016-06-23 12:11:39 +03:00
Vitaly Kramskikh b4c099e811 Get rid of $.ajax and $.Deferred for Keystone client
This change makes Keystone client to use native window.fetch()
method and Promise instead of jQuery's $.ajax and $.Deferred,
making it independent from jQuery.

Change-Id: I4e73c7232755724e9c3b51f5825aed08169ac948
Implements: blueprint native-promises
2016-06-20 20:09:26 +03:00
Vitaly Kramskikh b06ce77f7f Update JS dependencies
* Babel to latest 6.x
* React to latest 15.x
* LoDash to latest 3.x version
* selenium-standalone to 5.1.0
* gulp to 3.9.1
* js-cookie to 2.1.0
* karma-webdriver-launcher to 1.0.4
* added whatwg-fetch polyfill
* switched to backbone.routerfilter from NPM

Change-Id: I9517f89c24a053ecf137f27ed297aaa578efb012
2016-04-14 14:01:31 +03:00
Bogdan Dudko c3fca642af Colors refactoring
This commit updates color scheme for better theming support

Change-Id: I76c0a8cd25c9c7961548ccf5d7d35dc745870ab4
2016-03-01 13:42:50 +00: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 0f013ad3aa Use sinon for mocking server response in UI func tests for logs
Closes-Bug: #1519752

Change-Id: I62859dca7fa5c138b012d4c5fd4e184c941fb992
2016-01-02 17:25:04 +03:00
Kate Pimenova 8941168b1f React 0.14 ReactDOM & addons warnings fix
Implements: blueprint react-0-14

Change-Id: Ic03fd78277fc15e7837292711ad05c6c9b21726d
2015-12-31 15:34:59 +03:00
Vitaly Kramskikh 9c746861d6 Fix Babel polyfill location
It was moved out of app.js dependencies and made a separate
entry point - this will guarantee it will be loaded before any
other module which might use ES6-specific objects and methods.

Change-Id: I4899d53112720131cf8634d8a7f489878d096639
2015-11-25 20:21:33 +07:00
Vitaly Kramskikh 234371f92b Use i18next-client instead of i18next
Change-Id: I1a6c02407948d99c3b91fc11f9826e45e367e205
2015-11-23 21:11:42 +07:00
Vitaly Kramskikh 3af6c64f2f Fix sourcemaps
Currently sourcemaps show transformed code

Change-Id: I2bae560a054b789e70a1b97e769d22ed13293fdc
2015-11-16 16:14:49 +07:00
Vitaly Kramskikh a32537e1fa Rename .jsx files to .js
Since we use Babel to transform JSX and Webpack for bundling,
ti doesn't make sense anymore to keep a separate .jsx extension
for files.

Change-Id: If70b512d7a27684d2b9b84b24f19658294cc1505
2015-11-08 19:09:41 +07:00
Vitaly Kramskikh ac33818194 Replace require.js loader/r.js builder with webpack
Webpack is much more powerful than r.js and opens path
to further improvements in testing, build speed,
developer convenience, ES2015, etc.

Implements blueprint webpack

Change-Id: I18a3b74db243f29e5dacb004569d66463f4ab16d
2015-11-02 16:59:42 +07:00