Commit Graph

3350 Commits

Author SHA1 Message Date
Gergő Jedlicska d53df11f77 style(server): fix all eslint errors and break the tests 2022-03-31 14:18:44 +02:00
Gergő Jedlicska 0372734c1a style(previews): fix most of eslint errors 2022-03-31 10:35:36 +02:00
Fabians abe6d5e086 chore: re-formatted everything with prettier 2022-03-30 12:54:24 +03:00
Fabians 48495bd60f fix(frontend): fixing streams nav group activator disappearing occasionally 2022-03-30 12:06:46 +03:00
Gergő Jedlicska 08af792aec style(fileimport-service): fix eslint errors 2022-03-30 10:09:49 +02:00
Gergő Jedlicska 6ea3ff1e63 style(viewer): fix eslint errors 2022-03-30 10:07:40 +02:00
Gergő Jedlicska 1dbb00b13f style(objectloader): fix eslint errors 2022-03-29 21:45:18 +02:00
Gergő Jedlicska 66a6b0fdcc style(webhook-service): fix eslint errors on webhooks 2022-03-29 21:36:06 +02:00
Gergő Jedlicska 569b4688fa style(all): reformat with print width 88 2022-03-29 19:46:49 +02:00
dependabot[bot] 6d95f41224 chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/frontend
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 16:33:08 +00:00
dependabot[bot] b81866a6e2 chore(deps): bump url-parse from 1.5.7 to 1.5.10 in /packages/frontend
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 16:33:02 +00:00
Matteo Cominetti 8bae0a7508 feat(frontend): adds webp images with fallback to png during onboarding 2022-03-29 17:09:08 +01:00
Matteo Cominetti 58a8f9c6f4 Merge remote-tracking branch 'origin/main' into matteo/onboarding 2022-03-29 15:26:35 +01:00
Fabians aa5e94d640 chore: reformatting everything with prettier 2022-03-29 17:12:31 +03:00
Fabians 04100d1b60 feat: added prettierignore file and fixed some issues prettier found in some files 2022-03-29 16:53:49 +03:00
Kristaps Fabians Geikins aeeb88340d feat: favoriting streams #620 (#633) 2022-03-29 16:30:49 +03:00
Matteo Cominetti 492ee3258e feat: updates onboarding wizard 2022-03-29 13:42:36 +01:00
dependabot[bot] 4f764468c9 chore(deps): bump minimist in /packages/preview-service
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 10:42:46 +00:00
dependabot[bot] bfa8665912 chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/viewer
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 10:42:44 +00:00
dependabot[bot] c7263781ea chore(deps): bump minimist in /packages/fileimport-service
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 10:42:32 +00:00
Cristian Balas 5871339a18 Improve express error handling and monitoring (#641) 2022-03-29 13:41:58 +03:00
Matteo Cominetti 1bbf147dd7 fix(frontend): grammar fix 2022-03-29 09:50:21 +01:00
Gergő Jedlicska 7086749c26 fix(frontend): found the root cause of the user search not returning values 2022-03-24 18:06:46 +01:00
Gergő Jedlicska 49fdc1ff40 fix(frontend): fix user search caching not showing users the second time
with the same query the user search result is cached and no valid results are returned
2022-03-23 18:09:24 +01:00
Gergő Jedlicska 99025542cc feat(frontend): update userSearch query schema with cursor and archived parameters 2022-03-23 18:08:13 +01:00
Gergő Jedlicska 9964f61ab2 style(server): fix auth tests linting 2022-03-23 18:07:21 +01:00
Gergő Jedlicska 19c01fe052 test(server): test archived users search 2022-03-23 18:06:53 +01:00
Gergő Jedlicska 522126a24d fix(server): do not query archived users for searchUsers query if not explicitly asked
fix #612
2022-03-23 18:06:09 +01:00
Cristian Balas f37e623c8b Server limits and ratelimits (#632) 2022-03-23 14:29:58 +02:00
Gergő Jedlicska fb6268a06b Merge branch 'main' of github.com:specklesystems/speckle-server into dim/bubbles-cosmetics 2022-03-22 11:19:00 +01:00
Dimitrie Stefanescu 3a3c745f72 fiddles(comments): catches one weird firefox bug + changes icon 2022-03-21 23:31:40 +00:00
Dimitrie Stefanescu 59ef65d45e style(comments): removes console log 2022-03-21 22:43:08 +00:00
Dimitrie Stefanescu 61362a499e feat(comments): mark as read 2022-03-21 22:41:56 +00:00
Dimitrie Stefanescu cfd81640e7 fix(frontend): cam url set un-fumble 2022-03-21 22:36:37 +00:00
Dimitrie Stefanescu f4a9242f92 feat(comments): who is typing live updates (front) 2022-03-21 22:36:19 +00:00
Dimitrie Stefanescu 99ef43172b feat(comments): "who-is-typing" updates for comment threads 2022-03-21 22:35:19 +00:00
Dimitrie Stefanescu ea9804ece9 feat(comments): adds loading indicators + minor other gotchas 2022-03-21 18:39:12 +00:00
Gergő Jedlicska e5a19388f2 Merge pull request #625 from specklesystems/fabians/cicd-test-fix1
New coverage upload type
2022-03-21 15:17:22 +01:00
Kristaps Fabians Geikins 1995b9f09b bringing back junit reporter 2022-03-21 16:02:14 +02:00
Dimitrie Stefanescu 82a6759bb8 feat(comments): adds comment count displays on commits and streams
Other: fixes resolvers for comment counts; unifies branch commit preview card with main page commit preview card; adds schema for commit total count in CommitCollectionUserNode
2022-03-20 10:57:09 +00:00
Dimitrie Stefanescu d0be5eaced tests(comments): exclude archived comms from resource total count calcs 2022-03-20 10:07:03 +00:00
Dimitrie Stefanescu 5ede207f7d feat(comments): adds comment counts to streams, commits and objects + tests 2022-03-19 20:50:52 +00:00
Dimitrie Stefanescu 600ffc65d9 fix(comments): no-cache so we get accurate reply counts in comment list item 2022-03-19 18:34:07 +00:00
Dimitrie Stefanescu fa79812d11 fix(comments): prevents stream hopping on subs 2022-03-19 18:17:05 +00:00
Dimitrie Stefanescu 663c158422 feat(comments): fixes some tests & resolvers 2022-03-19 14:46:13 +00:00
Dimitrie Stefanescu 280013287f Merge branch 'dim/bubbles' into dim/bubbles-cosmetics 2022-03-19 14:32:05 +00:00
Dimitrie Stefanescu 5231d88c23 feat(comments): fixes frontend + backend bugs,
adds more schema comments
2022-03-19 14:25:36 +00:00
Dimitrie Stefanescu 357b5c7fc5 Merge branch 'dim/bubbles' into dim/bubbles-cosmetics 2022-03-19 12:20:51 +00:00
Dimitrie Stefanescu a35e42cb7d feat(comments): deletion handled properly in frontend 2022-03-18 17:43:02 +00:00
Gergő Jedlicska 84686e8428 Merge branch 'dim/bubbles-cosmetics' of github.com:specklesystems/speckle-server into dim/bubbles 2022-03-18 09:56:54 +01:00