Commit Graph

193 Commits

Author SHA1 Message Date
jasquat 85941f0a2f archive backend log files w/ burnettk 2022-07-07 10:20:23 -04:00
jasquat 4776f770f7 attempt to run ci with keycloak w/ burnettk 2022-07-06 17:14:16 -04:00
jasquat 3717a7c747 login and logout seems to be working w/ burnettk 2022-07-05 16:33:58 -04:00
jasquat 14015a3913 some more keycloak stuff w/ burnettk 2022-07-05 15:06:46 -04:00
jasquat 8e6398a341 added some files for keycloak authing w/ burnettk 2022-07-05 14:32:48 -04:00
jasquat 8302ead7c0 attempting to make tests more reliable w/ burnettk 2022-07-05 13:21:30 -04:00
jasquat 79e7e0e7fd site is working again w/ burnettk 2022-07-05 11:53:54 -04:00
jasquat 59d6192229 ran typescript migrate and fixed some issues w/ burnettk 2022-07-05 11:50:55 -04:00
burnettk 6353073189 only include src 2022-07-04 22:51:08 -04:00
burnettk 987ff83273 add typescript packages and tsconfig 2022-07-04 22:14:48 -04:00
burnettk 68a15da59a add @tanstack/react-table 2022-07-04 22:07:52 -04:00
github-actions[bot] 32945b7cad
Merge pull request #25 from sartography/dependabot/npm_and_yarn/eslint-8.19.0
Bump eslint from 8.18.0 to 8.19.0
2022-07-04 06:02:58 +01:00
dependabot[bot] 544aa8098a
Bump eslint from 8.18.0 to 8.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 04:51:17 +00:00
burnettk 2399d5aa36 fix wording issue 2022-07-01 17:44:59 -04:00
burnettk 47c4442cb8 name function 2022-07-01 00:05:32 -04:00
github-actions[bot] 63ddad4b3f
Merge pull request #24 from sartography/dependabot/npm_and_yarn/eslint-plugin-prettier-4.2.1
Bump eslint-plugin-prettier from 4.1.0 to 4.2.1
2022-07-01 04:45:50 +01:00
dependabot[bot] 2c5ecd8a08
Bump eslint-plugin-prettier from 4.1.0 to 4.2.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.1.0...v4.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 03:35:15 +00:00
burnettk e8d8a17555 add sonar linter and fix one cognitive complexity issue 2022-06-30 23:33:57 -04:00
burnettk a9cbf52051 avoid declaring unused var 2022-06-30 21:58:21 -04:00
burnettk 0e26c17e25 add an assertion that shows we are on the next page 2022-06-30 18:32:06 -04:00
jasquat c9f37b192d pass form data into react json form w/ burnettk 2022-06-30 17:12:07 -04:00
jasquat a5671eaa2f show data with the process instance show page w/ burnettk 2022-06-30 15:51:06 -04:00
jasquat da20e2fb54 it is not group identifier w/ burnettk 2022-06-30 15:03:39 -04:00
jasquat c5e38c2eb3 use stg token on staging 2022-06-30 09:55:07 -04:00
burnettk 95f648b094 sonar smells 2022-06-29 23:45:44 -04:00
Kevin Burnett 6d1ca6f35e
Update README.md 2022-06-29 16:43:22 -07:00
jasquat 9ed08cc569 added element to display task forms 2022-06-29 17:18:31 -04:00
jasquat 990daec696 put task routes back w/ burnettk 2022-06-29 12:47:30 -04:00
jasquat b5ae21e8c9 created admin router to namespace routes w/ burnettk 2022-06-29 12:42:05 -04:00
github-actions[bot] 8aeb889022
Merge pull request #23 from sartography/dependabot/npm_and_yarn/cypress-10.3.0
Bump cypress from 10.2.0 to 10.3.0
2022-06-29 04:47:10 +01:00
dependabot[bot] 989ec97866
Bump cypress from 10.2.0 to 10.3.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 03:37:50 +00:00
burnettk 847cade435 simple task show 2022-06-28 17:59:46 -04:00
jasquat 9f654d428c added tasks page and change svg text to white for black background w/ burnettk 2022-06-28 17:10:35 -04:00
jasquat b51fa94b71 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend 2022-06-28 10:50:24 -04:00
jasquat 492677a73c added App.js and added global error tag w/ burnettk 2022-06-28 10:50:19 -04:00
github-actions[bot] c9e00c75bd
Merge pull request #22 from sartography/dependabot/npm_and_yarn/babel/preset-react-7.18.6
Bump @babel/preset-react from 7.17.12 to 7.18.6
2022-06-28 15:18:23 +01:00
dependabot[bot] bec71125cf
Bump @babel/preset-react from 7.17.12 to 7.18.6
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.17.12 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 14:07:47 +00:00
jasquat 90679fff9e add forms lib, support json files, and allow null dates in filters and some error messaging w/ burnettk 2022-06-28 10:06:16 -04:00
github-actions[bot] 3777b886e2
Merge pull request #21 from sartography/dependabot/npm_and_yarn/babel/core-7.18.6
Bump @babel/core from 7.18.5 to 7.18.6
2022-06-28 04:58:46 +01:00
dependabot[bot] eb9c41be46
Bump @babel/core from 7.18.5 to 7.18.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 03:49:31 +00:00
github-actions[bot] 6785a43880
Merge pull request #20 from sartography/dependabot/npm_and_yarn/babel/plugin-transform-react-jsx-7.18.6
Bump @babel/plugin-transform-react-jsx from 7.17.12 to 7.18.6
2022-06-28 04:48:20 +01:00
dependabot[bot] 47f4a759a7
Bump @babel/plugin-transform-react-jsx from 7.17.12 to 7.18.6
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.17.12 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-plugin-transform-react-jsx)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-react-jsx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 03:39:07 +00:00
burnettk b136e94fc0 eslint_d because it is fast enough to use when saving files 2022-06-27 22:40:38 -04:00
burnettk 8263f89e39 document new scripts 2022-06-27 18:07:03 -04:00
burnettk dc812c44ce eslint 2022-06-27 17:45:41 -04:00
jasquat 2f6f20ca9b eslint likes single quotes w/ burnettk 2022-06-27 15:24:13 -04:00
jasquat 6007e7fe3e removed unused index html file w/ burnettk 2022-06-27 15:17:33 -04:00
jasquat f80273f51f fixed some sonar cloud code smells w/ burnettk 2022-06-27 15:14:51 -04:00
jasquat 7a313c9814 added test for slugify w/ burnettk 2022-06-27 15:08:08 -04:00
jasquat 020851245b rename react_diagram_editor and added no groups to display text w/ burnettk 2022-06-27 14:26:38 -04:00