Iain Sproat
da7dafe819
fix(fileimport service): s3 is not required by fileimport service ( #924 )
...
Fileimport service retreives blobs via the server storage API, and not directly from s3. Fileimport
service no longer requires information or credentials about s3.
2022-08-15 15:49:10 +01:00
Peter Grainger
72d27b9a7c
Allow save object to S3 in different region ( #910 )
...
* Allow save object to S3 in different region
* feat(helm & docker-compose): adds S3_REGION to helm chart & docker-compose
Explicitly adding the environment variable to deployment configuration files provides system operators with documentation of its existence.
Set to empty by default, which will result in the default value being used.
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com >
2022-08-15 14:24:30 +02:00
Iain Sproat
90847e422d
Feat: configurable file limits ( #835 )
...
* Feat: configurable file limits
* ci(circleci): container build speed imporvements
* feat(frontend nginx): add file size limit configurability to frontend nginx
* feat(server blobstorage): use the new file size limit customization value
* feat(helm chart): implement the file size configuration in the helm chart
* fix(frontend docker): fix entrypoint script
* fix(server blobstorage): fix env var parsing NaN
* feat(fileimport-service): add customizable import timeout
* feat(helm chart): add fileimport service timeout value to helm chart
* feat(blobstorage): add server side blob storage size limits
* feat(docker-compose): add blob size limit env var to docker-compose files
* refactor(frontend file uploads): refactor file uploads to use `useQuery`
* refactor(server env helper): move env helper to shared module
* refactor(blobstorage): use env helper for file size limit
* refactor(frontend file uploads): use generated query document
* fix(server blob sotrage): fix file size limit function call
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-07-29 12:00:29 +02:00
Fabians
abe6d5e086
chore: re-formatted everything with prettier
2022-03-30 12:54:24 +03:00
Cristian Balas
f3e74e0e64
Preview service fixes ( #530 )
2022-01-19 21:03:39 +02:00
Cristian Balas
019b7ac495
Service health ( #516 )
...
* health checks, sigterm handling for all services
2022-01-12 15:18:32 +02:00
cristi8
24f8239ad8
docker-compose for speckle now includes FileImport service
2021-11-03 14:30:48 +02:00
Cristian Balas
f17b4a4dbd
Merge pull request #343 from specklesystems/webhooks
...
Webhooks
2021-07-23 12:57:30 +03:00
Cristian Balas
37f18be68d
Added memory limits to previewservice ( #349 )
2021-07-21 10:39:16 +03:00
cristi8
e7554b0c29
docker-compose update to include webhook-service
2021-07-12 11:46:18 +03:00
cristi8
45bd878889
Added preview-service to docker-compose-speckle
2021-05-14 14:15:07 +03:00
Cristian Balas
4f5a8dd10e
Simplified deployments and documentation ( #168 )
...
* added "wait" command to server docker container
* readme.md updates, development mode now listen only on localhost by default, added BIND_ADDRESS environment variable for server
2021-04-07 23:32:25 +03:00
Cristian Balas
02992c9ca0
Simplified setting up a local dev setup ( #159 )
...
* Simplified the local dev setup
2021-03-31 13:43:22 +03:00