15 Commits

Author SHA1 Message Date
jasquat
641d237e83 more config updates w/ burnettk 2023-02-16 10:21:02 -05:00
jasquat
26875f13bf updated remaining configs manually w/ burnettk 2023-02-15 17:21:37 -05:00
Dan
65cbf315ec update the docker-compose.yml file so that the connector proxy works correctly. 2023-02-14 16:45:53 -05:00
Dan
0d0e26281d Remove version from docker-compose, as this is causing issues for people still using docker-compose v2. 2023-02-12 12:24:25 -05:00
Dan
f623dc07a2 Fix our demo 2023-02-11 13:50:10 -05:00
burnettk
a3f661cda5 remove build directive to make sure getting started link can work 2023-02-06 22:30:19 -05:00
Dan
a2616e6992 Fix docker compose file. 2023-02-06 08:35:44 -05:00
Dan
a38ecc2e60 Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 15:38:52 -05:00
Dan
c35ba85605 TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured.
The same issue was happening on the ProcessInstanceListTable, and there it was being managed by a "SafelySetErrorMessage" function in one case,
but would not be addressed in all possible cases.

Reworked error handling into a context provider (APIErrorProvider) and hook (UseApiError) and removed the "(useContext as any)(ErrorContext)[1];" that felt a little off but that never was an actual problem.
2023-01-25 10:46:56 -05:00
f2f983d9e3 ci: use ENV variables for all ports
Also add a comment warning about hardcoded backend port.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-01-25 15:30:02 +01:00
Dan
a0bbab43d0 A hot path that will assume the backend is running on a port that is one less than the front end port (rather than assuming 7000)
Updating the docker-compose for all of SpiffArena so that it will fire up on ports 8000 -> 8004 rather than 7000 which has a common conflict with Apple AirPlay
2022-12-21 11:06:09 -05:00
Dan
1e86345a33 Fixes based off KB's super kind review.
-------
* Remove unnecessary packages from dockerfile for the demo-connect proxy.
* Rename an environment variable that mentioned Status.im in what is now a generic connector.
* Fixed a spelling mistake.
2022-12-05 10:46:26 -05:00
Dan
f01cd57d24 Reorder config imports so that instance config is dead last - and can override everything else.
Updated docker-compose for running a demo.
run_pyl fixes
2022-12-01 14:13:22 -05:00
Dan
934681f03c just a bit of cleanup in the docker compose file. 2022-11-24 14:58:16 -05:00
Dan
ce82b799df adding a docker compose that will spin up all services. 2022-11-22 15:20:30 -05:00