6233 Commits

Author SHA1 Message Date
VitaliyHr
90b8b72bd7 docs: update compression.md 2025-03-13 14:53:47 +02:00
Laurens
c30ce64097 Update necord.md
https://necord.org/#usage
Discord intents got an update, need a .Flags first
2025-03-12 19:44:14 +01:00
Vahid Najafi
386b837199 docs: remove unnecessary titles 2025-03-10 17:46:22 +01:00
Vahid Najafi
8635c61f32 docs: remove installation and numbering from discovery service 2025-03-10 17:28:52 +01:00
Vahid Najafi
32868dcf25 docs: better titles for discovery service 2025-03-10 17:20:46 +01:00
Vahid Najafi
ce7507be50 feat: add discovery service to menu list 2025-03-10 17:14:09 +01:00
Vahid Najafi
e041901370 feat: update templateUrl of discovery service component 2025-03-10 17:04:28 +01:00
Vahid Najafi
10b3439195 feat: add DiscoveryServiceComponent to the declarations of module 2025-03-10 17:01:39 +01:00
Vahid Najafi
7ccee7cefa feat: add discovery service components 2025-03-10 17:00:40 +01:00
Vahid Najafi
6f0c8be8c4 docs: add discovery service documentation 2025-03-10 16:50:31 +01:00
Antraxmin
778899f2cd docs: update cli plugin documentation 2025-03-10 15:49:04 +09:00
Tony133
9c1ef656d8 chore: added link for api reference 2025-03-09 23:15:44 +01:00
Kamil Mysliwiec
c838bb9353 Merge pull request #3222 from KhoDis/fix/service-naming-consistency
docs: use plural names instead of singular
2025-03-07 08:27:48 +01:00
SangYong
7c2575c03d docs(microservices): Add sample for KafkaMaxRetryExceptionFilter
Closes #14664(https://github.com/nestjs/nest/issues/14664)

This PR updates the Kafka section of the NestJS documentation to include a sample implementation of the KafkaMaxRetryExceptionFilter. This filter handles retry logic for Kafka events by skipping a problematic event after a configurable number of retries (e.g., 5 retries). It also provides a mechanism to execute custom logic via a skipHandler before committing the offset to ensure that subsequent events are processed.

## Changes:
- Added a sample code snippet demonstrating the usage of KafkaMaxRetryExceptionFilter.
- Explained the mechanism and use cases in the documentation.

