Commit Graph

4652 Commits

Author SHA1 Message Date
Gergő Jedlicska 53e5e28ffc fix(server chunkin): fix string size calculation 2023-07-20 13:11:35 +02:00
Gergő Jedlicska b71dce61c0 feat(server objects): add insertion object chunking logic 2023-07-20 12:52:24 +02:00
Kristaps Fabians Geikins d7ff2a85b5 fix(fe2): getting rid of H3 dep in client bundle for logging 2023-07-20 09:11:49 +03:00
Kristaps Fabians Geikins 252ae3c70c feat(fe2): more error logging optimizations 2023-07-19 19:09:41 +03:00
Kristaps Fabians Geikins ee79bfaaeb feat(fe2): improved client logging props 2023-07-19 18:19:48 +03:00
Kristaps Fabians Geikins f1fee3e64f fix(fe2): better object logging 2023-07-19 17:26:06 +03:00
Kristaps Fabians Geikins ed28b66f24 fix(fe2): seq ingestion sending payload that is way too big 2023-07-19 17:19:16 +03:00
Kristaps Fabians Geikins e96241d911 fix(fe-2): structured logging fixes 2023-07-19 16:32:51 +03:00
Kristaps Fabians Geikins a7ba118f3a fix(server): 500 error when Commit.author is null 2023-07-19 14:16:48 +03:00
Kristaps Fabians Geikins 80df259159 feat(server): improved cross-server commit/version download (#1711) 2023-07-19 11:43:06 +03:00
Iain Sproat a7f6fc0aba chore(deps): bump fast-xml-parser 4.2.4 to >=4.2.5 (#1710) 2023-07-18 14:30:53 +01:00
Dimitrie Stefanescu ec08aef74a experiments(dui3): minor change 2023-07-18 14:25:36 +01:00
Iain Sproat e0819bb690 chore(deps): bump bl to >=1.2.3 and semver 7.0.0 to 7.5.4 (#1709)
* chore(deps): bump bl >=1.2.3
* sort resolutions in alphabetical order
* chore(deps): bump semver 7.0.0 to 7.5.4
2023-07-18 14:12:35 +01:00
oguzhankoral 738b2a001c Rename view_id to binding_name 2023-07-18 15:56:12 +03:00
Iain Sproat b8ce7b550b chore(deps): bump xml2js >=0.5.0 (#1708)
* chore(deps): bump xml2js to >=0.5.0
2023-07-18 13:46:27 +01:00
Kristaps Fabians Geikins 81116dbbe3 fix(fe-2): lodash import missing in logger 2023-07-18 15:25:43 +03:00
Kristaps Fabians Geikins 4b2d0074cc eslint fixes 2023-07-18 15:19:42 +03:00
Kristaps Fabians Geikins f61c2e80a8 fix(fe-2): more resilient useLogger 2023-07-18 14:55:17 +03:00
Iain Sproat 0f0215494b chore(deps): resolve word-wrap to a patched fork (#1707) 2023-07-18 12:42:11 +01:00
Iain Sproat e98b25ea55 chore(deps): bump tough cookie >=4.1.3 (#1706)
* chore(deps): bump tough-cookie >=4.1.3
2023-07-18 12:27:25 +01:00
Iain Sproat 4ac3d7477e chore(deps): bump semver to >=5.7.2 (#1705)
* chore(deps): bump semver to 7.5.4

* chore(deps): bump semver to >=4.3.2

* chore(deps): bump semver <7.5.4 to 7.5.4

* chore(deps): bump semver <5.7.2 to >=5.7.2
2023-07-18 12:13:36 +01:00
Dimitrie Stefanescu 7d235dcb5f experiments(dui3): really nothing special in this commit 2023-07-18 10:06:07 +01:00
Dimitrie Stefanescu 65bb09d522 experiments(dui3): adds mocked bindings and upgrades nuxt 2023-07-18 10:04:36 +01:00
Dimitrie Stefanescu 47a87472d5 Merge branch 'dim/dui3' of https://github.com/specklesystems/speckle-server into dim/dui3 2023-07-17 18:30:52 +01:00
Dimitrie Stefanescu 1083769bc0 experiments(dui3): wip 2023-07-17 18:30:49 +01:00
oguzhankoral 0c78fb625d Catch/handle error from sketchup 2023-07-17 17:40:40 +03:00
Dimitrie Stefanescu d176d0c596 experiments(dui3): poor man's test runniner in /test 2023-07-16 09:42:40 +01:00
Dimitrie Stefanescu 9d812e935d experiments(dui3): cleanup 2023-07-15 18:10:50 +01:00
oguzhankoral 8597c32434 Add testBindings functions -validated for sketchup 2023-07-14 15:59:07 +03:00
Dimitrie Stefanescu fd46eaebe6 experiments(dui3): wip ITestBinding + page 2023-07-14 11:39:47 +01:00
Dimitrie Stefanescu 77aad568bc experiments(dui3): added test bindings 2023-07-14 11:28:17 +01:00
Dimitrie Stefanescu 520a65c73c experiments(dui3): cleanup 2023-07-14 11:13:21 +01:00
oguzhankoral bf84060f5e Create SketchupBridge for tryHoistBinding 2023-07-14 12:49:26 +03:00
Dimitrie Stefanescu 09a0e91214 Merge branch 'dim/dui3' of https://github.com/specklesystems/speckle-server into dim/dui3 2023-07-14 08:15:27 +01:00
Dimitrie Stefanescu 047a7644a2 experiments(dui3): cleanup 2023-07-14 08:13:22 +01:00
oguzhankoral 203ca507fb Implement sketchup bridge to tryHoistBindings 2023-07-14 02:52:14 +03:00
Iain Sproat fd04a1d055 fix(fileimport): destructuring for...of should use entries() (#1704) 2023-07-13 21:18:51 +01:00
Iain Sproat b9b9f7dee9 fix(fileimport): return timeout error message to server & suppress noisy logging (#1703)
* fix(fileimport): reduce noisiness of logging
* fix(fileimport): return timeout error message to server
2023-07-13 20:52:04 +01:00
Iain Sproat 9c3d595141 fix(fileimport): logging of child process should not be suppressed as debug (#1702)
- log as info, not debug level
2023-07-13 19:55:44 +01:00
Iain Sproat dc4c80885d fix(helm README): add missing description end tag (#1701) 2023-07-13 19:41:46 +01:00
Iain Sproat 8d21a868e3 ci(publish): all publish steps should wait on all required test steps to pass (#1700) 2023-07-13 19:34:38 +01:00
Iain Sproat 87a7397061 chore(fileimport): improve logging (#1697) 2023-07-13 19:11:29 +01:00
Iain Sproat 89e7393944 ci(codecov): base uploader is deprecated (#1698) 2023-07-13 19:08:40 +01:00
Iain Sproat ea6d2c9042 feat(prometheus): add status code and improved path grouping to request duration metrics (#1591)
* replaces expressMonitoring.js
2023-07-13 16:21:16 +01:00
Dimitrie Stefanescu 2467b4749f experiments(dui3): introducing generic bridge (cef/webview2) + some cleanup 2023-07-13 15:04:18 +01:00
Iain Sproat c3dc3aceb2 fix helm test frontend2 (#1696)
* Quote values
2023-07-13 13:21:47 +01:00
Iain Sproat 54829ec257 fix(helm test): works with frontend2 (#1693) 2023-07-13 13:02:03 +01:00
Iain Sproat 05aa82b3f1 fix(helm): only deploy frontend-2 if enabled in helm chart (#1695)
* fix(helm): only deploy frontend-2 if enabled in helm chart
* Do not deploy frontend if frontend-2 is enabled
2023-07-13 11:34:33 +01:00
Dimitrie Stefanescu eb0f4402fb experiments(dui3): WIP - needs minor readjustments with the .net patterns 2023-07-12 19:39:15 +01:00
Kristaps Fabians Geikins 0d6e971685 fix(fe-2): adding server name to seq logging 2023-07-12 17:08:58 +03:00