Commit Graph

4652 Commits

Author SHA1 Message Date
Matteo Cominetti 0468dc32b4 feat(frontend): adds dev onboarding 2021-06-23 16:45:04 +01:00
izzy lyseggen e724f70dd8 Merge pull request #308 from specklesystems/izzy/activity_stream
feat(server): activity stream gql stuff and smol tweaks
2021-06-23 15:41:17 +01:00
izzy lyseggen 3e2c90e6a6 feat(server): chat w cristi - bring limits back! 2021-06-23 15:39:47 +01:00
izzy lyseggen 8172328257 feat(server): activity stream args 2021-06-23 15:06:21 +01:00
izzy lyseggen 35dde4bdac feat(server): fill out activity stream queries 2021-06-23 10:19:04 +01:00
Matteo Cominetti b578e49ef3 feat(frontend): onboarding v2 init 2021-06-22 21:27:46 +01:00
izzy lyseggen f5ed0c8a9d feat(server): scaffold activity stream queries 2021-06-22 18:03:33 +01:00
izzy lyseggen ffe9c1c6cc fix(server): typo 2021-06-22 17:59:58 +01:00
izzy lyseggen f1199db075 chore: lint and package lock 2021-06-22 17:59:33 +01:00
cristi8 8c328c3947 after discussisons 2021-06-22 14:29:37 +03:00
Dimitrie Stefanescu 14f59fa1d5 feat: wIP parser implementation 2021-06-21 10:22:23 +01:00
Cristian Balas bd7505e7b0 increase preview service retry delay to 1 week (#305) 2021-06-18 17:16:42 +03:00
Cristian Balas 3447ee1210 increase db streaming cache to 500 objects (#304) 2021-06-18 16:34:09 +03:00
cristi8 c5b86c4b40 after discussions 2021-06-17 17:52:18 +03:00
Dimitrie Stefanescu a9cdcb4cfd Merge pull request #302 from specklesystems/dim/stream-tutorial-cristi
feat(server): increasing highwatermark in db stream
2021-06-17 14:32:06 +01:00
Dimitrie Stefanescu 94c4c90d60 feat(server): increasing highwatermark in db stream; adding passthrough for bigger (500k) buffers cc @crist8 2021-06-17 13:27:42 +01:00
izzy lyseggen fe67ba22f0 Merge pull request #301 from specklesystems/izzy/globals-permissions
fix(frontend): globals permisisons
2021-06-17 11:40:59 +01:00
izzy lyseggen 11e252bd20 fix(frontend): hide globals commit from notif
the warning on main commit when you don't have permission
2021-06-17 11:35:00 +01:00
izzy lyseggen b63e061b4b fix(frontend): hide globalcreate if no permission 2021-06-17 11:33:05 +01:00
izzy lyseggen ef10d2f285 fix(globals): disable rather than hide save button
when you don't have permission / aren't logged in
(just to make it more clear)

tried a tooltip, but it looks p weird as it's not consistent w
the other buttons. however there is always
the para there to tell you why you can't save
2021-06-17 11:32:30 +01:00
cristi8 16221cbd92 Saving activities 2021-06-17 12:06:52 +03:00
cristi8 361270ac6c PreviewService package-lock update 2021-06-16 12:29:06 +03:00
Cristian Balas eea73470d8 Set upload limits (10mb obj, 50mb batch) (#300) 2021-06-16 12:10:35 +03:00
Matteo Cominetti 4a2558ad1d Merge pull request #299 from specklesystems/dev/frontend
feat(frontend): adds unity and unreal source apps
2021-06-15 15:31:41 +01:00
Matteo Cominetti 6c2e0d0dc2 Merge remote-tracking branch 'origin/main' into dev/frontend 2021-06-15 15:30:16 +01:00
Matteo Cominetti 48a0cfe793 feat(frontend): adds unity and unreal source apps 2021-06-15 15:28:48 +01:00
Alan Rynne 41683199e4 Merge pull request #290 from specklesystems/alan/admin-panel
Frontend: Admin Panel
2021-06-15 12:54:53 +02:00
Cristian Balas 23530c6f27 PreviewService: streaming download fix, added prometheus metrics (#298) 2021-06-15 12:04:13 +03:00
Matteo Cominetti 66b1c3adb7 Merge pull request #292 from specklesystems/dev/frontend
Dev/frontend: minor UI fix
2021-06-14 17:05:21 +01:00
izzy lyseggen 525d52a01d Merge pull request #291 from specklesystems/izzy/globals-sample-fix
fix(frontend): remove slash in globals sample
2021-06-14 15:53:45 +01:00
izzy lyseggen 5ef3c28cf2 fix(frontend): globals validation 2021-06-14 15:48:28 +01:00
Matteo Cominetti f407328179 Merge remote-tracking branch 'origin/main' into dev/frontend 2021-06-14 15:25:51 +01:00
Matteo Cominetti bbcd1b6107 fix(frontend): wrong sourceApp icon on stream main page 2021-06-14 15:25:45 +01:00
izzy lyseggen 12f5241814 fix(frontend): remove slash in globals sample
lol was causing unclear deserialisation issues
bc it's an invalid character and i forgot!
2021-06-14 15:00:20 +01:00
Alan Rynne dfedb66f9b Added "route protection" for admin panel, plus re-routed existing settings button in profile 2021-06-14 14:58:11 +02:00
Alan Rynne 7304a3a8b7 Added latest version fetch from github 2021-06-14 09:03:37 +02:00
Alan Rynne 39529a8a77 Commented out unfinished sections (users, streams, admin card) 2021-06-11 20:09:47 +02:00
Alan Rynne 2c10a8c3fa Hooked up backend to admin panel 2021-06-11 18:21:36 +02:00
Dimitrie Stefanescu 39d6a5999c Create SECURITY.md 2021-06-11 10:18:58 +01:00
Dimitrie Stefanescu fc1fd43faa Merge pull request #288 from specklesystems/dim/hotifx-invite-message-promise
fix(server): invite message promise fix
2021-06-11 10:15:50 +01:00
Dimitrie Stefanescu 23b40b2ee4 fix(server): invite message promise fix 2021-06-11 10:10:19 +01:00
Alan Rynne 8c2eda53bf Merge remote-tracking branch 'origin/main' into alan/admin-panel 2021-06-11 08:26:06 +02:00
Alan Rynne a2295764c9 User page, admin list and UI improvements 2021-06-11 08:25:45 +02:00
Dimitrie Stefanescu 7346b2c91c Merge pull request #287 from specklesystems/dim/stats-endpoints
Dim/stats endpoints
2021-06-10 19:24:16 +01:00
Dimitrie Stefanescu d79daa245b test(server): allows for port override in startHttp to potentially prevent EADDRINUSE errs in test 2021-06-10 19:21:24 +01:00
Dimitrie Stefanescu 57dca802c3 feat(server): admin backend gql api + tests 2021-06-10 17:47:15 +01:00
Dimitrie Stefanescu 6cbfd8d4ed feat(server): admin backend: adds stat services & tests 2021-06-10 14:00:12 +01:00
Dimitrie Stefanescu 2f7b7bedec feat(server): wIP: stats endpoints scaffolding 2021-06-10 09:45:29 +01:00
Alan Rynne d03f28e05e Merge remote-tracking branch 'origin/main' into alan/admin-panel 2021-06-09 22:14:35 +02:00
Cristian Balas 5058ed3862 CI: Also deploy to new k8s cluster (#286) 2021-06-09 18:50:33 +03:00