1
0
Fork 0
Commit graph

953 commits

Author SHA1 Message Date
Joost De Cock
9d06e89636 chore: Reconfigure packages 2023-10-18 17:56:39 +02:00
Joost De Cock
cac64e3a9e
Merge branch 'develop' into joost 2023-10-18 16:37:36 +02:00
Joost De Cock
28e4eeae91 chore: Reconfigure packages 2023-10-18 16:05:10 +02:00
Joost De Cock
7f67e6b318
Merge pull request #5197 from freesewing/dependabot/npm_and_yarn/esbuild-0.19.5
chore(deps-dev): bump esbuild from 0.19.4 to 0.19.5
2023-10-18 09:19:27 +02:00
dependabot[bot]
5aa9fe0bad
chore(deps): bump @aws-sdk/client-sesv2 from 3.429.0 to 3.430.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.429.0 to 3.430.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.430.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 04:33:11 +00:00
dependabot[bot]
7d4d65ceb2
chore(deps-dev): bump esbuild from 0.19.4 to 0.19.5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.4 to 0.19.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.4...v0.19.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 04:31:46 +00:00
Joost De Cock
7939c1bc45 chore(backend): Thanks prettier, real nice 2023-10-17 18:18:03 +02:00
Joost De Cock
74f6e12d76 chore(backend): Shut up eslint 2023-10-17 18:14:17 +02:00
Joost De Cock
90a18404eb chore(backend): Remove lint 2023-10-17 18:08:57 +02:00
Joost De Cock
37d6959cb2 chore(backend): Remove (c)set from patterns, img from users
This removes some fields from the database and the logic for handling
them. Specifically:

- Do not keep a set or cset reference for patterns. Doing so will only
  raise expectations for users as a link between (c)set and pattern
  might signal that changes to the (c)set would somehow also update the
  pattern. Once a pattern is saved, it is what it is, so no point
  keeping a link to the (c)set. We may want to look at how to add a note
  about which (c)set the pattern was generated for, but I don't think
  that's crucial.
- Do not keep an img field in the user account, cset, or open pack,
  since they have a deterministic image ID anyway.

