Commit Graph

3350 Commits

Author SHA1 Message Date
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
Dimitrie Stefanescu ec08aef74a experiments(dui3): minor change 2023-07-18 14:25:36 +01:00
oguzhankoral 738b2a001c Rename view_id to binding_name 2023-07-18 15:56:12 +03: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
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 87a7397061 chore(fileimport): improve logging (#1697) 2023-07-13 19:11:29 +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
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
Kristaps Fabians Geikins 93bd557256 feat(fe2): client-side error logging to seq (#1691)
* WIP seq-logging

* nuxt plugin + infra adjustments
2023-07-12 16:58:58 +03:00
Iain Sproat 9f0418893f chore(objects upload): improves response when error due to large object size (#1685)
* test(objects upload): adds a test for large object
* print object too large messages in response
* allows object maximum size to be configured
2023-07-12 10:57:59 +01:00
Iain Sproat 9fe6ed3ed0 fix(/objects): should return 400 error to invalid input data format/mechanism (#1664) 2023-07-12 10:35:16 +01:00
Kristaps Fabians Geikins 3999372b68 fix: pino dep missing 2023-07-12 11:55:48 +03:00
Kristaps Fabians Geikins 53c6871813 fix(fe2): apollo link logger missing 2023-07-12 11:21:16 +03:00
Kristaps Fabians Geikins eaf925b387 feat(fe-2): improved logging (#1684)
* feat(fe-2): improved logging

* yarn lock update

* attempted speckle/shared build fix

* helm updates

* Updates documentation for helm chart

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-07-12 10:21:08 +03:00
Iain Sproat 2d0d4b3d9a fix(ip logging): handle ip addresses in header x-original-forwarded-for (#1686) 2023-07-11 23:00:42 +01:00
Dimitrie Stefanescu ca91ff8960 experiments(dui3): adds an event emitter base class 2023-07-11 19:17:22 +01:00
Dimitrie Stefanescu 2cdc5b7d92 experiments(dui3): adds an event emitter base class 2023-07-11 19:16:46 +01:00
Iain Sproat 9eaf1227f9 fix(object upload): provide guard of expectation of an array (#1665)
* fix(object upload): provide guard of expectation of an array
* additional logging to understand what is occurring
* adds tests for object not json and object not json array
2023-07-11 16:23:32 +01:00
Dimitrie Stefanescu 1958446827 experiments(dui3): cleanup + comments 2023-07-11 12:45:16 +01:00
dependabot[bot] d8aae97402 build(deps-dev): bump stylelint from 14.14.0 to 15.10.1 (#1676)
* build(deps-dev): bump stylelint from 14.14.0 to 15.10.1

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.14.0...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix broken yarn.lock resolution

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-07-11 12:36:18 +01:00
AlexandruPopovici 59d327bbb3 Fix for block instances with no elements 2023-07-11 13:58:45 +03:00
Dimitrie Stefanescu 9c2d2e5fdb experiments(dui3): quick fix for skp bridge init logic/order 2023-07-11 10:34:38 +01:00