Kristaps Fabians Geikins
b02a07e2b6
feat: Frontend 2.0 MVP
2023-05-08 10:47:01 +03:00
Iain Sproat
4eab7d9dcd
chore(deps): bump node to 18.16.0 ( #1564 )
2023-05-05 12:43:39 +01:00
Iain Sproat
87e8d08e64
chore(deps): bump node to 18.15.0 ( #1446 )
2023-03-10 11:01:30 +00:00
Iain Sproat
d8b7123ed0
chore(deps): bump node from 18.14.0 to 18.14.2 ( #1426 )
2023-03-01 12:16:55 +00:00
Iain Sproat
a6fba9ebd3
chore(node): bump node version to 18.14.0 ( #1365 )
2023-02-10 11:44:44 +00:00
Iain Sproat
97ded1a9fe
Dependabot bumps combined (as of 2023-01-10) ( #1298 )
...
* chore(deps): bump vuetify from 2.6.5 to 2.6.10
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.5 to 2.6.10.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.10/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump loader-utils from 2.0.2 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump apollo-server-core from 3.10.2 to 3.11.1
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.2 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump express from 4.16.4 to 4.17.3
Bumps [express](https://github.com/expressjs/express ) from 4.16.4 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.3 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump json5 from 2.2.1 to 2.2.3
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump passport from 0.4.1 to 0.6.0
Bumps [passport](https://github.com/jaredhanson/passport ) from 0.4.1 to 0.6.0.
- [Release notes](https://github.com/jaredhanson/passport/releases )
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jaredhanson/passport/compare/v0.4.1...v0.6.0 )
---
updated-dependencies:
- dependency-name: passport
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump luxon from 3.0.1 to 3.2.1
Bumps [luxon](https://github.com/moment/luxon ) from 3.0.1 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.0.1...3.2.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump @graphql-codegen/cli
* chore(deps): bump nodemon to resolve got dependabot issue
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 11:26:57 +00:00
Iain Sproat
ee50b32b59
chore(node): upgrades to node 18 ( #1189 )
...
* chore(node): upgrades to node 18
Node 16 was out of support (but not security upgrades), so bumping to next stable version.
https://github.com/specklesystems/speckle-server/issues/1187
* Update server liveness and readiness probes for node 18
* Bump web-ifc to 0.0.36
* Apply `--no-experimental-fetch` flag to fileimport-service to prevent issues in web-ifc (via emscripten) with node 18
2022-12-06 12:57:48 +00:00
Kristaps Fabians Geikins
9860be7fd8
fix: various dependabot vulnerability fixes ( #1143 )
...
* fix: updating minimist to resolve vulnerability
* fix: upgrade mocha to fix minimatch vuln
* fix: terser vuln fix
* fix: moment.js vuln fix
* fix: getting rid of perfect toolbar (which resolves vulns)
2022-10-25 17:01:20 +03:00
Kristaps Fabians Geikins
55c736118b
feat(frontend): share buttons directly on commit cards + batch commit actions UX improvements ( #1122 )
...
* feat(frontend): help message for disabled checkboxes on commit cards
* refactor: share-stream-dialog cleanup
* refactor: further share-stream-dialog prep for more usages
* feat(server): sharing directly from commit grid cards
* feat(server): sharing directly from commit list cards
* refactor: removing unnecessary dev tests
2022-10-25 13:16:33 +03:00
Kristaps Fabians Geikins
0379d370d5
fix(frontend): viewer activity broadcast request volume greatly reduced ( #1107 )
...
* fix(frontend): viewer activity broadcast request volume greatly reduced
* fix(frontend): app being loaded twice when running viewer in vite hmr
2022-10-12 17:44:33 +03:00
Kristaps Fabians Geikins
ca5cfaaf2b
fix(frontend): comment link & attachment styling in both themes ( #1102 )
...
* Adding top-level ID to all v-app instances
* fix(frontend): comment link & attachment styling in both themes
* fix(frontend): some TS typing errors
2022-10-12 11:08:23 +03:00
Kristaps Fabians Geikins
0a58381174
feat: @speckle/shared & some comments fixes ( #997 )
2022-10-10 16:32:23 +03:00
Kristaps Fabians Geikins
2fef8b7de3
refactor(frontend): vue cli v4 -> vite ( #1000 )
2022-10-05 15:59:11 +03:00
Kristaps Fabians Geikins
f5468c2b33
chore: migrating vetur -> volar in VSCode ( #1058 )
...
* chore: migrating vetur -> volar in VSCode
* chore: improved volar workspace configuration
2022-10-05 15:32:24 +03:00
Kristaps Fabians Geikins
97ac4a3070
fix(frontend): stream search scache re-use fix ( #1068 )
2022-10-04 11:57:51 +03:00
Fabians
69a10f7f08
feat(frontend): comments in viewer embed + refactored frontend viewer foundations
2022-08-01 12:43:50 +03:00
Kristaps Fabians Geikins
b55f12d6bc
feat: apollo client v3 + vue apollo v4 ( #831 )
2022-07-25 12:24:59 +03:00
Kristaps Fabians Geikins
da9224a069
feat: server & stream invites rework
...
feat: server & stream invites rework
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-19 13:01:19 +03:00
Kristaps Fabians Geikins
b67adf87e7
feat(frontend): upgrade to vue 2.7 + demo of the composition API ( #825 )
2022-07-13 13:45:20 +03:00
Fabians
a10c49e731
feat: stream comment attachments
2022-06-28 15:26:38 +03:00
Kristaps Fabians Geikins
827500c32b
fix(frontend): embed viewer bugfixes & speed improvements ( #804 )
...
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
2022-06-16 12:37:04 +03:00
Kristaps Fabians Geikins
8d7f97b2cd
feat(frontend): typescript support in frontend ( #803 )
2022-06-14 17:30:51 +03:00
Fabians
1b963ee44d
feat: smart text editor & integration into stream comments
2022-06-10 16:46:57 +03:00
Gergő Jedlicska
638969cd01
gergo/yarn ( #753 )
...
* yarn first go
* fix frontend build cache loader
* yarn workspaces built server Docker
* build(yarn): add workspaces plugin config
* chore(package defs): clean package*.json -s
* chore(gitignore): ignore yarn error log
* build(yarn): update yarn lock
* build(preview-service webpack): add extra resolved path to preview service webpack config
because of yarn package hoisting, there are no package level node_modules folder anymore.
* build(docker): update dockerignore with yarn specific configs
* build(docker): update Dockerfiles for yarn workspaces utilization
* ci(circleci): update server test job to yarn
* ci(circle): disable cache restore
* ci(circleci): trying the node orb yarn-run
* ci(circleci): yarn-run again
* ci(circleci): disable node orb
* ci(circleci): change base node image for tests
* ci(circleci): add yarn cache
* ci(circleci): remove node install step
* ci(circleci): add server specific cache archives
* ci(circleci): test build and publish
* ci(circleci): change npm auth method to suit yarn
* ci(circleci): trying new builder image
* ci(circleci): another base image, maybe this works
* ci(circleci): force a specific docker engine version
* ci(circleci): add yarn version plugin and its changes
* ci(circleci): cleanup and remove temp branch config
* chore(package defs): moving from npm run to yarn
* explicitly specifying webpack4 as a frontend dep
* chore(package defs): replace npm with yarn everywhere
* docs(root readme): update with some yarn specific docs
* chore(root workspace): update dev scripts and package lock
* ci(circleci): enable package publish step with yarn
Co-authored-by: Fabians <fabis94@live.com >
2022-05-19 19:53:07 +02:00
Dimitrie Stefanescu
d987a74615
feat(comments): various pixel perfection tweaks + better link support (inc. in-comment links)
2022-05-16 21:46:13 +01:00
AlexandruPopovici
48e085ceaf
Revert "chore(release): publish to npm. Done by mistake with lerna"
...
This reverts commit 8b974d0db5 .
2022-04-30 17:48:02 +03:00
AlexandruPopovici
8b974d0db5
chore(release): publish to npm
...
[skip ci]
- @speckle/fileimport-service@2.3.17
- @speckle/frontend@2.3.17
- @speckle/objectloader@2.4.3
- @speckle/preview-service@2.4.3
- @speckle/server@2.3.17
- @speckle/viewer-sandbox@1.0.1
- @speckle/viewer@2.4.3
- @speckle/webhook-service@2.3.17
2022-04-29 12:54:26 +03:00
Kristaps Fabians Geikins
e8869e210c
feat(frontend): build speed & chunk structure optimization ( #690 )
...
* feat(frontend): build speed & chunk structure optimization
* fix: attempting to work around precommit inconsistent eslint config
* chore(pre-commit config): ignore mocharc for eslint
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-04-13 10:21:24 +03:00
Gergő Jedlicska
b574817200
chore: re lernafy package version specks
2022-04-09 16:06:55 +02:00
Fabians
c91f0a4bba
feat: fixed viewer & objectloader build configs
2022-04-08 12:46:34 +03:00
CI
f5573dd59b
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2889
- @speckle/frontend@2.3.17-alpha.2889
- @speckle/objectloader@2.3.17-alpha.2889
- @speckle/preview-service@2.3.17-alpha.2889
- @speckle/server@2.3.17-alpha.2889
- @speckle/viewer@2.3.17-alpha.2889
- @speckle/webhook-service@2.3.17-alpha.2889
2022-04-07 18:36:41 +00:00
CI
ae1bae65de
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2878
- @speckle/frontend@2.3.17-alpha.2878
- @speckle/objectloader@2.3.17-alpha.2878
- @speckle/preview-service@2.3.17-alpha.2878
- @speckle/server@2.3.17-alpha.2878
- @speckle/viewer@2.3.17-alpha.2878
- @speckle/webhook-service@2.3.17-alpha.2878
2022-04-07 18:22:45 +00:00
CI
826d4546ec
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2867
- @speckle/frontend@2.3.17-alpha.2867
- @speckle/objectloader@2.3.17-alpha.2867
- @speckle/preview-service@2.3.17-alpha.2867
- @speckle/server@2.3.17-alpha.2867
- @speckle/viewer@2.3.17-alpha.2867
- @speckle/webhook-service@2.3.17-alpha.2867
2022-04-07 18:11:38 +00:00
CI
7e06f4b96c
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2856
- @speckle/frontend@2.3.17-alpha.2856
- @speckle/objectloader@2.3.17-alpha.2856
- @speckle/preview-service@2.3.17-alpha.2856
- @speckle/server@2.3.17-alpha.2856
- @speckle/viewer@2.3.17-alpha.2856
- @speckle/webhook-service@2.3.17-alpha.2856
2022-04-07 17:53:00 +00:00
CI
963750e64a
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2844
- @speckle/frontend@2.3.17-alpha.2844
- @speckle/objectloader@2.3.17-alpha.2844
- @speckle/preview-service@2.3.17-alpha.2844
- @speckle/server@2.3.17-alpha.2844
- @speckle/viewer@2.3.17-alpha.2844
- @speckle/webhook-service@2.3.17-alpha.2844
2022-04-07 16:14:33 +00:00
Gergő Jedlicska
55f658b04e
Merge branch 'main' of github.com:specklesystems/speckle-server into CI/lernaPublish
2022-04-07 18:12:27 +02:00
CI
cb03a52104
chore(release): publish %v [skip ci]
...
- @speckle/fileimport-service@2.3.17-alpha.2830
- @speckle/frontend@2.3.17-alpha.2830
- @speckle/objectloader@2.3.17-alpha.2830
- @speckle/preview-service@2.3.17-alpha.2830
- @speckle/server@2.3.17-alpha.2830
- @speckle/viewer@2.3.17-alpha.2830
- @speckle/webhook-service@2.3.17-alpha.2830
2022-04-07 15:58:04 +00:00
Fabians
084cf1585e
chore: adding node version checks + migrating server lock back to new format
2022-04-07 13:05:25 +03:00
Matteo Cominetti
8b7f539427
feat: removes matomo & changes some CI/CD settings ( #670 )
2022-04-06 15:58:05 +03:00
Kristaps Fabians Geikins
aeeb88340d
feat: favoriting streams #620 ( #633 )
2022-03-29 16:30:49 +03:00
Kristaps Fabians Geikins
b157a98901
feat(server): simplified test running & IDE integrations
2022-03-16 17:31:53 +02:00
Kristaps Fabians Geikins
8010bf3c4c
feat: Standardized & cleaned up formatting & linting across repo #617 ( #618 )
...
* feat: Standardized & cleaned up formatting & linting across repo
Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems >
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-03-16 10:10:30 +02:00
Cristian Balas
68908525c0
depndency upgrades ( #598 )
2022-02-17 21:34:53 +02:00
Cristian Balas
88f52e4660
removed unused dependency, pinned saas to avoid deprecation warnings ( #578 )
2022-02-07 14:42:21 +02:00
Dimitrie Stefanescu
6d60b4825e
feat(frontend): wrapping up 🧹
2022-02-02 08:13:46 +00:00
Matteo Cominetti
50158ee39d
feat(frontend): adds new analytics service
2022-01-28 18:43:25 +00:00
Dimitrie Stefanescu
148161d4c1
feat(frontend): adds histogram viewer as per @cristi8's suggestion
2022-01-19 20:21:15 +00:00
Dimitrie Stefanescu
bf8c878e6e
feat(frontend): wIP store implementation for hiding/isolating objects
...
TODOs: category, numeric, etc. + more checks
2022-01-18 21:00:48 +00:00
Dimitrie Stefanescu
a08ef75cc3
Merge branch 'main' into dim/cleanup
2022-01-11 12:46:38 +00:00
Dimitrie Stefanescu
e6a3a35e58
feat(frontend): various last mile todos
2022-01-10 10:41:38 +00:00