-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: improve plugin logging xp #13038
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be16008 - Browse repository at this point
Copy the full SHA be16008View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5af811 - Browse repository at this point
Copy the full SHA b5af811View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1345c - Browse repository at this point
Copy the full SHA fc1345cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e24b0f5 - Browse repository at this point
Copy the full SHA e24b0f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 067a442 - Browse repository at this point
Copy the full SHA 067a442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64363ec - Browse repository at this point
Copy the full SHA 64363ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 163652a - Browse repository at this point
Copy the full SHA 163652aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 660fe51 - Browse repository at this point
Copy the full SHA 660fe51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef3c2d3 - Browse repository at this point
Copy the full SHA ef3c2d3View commit details -
Refactor: do not rely on IR generated ids
- previously (w a source) we would always end up with an id - (potentially auto) generated from `extractIdFromLIR` - unless an explicit id is set in the configuration the generated default id was a "slow" graph content hash (same configuration would always end up with the same id)
Configuration menu - View commit details
-
Copy full SHA for a39068b - Browse repository at this point
Copy the full SHA a39068bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3613f1 - Browse repository at this point
Copy the full SHA b3613f1View commit details -
Refactor: use same plugin id generation
(in tests) as when booting the pipeline
Configuration menu - View commit details
-
Copy full SHA for 3686d22 - Browse repository at this point
Copy the full SHA 3686d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3f898 - Browse repository at this point
Copy the full SHA fc3f898View commit details -
Refactor: do not generate singleton_class for Loggable
what was meant was likely to do a `self.class.logger` here
Configuration menu - View commit details
-
Copy full SHA for 893dfc8 - Browse repository at this point
Copy the full SHA 893dfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c265c1d - Browse repository at this point
Copy the full SHA c265c1dView commit details -
Refactor: use asString (CharSequence) where possible
also changes the contract from msg.to_str to msg.to_s
Configuration menu - View commit details
-
Copy full SHA for 97a1ec3 - Browse repository at this point
Copy the full SHA 97a1ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48bc36 - Browse repository at this point
Copy the full SHA a48bc36View commit details -
Refactor: prepare for plugin.logger customization
also improves performance of plugin.logger invocations
Configuration menu - View commit details
-
Copy full SHA for 6a30707 - Browse repository at this point
Copy the full SHA 6a30707View commit details -
Configuration menu - View commit details
-
Copy full SHA for da95262 - Browse repository at this point
Copy the full SHA da95262View commit details -
Configuration menu - View commit details
-
Copy full SHA for b401a76 - Browse repository at this point
Copy the full SHA b401a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6b93f - Browse repository at this point
Copy the full SHA 6a6b93fView commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a51727 - Browse repository at this point
Copy the full SHA 0a51727View commit details
Commits on Aug 4, 2021
-
only set plugin.id if isn't already set
... for restore to keep the previously set id
Configuration menu - View commit details
-
Copy full SHA for 0d13c83 - Browse repository at this point
Copy the full SHA 0d13c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d56b06 - Browse repository at this point
Copy the full SHA 5d56b06View commit details