Commit Graph

211 Commits

Author SHA1 Message Date
Dimitrie Stefanescu bffc2d0c45 Merge pull request #418 from specklesystems/dim/cors-fix
fix(server/cors): enables cors on upload endpoints
2021-09-29 10:59:16 +01:00
Dimitrie Stefanescu 5a97f1716e fix(server/cors): enables cors on upload endpoints 2021-09-29 10:53:18 +01:00
dependabot[bot] bf3afc0543 build(deps): bump object-path from 0.11.7 to 0.11.8 in /packages/server
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

---
updated-dependencies:
- dependency-name: object-path
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 16:49:38 +00:00
Dimitrie Stefanescu dfa5bc6c84 feat(server): simple unique random default stream names 2021-09-13 17:39:24 +01:00
Gergő Jedlicska d0a95591f2 feat(stream naming): speckle stream name is now a posthumous award 2021-09-10 15:22:53 +02:00
Gergő Jedlicska 4fb08bbca4 refactor(streams): cleanup imports 2021-09-10 13:30:47 +02:00
Gergő Jedlicska 393e31a525 feat(stream naming): add unique naming of streams ala docker
fix #373
2021-09-10 13:25:04 +02:00
dependabot[bot] 1f383095cf build(deps): bump object-path from 0.11.5 to 0.11.7 in /packages/server
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.7.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

---
updated-dependencies:
- dependency-name: object-path
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 09:07:31 +00:00
Dimitrie Stefanescu 8581805cab Merge pull request #388 from specklesystems/dim/frontend-fiddle
Dim/frontend fiddle
2021-09-02 10:06:14 +01:00
Dimitrie Stefanescu a65de09c2f fix(server): fix coming from tests 2021-09-02 10:02:54 +01:00
Dimitrie Stefanescu 3e73f06035 fix(server): enforces lowercase when updating a branch name &
searches by LOWER(name) on stream branches to ensure backwards compatibility. This should be
efficient, as we're not searching on 1000s of branches; they're limited on a streamid where clause
first.
2021-09-02 09:48:14 +01:00
dependabot[bot] 8bc48173a3 build(deps): bump tar from 4.4.15 to 4.4.19 in /packages/server
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 16:50:30 +00:00
Dimitrie Stefanescu 0890f1ea86 fix(server): reverts local change 2021-08-29 01:29:43 +03:00
Dimitrie Stefanescu 0aab4f4833 fix(server): multiple fixes
1/ prevents hanging response on null object save; 2/ ignores globals branch commits (count & stream
commits route)
2021-08-24 20:07:09 +03:00
dependabot[bot] 9edeb0c9b0 build(deps): bump tar from 4.4.13 to 4.4.15 in /packages/server (#370)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 11:52:41 +03:00
dependabot[bot] f073e72163 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/server (#378)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 11:50:35 +03:00
Cristian Balas 8d53b08608 correct activity count with filters (#379) 2021-08-11 11:45:19 +03:00
Cristian Balas 0b439d1b16 preview images: detailed errors (#375) 2021-08-11 01:25:54 +03:00
Matteo Cominetti f5d4b44d07 Merge pull request #363 from specklesystems/matteo/activity-stream
Frontend: activity stream & navigation updates
2021-08-03 12:13:48 +01:00
Cristian Balas c42a62c7c7 urlencode components of postgres connection url (#365) 2021-08-01 23:10:39 +03:00
Cristian Balas bd5bea6915 get object data as text from DB when streaming children (#364) 2021-08-01 22:07:04 +03:00
Matteo Cominetti 052d3fe068 feat(frontend): navigation refractor 2021-07-28 18:15:29 +02:00
Cristian Balas f17b4a4dbd Merge pull request #343 from specklesystems/webhooks
Webhooks
2021-07-23 12:57:30 +03:00
luz paz ad97cdf444 Fix various typos
Found via `codespell -q 3 -L optio,promisses,usera`
2021-07-22 09:23:21 -04:00
Cristian Balas e527c067d4 fixed logging issue (#351) 2021-07-21 21:56:06 +03:00
cristi8 30416effe9 Merge branch 'webhooks' of github.com:specklesystems/speckle-server into webhooks 2021-07-21 21:03:04 +03:00
cristi8 d629133e41 fixed tests 2021-07-21 21:02:53 +03:00
izzy lyseggen 706889f537 Merge pull request #350 from specklesystems/izzy/webhooks
fix(server): webhooks mutations tests
2021-07-21 18:46:35 +01:00
cristi8 157db23f45 Added server info and user info to webhook payload 2021-07-21 20:45:57 +03:00
izzy lyseggen 1adb39f02b fix(server): webhooks mutations tests
forgot to push this commit before merge ah sorry!!!
2021-07-21 18:44:09 +01:00
izzy lyseggen eb829d9ded fix(server): webhook permissions fixes 2021-07-20 16:39:22 +01:00
izzy lyseggen fcac5db324 fix(server): verify streamId on branch mutations 2021-07-20 15:51:13 +01:00
cristi8 4f17a66866 added id field on commit_create events, improved webhooks migration 2021-07-20 11:10:27 +03:00
Cristian Balas 330389b3b2 stream previews ignore globals branch, og overlay fixed (#345) 2021-07-19 17:50:48 +03:00
Cristian Balas 0fb22deda9 previewService detect browser page crash, added postprocessing option in server preview endpoint (#344) 2021-07-19 12:19:35 +03:00
izzy lyseggen 32808437e5 feat(frontend): webhooks / settings ui 2021-07-16 12:54:00 +01:00
izzy lyseggen 26cb15251d fix(webhooks): remove unuse field 2021-07-13 09:38:15 +01:00
izzy lyseggen e7a48adbb2 test(webhooks): try a diff port? 2021-07-13 09:32:00 +01:00
izzy lyseggen 259c0b8e5d test(webhooks): integrate changes 2021-07-13 09:21:34 +01:00
izzy lyseggen 9a37942138 test(webhooks): add gql tests 2021-07-13 09:18:42 +01:00
cristi8 2bb27524a4 renamed webhooks_config:events column to triggers 2021-07-13 11:16:15 +03:00
cristi8 46565605fd webhook events should be presented as a list of strings 2021-07-13 10:25:00 +03:00
izzy lyseggen 7e47ef1bc5 Merge pull request #331 from specklesystems/izzy/webhooks
feat(webhooks): initial gql queries & mutations
2021-07-12 09:36:29 +01:00
cristi8 ddc86eb157 Webhooks - microservice + hooks into activityStreams 2021-07-12 11:32:54 +03:00
izzy lyseggen 8ebc87419a feat(webhooks): add event history to gql query 2021-07-09 16:06:24 +01:00
izzy lyseggen 0141385adf feat(webhooks): remove secret from query 2021-07-09 15:35:08 +01:00
izzy lyseggen 8577d6a7a9 feat(webhooks): initial gql queries & mutations 2021-07-09 15:09:49 +01:00
cristi8 942cee1023 webhooks server component: db migration, service, tests 2021-07-07 13:27:35 +03:00
Dimitrie Stefanescu 61120e22e8 Merge pull request #312 from specklesystems/activity_stream
Activity stream
2021-07-06 10:42:12 +01:00
Cristian Balas 0768e172cf new preview endpoints (#323) 2021-06-30 11:44:20 +03:00