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
Kristaps Fabians Geikins
bde4c36be3
adding profiling utils
2023-05-22 17:12:36 +03:00
Kristaps Fabians Geikins
c9e8f2984a
fix: dbnotificationlistener precommit
2023-05-22 17:10:07 +03:00
Kristaps Fabians Geikins
bc6bffc72e
quickfix: disabling db listener for testing
2023-05-22 16:52:13 +03:00
Alan Rynne
88b3254ef7
fix(tailwind-theme): Move default to be last option on exports. ( #1587 )
2023-05-22 11:35:08 +03:00
Gergő Jedlicska
636b3afd44
fix(fe2dockerfile): add postbuild script to the docker image
2023-05-19 17:02:37 +02:00
Kristaps Fabians Geikins
2eb5f51af3
feat: dui3 package ( #1585 )
2023-05-19 16:57:28 +03:00
Alexandru Popovici
1668cf6a65
Alex/diffing part 2 ( #1579 )
...
* 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
* 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
* Fixed the diffing issues with revit instances and hosted elements and nesting, etc. SetUserMaterial now accepts an optional list of rvs to apply the filter to, instead of figuring out the rvs itself.
2023-05-19 16:41:26 +03:00
AlexandruPopovici
7248156d89
Fixed an issue where elements weren't properly read for revit instances
2023-05-18 18:36:37 +03:00
Kristaps Fabians Geikins
12aa979628
feat(server): proper model() and version() error handling ( #1581 )
...
* feat(server): proper model() and version() error handling
* fix(fe-2): typing errors
2023-05-18 09:46:27 +02:00
Kristaps Fabians Geikins
ba7ef04ca3
fix(server): invites fixes + proper project()/stream() query error reporting ( #1580 )
...
* fix(server): invalid stream invite purge + better error handling
* fix(server): proper project/stream query error reporting
* undo env example change
* fix(server): fixed tests
* fix(fe-2): chromatic adjustments
* fix(fe-2): non-randomized stories
2023-05-17 17:17:09 +02:00
Iain Sproat
893f89666a
fix(circleci): documentation should only be committed if there are no changes ( #1578 )
2023-05-16 13:42:49 +01:00
Kristaps Fabians Geikins
1c156050ea
Merge branch 'main' of github.com:specklesystems/speckle-server
2023-05-16 14:57:37 +03:00
Kristaps Fabians Geikins
766e5710b7
fix: flaky discoverable streams tests + fe2 cookie corruption
2023-05-16 14:57:24 +03:00
Iain Sproat
6573961aa8
fix(circleci): If in a CI environment we must set git config ( #1577 )
2023-05-16 12:14:33 +01:00
Kristaps Fabians Geikins
7d3be1d131
feat: tailwind theme & Vue base components extracted to own NPM packages ( #1576 )
2023-05-16 13:43:04 +03:00
Iain Sproat
b1cbd05683
feat(circleci): adds a new step to ensure Helm Chart documentation is kept in line with Helm Chart ( #1574 )
...
* fix(helm): update documentation to match helm chart
* fix(helm): update documentation should not update README in helm repository
* fix(helm): should ensure output schema conforms to prettier requirements
* feat(pre-commit): update helm documentation as part of pre-commit
* feat(circleci): update Helm README when publishing new Helm chart
* fix(pre-commit): need to npm install before using readme generator
2023-05-12 13:26:28 +01:00
Alexandru Popovici
294f2a101d
Instance/Block Selection Fixes ( #1572 )
...
* Fixed conflicts
* Fixed the issues with instances not isolating. Fixed the issue with not being able to zoom in on instances
2023-05-11 11:34:37 +03:00
Kristaps Fabians Geikins
40def09ce0
Merge branch 'main' of github.com:specklesystems/speckle-server
2023-05-09 10:37:31 +03:00
Kristaps Fabians Geikins
582793924d
fix(fe2): CEF 65 support
2023-05-09 10:37:16 +03:00
Alexandru Popovici
e7d77ab157
Fix for #1525 ( #1566 )
2023-05-08 18:02:36 +03:00
Alexandru Popovici
71ed93192f
Added speckle type inheritance parsing in the converter ( #1565 )
2023-05-08 18:01:34 +03:00
Kristaps Fabians Geikins
c5edff0105
fix(server): more adjustments
2023-05-08 15:05:21 +03:00
Kristaps Fabians Geikins
8369f678c3
fix(server): more adjustments
2023-05-08 15:05:07 +03:00
Kristaps Fabians Geikins
31b8a4b29c
fix(server): back to legacy commitUpdated/created structs
2023-05-08 14:26:55 +03:00
Kristaps Fabians Geikins
42a49fb635
chore: ensuring react ttypes are always stubbed ( #1570 )
2023-05-08 14:07:56 +03:00
Iain Sproat
93179e163b
fix(helm): selector labels for frontend cannot be changed automatically by helm ( #1569 )
2023-05-08 11:14:12 +02:00
Kristaps Fabians Geikins
b02a07e2b6
feat: Frontend 2.0 MVP
2023-05-08 10:47:01 +03:00
AlexandruPopovici
3238427488
Due to a small overlook, mesh batches had color VBOs created always, regardless if there were colors or not. With this fixed, we're reduced memory footprint taken up pointlessly
2023-05-07 17:14:43 +03:00
AlexandruPopovici
a8a43497d2
Added world reduction after subtree removel from the scene. Removed all sandbox calls to the World interface
2023-05-06 00:07:06 +03:00
AlexandruPopovici
793f8bab51
Fix for an issue with block instances conversions and older older commits
2023-05-05 23:49:29 +03:00
Dimitrie Stefanescu
65334ff3c0
fix(viewer): adds support for @elements as well as elements in viewer traversal ( #1563 )
2023-05-05 20:33:14 +03:00
Iain Sproat
4eab7d9dcd
chore(deps): bump node to 18.16.0 ( #1564 )
2023-05-05 12:43:39 +01:00
Dimitrie Stefanescu
78adac2274
Merge pull request #1557 from specklesystems/alex/#1554
...
#1554 Auto explode range
2023-05-02 14:52:03 +01:00
AlexandruPopovici
e90abfbe88
Added BAS direct indexing from TAS for shapecasting as well. Forgot to add it in the last PR
2023-05-02 15:24:58 +03:00
AlexandruPopovici
241cebc92f
Merge branch 'main' into alex/#1554
2023-05-02 15:11:59 +03:00