Commit Graph

64 Commits

Author SHA1 Message Date
jasquat 58888c14d4 attempting to run form builder from local source 2022-07-15 09:15:13 -04:00
dependabot[bot] 688e407c70
Bump @typescript-eslint/parser from 5.30.5 to 5.30.6
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.5 to 5.30.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.6/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 04:04:12 +00:00
jasquat fa3508f89b updated bpmn-js-spiffworkflow for data object rules fix w/ burnettk cullerton 2022-07-13 16:48:34 -04:00
jasquat c2c494d385 added component to create a form builder w/ burnettk cullerton 2022-07-13 15:23:57 -04:00
jasquat 01a392bae7 added form builder dependency and upgraded back to bootstrap 5 w/ burnettk cullerton 2022-07-13 14:33:03 -04:00
jasquat 150d52016a added override for autoprefixer for postcss-preset-env as well w/ burnettk 2022-07-13 14:11:37 -04:00
jasquat 756a971a66 downgranded autoprefixer to avoid color-adjust warning w/ burnettk 2022-07-13 13:04:00 -04:00
jasquat bc4fb3fecb removed unused package w/ burnettk 2022-07-13 12:50:12 -04:00
jasquat 589c51e876 updated bpmn-js-spiffworkflow and actually use it w/ burnettk 2022-07-13 12:42:19 -04:00
dependabot[bot] 1e1fd3b85b
Bump serve from 13.0.2 to 14.0.0
Bumps [serve](https://github.com/vercel/serve) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](https://github.com/vercel/serve/compare/13.0.2...14.0.0)

---
updated-dependencies:
- dependency-name: serve
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 16:40:17 +00:00
jasquat 14f28c8986 updated bpmn-js-spiffworkflow for bugfixes w/ burnettk 2022-07-12 12:38:53 -04:00
jasquat 9dc9ff8199 updated bpmn-js-spiffworkflow for form support w/ burnettk 2022-07-12 12:29:03 -04:00
jasquat 6fd40b176a updated bpmn-js-spiffworkflow and fixed tests w/ burnettk 2022-07-12 11:32:55 -04:00
dependabot[bot] 3fa793f586
Bump dmn-js-properties-panel from 1.0.0 to 1.1.0
Bumps [dmn-js-properties-panel](https://github.com/bpmn-io/dmn-js-properties-panel) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/bpmn-io/dmn-js-properties-panel/releases)
- [Changelog](https://github.com/bpmn-io/dmn-js-properties-panel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpmn-io/dmn-js-properties-panel/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: dmn-js-properties-panel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 05:21:35 +00:00
dependabot[bot] 843afcf83a
Bump bpmn-js-properties-panel from 1.1.1 to 1.2.0
Bumps [bpmn-js-properties-panel](https://github.com/bpmn-io/bpmn-js-properties-panel) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/bpmn-io/bpmn-js-properties-panel/releases)
- [Changelog](https://github.com/bpmn-io/bpmn-js-properties-panel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpmn-io/bpmn-js-properties-panel/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: bpmn-js-properties-panel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 05:10:45 +00:00
dependabot[bot] 6037669706
Bump dmn-js from 12.1.1 to 12.2.0
Bumps [dmn-js](https://github.com/bpmn-io/dmn-js/tree/HEAD/packages/dmn-js) from 12.1.1 to 12.2.0.
- [Release notes](https://github.com/bpmn-io/dmn-js/releases)
- [Changelog](https://github.com/bpmn-io/dmn-js/blob/develop/packages/dmn-js/CHANGELOG.md)
- [Commits](https://github.com/bpmn-io/dmn-js/commits/v12.2.0/packages/dmn-js)

---
updated-dependencies:
- dependency-name: dmn-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 04:57:56 +00:00
burnettk 0e04fd5050 more login crippling 2022-07-09 00:42:39 -04:00
jasquat 102088800a reload files on model show page when uploading new ones w/ burnettk 2022-07-07 12:50:25 -04:00
jasquat 14015a3913 some more keycloak stuff w/ burnettk 2022-07-05 15:06:46 -04:00
jasquat 59d6192229 ran typescript migrate and fixed some issues w/ burnettk 2022-07-05 11:50:55 -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
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
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
jasquat b5ae21e8c9 created admin router to namespace routes w/ burnettk 2022-06-29 12:42:05 -04: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
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
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
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 dc812c44ce eslint 2022-06-27 17:45:41 -04:00
jasquat 7c7db5db6f run eslint in ci as well w/ burnettk 2022-06-27 12:32:28 -04:00
jasquat c9e118b7c2 eslint is passing w/ burnettk 2022-06-27 12:00:15 -04:00
burnettk b9238739eb add fix and prettierrc 2022-06-27 09:36:19 -04:00
burnettk 468da211e3 add eslint and prettier 2022-06-27 09:31:21 -04:00
jasquat dc6e8a8695 finished adding at test for date ranges and moved some common stuff to configs for use in tests as well w/ burnettk 2022-06-24 15:18:25 -04:00
jasquat 3a92ca8edb attempting to metaprogram filters on process instances page w/ burnettk 2022-06-24 11:04:10 -04:00
jasquat 318bb0c324 added filters to process instance list w/ burnettk 2022-06-23 14:01:25 -04:00
dependabot[bot] 115766b98a
Bump cypress from 10.1.0 to 10.2.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.1.0 to 10.2.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.1.0...v10.2.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-22 03:38:56 +00:00
dependabot[bot] 76a0a70b3e
Bump @testing-library/user-event from 14.2.0 to 14.2.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.2...v14.2.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 03:46:41 +00:00
jasquat 5d2ffa3111 attempt to wait for backend and frontend to be up w/ burnettk 2022-06-17 10:35:38 -04:00
jasquat ab6a3fdb2b add pagination to process models and added some cypress tests w/ burnettk 2022-06-16 17:31:13 -04:00
jasquat 5f0bb5a342 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend 2022-06-16 09:29:59 -04:00
burnettk 3482781bcf bump lib 2022-06-16 09:29:07 -04:00
jasquat e4a1261658 added nicer script editor w/ burnettk 2022-06-15 17:34:25 -04:00
jasquat 2ab8c20ed1 mostly using spiffworkflow prop panel 2022-06-15 13:52:00 -04:00
dependabot[bot] ce159531f1
Bump react-dom from 18.1.0 to 18.2.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 03:34:55 +00:00
dependabot[bot] 4de9e12544
Bump react from 18.1.0 to 18.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 03:31:48 +00:00