-
Notifications
You must be signed in to change notification settings - Fork 42
Add audit logs #1666
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
Add audit logs #1666
Conversation
...g/cloudfoundry/multiapps/controller/core/auditlogging/ConfigurationEntryServiceAuditLog.java
Outdated
Show resolved
Hide resolved
...g/cloudfoundry/multiapps/controller/core/auditlogging/ConfigurationEntryServiceAuditLog.java
Outdated
Show resolved
Hide resolved
...g/cloudfoundry/multiapps/controller/core/auditlogging/ConfigurationEntryServiceAuditLog.java
Outdated
Show resolved
Hide resolved
...ava/org/cloudfoundry/multiapps/controller/core/auditlogging/model/AuditLogConfiguration.java
Show resolved
Hide resolved
.../src/main/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfiguration.java
Outdated
Show resolved
Hide resolved
.../test/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfigurationTest.java
Outdated
Show resolved
Hide resolved
| import com.fasterxml.jackson.core.type.TypeReference; | ||
|
|
||
| @Named | ||
| public class ConfigurationEntryService extends PersistenceService<ConfigurationEntry, ConfigurationEntryDto, Long> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exclude this class for the PR because here you don't change anything
| import static java.text.MessageFormat.format; | ||
|
|
||
| @Named | ||
| public class ConfigurationSubscriptionService extends PersistenceService<ConfigurationSubscription, ConfigurationSubscriptionDto, Long> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this class also
...ava/org/cloudfoundry/multiapps/controller/core/auditlogging/model/AuditLogConfiguration.java
Show resolved
Hide resolved
...cloudfoundry/multiapps/controller/persistence/services/ConfigurationSubscriptionService.java
Outdated
Show resolved
Hide resolved
...rg/cloudfoundry/multiapps/controller/core/auditlogging/ApplicationConfigurationAuditLog.java
Show resolved
Hide resolved
...g/cloudfoundry/multiapps/controller/core/auditlogging/ConfigurationEntryServiceAuditLog.java
Outdated
Show resolved
Hide resolved
...foundry/multiapps/controller/core/auditlogging/ConfigurationSubscriptionServiceAuditLog.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfiguration.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfiguration.java
Outdated
Show resolved
Hide resolved
a05a6e6 to
a08e30e
Compare
...rc/main/java/org/cloudfoundry/multiapps/controller/core/auditlogging/AuditLoggingFacade.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfiguration.java
Outdated
Show resolved
Hide resolved
| requires static org.immutables.value; | ||
| requires spring.security.oauth2.client; | ||
| requires jakarta.annotation; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure you need that
.../src/main/java/org/cloudfoundry/multiapps/controller/core/util/ApplicationConfiguration.java
Outdated
Show resolved
Hide resolved
...rg/cloudfoundry/multiapps/controller/core/auditlogging/ApplicationConfigurationAuditLog.java
Outdated
Show resolved
Hide resolved
Yavor16
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to squash
LMCROSSITXSADEPLOY-3159
No description provided.