burnettk
63758a27ed
Fix: TS2322 - Type of onClose prop.
2025-02-06 13:08:31 -05:00
burnettk
618d081a2f
Fix: TS2769 - Assign title
to undefined
when null.
2025-02-06 12:51:37 -05:00
burnettk
b2b7f7de03
download working
2025-02-06 11:40:14 -05:00
burnettk (aider)
1ab25d4106
fix: properly type removeError handler in ErrorDisplay component
2025-02-05 18:33:56 -05:00
burnettk (aider)
bfdac637d5
fix: properly type onClose prop in ErrorDisplay component
2025-02-05 18:33:26 -05:00
burnettk
7a3445a9f4
lint
2025-02-05 18:27:29 -05:00
burnettk
417b2e5648
types
2025-02-05 17:37:08 -05:00
burnettk
befa6351c4
no color needed
2025-02-05 17:21:06 -05:00
burnettk
332ecf61da
remove unused prop
2025-02-05 17:19:20 -05:00
burnettk
359da81026
use process breadcrumb
2025-02-05 16:39:40 -05:00
burnettk
fe2ace1353
lint
2025-02-05 16:31:54 -05:00
jasquat
2ea150bf69
some updates for model show and upgrade mui and rjsf items w/ burnettk
2025-02-05 16:29:28 -05:00
jasquat
99e67f13f2
Merge remote-tracking branch 'origin/main' into newui-all-in
2025-02-05 14:58:53 -05:00
Kevin Burnett
eea607d2ca
repair lint after refactor ( #2229 )
...
* feat: Fix linting errors and add prop types to components.
* feat: Fix: Move imports of PropTypes to the top of files.
* refactor: Improve type safety and fix linting errors in ProcessModelShow.tsx
* lint
* Revert "lint"
This reverts commit 9ee9488777fe425fe788d83c8cbbda3d60289cce.
* functions
* lint
* types
* lint
* fixed lint issues w/ burnettk
* fix file upload on model show page w/ burnettk
---------
Co-authored-by: burnettk (aider) <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2025-02-05 11:53:20 -08:00
burnettk
6effb7338f
lint
2025-02-05 12:16:30 -05:00
burnettk
8a91ae2f82
space
2025-02-05 12:16:03 -05:00
burnettk (aider)
8deef89931
fix: Check for null before passing readmeFile to ProcessModelReadmeArea.
2025-02-05 12:07:19 -05:00
burnettk (aider)
8f454c9241
feat: Pass readmeFile to ProcessModelTabs component.
2025-02-05 12:06:39 -05:00
burnettk
7fba2be598
refactor: Move readme file props to ProcessModelReadmeArea
2025-02-05 12:06:39 -05:00
burnettk (aider)
cead6b9d58
feat: Import ProcessModelReadmeArea in ProcessModelTabs.tsx
2025-02-05 12:06:14 -05:00
burnettk
8285cdfa92
feat: Add readme tab to process model tabs.
2025-02-05 12:06:14 -05:00
burnettk (aider)
7af8beb54d
style: Add margin to ProcessModelTabs to restore spacing.
2025-02-05 11:56:12 -05:00
burnettk
192543fb23
refactor: Improve readability of ProcessModelShow component
2025-02-05 11:56:11 -05:00
burnettk (aider)
bc32f5cb65
fix: Import Can component from @casl/react
2025-02-05 11:54:08 -05:00
burnettk (aider)
5c01eb9162
refactor: Break out components in ProcessModelShow
2025-02-05 11:52:44 -05:00
burnettk
6f0a0f8ae2
model show
2025-01-27 17:30:34 -05:00
burnettk
12d6e48357
model show
2025-01-27 17:20:26 -05:00
jasquat
536ec8b0b0
some linting w/ burnettk
2025-01-27 16:36:22 -05:00
jasquat
16299c2c9f
some process model show items w/ burnettk
2025-01-27 15:58:11 -05:00
jasquat
d25ab212fb
use new DateAndTimeService w/ burnettk
2025-01-27 15:29:53 -05:00
jasquat
a2653d5200
copied tests to v3 dir w/ burnettk
2025-01-27 15:27:55 -05:00
jasquat
e9d512a7b4
remove spiff ui v2 w/ burnettk
2025-01-27 15:19:59 -05:00
jasquat
e6a46296bf
new process model tree page w/ burnettk
2025-01-27 15:16:54 -05:00
jasquat
4ec0884b6c
fixed secrets pages w/ burnettk
2025-01-27 14:24:23 -05:00
jasquat
6cdc53b0e3
site is loading again w/ burnettk
2025-01-27 14:16:22 -05:00
jasquat
5cdfa5a135
moved some more files w/ burnettk
2025-01-27 14:12:44 -05:00
jasquat
559589a5b7
Merge branch 'newui-all-in' of github.com:sartography/spiff-arena into newui-all-in
2025-01-27 14:01:42 -05:00
jasquat
f3f4519b03
moved more files associated with configuration tab and some extension items w/ burnettk
2025-01-27 14:01:25 -05:00
burnettk
f3e6968a1b
fix script
2025-01-27 12:17:24 -05:00
burnettk
8d32488eb7
compare script
2025-01-27 12:11:40 -05:00
jasquat
edd8804e1e
moved configuration file w/ burnettk
2025-01-27 11:49:50 -05:00
jasquat
07b36069e8
some fixes for nav w/ burnettk
2025-01-27 10:53:58 -05:00
jasquat
6d2bf9d510
updated data stores w/ burnettk
2025-01-03 16:03:02 -05:00
jasquat
d18c8982b3
newui loads w/ burnettk
2025-01-03 15:41:30 -05:00
jasquat
f018faf505
moved some components to new ui w/ burnettk
2025-01-03 15:23:50 -05:00
jasquat
fc4dff6dfd
Fail fast off ( #2179 )
...
* upload trivy file only if it has been created w/ burnettk
* fail only for critical and do not fail fast so we can get the scans for the other images as well w/ burnettk
* update apt-get packages for connector proxy to fix trivy w/ burnettk
* attempt to fix frontend and backend as well w/ burnettk
* also update libaom w/ burnettk
* remove test dockerfile w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-12-05 08:19:56 -08:00
dependabot[bot]
821610ac49
Bump @types/react-dom from 18.3.0 to 18.3.1 in /spiffworkflow-frontend ( #2130 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.3.0 to 18.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 15:24:27 +00:00
dependabot[bot]
e62ac46229
Bump eslint-plugin-react in /spiffworkflow-frontend ( #2127 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.37.0 to 7.37.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 14:53:11 +00:00
dependabot[bot]
d5dff2de22
Bump @mui/x-charts from 7.9.0 to 7.21.0 in /spiffworkflow-frontend ( #2125 )
...
Bumps [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts ) from 7.9.0 to 7.21.0.
- [Release notes](https://github.com/mui/mui-x/releases )
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mui/mui-x/commits/v7.21.0/packages/x-charts )
---
updated-dependencies:
- dependency-name: "@mui/x-charts"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 15:00:03 +00:00
dependabot[bot]
7e05525e5a
Bump autoprefixer from 10.4.19 to 10.4.20 in /spiffworkflow-frontend ( #2122 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 15:10:44 +00:00