Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
34ace26
refactor: update controller and finalizer interfaces to return `Resul…
kimpenhaus Jun 4, 2025
fddb472
Merge branch 'main' into result-pattern
kimpenhaus Jun 4, 2025
ac36c04
refactor: update controller and finalizer interfaces to return `Resul…
kimpenhaus Jun 4, 2025
e67f7b7
Merge remote-tracking branch 'origin/result-pattern' into result-pattern
kimpenhaus Jun 17, 2025
d31a132
refactor: mark `OperatorBuilderGenerator` as `sealed` and use constan…
kimpenhaus Jun 27, 2025
5e00fa3
feat: add FusionCache for resource watcher to enable L1 and L2 cachin…
kimpenhaus Jun 27, 2025
6d8def6
refactor: optimize resource watcher cache handling and remove redunda…
kimpenhaus Jun 30, 2025
3d2e607
refactor: enhance resource watcher cache configuration and logging scope
kimpenhaus Jul 1, 2025
f184048
refactor: rename cache extension methods and adjust visibility
kimpenhaus Jul 1, 2025
9bcf9c0
Merge branch 'buehler:main' into entity_cache
kimpenhaus Jul 7, 2025
5e4de87
refactor: update cache key prefix in `CacheExtensions` to use `CacheC…
kimpenhaus Jul 7, 2025
a8f2ba3
Merge remote-tracking branch 'origin/entity_cache' into entity_cache
kimpenhaus Jul 7, 2025
8ce68a8
docs: add caching documentation and adjust sidebar positions
kimpenhaus Jul 7, 2025
2a6f4fc
docs: enhance caching documentation with configuration examples and F…
kimpenhaus Jul 7, 2025
275878b
Merge branch 'buehler:main' into result-pattern
kimpenhaus Jul 9, 2025
66eef75
Merge branch 'entity_cache' into result-pattern
kimpenhaus Jul 9, 2025
d83914a
Merge branch 'main' into result-pattern
kimpenhaus Aug 19, 2025
1ad141c
refactor(watcher): streamline deletion logic and update FusionCache d…
kimpenhaus Sep 5, 2025
6ded18f
refactor(operator): remove unused FusionCache dependency from project…
kimpenhaus Sep 5, 2025
9dce9df
feat(queue): add `RequeueType` and enhance requeue handling
kimpenhaus Sep 8, 2025
12aeda4
refactor(reconciliation): introduce `Reconciler` to centralize entity…
kimpenhaus Sep 10, 2025
a9c122c
Merge branch 'dotnet:main' into result-pattern
kimpenhaus Sep 10, 2025
f1d20f6
feat(operator): add `IReconciler` registration in `OperatorBuilder`
kimpenhaus Sep 10, 2025
4fc59eb
feat(reconciler): enhance finalizer management with configurable auto…
kimpenhaus Sep 11, 2025
fda45f2
refactor(generator): enhance syntax model resolution to support const…
kimpenhaus Sep 12, 2025
e875b83
feat(finalizer): fix identifier generation and add unit tests
kimpenhaus Sep 12, 2025
84d97ef
test(finalizer): update and expand unit tests for entity finalizers
kimpenhaus Sep 12, 2025
d6d4b34
refactor(result): make `ErrorMessage` readonly and allow setting `Req…
kimpenhaus Sep 15, 2025
5c935aa
refactor(queue): replace `TimedEntityQueue` with `ITimedEntityQueue` …
kimpenhaus Sep 15, 2025
b222cac
feat(operator): introduce `LeaderElectionType` for configurable leade…
kimpenhaus Sep 15, 2025
88180ed
refactor(operator): expose `Settings` in `OperatorBuilder` and update…
kimpenhaus Sep 16, 2025
9bee002
feat(queue): add logging to `TimedEntityQueue` and update test implem…
kimpenhaus Sep 16, 2025
54c59b3
refactor(admission): seal `AdmissionStatus` and `MutationResult`; upd…
kimpenhaus Sep 23, 2025
152a5aa
Merge branch 'dotnet:main' into result-pattern
kimpenhaus Sep 23, 2025
d48c2a5
refactor(reconciliation): migrate `Result` to `ReconciliationResult` …
kimpenhaus Sep 24, 2025
f9aa5cf
Merge remote-tracking branch 'origin/result-pattern' into result-pattern
kimpenhaus Sep 24, 2025
415473c
refactor(syntax-receiver): update metadata names to reflect new recon…
kimpenhaus Sep 24, 2025
9df73fc
refactor(reconciliation): update imports to reflect new `Reconciliati…
kimpenhaus Sep 24, 2025
4f000e9
fix(reconciliation): ensure finalizers are executed for entities mark…
kimpenhaus Sep 24, 2025
d21719e
feat(watcher): integrate `FusionCache` for bookmark version caching i…
kimpenhaus Sep 25, 2025
c3b3af0
refactor(watcher): remove `FusionCache` usage for bookmark version ha…
kimpenhaus Sep 25, 2025
2e21cb8
refactor(watcher): remove `FusionCache` dependency in `LeaderAwareRes…
kimpenhaus Sep 25, 2025
5f5f3e8
feat(reconciliation): introduce `ReconciliationContext` and trigger s…
kimpenhaus Oct 2, 2025
efa9a91
refactor(queue): make `Enqueue` and `Remove` methods asynchronous
kimpenhaus Oct 10, 2025
b215401
refactor(queue): add `CancellationToken` support for `Enqueue` and `R…
kimpenhaus Oct 10, 2025
5bd1a77
Merge branch 'dotnet:main' into result-pattern
kimpenhaus Oct 20, 2025
daeba95
refactor(queue): remove unused `Reconciliation` import in `EntityRequ…
kimpenhaus Oct 21, 2025
24f2ca7
refactor(queue): add `JsonConstructor` to `RequeueEntry`
kimpenhaus Oct 21, 2025
299f24e
Merge branch 'dotnet:main' into result-pattern
kimpenhaus Oct 29, 2025
5b0fc66
refactor(reconciliation): consolidate event-specific reconciliation m…
kimpenhaus Oct 30, 2025
254b646
refactor(tests): remove unused `Reconciliation` folder entry from `.c…
kimpenhaus Oct 30, 2025
a6e01ba
refactor(docs): update reconciliation methods and examples to use `Re…
kimpenhaus Oct 30, 2025
53b2513
docs(operator): add advanced configuration guide and update related s…
kimpenhaus Oct 30, 2025
515d4cd
test: add comprehensive unit tests for reconciliation and queue logic
kimpenhaus Oct 30, 2025
8bd859b
test: extend reconciliation tests with finalizer handling and caching…
kimpenhaus Oct 30, 2025
1ceb116
test: exclude test projects from code coverage analysis
kimpenhaus Oct 30, 2025
7a65fed
chore(deps): upgrade `KubernetesClient` to version `18.0.5`
kimpenhaus Oct 29, 2025
014a335
refactor: update object initialization to use object initializer shor…
kimpenhaus Oct 31, 2025
464730a
refactor: apply object initializer shorthand and seal generator classes
kimpenhaus Oct 31, 2025
a8a1366
refactor: mark entities and tests as `sealed`, add null checks in fin…
kimpenhaus Oct 31, 2025
812252c
refactor: adjust formatting for consistency and readability across te…
kimpenhaus Oct 31, 2025
ed5c140
refactor: fixed whitespace formatting
kimpenhaus Oct 31, 2025
91f1caa
Merge branch 'k8s-client-v18' into result-pattern
kimpenhaus Oct 31, 2025
58ea528
chore: add Apache 2.0 license headers and improve readability
kimpenhaus Oct 31, 2025
1e63804
docs: remove details in finalizer configuration guide
kimpenhaus Oct 31, 2025
18450f6
docs: update advanced configuration guide with time synchronization tip
kimpenhaus Oct 31, 2025
42ea861
refactor: improve naming consistency
kimpenhaus Nov 3, 2025
b744026
Merge branch 'dotnet:main' into result-pattern
kimpenhaus Nov 4, 2025
067a773
try to fix CodeQL recommendations: https://codeql.github.com/codeql-q…
kimpenhaus Nov 4, 2025
17944e9
restore finalizer integration tests with new configuration options
kimpenhaus Nov 4, 2025
8bc4345
fixed `No service for type` test issues
kimpenhaus Nov 4, 2025
1289fa7
reconcile: move `Remove` calls to specific reconciliation methods
kimpenhaus Nov 4, 2025
cb78196
Merge branch 'main' into result-pattern
kimpenhaus Nov 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ bld/
coverage.json
coverage.info
.vs
[Tt]est[Rr]esults/

# Docs
_site
Expand Down
Loading