Skip to content

Commit

Permalink
v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmeunier committed Oct 16, 2023
1 parent 3bde474 commit 9f6ea5b
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 20 deletions.
115 changes: 115 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "0.37.0",
"version": "0.38.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,74 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.38.0](https://github.com/betagouv/api-subventions-asso/compare/v0.36.8...v0.38.0) (2023-10-16)

### Bug Fixes

- **api:** add fonjep bop in adapter ([59c9d29](https://github.com/betagouv/api-subventions-asso/commit/59c9d29d0113afd88471162be22945df288fd0d1))
- **api:** fix some test ([2e059d3](https://github.com/betagouv/api-subventions-asso/commit/2e059d3f46fb1a20d1eac1c09d90821930d3b2af))
- **api:** fix some test ([0a286cd](https://github.com/betagouv/api-subventions-asso/commit/0a286cda135adff05f095cf44fceeabb86a5ffea))
- **api:** fix when api not found structure by siren end point ([4b6a7d6](https://github.com/betagouv/api-subventions-asso/commit/4b6a7d67025355b1ccb36ef8f3373ee28ae37a6a))

### Features

- **api:** add custom schema to scdl parser and create dilrach mapper ([efd468f](https://github.com/betagouv/api-subventions-asso/commit/efd468faf488d81d2c50c088595cfbfbe2da3a58))
- **api:** add test on payment date ([c265091](https://github.com/betagouv/api-subventions-asso/commit/c2650919d6135d70992722dc67e32d99fca7aeda))
- **api:** both sentry cron and sentry events ([e127edb](https://github.com/betagouv/api-subventions-asso/commit/e127edb87170f7adcd4b0f574b741791571eafea))
- **api:** create and use ParserScheme type ([569c001](https://github.com/betagouv/api-subventions-asso/commit/569c0019ebe7d4af88c9943cd56e54f5d75975bf))
- **api:** create MiscScdlDataEntity and miscScdlDataRepository ([e02d391](https://github.com/betagouv/api-subventions-asso/commit/e02d391ad4388d0024052b59500793c2f59ec2d7))
- **api:** create miscScdlEditorsReposiotry and MiscScdlEditorEntity ([2b8787c](https://github.com/betagouv/api-subventions-asso/commit/2b8787cc9c67946ffb8b038e07a8285cf60c4fb1))
- **api:** ds form 72319 ([93d1864](https://github.com/betagouv/api-subventions-asso/commit/93d18645c4ba18e238f0b4966c323d1d908bfad2))
- **api:** ds form 73407 ([1786e53](https://github.com/betagouv/api-subventions-asso/commit/1786e53cd8b52a3d3172df746227c325067cae14))
- **api:** ds form 75747 ([78d43dd](https://github.com/betagouv/api-subventions-asso/commit/78d43ddf186ed6d05f35675fbffcd02f795bdb18))
- **api:** ds mappers accept static values ([ef1c297](https://github.com/betagouv/api-subventions-asso/commit/ef1c2972e5a83be7005a088058810690e3f811cd))
- **api:** fix payment start and end date ([99de307](https://github.com/betagouv/api-subventions-asso/commit/99de307ac4f7dfadcf5499c095f53b5e8c263947))
- **api:** include demarche's service in ds data ([e1675d3](https://github.com/betagouv/api-subventions-asso/commit/e1675d3c458f40210203fc3c832fa00837719c1a))
- **api:** init scdl provider ([955014c](https://github.com/betagouv/api-subventions-asso/commit/955014c582c3bad810b3e59a12ddd680f07091f9))
- **api:** more review with Alex services, contact and 75747 ([78e39f7](https://github.com/betagouv/api-subventions-asso/commit/78e39f79d1acc93f2d498aaaae5b7ca9c68b27f5))
- **api:** move and rename scdl unit test ([0f11fc5](https://github.com/betagouv/api-subventions-asso/commit/0f11fc59735c36e61c9bbad25e982a9063675355))
- **api:** rename data.gouv ids fields ([1a3539e](https://github.com/betagouv/api-subventions-asso/commit/1a3539ea7001d5d54d0f2b7d79c6278a02758298))
- **api:** rename editor to producer ([212148e](https://github.com/betagouv/api-subventions-asso/commit/212148eeab227694be7a3c9c58442d1312a500fb))
- **api:** review add channel enum mattermost ([0fcf824](https://github.com/betagouv/api-subventions-asso/commit/0fcf82489baeaa1c25cebfd59cc7c683ff2c7a07))
- **api:** review by Alex on 72319 & 73407 ([8e575b3](https://github.com/betagouv/api-subventions-asso/commit/8e575b3ea4bd9bf17273d170aa6f05574b18bf00))
- **api:** use shared scdl mapper ([8162d80](https://github.com/betagouv/api-subventions-asso/commit/8162d80e99158fb5b46353c93227cbe02377eeb9))

### Reverts

- Revert "feat(api): sentry checkIn instead of captureEvent" ([e2d9b09](https://github.com/betagouv/api-subventions-asso/commit/e2d9b09aa4f52051051a139360c39c546a09903c))

# [0.37.0](https://github.com/betagouv/api-subventions-asso/compare/v0.36.6...v0.37.0) (2023-10-02)

### Bug Fixes

- **api:** controller accepts partial update ([e8bdeec](https://github.com/betagouv/api-subventions-asso/commit/e8bdeec30b871f8aab1f95ac5ca7a302b7738271))
- **api:** recursive log censoring ([1e20dfd](https://github.com/betagouv/api-subventions-asso/commit/1e20dfde3f8aa0820b56d1a2bcb8d6b54e272acd))
- **api:** remove secrets inside repo update method and fix test ([cb80db0](https://github.com/betagouv/api-subventions-asso/commit/cb80db075cd57f7b1ad59351b8ae3cef3c8ca68a))
- **api:** sometimes user is defined but not a user ([5ecef7a](https://github.com/betagouv/api-subventions-asso/commit/5ecef7a58a048abd69ea03e27602945b0c089b4e))
- **api:** test profile/activate validation ([2789e98](https://github.com/betagouv/api-subventions-asso/commit/2789e98f3cdce2e048732d0216d2f41212cc7429))
- **api:** userRepo update and removeSecrets typing ([764ab49](https://github.com/betagouv/api-subventions-asso/commit/764ab49616377792185d9338c2a827ecbe5c2568))
- **api:** validate full user ont only update data ([4e05d7c](https://github.com/betagouv/api-subventions-asso/commit/4e05d7c40c222287c201d4df4ee3f7534a73e647))

### Features

- **api:** activate and reset give jwt \* ([d15bab2](https://github.com/betagouv/api-subventions-asso/commit/d15bab2e27e913bac5ac9fadc81968158b2ece1b))
- **api:** add fonjep bop mapper ([52aca33](https://github.com/betagouv/api-subventions-asso/commit/52aca3355076a2c1e2e23f104a61b1a485f003ad))
- **api:** add migration to add bop on old fonjepVersement ([4cc4a2b](https://github.com/betagouv/api-subventions-asso/commit/4cc4a2b708dd4a355d9ed40f05bccf2b65e7fd16))
- **api:** bad domain sends mattermost message ([7e42419](https://github.com/betagouv/api-subventions-asso/commit/7e42419e61fa76b4c5208af99cf3c097fac9af2c))
- **api:** cast bop in Number ([8613d1c](https://github.com/betagouv/api-subventions-asso/commit/8613d1c14746d1b7a2ce68abf1769778cda8ba66))
- **api:** clean migration ([9875231](https://github.com/betagouv/api-subventions-asso/commit/9875231e9c39615163e86c61f8ea39d8f16b7309))
- **api:** clearer wording ([1896ea2](https://github.com/betagouv/api-subventions-asso/commit/1896ea2c6a29a3a6370fdefa78f5f434713d1c9b))
- **api:** helper removes hash password only ([aaa14e6](https://github.com/betagouv/api-subventions-asso/commit/aaa14e68cf2bd5282b3e70db1f7a62f51f112c32))
- **api:** move bop in versement instead of subvention ([e9a9dfb](https://github.com/betagouv/api-subventions-asso/commit/e9a9dfb49f2eb60f20e5a9e3e9515b888c24bdb5))
- **api:** move bop mapping in FonjepSubventionEntity and add bop to it ([25b076b](https://github.com/betagouv/api-subventions-asso/commit/25b076b3fbb10907576ba9be6420513f2a4d839b))
- **api:** new Notification type bad domain ([d5a4cfb](https://github.com/betagouv/api-subventions-asso/commit/d5a4cfb32c143041b3f27e695656209390601534))
- **api:** profile update service & controller ([23e2e55](https://github.com/betagouv/api-subventions-asso/commit/23e2e5581a29b29c03483d1b8c192caddc31238e))
- **api:** profile validation does not add field ([d428a7c](https://github.com/betagouv/api-subventions-asso/commit/d428a7c28128e0f9c5eb0fc4c66f62db6e9afab2))
- **api:** profile validation optionally tests password ([29d8c88](https://github.com/betagouv/api-subventions-asso/commit/29d8c886cdd4ea9bda7d78016c48a8db29bf05a6))
- **api:** rename reusable validation and sanitization ([1f97f2d](https://github.com/betagouv/api-subventions-asso/commit/1f97f2df16eea8a2b77c62317a67aeb28f6826da))
- **api:** repo user update gives jwt or not ([2ba6e54](https://github.com/betagouv/api-subventions-asso/commit/2ba6e549ab3d00414f9306d2b870d6760ccbcc60))
- **api:** userService calls notify service if wrong mail domain ([00f05ff](https://github.com/betagouv/api-subventions-asso/commit/00f05ffcabd1a5eae98dd9407f36ff11b32b5f27))

# [0.37.0](https://github.com/betagouv/api-subventions-asso/compare/v0.36.3...v0.37.0) (2023-10-02)

### Bug Fixes
Expand All @@ -26,6 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **api:** rename reusable validation and sanitization ([1f97f2d](https://github.com/betagouv/api-subventions-asso/commit/1f97f2df16eea8a2b77c62317a67aeb28f6826da))
- **api:** route get own's user ([71a5e22](https://github.com/betagouv/api-subventions-asso/commit/71a5e22d59b35dec89e685c32a6297498ba4b3ee))
- **api:** service get user no secret ([a2c1c3e](https://github.com/betagouv/api-subventions-asso/commit/a2c1c3ed219fa12ec40891f828c7873bb765f10e))

## [0.36.8](https://github.com/betagouv/api-subventions-asso/compare/v0.36.7...v0.36.8) (2023-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.37.0",
"version": "0.38.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"croner": "^6.0.3",
"dedent": "^0.7.0",
"dotenv": "^14.3.2",
"dto": "^0.37.0",
"dto": "^0.38.0",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"iconv-lite": "^0.6.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/dto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.38.0](https://github.com/betagouv/datasubvention/compare/v0.36.8...v0.38.0) (2023-10-16)

### Bug Fixes

- **api:** add fonjep bop in adapter ([59c9d29](https://github.com/betagouv/datasubvention/commit/59c9d29d0113afd88471162be22945df288fd0d1))

# [0.37.0](https://github.com/betagouv/datasubvention/compare/v0.36.6...v0.37.0) (2023-10-02)

### Features

- **dto:** interface to update user ([b234417](https://github.com/betagouv/datasubvention/commit/b2344177b3c61d3b015971bb91f23a73ab404903))

# [0.37.0](https://github.com/betagouv/datasubvention/compare/v0.36.3...v0.37.0) (2023-10-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/dto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dto",
"version": "0.37.0",
"version": "0.38.0",
"description": "> TODO: description",
"author": "Victor Serain <[email protected]>",
"homepage": "https://github.com/betagouv/api-subventions-asso/tree/main/packages/dto#readme",
Expand Down
Loading

0 comments on commit 9f6ea5b

Please sign in to comment.