Skip to content
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

feat(apis_relations,apis_entities): introduce basic logging #199

Closed
wants to merge 1 commit into from

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented Jun 12, 2023

This commit adds creates LogEntry instances when:

  • entities are created, updated, duplicated or deleted
  • relations are created or updated

Closes: #196

@b1rger b1rger force-pushed the birger/196-action-log branch 2 times, most recently from ab40dde to 244a9b2 Compare June 12, 2023 11:36
@b1rger b1rger added feature Enhancement of existing functionality or new feature app-entities Anything to do with entities – the models central to an APIS app app-relations Centered on relations – classes and functionality linking entities together labels Jun 12, 2023
@b1rger b1rger marked this pull request as ready for review June 12, 2023 11:37
@b1rger b1rger force-pushed the birger/196-action-log branch from 244a9b2 to 79a218b Compare August 30, 2023 08:22
This commit adds logic to create `LogEntry` instances when:
* entities are created, updated, duplicated or deleted
* relations are created or updated
@b1rger b1rger requested a review from a team August 30, 2023 08:24
@b1rger b1rger marked this pull request as draft September 19, 2023 07:32
@b1rger
Copy link
Contributor Author

b1rger commented Sep 19, 2023

Converted this back to draft. If #283 gets fixed, this also gives us a log

@b1rger b1rger closed this Sep 19, 2023
@b1rger b1rger reopened this Sep 19, 2023
@b1rger
Copy link
Contributor Author

b1rger commented Feb 19, 2024

@b1rger b1rger closed this Feb 19, 2024
@b1rger b1rger deleted the birger/196-action-log branch June 7, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-entities Anything to do with entities – the models central to an APIS app app-relations Centered on relations – classes and functionality linking entities together feature Enhancement of existing functionality or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce action log
1 participant