This also adds and info field to cset and option pack which is an
internal field allowing us to keep (non-public) notes about where the
record comes from. This will be important when we add a new mesurement
and we have to contqct all these people for that extra measurement (for
example).
2023-10-17 17:41:28 +02:00
dependabot[bot]
ce98eebc07
chore(deps): bump @aws-sdk/client-sesv2 from 3.428.0 to 3.429.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.428.0 to 3.429.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.429.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:41:11 +00:00
dependabot[bot]
1563365a05
chore(deps): bump pino from 8.15.0 to 8.16.0
Bumps [pino](https://github.com/pinojs/pino) from 8.15.0 to 8.16.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.15.0...v8.16.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 04:24:37 +00:00
Joost De Cock
8ba1b936f8 chore(backend): Update tests for recent changes 2023-10-15 21:15:53 +02:00
Joost De Cock
8fe5e66cea chore(backend): Keep tags without translation 2023-10-15 21:07:24 +02:00
Joost De Cock
50547c2024 chore(backend): Do not encrypt img field 2023-10-15 19:24:55 +02:00
Joost De Cock
6da7a292f2 chore: Reconfigure & dependencies 2023-10-14 13:13:13 +02:00
Joost De Cock
ac53fd1f64
Merge branch 'develop' into dependency-rollback 2023-10-13 21:59:11 +02:00
Joost De Cock
d007473656 chore: Roll back dependencies after breaking unified ecosystem 2023-10-13 21:44:16 +02:00
Joost De Cock
2258a8c171 Merge branch 'develop' into joost 2023-10-13 17:24:39 +02:00
Joost De Cock
f2a787528d chore: Updated/cleaned up dependencies 2023-10-13 17:19:40 +02:00
dependabot[bot]
2b6d986ee1
Bump chai from 4.3.9 to 4.3.10
Bumps [chai](https://github.com/chaijs/chai) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-13 12:18:50 +00:00
dependabot[bot]
8332449837
Bump swagger-ui-dist from 5.6.2 to 5.9.0
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.6.2 to 5.9.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.6.2...v5.9.0)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 04:14:20 +00:00
Joost De Cock
c896c5919d
Merge pull request #5091 from freesewing/dependabot/npm_and_yarn/prisma/client-5.4.1
chore(deps): bump @prisma/client from 5.2.0 to 5.4.1
2023-10-06 13:47:26 +02:00
github-actions
497de90651 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/prisma/client-5.4.1 changes in config/dependencies.yaml 2023-10-06 04:36:34 +00:00
dependabot[bot]
c5745e35ba
chore(deps-dev): bump esbuild from 0.19.2 to 0.19.4
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.2 to 0.19.4.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.2...v0.19.4)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 04:35:15 +00:00
dependabot[bot]
12559f1013
chore(deps): bump @prisma/client from 5.2.0 to 5.4.1
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.2.0 to 5.4.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.4.1/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 04:34:31 +00:00
joostdecock
eb32bc5fe0 release: v3.0.0 🎉 2023-09-30 17:48:57 +02:00
joostdecock
4ed30ae5ff chore: Reconfigure packages 2023-09-30 15:08:44 +02:00
joostdecock
ebe5b17b0b chore: Reconfigure packages 2023-09-30 14:59:01 +02:00
joostdecock
9929aed51a release: v3.0.0-alpha.13 2023-09-29 09:59:38 +02:00
joostdecock
703e0e807d release: v3.0.0-alpha.11 2023-09-29 09:51:24 +02:00
joostdecock
1154d2de93 Merge branch 'develop' into joost 2023-09-28 15:42:16 +02:00
dependabot[bot]
633e17e197
chore(deps-dev): bump chai from 4.3.7 to 4.3.9
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.9.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.9)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 04:54:14 +00:00
joostdecock
237d525557 chore: Reconfigure 2023-09-27 16:19:13 +02:00
joostdecock
2c7223ae19 fix(backend): Typo when saving patterns 2023-09-26 18:28:20 +02:00
joostdecock
6fedc7b2ef feat(org): Added newsletter subscription 2023-09-24 12:07:52 +02:00
dependabot[bot]
e23cd182ca
chore(deps-dev): bump prisma from 5.2.0 to 5.3.1
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.3.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 05:03:56 +00:00
dependabot[bot]
3d5891dd7c
chore(deps): bump swagger-ui-dist from 5.4.2 to 5.6.2
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.4.2 to 5.6.2.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.4.2...v5.6.2)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 04:51:52 +00:00
Joost De Cock
2d4ffd8bcd
Merge pull request #4897 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.405.0
Bump @aws-sdk/client-sesv2 from 3.403.0 to 3.405.0
2023-09-05 19:56:39 +02:00
joostdecock
28ce3d78e4 chore(backend): Udpate tests for recent changes 2023-09-04 17:59:15 +02:00
joostdecock
93cb875e24 fix(backend): Ensure type matches when removing confirmation 2023-09-04 17:58:59 +02:00
joostdecock
3b850e9ad4 feat(org): Add curation of sets 2023-09-04 17:12:52 +02:00
dependabot[bot]
1cdb4002e8
Bump @aws-sdk/client-sesv2 from 3.403.0 to 3.405.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.403.0 to 3.405.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.405.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 04:47:36 +00:00
Joost De Cock
16e06df4b5
Merge pull request #4890 from freesewing/joost
feat(shared): Work on curated sets
2023-09-03 18:27:21 +02:00
joostdecock
4f3a3e0155 chore(shared): Linter issues 2023-09-03 18:22:04 +02:00
joostdecock
52b2faf127 feat(backend): Updates for curated sets 2023-09-03 17:53:19 +02:00
joostdecock
392b5379c6 feat(backend): Added support for option packs 2023-09-02 15:21:35 +02:00
Joost De Cock
b0edb74182
Merge pull request #4883 from freesewing/joost
feat(shared): Initial implementation of Oauth flow
2023-09-01 19:18:10 +02:00
Joost De Cock
2d753aa0ef chore(shared): Linter issues 2023-09-01 19:09:58 +02:00
Joost De Cock
01ef6c9896 feat(shared): Initial implementation of Oauth flow 2023-09-01 18:30:24 +02:00