Iain Sproat
b23e2fc284
Revert bump to postgres in docker-compose-deps ( #1096 )
...
- ideally should have an upgrade script or docs before deploying this
2022-10-10 15:00:38 +01:00
Dimitrie Stefanescu
a9f2f629a7
Merge pull request #845 from specklesystems/dim/blobs-sdk-harmony
...
Blobs API SDK Driven Changes
2022-10-10 16:58:48 +03:00
Kristaps Fabians Geikins
0a58381174
feat: @speckle/shared & some comments fixes ( #997 )
2022-10-10 16:32:23 +03:00
Iain Sproat
ba71184421
upgrade development contexts to use postgres 14.5 ( #1089 )
...
* Upgrade CircleCI configuration to postgres 14.5
* docker-compose-deps upgraded to postgres 14.5
* Upgrade minikube to use postgres 14.5
2022-10-10 12:04:15 +01:00
Jonathon Broughton
93140eaacb
fixes #1093
2022-10-10 11:28:21 +01:00
AlexandruPopovici
775be15c30
Implemented progressive AO using the same estimator as for the dynamic one.
2022-10-10 12:29:45 +03:00
Dimitrie Stefanescu
051929b23c
Merge branch 'main' into dim/blobs-sdk-harmony
2022-10-10 11:16:10 +03:00
Gergő Jedlicska
636d4b0a7c
gergo/CIlcovUploadDisable ( #1079 )
...
* fix(test-deployment container): fix frontend readiness tests with new vite bundling changes
* ci(circleci): disable uploading lcov report files
2022-10-07 17:54:53 +02:00
AlexandruPopovici
e07eb1fd34
Continued with progressive SAO. Added the accumulation pass
2022-10-07 18:14:39 +03:00
Iain Sproat
df8c6ccc4f
fix(helm chart): networkPolicy supports distinct namespaces for prometheus pod & servicemonitor ( #1086 )
...
* fix(helm chart): networkPolicy supports distinct namespaces for prometheus pod & servicemonitor
Network policy did not allow ingress from prometheus if it was deployed in a different namespace
from the servicemonitor. This PR allows the ingress to be configured to match the operator's
requirements.
addresses https://github.com/specklesystems/gitOps/issues/68
* provides additional validation and error output when getting secrets
* Fix for kubernetes network policies using s3 details from ConfigMap
* Remove blocking of 10.0.0.0/8 range as this also prevents access to cloud provider private IPs
* Update values.schema.json
2022-10-07 11:39:50 +01:00
Kristaps Fabians Geikins
09d3844155
fix(frontend): comment mentions broken post-vite ( #1084 )
2022-10-06 15:58:47 +03:00
Vishnu Rai
9a64a245b7
fix(frontend): avatar editor horizontal scrolling not working
...
Horizontal Scrolling was not working because of the parent container width was small than the image container.
2022-10-06 12:45:25 +03:00
Kristaps Fabians Geikins
8e59ee7243
refactor: moving away from 'user' query ( #1046 )
...
* refactor: moving away from 'user' query + various fixes
* fix: linting issue in stream tests
* fix(server): some tests broken after rebase onto main
2022-10-06 12:08:08 +03:00
Kristaps Fabians Geikins
029aabf432
chore: getting rid of unnecessary deployment test ( #1083 )
2022-10-06 11:45:44 +03:00
Kristaps Fabians Geikins
db6a3e9367
refactor(server): apollo server v2 -> v3 migration ( #1071 )
2022-10-06 11:12:16 +03:00
Kristaps Fabians Geikins
facbde93bf
fix(frontend): stream uploads page error fix ( #1080 )
2022-10-05 18:31:21 +03:00
Gergő Jedlicska
2aefbd27e1
fix(test-deployment container): fix frontend readiness tests with new vite bundling changes ( #1078 )
2022-10-05 17:11:13 +02:00
AlexandruPopovici
b2610095d2
Started working on the ao generation stage shader and pass
2022-10-05 16:52:52 +03:00
Kristaps Fabians Geikins
2fef8b7de3
refactor(frontend): vue cli v4 -> vite ( #1000 )
2022-10-05 15:59:11 +03:00
Kristaps Fabians Geikins
f5468c2b33
chore: migrating vetur -> volar in VSCode ( #1058 )
...
* chore: migrating vetur -> volar in VSCode
* chore: improved volar workspace configuration
2022-10-05 15:32:24 +03:00
Gergő Jedlicska
a98c2c53da
fix(server digest emails): add styling fixes to weekly digest emails ( #1075 )
2022-10-05 12:23:44 +02:00
Gergő Jedlicska
393a192940
gergo/emailDigestFixes ( #1074 )
...
* feat(server task scheduler): sketch out core task scheduler implementation
* feat(server weekly activity digests): add function lock duration to the weekly digest execution
* feat(server scheduled tasks): add scheduled tasks type definition, db schema and migration
* feat(server scheduled tasks): add scheduled tasks repository
* feat(server task scheduler): add task scheduler service implementation
* chore(server deps): add mocha type definitions
* refactor(server scheduled tasks): refactor scheduled tasks migration
* refactor(server scheduled tasks): refactor scheduled task db schema and type definitions
* feat(server scheduled tasks): implement db side lock acquire
* refactor(server scheduled tasks): refactor task scheduler with lock on query mechanism
* test(server scheduled tasks): add tests for scheduled tasks implementation
* refactor(server weekly activity digests): refactor to new task scheduler implementation
* feat(server weekly activity digest): switch to a 1000 seconds trigger period for testing purposes
* fix(server task scheduler): fix not catching lock acquire function errors
* feat(server weekly digest): switch weekly digest cron trigger to the prod ready value
* fix(nginx configs): fix missing static route proxy to backend
* fix(server email template): fix footer anchor tags not pointing to the right places
2022-10-05 10:09:24 +02:00
Gergő Jedlicska
8b386ff078
gergo/weeklyDigestProdConfig ( #1072 )
...
* feat(server task scheduler): sketch out core task scheduler implementation
* feat(server weekly activity digests): add function lock duration to the weekly digest execution
* feat(server scheduled tasks): add scheduled tasks type definition, db schema and migration
* feat(server scheduled tasks): add scheduled tasks repository
* feat(server task scheduler): add task scheduler service implementation
* chore(server deps): add mocha type definitions
* refactor(server scheduled tasks): refactor scheduled tasks migration
* refactor(server scheduled tasks): refactor scheduled task db schema and type definitions
* feat(server scheduled tasks): implement db side lock acquire
* refactor(server scheduled tasks): refactor task scheduler with lock on query mechanism
* test(server scheduled tasks): add tests for scheduled tasks implementation
* refactor(server weekly activity digests): refactor to new task scheduler implementation
* feat(server weekly activity digest): switch to a 1000 seconds trigger period for testing purposes
* fix(server task scheduler): fix not catching lock acquire function errors
* feat(server weekly digest): switch weekly digest cron trigger to the prod ready value
2022-10-04 16:55:08 +02:00
Kristaps Fabians Geikins
1351b6b82a
feat(server): fixing double summary emails per week ( #1054 )
...
* feat(server task scheduler): sketch out core task scheduler implementation
* feat(server weekly activity digests): add function lock duration to the weekly digest execution
* feat(server scheduled tasks): add scheduled tasks type definition, db schema and migration
* feat(server scheduled tasks): add scheduled tasks repository
* feat(server task scheduler): add task scheduler service implementation
* chore(server deps): add mocha type definitions
* refactor(server scheduled tasks): refactor scheduled tasks migration
* refactor(server scheduled tasks): refactor scheduled task db schema and type definitions
* feat(server scheduled tasks): implement db side lock acquire
* refactor(server scheduled tasks): refactor task scheduler with lock on query mechanism
* test(server scheduled tasks): add tests for scheduled tasks implementation
* refactor(server weekly activity digests): refactor to new task scheduler implementation
* feat(server weekly activity digest): switch to a 1000 seconds trigger period for testing purposes
* fix(server task scheduler): fix not catching lock acquire function errors
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-10-04 16:11:01 +02:00
AlexandruPopovici
685751280d
Merge branch 'main' into alex/sao-progressive
2022-10-04 12:47:53 +03:00
Kristaps Fabians Geikins
97ac4a3070
fix(frontend): stream search scache re-use fix ( #1068 )
2022-10-04 11:57:51 +03:00
Matteo Cominetti
de49f3c630
feat: manager download link ( #1069 )
2022-10-03 16:53:58 +01:00
Dimitrie Stefanescu
6e9b1debb2
Merge pull request #1050 from specklesystems/alex/sao
...
Alex/sao
2022-10-03 16:07:32 +01:00
Dimitrie Stefanescu
ca5fce8c14
chore(viewer): linting
2022-10-03 15:52:13 +01:00
Alex
f96e8c2dd2
Fixed the SAO artifacts on Chromium on MacOS #1065
2022-10-03 04:46:27 -07:00
Matteo Cominetti
f48ee3015c
feat(frontend): adds missing appnames and colors ( #1061 )
2022-10-03 11:16:43 +01:00
Kristaps Fabians Geikins
ca95863c55
fix(frontend): multiple resource viewer toolbar/navbar incorrect ( #1063 )
2022-10-03 12:00:26 +03:00
AlexandruPopovici
bff8aef606
Started working on progressive sao
2022-10-03 11:29:55 +03:00
Iain Sproat
ee7c9f0a0c
feat(helm): s3 configuration can be loaded from configmap ( #1048 )
...
* feat(helm): s3 configuration can be loaded from configmap
- Variables for s3's configuration can now be read in from a configmap in the cluster. This allows
deployment tooling, such as Terraform or CloudFormation, to dynamically create an s3 bucket and
create a configmap with the necessary values. This decouples the cluster deployment from the helm
release.
* Update values.schema.json for helm chart
- also include changes from a previous commit that had not been included previously
2022-09-30 10:34:08 +01:00
AlexandruPopovici
025da05b9e
Merge branch 'main' into alex/sao
2022-09-30 12:30:48 +03:00
AlexandruPopovici
1f2fb5677f
Fixed an issue where the IBL probe intensity was not being set to 0 when requeted
2022-09-30 12:26:02 +03:00
AlexandruPopovici
d6795954fc
Fixed an issue where the camera far plane was incorrectly overriden
2022-09-30 12:15:12 +03:00
Kristaps Fabians Geikins
6133610d08
feat(frontend): tracking visited routes ( #1055 )
2022-09-29 17:24:42 +03:00
AlexandruPopovici
54bd645f6f
Real time switching between default and improved normals generation
2022-09-29 13:31:19 +03:00
AlexandruPopovici
86017b36e0
Merge branch 'main' into alex/sao
2022-09-29 12:18:58 +03:00
Kristaps Fabians Geikins
aee15eb0d6
fix(frontend): ugly side bar scrollbar & version being truncated ( #1047 )
2022-09-29 11:10:56 +03:00
AlexandruPopovici
df316ceddb
Implemented improved normal reconstruction for the SAO pass. This gets rid of the artifacts created by incorrect vertex normals
2022-09-28 15:18:44 +03:00
Gergő Jedlicska
75693123b4
fix(frontend fileimports): fix file extension detection in TheUploads ( #1031 )
...
fix #985
2022-09-28 14:13:14 +02:00
AlexandruPopovici
dcbfa448e9
We need to render both front and back faces to depth and normal passes for AO
2022-09-28 14:04:44 +03:00
AlexandruPopovici
5f169a2d23
SAO now takes the clipping planes into account
2022-09-27 14:04:16 +03:00
AlexandruPopovici
21b2e90622
Added RTE to the SAO pipeline
2022-09-27 13:55:17 +03:00
AlexandruPopovici
63714e9a17
Fixed an issue where line batches were rendered during the SAO passes and messing up the result. Fixed an existing issue where transparent ranges were shuffled before opaque ones
2022-09-27 13:15:24 +03:00
AlexandruPopovici
a47b7c8660
Merge branch 'main' into alex/sao
2022-09-27 11:31:33 +03:00
AlexandruPopovici
38113886a7
Projection matrix and it's inverse were not timely updated and caused the SAO output to be all black
2022-09-27 11:31:28 +03:00
Dimitrie Stefanescu
76a84534ea
Merge pull request #1040 from specklesystems/kate/small_fix
...
Added GIS apps labels
2022-09-27 09:30:38 +01:00