-
Notifications
You must be signed in to change notification settings - Fork 1
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
🎉 Initial MVP #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add pyproject.toml with ruff and setuptools config - Add schema file with some initial enums - Add initial requirements-dev.txt (not pinned/hashed for now to avoid noise) - Add core audit log fields (type, timestamp, level, version) - Add demo output with `python -m audit_log.log`
Co-authored-by: Sinan ISLEKDEMIR <sinan@islekdemir.com> Co-authored-by: George Koutsikos <ragecryx@users.noreply.github.com>
* Enforce principal by dataclass * Fix for the broken ruff state and type * Update audit_log/log.py Co-authored-by: Jeremy Mayeres <1524722+jerr0328@users.noreply.github.com> * Add import * Better ruff config * Remove JWT processing (#2) * Remove JWT processing * Rebase from enforce principal * Fix type_ * Change hte logic to JWT first --------- Co-authored-by: Jeremy Mayeres <1524722+jerr0328@users.noreply.github.com>
* add unit tests * fix PR comments
sinanislekdemir
force-pushed
the
initial_mvp
branch
from
May 14, 2024 10:53
c7f12ce
to
18307b4
Compare
* add workflow for lint and unit tests * fix * add pythonpath * add python 3.11 for test job * update workflow
jerr0328
requested review from
edvardm,
ragecryx,
sinanislekdemir,
tatiana14 and
korcky
May 17, 2024 09:14
sinanislekdemir
approved these changes
May 17, 2024
korcky
reviewed
May 17, 2024
korcky
approved these changes
May 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial audit logging MVP to get started