4476 Commits

Author SHA1 Message Date
burnettk
ce5abaf100
test 2025-02-11 11:10:47 -05:00
burnettk
cf987b2102
dump images 2025-02-11 10:51:07 -05:00
burnettk
54334d4f9a
Merge remote-tracking branch 'origin/main' into newui-all-in 2025-02-11 09:40:19 -05:00
burnettk
23b5a9236b
allow setting backend base url through vite for local dev 2025-02-11 09:17:45 -05:00
burnettk (aider)
236c6d70ac
refactor: simplify findProcessGroupByPath function 2025-02-10 17:34:33 -05:00
burnettk
11ce256363
lint 2025-02-10 17:33:37 -05:00
burnettk (aider)
e6b6de2c44
refactor: Convert ProcessGroup to ProcessGroupLite for type safety. 2025-02-10 17:29:23 -05:00
burnettk
39c62b9c0e
fix: Handle null process groups in findProcessGroupByPath 2025-02-10 17:29:22 -05:00
burnettk
57c7829cd4
pass callback 2025-02-10 16:56:05 -05:00
burnettk
c904f156bb
Fix: TS2769 - No overload matches this call. 2025-02-10 16:48:11 -05:00
burnettk
2d0a2eb4fb
lint 2025-02-10 16:46:32 -05:00
burnettk (aider)
b9782109a4
feat: Display TreePanel in SideNav for /newui/processes 2025-02-10 16:41:09 -05:00
jasquat
70a4ed3972
Merge branch 'newui-all-in' of github.com:sartography/spiff-arena into newui-all-in 2025-02-10 16:34:52 -05:00
jasquat
12bcf2db28
respect process group id in params w/ burnettk 2025-02-10 16:34:49 -05:00
burnettk
723634f2aa
smoke test 2025-02-10 14:43:40 -05:00
jasquat
f97bdd8f12
Merge remote-tracking branch 'origin/main' into newui-all-in 2025-02-10 14:40:48 -05:00
dependabot[bot]
b5f1b3f2c4
Bump pip from 25.0 to 25.0.1 in /.github/workflows (#2232)
Bumps [pip](https://github.com/pypa/pip) from 25.0 to 25.0.1.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/25.0...25.0.1)

---
updated-dependencies:
- dependency-name: pip
  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>
2025-02-10 15:16:00 +00:00
Jon Herron
1b06cf14b6 Bump per_page to get all emerson folders 2025-02-10 09:59:05 -05:00
burnettk
789b73f7fb
remove lab 2025-02-10 09:58:17 -05:00
burnettk
de3c01d160
test 2025-02-10 09:54:21 -05:00
jasquat
45c801b419
some more updates for model show page 2025-02-07 14:05:37 -05:00
Dan Funk
bbbc157c22
Don't try to roll back the database on a failed message delivery, we … (#2231)
* Don't try to roll back the database on a failed message delivery, we must allow the error so we have an audit of what happened.  Otherwise we have to kill all trace of it, which just creates a grand mystery.

* pyl.

* tweak message

* more fixes.

* clean up

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2025-02-07 10:54:20 -08:00
jasquat
9ffa0f5703
add tooltips back to icon buttons on model show page 2025-02-07 11:14:57 -05:00
jasquat
471aa5f0cd
moved over SpiffToolTip 2025-02-07 11:01:24 -05:00
jasquat
ed7461ca80
some fixes to process model show 2025-02-07 10:58:25 -05:00
burnettk
77df13f938
comment out unused isLongFadeIn logic 2025-02-06 17:10:30 -05:00
burnettk
0718d9e0a7
Fix: sonarjs/no-gratuitous-expressions in Notification.tsx. 2025-02-06 17:04:21 -05:00
burnettk
0b696b852e
Fix: unused-imports/no-unused-vars - Renamed 'event' to '_event'. 2025-02-06 17:03:24 -05:00
burnettk
2e7015b64b
lint 2025-02-06 14:41:57 -05:00
burnettk
7c6e6fa25c
lint 2025-02-06 14:41:19 -05:00
burnettk
d19a7613b7
Fix: TS2374 - Removed duplicate index signature. 2025-02-06 13:35:29 -05:00
burnettk
c282de0a31
Fix: TS2769 - IconButton href type error. 2025-02-06 13:35:00 -05:00
burnettk
7387281c0f
Fix: TS2345 - Convert number to string for searchParams.set. 2025-02-06 13:34:26 -05:00
burnettk
f1a7431d7f
Fix: TS2345 - Argument of type 'number' not assignable to parameter of type 'string'. 2025-02-06 13:34:06 -05:00
burnettk
f701061a8a
Fix: TS2769 - IconButton onClick type mismatch. 2025-02-06 13:33:46 -05:00
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
Kevin Burnett
8644dcafff
download working (#2230)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2025-02-06 08:39:35 -08: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