Please review and let me know if further modifications are needed.
2025-03-06 21:56:23 +09:00
KhoDis
37b1145ce1 docs: use plural names instead of singular
(cherry picked from commit 8a459831a66af801a405180a383daa26b4a6c069)
2025-03-06 14:34:05 +03:00
Kamil Mysliwiec
78cba69511 Merge pull request #3219 from smith558/patch-3
docs: add user org
2025-03-04 10:17:13 +01:00
Stanislav (Stanley) Modrak
f8842d8b9a Add user org 2025-03-04 09:06:24 +00:00
Kamil Mysliwiec
7c5834c700 Update README.md 2025-03-03 10:20:51 +01:00
Kamil Mysliwiec
227e31cfeb Merge pull request #3214 from smith558/patch-3
docs(techniques): fix wrong TS type
2025-02-26 16:15:47 +01:00
Stanislav (Stanley) Modrak
796135243d Fix wrong TS type 2025-02-26 15:04:50 +00:00
Kamil Mysliwiec
b6e1227dcc Merge pull request #3212 from fcanmekikoglu/patch-1
docs(queues): fix undeclared loop variable and progress method in example
2025-02-26 14:33:54 +01:00
Can Mekikoğlu
d1b3bdefe1 Update queues.md
- Added missing decleration on for loop.
- Updated the update progress step because of the api change on bullmq
2025-02-26 13:25:20 +03:00
Kamil Mysliwiec
c49af511d6 Merge pull request #3211 from smith558/patch-2
docs(overview): add missing decorator
2025-02-25 14:42:13 +01:00
Stanislav (Stanley) Modrak
d8e17d36a6 Add missing decorator 2025-02-25 10:12:52 +00:00
Kamil Mysliwiec
5d7018d56b Merge pull request #3202 from peipeihai/patch-1
Update rate-limiting.md
2025-02-25 09:22:37 +01:00
Kamil Mysliwiec
e6ee2637c4 Merge pull request #3209 from SteadEXE/master
docs(recipes): update ServeStaticModule documentation to reflect recent change on implementation with fastify adapter
2025-02-21 09:05:14 +01:00
SteadEXE
d27ff6ec63 chore: make it clearer 2025-02-21 07:42:45 +01:00
SteadEXE
a544e8f638 chore: update serve static documentation to reflect recent change about fastify implementation 2025-02-21 07:41:27 +01:00
Kamil Mysliwiec
22e2a631ef Merge pull request #3207 from drewish/plugin-docs-fix
docs(plugins): Clarify how options are provided
2025-02-20 09:06:36 +01:00
Kamil Mysliwiec
d7f4d6dbf0 Merge pull request #3208 from adelbke/fix-mongoose-subdocuments
docs (mongo): update in subdocuments
2025-02-20 08:52:12 +01:00
adelbke
7d98e2e0ab docs (mongo): update in subdocuments
Fixa misleading type annotation error in the subdocuements section of the documentation when defining a type override for the parent document
2025-02-19 17:56:22 +01:00
Andrew Morton
5f7e38fa2d docs(plugins): Clarify how options are provided
Fixes #3205
2025-02-19 08:57:23 -07:00
Kamil Mysliwiec
23da51b862 Update introduction.md 2025-02-19 10:00:23 +01:00
Kamil Mysliwiec
b6062c1ecd Merge pull request #3206 from mag123c/docs(swagger)optional-json-yaml-raws
docs(swagger): add ui/raws description, hint
2025-02-19 09:59:59 +01:00
Kamil Mysliwiec
86957d07bd Update content/openapi/introduction.md 2025-02-19 09:53:41 +01:00
Kamil Mysliwiec
c83e0a386c Update content/openapi/introduction.md 2025-02-19 09:52:52 +01:00
Kamil Mysliwiec
b0b8d7786f Merge pull request #3204 from mag123c/docs(recipes)vitest-alias
docs(swc): add vitest alias resolution configuration
2025-02-19 09:49:21 +01:00
Kamil Mysliwiec
9f3bb1faa7 Update content/recipes/swc.md 2025-02-19 09:49:16 +01:00
JaeHo Jang
892ea068a7 docs(swagger): add ui/raws description, hint 2025-02-19 10:12:31 +09:00
JaeHo Jang
f4c150e9be docs(swc): add vitest alias resolution configuration (nest-14653) 2025-02-18 22:57:44 +09:00
Kamil Mysliwiec
d51e12932a Merge pull request #3203 from ace03uec/fix-migration-guide-logic
docs(migration): fix logic for health indicator example
2025-02-17 12:45:40 +01:00
Giridharan Manivannan
bb0eafdb43 docs(migration): fix logic for health indicator example 2025-02-16 11:21:48 +05:30
peipeihai
7d0c3259f2 Update rate-limiting.md
The ThrottlerModule.forRoot() configuration is incorrect in the latest version of Nest.
2025-02-14 11:34:27 +08:00
Tobias Nielsen
2f3774fb23 docs(techniques): Make the use of ObjectId less ambiguous
Clarify how to get better typesafety when using `mongoose.Schema.Types.ObjectId` as a type in `@Prop()`
2025-02-13 14:29:13 -05:00
Kamil Mysliwiec
d7744e99c5 Merge pull request #3199 from laerciobernardo/patch-1
docs(@nestjs/swagger): update document reference for json-api
2025-02-10 08:36:33 +01:00
Laércio Bernardo
cf46bbff06 Update introduction.md 2025-02-09 19:19:42 +00:00
Morteza Raeisi
9b6d14b0ec docs: Add note on using AsyncMicroserviceOptions
This update clarifies the use of `AsyncMicroserviceOptions` for configuring microservices dynamically using the `ConfigService` when the injection context is available post-instantiation. The addition addresses scenarios requiring flexible configuration setup.
2025-02-09 13:13:51 +03:30
Kamil Mysliwiec
2cee015400 Merge pull request #3196 from cliffordwilliam/patch-1
fix: corrected typo in the Reflector.createDecorator method usage
2025-02-06 10:14:35 +01:00
cliffordwilliam
506a216545 fix: corrected typo in the Reflector.createDecorator method usage
Updated the usage of Reflector#createDecorator to use the correct instance method in the custom decorator example.
2025-02-06 16:03:58 +07:00
Kamil Myśliwiec
196a4418ea chore: update migration guide (fastify middleware) 2025-02-05 09:12:29 +01:00