Commit Graph

4652 Commits

Author SHA1 Message Date
Gergő Jedlicska c7d1d2f6f2 appdir test runner 2022-03-25 10:17:13 +01:00
Gergő Jedlicska 7351af90f1 add trying to add test runner 2022-03-25 10:07:12 +01:00
Gergő Jedlicska 76c7fcdb68 packages! 2022-03-25 10:01:43 +01:00
Gergő Jedlicska 8161a6b9c7 add server appdir for tests 2022-03-25 10:00:39 +01:00
Gergő Jedlicska ffd300fd78 changing directory 2022-03-25 09:56:44 +01:00
Gergő Jedlicska 99553408eb install packages for test 2022-03-25 09:52:22 +01:00
Gergő Jedlicska ebdd3a24a3 unify workflow 2022-03-25 08:22:01 +01:00
Gergő Jedlicska 64bd659463 move filters to workflow def 2022-03-25 08:03:09 +01:00
Gergő Jedlicska 7ac8fa729c split workflow 2022-03-25 07:58:27 +01:00
Gergő Jedlicska 334a540bbc update 2022-03-25 07:05:46 +01:00
Gergő Jedlicska 84239cb012 its YML not YAML 2022-03-25 07:02:59 +01:00
Gergő Jedlicska b25b32de1e disable main branch trigger 2022-03-25 07:01:59 +01:00
Gergő Jedlicska 38604aac42 initial ci config restructure 2022-03-25 07:01:28 +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 497f6b0005 Update readme.md 2022-03-22 14:59:07 +01:00
Gergő Jedlicska f6d1659e67 Merge pull request #626 from specklesystems/dim/bubbles-cosmetics
dim/bubbles cosmetics
2022-03-22 11:33:24 +01: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 6f2ae608f6 another mistake...fixed 2022-03-21 16:09:26 +02:00
Kristaps Fabians Geikins dc5bc87f5e another fix lol 2022-03-21 16:07:28 +02:00
Kristaps Fabians Geikins 8baa9bf2b4 fixing ci/cd test command 2022-03-21 16:03:50 +02:00
Kristaps Fabians Geikins 1995b9f09b bringing back junit reporter 2022-03-21 16:02:14 +02:00
Kristaps Fabians Geikins 4c826f6210 New coverage upload type 2022-03-21 15:45:34 +02:00
Gergő Jedlicska 399c6d6c51 Merge pull request #624 from specklesystems/fabians/auto-test-db-init
feat(server): configurable .env.test & auto-creation of the test db
2022-03-21 14:44:19 +01: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
Dimitrie Stefanescu c8ca8e5c0c feat(comments): anon viewers part 2 - WIP 2022-03-17 22:21:17 +00:00
Dimitrie Stefanescu 09c093d444 feat(comments): anon viewers part 1 2022-03-17 22:21:01 +00:00