zuul/web/src/actions
Monty Taylor 36de1dd85b Update to create-react-app 3.4.1
While trying to figure out why the ansi patch wouldn't
build it emerged that we're now 2 major releases behind
on create-react-app.

Update create-react-app to the latest 3.4.1. This also updates
react to 16.13, and updates eslint globals processing so that
we don't have to declare globals in headers when we've
declared them already in the eslint file.

Finally, although this doesn't do it, create-react-app 3
has support for typescript, so if we want we can start migrating
files to .ts or .tsx extensions and start doing typing in
them.

Pin nanoid to v2 until such a time as create-react-app can be
updated to 3.4.2 which is needed ot handle .cjs extensions
being used by nanoid.

Change-Id: Ibc69bef605a62e4fdd2ebba33d9d1b822e7dfeba
2020-05-21 10:55:29 -05:00
..
build.js web ui: fix buildset display when no builds 2020-02-28 11:06:21 -08:00
build.test.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
change.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
configErrors.js web: break the reducers module into logical units 2018-12-02 01:05:02 +00:00
errors.js web ui: fix buildset display when no builds 2020-02-28 11:06:21 -08:00
info.js web: add error reducer and info toast notification 2018-12-02 05:56:38 +00:00
job.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
jobs.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
labels.js web: refactor labels page to use a reducer 2018-12-14 08:33:48 +00:00
logfile.js Attempt to report CORS and related errors 2019-07-30 15:43:28 -07:00
nodes.js web: refactor nodes page to use a reducer 2018-12-14 08:33:48 +00:00
openapi.js web: add OpenAPI documentation 2019-06-12 22:35:13 +02:00
project.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
projects.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
status.js Update to create-react-app 3.4.1 2020-05-21 10:55:29 -05:00
tenant.js web: refactor info and tenant reducers action 2018-12-02 05:43:25 +00:00
tenants.js web: refactor tenants page to use a reducer 2018-12-06 08:06:06 +00:00
timezone.js Add new timezone selector in web interface 2020-05-20 16:54:54 -05:00