Commit Graph

192 Commits

Author SHA1 Message Date
Ken Hibino
a1ee096efa Rollback new logo in appbar 2021-05-08 22:11:07 -07:00
Ken Hibino
e942c1b0b3 Fix getRedisOptionsFromFlags helper 2021-05-08 21:41:26 -07:00
dependabot[bot]
0eb9d88c53 Bump @testing-library/jest-dom from 5.11.9 to 5.12.0 in /ui
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.9 to 5.12.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 16:37:13 -07:00
dependabot[bot]
12f8418d52 Bump @types/node from 14.14.37 to 14.14.41 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.37 to 14.14.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 16:32:02 -07:00
dependabot[bot]
0e04c79106 Bump @types/jest from 26.0.21 to 26.0.22 in /ui
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 16:31:41 -07:00
dependabot[bot]
92e83ebcae Bump @testing-library/react from 11.2.5 to 11.2.6 in /ui
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.5 to 11.2.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.5...v11.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 16:31:27 -07:00
Chris Gaffney
5cd001daee Add redis-url and redis-insecure-tls command line options
A URL can contain all of the information in the individual flags as a
single string rather than as separate pieces. I've mostly run into URLs
pointing to Redis and this make those existing URLs easier to work with.

This also introduces the -redis-insecure-tls flag which turns off TLS
certificate hostname verification. We've chosen Heroku Redis for a
recent project which requires TLS but, for reasons I don't know, they
don't provide a certificate that is valid for the hostname. I also
wasn't able to get the existing -redis-tls flag to work.
2021-04-26 16:30:27 -07:00
Ken Hibino
034026507b Update favicon 2021-04-19 07:12:47 -07:00
Ken Hibino
72bcbadf72 Update Appbar with a new logo 2021-04-19 06:56:00 -07:00
Vic Shóstak
948d0c761a
Update README with a new logo 2021-04-14 10:36:21 -07:00
Ken Hibino
8395647155 Move dailyStats chart type state to redux store 2021-04-10 06:47:33 -07:00
Ken Hibino
33ac2d7316 Save task-rows-per-page as user settings 2021-04-10 06:47:33 -07:00
dependabot[bot]
f00f19d838 Bump query-string from 6.14.1 to 7.0.0 in /ui
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.1 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 17:36:13 -07:00
dependabot[bot]
430af6c3b1 Bump typescript from 4.2.3 to 4.2.4 in /ui
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 17:27:35 -07:00
Ken Hibino
8a0e8dfdf5 Add workflow to publish Docker image to dockerhub 2021-04-08 17:27:21 -07:00
dependabot[bot]
20e46b6f2a Bump @types/node from 14.14.35 to 14.14.37 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 21:16:26 -07:00
dependabot[bot]
fee808885d Bump @reduxjs/toolkit from 1.5.0 to 1.5.1 in /ui
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 21:16:10 -07:00
Ken Hibino
d1f3ca461c Update readme 2021-04-06 21:06:49 -07:00
Ken Hibino
ec394155e9 Minor fixes 2021-04-05 21:42:15 -07:00
dependabot[bot]
97a722f260 Bump @testing-library/user-event from 13.0.2 to 13.1.1 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.0.2 to 13.1.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.0.2...v13.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 16:36:49 -07:00
dependabot[bot]
5205f56eef Bump react-redux from 7.2.2 to 7.2.3 in /ui
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.2...v7.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 16:36:39 -07:00
dependabot[bot]
0c89069bcc Bump @types/react-dom from 17.0.2 to 17.0.3 in /ui
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 16:36:29 -07:00
dependabot[bot]
5ff395f87a Bump recharts from 2.0.8 to 2.0.9 in /ui
Bumps [recharts](https://github.com/recharts/recharts) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 16:36:13 -07:00
Vic Shóstak
1e8a573f8f
Add option to use Docker container to run Asynqmon 2021-04-05 16:35:15 -07:00
dependabot[bot]
ecedc3372c Bump @testing-library/user-event from 12.8.3 to 13.0.2 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 13.0.2.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.3...v13.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 16:00:59 -07:00
dependabot[bot]
52b1da07be Bump @types/jest from 26.0.20 to 26.0.21 in /ui
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 07:22:28 -07:00
dependabot[bot]
ad15dde397 Bump @types/node from 14.14.33 to 14.14.35 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.33 to 14.14.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 07:22:07 -07:00
dependabot[bot]
661b1939fa Bump @testing-library/user-event from 12.8.1 to 12.8.3 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.1 to 12.8.3.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.1...v12.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 08:55:32 -08:00
dependabot[bot]
10d128c468 Bump @types/node from 14.14.32 to 14.14.33 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.32 to 14.14.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 08:55:20 -08:00
dependabot[bot]
e58c6dc5c1 Bump @types/react-dom from 17.0.1 to 17.0.2 in /ui
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 06:40:07 -08:00
dependabot[bot]
dc59023c90 Bump @types/node from 14.14.31 to 14.14.32 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 08:26:15 -08:00
dependabot[bot]
48757981d7 Bump @types/react from 17.0.2 to 17.0.3 in /ui
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 06:27:32 -08:00
dependabot[bot]
62c3e8eb7d Bump @material-ui/lab from 4.0.0-alpha.56 to 4.0.0-alpha.57 in /ui
Bumps [@material-ui/lab](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-lab) from 4.0.0-alpha.56 to 4.0.0-alpha.57.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/HEAD/packages/material-ui-lab)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 14:24:36 -08:00
dependabot[bot]
69e3d9beb1 Bump @testing-library/react from 9.5.0 to 11.2.5 in /ui
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.5.0 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v9.5.0...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 07:51:56 -08:00
dependabot[bot]
37931874e5 Bump typescript from 3.7.7 to 4.2.3 in /ui
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.7 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 07:50:56 -08:00
dependabot[bot]
da9ce509ca Bump @material-ui/core from 4.11.0 to 4.11.3 in /ui
Bumps [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) from 4.11.0 to 4.11.3.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/v4.11.3/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v4.11.3/packages/material-ui)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 07:46:57 -08:00
dependabot[bot]
e3af0669be Bump @reduxjs/toolkit from 1.4.0 to 1.5.0 in /ui
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 07:46:37 -08:00
dependabot[bot]
5920c809a7 Bump @types/react-router-dom from 5.1.6 to 5.1.7 in /ui
Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:57:06 -08:00
dependabot[bot]
f5a1f0a0bf Bump @testing-library/user-event from 12.8.0 to 12.8.1 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.0 to 12.8.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.0...v12.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:51:58 -08:00
dependabot[bot]
2e4052f244 Bump @types/react from 16.14.4 to 17.0.2 in /ui
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.4 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:51:44 -08:00
dependabot[bot]
1092f6cd66 Bump @types/node from 12.20.4 to 14.14.31 in /ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.4 to 14.14.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:42:29 -08:00
dependabot[bot]
ba427582c9 Bump @types/jest from 24.9.1 to 26.0.20 in /ui
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 26.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:42:14 -08:00
dependabot[bot]
c2a9a3da97 Bump @types/recharts from 1.8.16 to 1.8.19 in /ui
Bumps [@types/recharts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/recharts) from 1.8.16 to 1.8.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/recharts)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 20:42:03 -08:00
dependabot[bot]
96284418c6 Bump recharts from 1.8.5 to 2.0.8 in /ui
Bumps [recharts](https://github.com/recharts/recharts) from 1.8.5 to 2.0.8.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v1.8.5...v2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 16:04:49 -08:00
dependabot[bot]
5775652066 Bump @material-ui/icons from 4.9.1 to 4.11.2 in /ui
Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.9.1 to 4.11.2.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/v4.11.2/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v4.11.2/packages/material-ui-icons)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 15:58:14 -08:00
dependabot[bot]
0fd6a04b58 Bump @types/react-redux from 7.1.9 to 7.1.16 in /ui
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.9 to 7.1.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-redux)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 15:57:57 -08:00
dependabot[bot]
e4fbee7207 Bump @testing-library/jest-dom from 4.2.4 to 5.11.9 in /ui
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.2.4 to 5.11.9.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v4.2.4...v5.11.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 15:57:33 -08:00
dependabot[bot]
de802e5cad Bump @testing-library/user-event from 7.2.1 to 12.8.0 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 12.8.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v12.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 15:56:50 -08:00
Ken Hibino
4c672f60fe Bump react-scripts to v4.0.3 2021-03-01 15:51:15 -08:00
Ken Hibino
07bbc21e5d Upgrade @types/react-dom 2021-03-01 15:48:22 -08:00