FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for operator-framework-core/src - java-tools/java-operator-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
java-tools
/
java-operator-sdk
Public
forked from
operator-framework/java-operator-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java-operator-sdk
operator-framework-core
src
on
fix-433
User selector
Datepicker
Commit history
Commits on Jun 16, 2021
refactor: move missing NS checking logic to Operator
metacosm
committed
4115990
View commit details
Copy full SHA for 4115990
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
feat: fail if current namespaces is required but cannot be resolved
Show description for 8dd37db
metacosm
committed
8dd37db
View commit details
Copy full SHA for 8dd37db
View code at this point
Browse repository at this point
fix: event handler waits a long time before terminating #436
lburgazzoli
authored and
metacosm
committed
940b0cd
View commit details
Copy full SHA for 940b0cd
View code at this point
Browse repository at this point
Commits on May 21, 2021
feat: log when a configuration is not found or created automatically
metacosm
committed
10998f1
View commit details
Copy full SHA for 10998f1
View code at this point
Browse repository at this point
feat: add possibility to configure termination timeout
Show description for c62d624
metacosm
committed
c62d624
View commit details
Copy full SHA for c62d624
View code at this point
Browse repository at this point
Commits on May 20, 2021
feat: make it possible to not automatically add finalizers
Show description for d91f1f7
metacosm
committed
d91f1f7
View commit details
Copy full SHA for d91f1f7
View code at this point
Browse repository at this point
fix: throw explicit exception instead of letting NPE go through
metacosm
committed
f5ceb4a
View commit details
Copy full SHA for f5ceb4a
View code at this point
Browse repository at this point
Commits on May 19, 2021
fix: make test intent more explicit, disable wrong tests
metacosm
committed
2818b49
View commit details
Copy full SHA for 2818b49
View code at this point
Browse repository at this point
Commits on May 18, 2021
fix: remove useless check
Show description for aff6db3
metacosm
committed
aff6db3
View commit details
Copy full SHA for aff6db3
View code at this point
Browse repository at this point
Commits on May 13, 2021
refactor: inline method
metacosm
committed
f47a826
View commit details
Copy full SHA for f47a826
View code at this point
Browse repository at this point
fix: DefaultEventHandler should get its cache from the CR event source
metacosm
committed
c29c650
View commit details
Copy full SHA for c29c650
View code at this point
Browse repository at this point
fix: restore previous caching behavior
metacosm
committed
b569ffd
View commit details
Copy full SHA for b569ffd
View code at this point
Browse repository at this point
fix: also close handler and wait a little for tasks to finish
metacosm
committed
80cd321
View commit details
Copy full SHA for 80cd321
View code at this point
Browse repository at this point
chore: remove unused class
metacosm
committed
8ab0c33
View commit details
Copy full SHA for 8ab0c33
View code at this point
Browse repository at this point
refactor: parameterize CustomResourceEventSource by the CustomResource
metacosm
committed
d635c50
View commit details
Copy full SHA for d635c50
View code at this point
Browse repository at this point
refactor: improve method names
metacosm
committed
8455d5a
View commit details
Copy full SHA for 8455d5a
View code at this point
Browse repository at this point
refactor: remove EventSourceManager from Context
metacosm
committed
9ffbca9
View commit details
Copy full SHA for 9ffbca9
View code at this point
Browse repository at this point
refactor: remove redundant branch in watch registration
metacosm
committed
fb80c67
View commit details
Copy full SHA for fb80c67
View code at this point
Browse repository at this point
chore(tests): add more tests for DefaultEventSourceManager
metacosm
committed
c6015d3
View commit details
Copy full SHA for c6015d3
View code at this point
Browse repository at this point
feat: introduce getEffectiveNamespaces on ControllerConfiguration
metacosm
committed
771cd5f
View commit details
Copy full SHA for 771cd5f
View code at this point
Browse repository at this point
fix: add shutdown hook to close watchers on exit
metacosm
committed
9a0d987
View commit details
Copy full SHA for 9a0d987
View code at this point
Browse repository at this point
fix: set ConfigurationService when registering
metacosm
committed
91a7153
View commit details
Copy full SHA for 91a7153
View code at this point
Browse repository at this point
feat: simplify wiring of event sources
metacosm
committed
9b1997f
View commit details
Copy full SHA for 9b1997f
View code at this point
Browse repository at this point
Commits on May 5, 2021
feat!: retrieve ObjectMapper from ConfigurationService
metacosm
committed
f0281f7
View commit details
Copy full SHA for f0281f7
View code at this point
Browse repository at this point
feat!: retrieve ConfigurationService from ControllerConfiguration
metacosm
committed
323cd9f
View commit details
Copy full SHA for 323cd9f
View code at this point
Browse repository at this point
feat: externalize watching all/current namespace(s) decision logic
metacosm
committed
75aa397
View commit details
Copy full SHA for 75aa397
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
chore(docs): fix javadoc issue
metacosm
committed
565ea74
View commit details
Copy full SHA for 565ea74
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Merge pull request #410 from shawkins/master
Show description for b4c6483
metacosm
authored
b4c6483
View commit details
Copy full SHA for b4c6483
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
chore: refining logging related to execution errors that may be retried
Show description for 909e524
shawkins
committed
909e524
View commit details
Copy full SHA for 909e524
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
feat: add lifecycle hooks to the operator framework
lburgazzoli
committed
d7871f0
View commit details
Copy full SHA for d7871f0
View code at this point
Browse repository at this point
chore: DefaultEventSourceManager use containsKey instead of null check to determine if an event source is already registerd
lburgazzoli
committed
83b36c5
View commit details
Copy full SHA for 83b36c5
View code at this point
Browse repository at this point
chore: make DefaultEventSourceManager::registerEventSource final as it is invoked by the constructor
lburgazzoli
committed
b9b0317
View commit details
Copy full SHA for b9b0317
View code at this point
Browse repository at this point
chore: review DefaultEventSourceManager instance variable modifiers
lburgazzoli
committed
8106333
View commit details
Copy full SHA for 8106333
View code at this point
Browse repository at this point
feat: add lifecycle hooks to EventSource (#368)
lburgazzoli
committed
e9e84d1
View commit details
Copy full SHA for e9e84d1
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
feat: make reconciliation thread number configurable (#400)
Show description for 38e93c8
metacosm
authored
38e93c8
View commit details
Copy full SHA for 38e93c8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL