Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gergo/automateBackendModule #2202

Merged
merged 105 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
3603363
feat: automation run trigger logic
gjedlicska Apr 2, 2024
14b6a04
feat: automate module, automation creation and trigger
gjedlicska Apr 10, 2024
8422eca
Merge branch 'fabians/fe2-automate-integration' of github.com:speckle…
gjedlicska Apr 10, 2024
9b2fde9
test: fix automate module tests
gjedlicska Apr 10, 2024
ea175cd
test: fixt automate module tests
gjedlicska Apr 10, 2024
d1d09e3
Merge branch 'gergo/automateBackendModule' of github.com:specklesyste…
gjedlicska Apr 10, 2024
a10830e
Merge branch 'fabians/fe2-automate-integration' into gergo/automateBa…
fabis94 Apr 22, 2024
26aa9ba
minor fix ups
fabis94 Apr 22, 2024
d7d3a46
fixed up existing backend stuff
fabis94 Apr 23, 2024
a5e0687
fixing eslint hopefully
fabis94 Apr 23, 2024
fafe3b7
tryna fix eslint
fabis94 Apr 23, 2024
abb77f7
automate code validation mechanism added
fabis94 Apr 23, 2024
3a99628
minor GQL schema change
fabis94 Apr 23, 2024
3ba0d3d
maybethis fixes eslint?
fabis94 Apr 23, 2024
f4f0230
more eslint debugging
fabis94 Apr 23, 2024
946ed82
fix cross-env missing
fabis94 Apr 23, 2024
306acf8
tryna fix eslint memory issues
fabis94 Apr 23, 2024
18d2791
ci test fix
fabis94 Apr 23, 2024
a796909
error improvements
fabis94 Apr 24, 2024
2b34120
migrations for fn tables
fabis94 Apr 24, 2024
ed03223
WIP function create
fabis94 Apr 24, 2024
ee7d83c
fn creation tests added
fabis94 Apr 25, 2024
c3cfb8f
Merge branch 'fabians/fe2-automate-integration' into gergo/automateBa…
fabis94 Apr 25, 2024
f2b35a5
fn update w/ tests
fabis94 Apr 26, 2024
bd7b0ee
fn release creation w/ tests
fabis94 Apr 26, 2024
aa5b617
fixing tests
fabis94 Apr 26, 2024
4408fd9
GH auth endpoint
fabis94 Apr 26, 2024
cae69ed
minor cleanup
fabis94 Apr 26, 2024
b7ba706
WIP reporting function statuses
fabis94 Apr 29, 2024
cbf0349
automation update/delete w/ tests
fabis94 Apr 29, 2024
d4dbd9d
WIP automation revision & trigger tests
fabis94 Apr 29, 2024
3ba75c7
revision creation tests done
fabis94 Apr 30, 2024
082e975
trigger tests
fabis94 Apr 30, 2024
124c716
function run reporting works
fabis94 Apr 30, 2024
8c03835
report status tests WIP
fabis94 Apr 30, 2024
b435cab
run status update tests done
fabis94 Apr 30, 2024
cc498cf
auth code handshake tests
fabis94 Apr 30, 2024
25bc76b
a couple of FE2 fixes
fabis94 Apr 30, 2024
18599e6
WIP function retrieval queries & tests
fabis94 Apr 30, 2024
03c378f
WIP automation queries
fabis94 May 2, 2024
92db9eb
removed all functions stuff
fabis94 May 3, 2024
b87873f
implemented fn queries
fabis94 May 3, 2024
17fae3b
all kinds of queries & resolvers done
fabis94 May 3, 2024
3e06c61
more queries
fabis94 May 3, 2024
3bff26e
automations query
fabis94 May 3, 2024
34a9658
automation status resolution core algo
fabis94 May 6, 2024
00ba99f
FE2 fixes
fabis94 May 6, 2024
2c5908f
fixed up mocks
fabis94 May 6, 2024
fb182ab
fix(fe2): disallow loading automations if non-owner
fabis94 May 6, 2024
0230555
Merge branch 'fabians/fe2-automate-integration' into gergo/automateBa…
fabis94 May 6, 2024
caf838c
fixing some benjamins changes
fabis94 May 6, 2024
12402af
hydration mismatch fix
fabis94 May 6, 2024
6cae992
fixed tests
fabis94 May 6, 2024
c8afcef
preview service fix?
fabis94 May 6, 2024
76d757b
env flag fix
fabis94 May 6, 2024
3fef121
more form validation improvements
fabis94 May 7, 2024
c7b2b45
proper automation status run ordering
fabis94 May 7, 2024
d0419bb
featured mock fix
fabis94 May 7, 2024
3c91af0
feat(fe2): promo banner support (#2242)
andrewwallacespeckle May 7, 2024
92eed81
meta data fixed
fabis94 May 7, 2024
b2d973f
introduce outdated label
fabis94 May 7, 2024
cc76b32
log streaming mock moved to serverside
fabis94 May 7, 2024
ec78d31
Viewer API Improvements (#2072)
AlexandruPopovici May 7, 2024
cff6f4f
encryption in create for FE
fabis94 May 7, 2024
f46e314
fix: integration work
gjedlicska May 7, 2024
3ecf0a3
bugfix(fe2): Fix conditioning around posting comments in viewer (#2246)
andrewwallacespeckle May 8, 2024
a833da2
core encryption stuff implemented
fabis94 May 8, 2024
4476a0a
Merge branch 'gergo/automateBackendModule' of github.com:specklesyste…
fabis94 May 8, 2024
a9ea6ac
fixing tests & linting
fabis94 May 8, 2024
de2c8ce
improved revision input validation
fabis94 May 8, 2024
b32c56f
automation create works
fabis94 May 9, 2024
e9ee53b
fix(server): avoid removing verified email from user (#2249)
alemagio May 9, 2024
8d8d7b3
automations status fix
fabis94 May 9, 2024
39926aa
fixed automation run queries
fabis94 May 9, 2024
b3be319
minor cleanup
fabis94 May 9, 2024
70858b3
implemented log streaming
fabis94 May 9, 2024
abae7b1
properly handing redacted props in update rev flow
fabis94 May 10, 2024
2010543
implemented subscriptions backend
fabis94 May 10, 2024
e72b193
feat(fe2): move settings to tab on projects page (#2207)
andrewwallacespeckle May 10, 2024
213246a
WIP subscriptions FE implementation
fabis94 May 10, 2024
4378dd2
Use showbutton prop instead of useCheckViewerCommentingAccess (#2251)
andrewwallacespeckle May 10, 2024
3e0b154
subscriptions work?
fabis94 May 10, 2024
9bb101f
Reverted project access copy to something like before (#2254)
benjaminvo May 13, 2024
3a5882f
bugfix(ui-components): Scroll jumps to top on Dialog open (#2250)
andrewwallacespeckle May 14, 2024
1ad5e01
Use shortened header in Scene Explorer (#2256)
andrewwallacespeckle May 15, 2024
a6ead06
feat(fe2) - Replace CommonEditableTitleDescription with new CommonTit…
andrewwallacespeckle May 15, 2024
7a1d4ba
Only show manage button when user canEdit (#2260)
andrewwallacespeckle May 15, 2024
3abbf17
feat: add docker compose based reverse proxy for the server stack
gjedlicska May 15, 2024
ab6938a
revert: restore docker compose ingress dockerfile
gjedlicska May 16, 2024
eff368b
chore: disable automate module feature flag by default
gjedlicska May 16, 2024
abea78a
fix: move nginx ingress file to the right place
gjedlicska May 16, 2024
69decaf
feat(fe2): Hide settings tab for logged out users (#2261)
andrewwallacespeckle May 16, 2024
d9ac23f
bugfix(fe2): Coloring function disappears if parameter title is too l…
andrewwallacespeckle May 16, 2024
29bd264
Merge branches 'gergo/automateBackendModule' and 'main' of github.com…
gjedlicska May 16, 2024
1c2827a
Implement `automateFunctionRunStatusReport` (#2262)
cdriesler May 16, 2024
16f42f6
fix: make tab selection robust by using dynamic ID lookup
andrewwallacespeckle May 16, 2024
6448040
tests: fix authz module tests
gjedlicska May 17, 2024
ff64975
fix: frontend TS issue
gjedlicska May 17, 2024
5aa4f04
ci: add automate encryption keys path value
gjedlicska May 17, 2024
116f6b6
Fix ts build errors from ui-components changes
andrewwallacespeckle May 17, 2024
9b19546
fix: frontend automation status colors
gjedlicska May 17, 2024
ef5b9ef
Merge branch 'gergo/automateBackendModule' of github.com:specklesyste…
gjedlicska May 17, 2024
513d16b
add handling for all enum cases in useRunStatusMetadata
andrewwallacespeckle May 17, 2024
8fb3dc5
Merge branch 'gergo/automateBackendModule' of https://github.com/spec…
andrewwallacespeckle May 17, 2024
819e94a
Fix merge issue
andrewwallacespeckle May 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docker-compose-ingress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we doing this rather than use the one in the existing docker-compose file? https://github.com/specklesystems/speckle-server/blob/gergo/automateBackendModule/docker-compose-speckle.yml#L3

nginx:
restart: always
image: nginx:1-alpine
ports:
- 8080:8080
volumes:
- ./utils/docker-compose-ingress/nginx/default.conf:/etc/nginx/conf.d/default.conf
network_mode: host
8 changes: 0 additions & 8 deletions utils/docker-compose-ingress/Dockerfile

This file was deleted.

27 changes: 27 additions & 0 deletions utils/docker-compose-ingress/nginx/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
server {
listen 8080;
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location ~* ^/(graphql|explorer|(auth/.*)|(objects/.*)|(preview/.*)|(api/.*)|(static/.*)) {
resolver 127.0.0.11 valid=30s;
set $upstream_speckle_server speckle-server;
client_max_body_size 300m;
proxy_pass http://127.0.0.1:3000;

proxy_buffering off;
proxy_request_buffering off;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}