Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(server): use config service in server entry file #859

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

antoinezanardi
Copy link
Owner

No description provided.

@antoinezanardi antoinezanardi added the 馃敥 refactor Code change that neither fixes a bug nor adds a feature label Feb 7, 2024
@antoinezanardi antoinezanardi self-assigned this Feb 7, 2024
Copy link

sonarcloud bot commented Feb 7, 2024

@antoinezanardi antoinezanardi merged commit b72be42 into develop Feb 7, 2024
15 checks passed
@antoinezanardi antoinezanardi deleted the refactor/use-config-service-in-server branch February 7, 2024 10:06
antoinezanardi pushed a commit that referenced this pull request Feb 7, 2024
## [1.29.0](v1.28.1...v1.29.0) (2024-2-7)

### 馃殌 Features

* **cors:** enable cors for specific origin based on env ([#855](#855)) ([f4ceb12](f4ceb12))

### 馃敥 Refactor

* **server:** use config service in server entry file ([#859](#859)) ([b72be42](b72be42))

### 馃攣 CI

* **docker:** deploy latest docker tag when creating a release ([#857](#857)) ([9393103](9393103))

### 馃Ч Chore

* **dependabot:** better group of updates ([#858](#858)) ([197fe5d](197fe5d))
* **deps:** bump @faker-js/faker from 8.3.1 to 8.4.0 ([#836](#836)) ([11cc52a](11cc52a))
* **deps:** bump fastify from 4.25.1 to 4.26.0 ([#841](#841)) ([4c488fe](4c488fe))
* **deps:** bump husky from 8.0.3 to 9.0.1 ([#830](#830)) ([8d805e5](8d805e5))
* **deps:** bump husky from 9.0.1 to 9.0.6 ([#835](#835)) ([06dd0e7](06dd0e7)), closes [typicode/husky#1354](typicode/husky#1354) [typicode/husky#1355](typicode/husky#1355) [typicode/husky#1357](typicode/husky#1357) [typicode/husky#1359](typicode/husky#1359) [typicode/husky#1350](typicode/husky#1350) [typicode/husky#1353](typicode/husky#1353) [typicode/husky#1348](typicode/husky#1348) [typicode/husky#1349](typicode/husky#1349) [#1334](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1334) [typicode/husky#1347](typicode/husky#1347) [typicode/husky#1340](typicode/husky#1340) [typicode/husky#1341](typicode/husky#1341) [typicode/husky#1338](typicode/husky#1338) [typicode/husky#1343](typicode/husky#1343) [typicode/husky#1339](typicode/husky#1339) [typicode/husky#1346](typicode/husky#1346) [typicode/husky#1336](typicode/husky#1336) [typicode/husky#1337](typicode/husky#1337) [#1359](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1359) [#1357](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1357) [#1355](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1355) [#1354](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1354) [#1353](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1353) [#1350](https://github.com/antoinezanardi/werewolves-assistant-api-next/issues/1350)
* **deps:** bump husky from 9.0.6 to 9.0.7 ([#842](#842)) ([eac52fb](eac52fb))
* **deps:** bump husky from 9.0.7 to 9.0.10 ([#850](#850)) ([8784f2d](8784f2d))
* **deps:** bump lint-staged from 15.2.0 to 15.2.1 ([#847](#847)) ([79a92af](79a92af))
* **deps:** bump lint-staged from 15.2.1 to 15.2.2 ([#854](#854)) ([93b7342](93b7342))
* **deps:** bump mongoose from 8.1.0 to 8.1.1 ([#832](#832)) ([0016d27](0016d27))
* **deps:** bump semantic-release from 23.0.0 to 23.0.1 ([#856](#856)) ([5bf00c5](5bf00c5))
* **deps:** bump the commitlint group with 2 updates ([#834](#834)) ([b0a9c91](b0a9c91))
* **deps:** bump the nest group with 1 update ([#852](#852)) ([2eb493a](2eb493a))
* **deps:** bump the nest group with 6 updates ([#838](#838)) ([dc9eafb](dc9eafb))
* **deps:** bump the stryker group with 3 updates ([#840](#840)) ([435b231](435b231))
* **deps:** bump the stryker group with 3 updates ([#851](#851)) ([b9c0e2a](b9c0e2a))
* **deps:** bump the types group with 1 update ([#829](#829)) ([499192b](499192b))
* **deps:** bump the types group with 1 update ([#837](#837)) ([7d8f0a9](7d8f0a9))
* **deps:** bump the types group with 1 update ([#844](#844)) ([e230d8d](e230d8d))
* **deps:** bump the types group with 1 update ([#849](#849)) ([db7077d](db7077d))
* **deps:** bump the types group with 2 updates ([#848](#848)) ([ab8e645](ab8e645))
* **deps:** bump the types group with 3 updates ([#843](#843)) ([1e59cbc](1e59cbc))
* **deps:** bump the types group with 3 updates ([#853](#853)) ([a3f06ab](a3f06ab))
* **deps:** bump type-fest from 4.10.0 to 4.10.1 ([#831](#831)) ([43de88d](43de88d))
* **deps:** bump type-fest from 4.10.1 to 4.10.2 ([#845](#845)) ([1b486cc](1b486cc))
* **lint-staged:** correct command for lint staged eslint ([#860](#860)) ([85f1ffa](85f1ffa))
@antoinezanardi
Copy link
Owner Author

馃帀 This PR is included in version 1.29.0 馃帀

The release is available on GitHub release

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃敥 refactor Code change that neither fixes a bug nor adds a feature released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant