Commit Graph

4652 Commits

Author SHA1 Message Date
Dimitrie Stefanescu ef1a6470d5 feat(fe2): various mp actions (projects, models, versions, uploads) 2023-06-09 18:01:38 +01:00
Iain Sproat df6a69226b chore(deps): bump fast-xml-parser to 4.2.4 (#1618) 2023-06-09 16:52:58 +01:00
Dimitrie Stefanescu 232b715207 feat(fe2): pageviews 2023-06-09 15:52:43 +01:00
Dimitrie Stefanescu 761d6a4387 Merge pull request #1615 from specklesystems/dim/fe2/empty-states
Dim/fe2/empty states
2023-06-09 11:49:43 +01:00
Dimitrie Stefanescu 518f54cb5d fix(fe2): prettier was not working XXXXX 2023-06-09 11:33:36 +01:00
Dimitrie Stefanescu aef77857fb fix(fe2): eslint fixes 2023-06-08 20:13:45 +01:00
Dimitrie Stefanescu d7b75b872c fix(fe2): linting 2023-06-08 20:12:29 +01:00
Dimitrie Stefanescu d8b53e77fc Merge branch 'main' into dim/fe2/empty-states 2023-06-08 19:38:55 +01:00
Dimitrie Stefanescu 985609c4fc feat(fe2): empty states (discussions, models, projects, etc.) 2023-06-08 19:36:54 +01:00
Alexandru Popovici 5a5710bbd0 Objects with no application ids use the first applicationId found in their parent chain. If none found, they are considered added or removed (depending on the diffing direction) (#1614) 2023-06-08 16:39:34 +03:00
Dimitrie Stefanescu 7b037352df Dim/fe2/view changes (#1608)
* Fixed an issue with curves doubling up on geometry and also not being selectable after the last filtering changes. Added the options to make lines transparent. Added lines to diffing

* Points now are diff-able and support proper visual diff-ing. Visual diff filters are now chosen internally by the Differ. Fixed an issue with LineBatch and transparency

* Implemented PLAIN visual diff mode, where all objects keep their original materil, but opacity is manipulated via the diff time. Added API member function to switch between the PLAIN and COLORED visual diff modes

* feat(fe2): diffs wip

* Diffing fixes for instances and blocks. Things seem to be working fine, but there are some caveats. Additionally, some older issues were fixed and diffing now works better on all the rest of the streams

* feat(fe2): de-dupes diff results

* feat(fe2): wip diffs

* feat(fe2): diff transparency goes from 0 to 1

* feat(fe2): diff results display work

* feat(fe2): diff results display work

* feat(fe2): diff panel work

* feat(fe2): diff work: various display changes, coloring toggle, selection logic, selection object display wip

* feat(fe2): diff work: cleaned up old/new version, fixed minor bug in viewer diff time when swapping color mode

* feat(fe2): diff work: implements custom selection logic and selection display for modified objects (they come in pairs now)

* feat(fe2): diff minor fix in selected object display

* feat(fe2): wip; trying to fix diff order to be consistent (ordered by date)

* feat(fe2): wip, broken state right now

* feat(fe2): fixes scrollbars in viewer

* feat(fe2): fixes slider sync with diff time

* feat(fe2): WIP syncs of diffs (threads, refreshes, etc.)

* feat(fe2): diffing polish

* speckle shared fix

* speckle shared fix

* more bugfixes

* linter fixess

* more CI fixes

* fix viewerState serialization

* more linting fixess

* template fixes

* moving tailwind classes to theme package

* migrated away from diffString + simplified postSetup

* moved diff new/old version resolution to use state.resources

* cleanup

* updating url threadId & diff command correctly

* minor improvements to diff state

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
2023-06-08 11:26:19 +03:00
Dimitrie Stefanescu 874628e5c9 feat(fe2): empty states (discussions, models, projects, etc.) 2023-06-08 09:22:39 +01:00
Dimitrie Stefanescu 9fa09a9896 feat(fe2): connectors > connector downloads + empty state work 2023-06-08 09:21:58 +01:00
Kristaps Fabians Geikins 2b08bd5452 feat: moved various LayoutXXX components to ui-components (#1607)
* fix(ui-components): use basic anchor if external=true

* moved layout components to ui-components

* integrated new components into fe-2
2023-06-08 09:12:09 +03:00
Dimitrie Stefanescu 4a9ac29cf5 feat(fe2): dashboard empty state 2023-06-07 18:02:02 +01:00
AlexandruPopovici fe1a9f2eb3 Updated the older synchronous object loading function 2023-06-06 20:29:26 +03:00
Alexandru Popovici b3d8c5d28c Text support and limited Dimensions support (#1604)
* Font loading (hidden under a .png for now). Simple experiments with rendering text

* Added some text rendering tests. WIP on billboarding

* Added tests using troika-text-three library which uses sdf font textures instead of generating text geometry

* WIP on supporting speckle text objects

* Some more work on speckle text object integration. Worked on text materials, text batch and text object. We're now rendering basic text

* We're now rendering the text for various dimension types. Changed text to use display style first, since that's the one that contains it's color.

* Implemented text selection. Text can now be selected and works the same way every other speckle objects works when selecting

* Implemented the rest of the filtering features for text.

* Batch building can now be async. Building text batches needs to be async because that's how the troika libary works. Fixed an issue with the section box not clippin text properly

* Removed dummy text geometry data from it's RenderData. Enabled render views with metadata to count as valid. getRenderableRenderViews now returns nodes with metadata as well. Text now supports proper unit conversion. Text now is being displayed correctly(-ish) when inside blocks. Autocad text is now being displayed
2023-06-06 15:49:47 +03:00
Iain Sproat 5361d64e99 Revert "fix(server helm / dockerfile): remove entrypoint from dockerfile (#1605)" (#1606)
This reverts commit bcea709712.
2023-06-02 16:33:26 +01:00
Gergő Jedlicska bcea709712 fix(server helm / dockerfile): remove entrypoint from dockerfile (#1605)
the server helm deployment only overrides if inspect is needed
2023-06-02 16:01:01 +02:00
Kristaps Fabians Geikins 4aa25679ee fix: some minor build errors 2023-06-02 11:10:25 +03:00
Iain Sproat e71f382e6a feat(helm): configure inspect flag for server via helm chart (#1593) 2023-06-01 21:43:22 +01:00
AlexandruPopovici ebdb30dc14 Fixed a source of possible race conditions 2023-06-01 17:04:11 +03:00
Kristaps Fabians Geikins e3f4ab14c7 start sending headers to apollo studio 2023-05-30 13:01:48 +03:00
Kristaps Fabians Geikins 440adbd3f9 feat: checking schema changes against apollo studio (#1603) 2023-05-30 12:35:15 +03:00
Kristaps Fabians Geikins a62b7d0a15 fix: hiding outdated/stuck file uploads 2023-05-30 10:09:45 +03:00
Kristaps Fabians Geikins c650bd3fec fix(server): re-enabling functionality we disabled when we encountered performance degradation (#1602) 2023-05-30 09:50:18 +03:00
Kristaps Fabians Geikins 5c032bd7a8 fix(fe2): saving more concrete resourceIdString in comments 2023-05-30 09:17:02 +03:00
Kristaps Fabians Geikins defaafc4c0 feat(fe2): improved thread dragging (#1601) 2023-05-29 17:57:00 +03:00
Alexandru Popovici de48e2c453 Base objects in Blocks (#1600)
* Fixed a displaying issue with blocks that contain non-direct-convertible objects.

* Revert "Fixed a displaying issue with blocks that contain non-direct-convertible objects."

This reverts commit dc44a07d79e605e42e605befde1b09fdc95429d5.

* Different approach on fixing the Base object with display values in Blocks which should not generate regression since it's restricted only to blocks and works the same way for other situations except this one

* Added 'elements' lookup as well

* Check if display values or elements exist before destructuring them
2023-05-29 16:23:09 +03:00
Kristaps Fabians Geikins 9427686d42 fix(fe2): various follow mode & thread viewer state sync fixes & improvements (#1595)
* fix(fe2): unfollow on camera move

* WIP new state hydration function

* WIP sync state

* minor cleanup

* fix coloring not being tracked

* fix for post thread close camera pos restore

* supporting duplicate users

* preventing guest commenting + state reset fixes

* fixed guests not receiving viewer comment updates

* post-thread creation opens new thread

* removing gap between 'X is typing' and bubble appearing

* reset filters will also reset colors now

* fixed thread full context

* camera reset fix

* thread reset fix

* fixed router concurrency issues

* followed user avatar fix

* TONS OF DEBUGGING FOR ROUTER QUEUING

* removing queued routing debugging stuff + disabling spotlight cancelation

* WIP async URL updates

* missing authLogger fixed

* fix for broken projection

* fix for bubbles positions not updating correctly

* queued routing cleanup

* fixed spotlight mode disabling unnecessarily

* added back stoplight stop on ctrl

* undid spotlight debugging
2023-05-29 15:20:32 +03:00
Gergő Jedlicska acc2604cc5 fix(server commits graphql): fix commit author null error (#1596)
commit authorId-s can be null, if a server user is deleted.
We keep the commit on the server, so we need to be able to
return null values for commit author name and avatar

Co-authored-by: CI <devops+circleci@speckle.systems>
2023-05-24 14:33:10 +02:00
Kristaps Fabians Geikins 62eb807512 feat: stopping subscriptions at >100 errors per minute (#1592)
* feat: stopping subscriptions at >100 errors per minute

* chore: added explanatory comments

* added error state banner in fe1

* feat: error state banner in fe2
2023-05-24 14:07:10 +03:00
Iain Sproat a754c9fdcc ci(circleci): build containers in parallel with testing server (#1594) 2023-05-24 11:24:43 +01:00
Kristaps Fabians Geikins ada15c445d fix: re-enabling apollo calls per second tracking 2023-05-24 10:43:33 +03:00
Kristaps Fabians Geikins d36977ce45 temporarily disabling server subscription logging 2023-05-23 14:00:28 +03:00
Kristaps Fabians Geikins f83118977e fix(server): subscription request logging 2023-05-23 12:20:40 +03:00
Kristaps Fabians Geikins d84963e638 fix: fixing inverted if-else 2023-05-22 21:04:16 +03:00
Kristaps Fabians Geikins 49f1caf5ac fix(): disabling sub dataloader cache 2023-05-22 21:03:21 +03:00
Kristaps Fabians Geikins a42ee35c09 fix(server): self-cleaning sub dataloaders + Comment.data type change 2023-05-22 21:00:27 +03:00
Kristaps Fabians Geikins 057894e14f fix(fe1): comments not auto-expanding correctly 2023-05-22 20:15:51 +03:00
Kristaps Fabians Geikins c7bcf8c65f yarn install quickfix 2023-05-22 20:05:57 +03:00
Kristaps Fabians Geikins 9325af71cb server testttt 2023-05-22 19:47:35 +03:00
Kristaps Fabians Geikins c0b4a96ae7 farmhash testtt 2023-05-22 19:41:52 +03:00
Kristaps Fabians Geikins 5b5a48ea5a turning off yarn cache save 2023-05-22 19:32:43 +03:00
Kristaps Fabians Geikins 84a5052ca4 trying disabled yarn cache restore 2023-05-22 19:13:21 +03:00
Kristaps Fabians Geikins ef1a1e24fb Merge branch 'main' of github.com:specklesystems/speckle-server 2023-05-22 18:35:51 +03:00
Kristaps Fabians Geikins 55f46aca46 adding profiling tool to server 2023-05-22 18:35:45 +03:00
AlexandruPopovici 0b7887767a Updated how the viewer emits the Busy signal so it reflects it's activity better 2023-05-22 18:03:47 +03:00
Gergő Jedlicska 49454d117c use bigger resource class for test dui3 2023-05-22 16:37:42 +02:00
Gergő Jedlicska b56fdab1e0 add inspect mode to server backend 2023-05-22 16:21:39 +02:00