Gergő Jedlicska
6505322c3e
Merge remote-tracking branch 'upstream/master' into containers_kickstart
2021-01-22 15:34:36 +01:00
Dimitrie Stefanescu
15eb208495
feat(viewer): adds renderer to object page and cleans up commit view
2021-01-22 09:49:42 +00:00
Dimitrie Stefanescu
9ec099ef0d
feat(viewer): adds small help menu to renderer component
2021-01-22 09:43:31 +00:00
Dimitrie Stefanescu
084c688d1e
feat(viewer): throttles progress updates
2021-01-21 12:36:29 +00:00
Dimitrie Stefanescu
f899cf3273
feat(viewer): adds fullscreen toggle
2021-01-21 12:15:28 +00:00
Dimitrie Stefanescu
01fa4b55b6
feat(viewer): adds progress bar in renderer component
2021-01-21 11:26:36 +00:00
Dimitrie Stefanescu
29d47720ab
feat(viewer): adds viewer to commit page, and sorts out unique renderer lifecycle
2021-01-21 10:46:24 +00:00
Dimitrie Stefanescu
5d4cf9c616
feat(viewer): scaffolds frontend renderer integration
2021-01-20 20:00:00 +00:00
Dimitrie Stefanescu
3fa3615b74
Merge pull request #79 from peterjgrainger/master
...
Docker image recipe containing the Frontend and the Server
2021-01-20 11:07:19 +00:00
Peter Grainger
72b760d3fa
refactor(docker): improve performance of image building
...
Move instructions around and split out downloading third party dependencies
2021-01-20 10:11:04 +00:00
Dimitrie Stefanescu
1553bdb133
Merge pull request #75 from specklesystems/dim/viewer
...
Dim/viewer - basic implementation
2021-01-19 22:42:14 +00:00
Dimitrie Stefanescu
4464944b6c
Merge branch 'master' into dim/viewer
2021-01-19 22:33:15 +00:00
Dimitrie Stefanescu
0269fec071
fix(viewer): cleans selection on scene disposal
2021-01-19 22:21:11 +00:00
Dimitrie Stefanescu
2326b5cc9e
improvement(viewer): cleans up sample viewer app
2021-01-19 22:20:49 +00:00
Dimitrie Stefanescu
516863ecd5
improvement(viewer): cleans up selection handling code
2021-01-19 22:20:05 +00:00
Peter Grainger
a2bc60a4fb
fix: http-proxy-middleware dev dependency
2021-01-19 22:13:00 +00:00
Peter Grainger
a5a233d913
feat(docker): refactor of Dockerfile and avoid loading dev dependency in prod
...
Refactor of the Dockerfile to keep as minimal as possible and add documentation. Also moved an npm module reference to only be referenced in development
2021-01-19 22:07:49 +00:00
Dimitrie Stefanescu
a26cf1ce3b
feat(viewer): selection utils: esc clears selection
2021-01-19 22:07:43 +00:00
Dimitrie Stefanescu
5428bab9f4
feat(viewer): adds loading convience method and improves selection behaviour
...
clicks on objects hidden by a section plane are no longer selecting it
2021-01-19 22:04:13 +00:00
Dimitrie Stefanescu
65c44caed8
fix(server): removes console log statements
2021-01-19 22:02:48 +00:00
Gergő Jedlicska
96425f4f4c
docs(.env-docker-compose): add docs and sensible default values for docker-compose execution
2021-01-19 22:06:10 +01:00
Gergő Jedlicska
57041c8b87
Merge branch 'containers_kickstart' of github.com:gjedlicska/speckle-server into containers_kickstart
2021-01-19 21:57:25 +01:00
Gergő Jedlicska
299ceee3a1
feat(dockerfile docker-compose app.js): production environment compatible build
...
Add consistent and optimized dockerfile with docs. Move http-proxy require to only in dev
environment. Removes mounting of server source code in the container. Restrict debug loggin only for
`speckle:*` logger.
2021-01-19 21:57:03 +01:00
Gergő Jedlicska
44965b7c2f
feat(dockerfile docker-compose app.js): production environment compatible build
...
Add consistent and optimized dockerfile with docs. Move http-proxy require to only in dev
environment. Removes mounting of server source code in the container. Restrict debug loggin only for
`speckle:*` logger.
2021-01-19 21:54:15 +01:00
Gergő Jedlicska
a4810b1186
updated to pg@latest. Either this, or an earlier
...
nodejs version ~12 is the way
2021-01-19 20:06:48 +01:00
Dimitrie Stefanescu
ddbd003c38
Update readme.md
2021-01-19 13:27:17 +00:00
Dimitrie Stefanescu
c541999eb3
Update readme.md
...
clarifies .env instructions
2021-01-19 13:25:49 +00:00
Peter Grainger
f45c6d5028
feat(docker): add docker configuration for frontend and server
...
Provide a Dockerfile to create an image containing the frontend and the server.
2021-01-19 12:03:01 +00:00
Gergő Jedlicska
51a6cacf5b
add Dockerfile for server and frontend
...
add reddis insigth container for redis management
with a slightly hackish way (mounting the server forder inside the container)
add working server app with only `docker-compose up`
2021-01-18 21:15:06 +01:00
Dimitrie Stefanescu
8de7162c18
fix(viewer): fixes loading of nested elems (e.g., windows in walls)
2021-01-17 23:23:03 +00:00
izzy lyseggen
69adfce263
Merge pull request #77 from psarras/patch-1
...
Update readme.md
2021-01-15 10:33:05 +00:00
Stamatios Psarras
3abd2b6f20
Update readme.md
...
typo: boot (👢 ) strap not boost-rap 🎹 😄
2021-01-15 10:08:57 +00:00
Gergő Jedlicska
d1b2fb90bb
added pgadmin service to compose
2021-01-14 19:28:15 +01:00
Gergő Jedlicska
f1e137117b
mend
2021-01-14 18:42:53 +01:00
Gergő Jedlicska
500331d6a3
feat(docker-compose and database): automated database initialization scripts
...
To bootstrap a local database container for Speckle Server an init script is added and it is mounted
to the container. Knexfile also had to be modified for in code connection string buildup.
#73
2021-01-14 18:27:53 +01:00
Gergő Jedlicska
669c4e2a78
Merge branch 'master' into containers_kickstart
2021-01-14 09:23:59 +01:00
Dimitrie Stefanescu
f5db265c67
docs(viewer): comments for another day
2021-01-14 00:53:45 +02:00
Dimitrie Stefanescu
113b027f99
fix(viewer): double tap zoom to object made nicer; other minor improvements
2021-01-13 23:17:48 +02:00
Dimitrie Stefanescu
39f0e827a0
feat(viewer): double tapping ✅
2021-01-13 22:52:28 +02:00
Dimitrie Stefanescu
83234b9741
improvement(viewer): snaps rotation controls on clipping planes; hides unecessary axis controls
2021-01-13 22:08:12 +02:00
Dimitrie Stefanescu
35b2c4937b
improvement(viewer): better SSAO & disabling on rotations to maintain fps
2021-01-13 21:22:57 +02:00
Dimitrie Stefanescu
25d255194a
improvement(viewer): hacks rhino metal materials to be lighter
2021-01-13 14:05:01 +02:00
Dimitrie Stefanescu
3b9e198d6c
feat(viewer): reflections and shiny things + section plane refactor
2021-01-13 13:56:06 +02:00
Dimitrie Stefanescu
60ef85955c
feat(viewer): section cuts & various improvements
2021-01-13 00:20:07 +02:00
Dimitrie Stefanescu
258f029573
feat(viewer): multiple improvements
...
object selection, multiple selection & deselection logic; zoom extents, zoom to object; default
solid material improvements; lighting improvements
2021-01-12 12:52:38 +02:00
Dimitrie Stefanescu
87290b9008
feat(viewer): first (rather large) commit
...
scaffolds the base 3d viewer for speckle.
2021-01-11 15:11:51 +02:00
Dimitrie Stefanescu
2f3ba1be22
fix(server): correctly sets path for app proxy
2021-01-11 12:04:28 +02:00
Dimitrie Stefanescu
5915886081
fix(server): corrects path for serving app
2021-01-11 10:02:14 +00:00
Matteo Cominetti
5b60928f47
Merge pull request #71 from specklesystems/docs
...
docs: removes all links to slack
2021-01-06 16:43:23 +00:00
Matteo Cominetti
490b213897
docs: removes all links to slack
2021-01-06 16:42:56 +00:00