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

v1.0.0 #135

Draft
wants to merge 59 commits into
base: main
Choose a base branch
from
Draft

v1.0.0 #135

wants to merge 59 commits into from

Conversation

patricksanders
Copy link
Collaborator

No description provided.

patricksanders and others added 10 commits August 26, 2020 13:38
* Start refactoring storage logic to decouple from Flask

* Committing refactor progress; persistence abstraction is mostly complete

* Add tests for sqlalchemy persistence plugin

* blacken existing tests, delete broken docker tests

* start new config tests

* rework db session handling

* isort and clean up, more requirements

* remove commented methods in persistence plugin

* undo gitignore change

* more f-strings, type hints, exception handling

* add more sqlalchemy exception handling

* blacken recent change
* add WIP implementation of retriever runner and AA retriever

* Make a few more things async

* support accounts/arns from CLI, make swag calls async

* check and transform AA results, store to DB

* add some docstrings, handle swag failures better

* add tests for access advisor retriever

* remove old updater logic

* require python 3.8

* fix notification settings

* add progress on retriever runner tests

* add test requirements to maybe fix travis

* specify time zone on datetimes

* blacken

* use utctimetuple() instead of timetuple() for AA timestamp conversion

* add tzinfo to datetime constructors in tests

* maybe travis needs to know the time zone

* time amirite?

* add more runner tests, a bit of refactoring

* blacken, add some docstrings

* a bit of cleanup

* switch from tmpdir_factory fixture to tmp_path

* get rid of an old, irrelevant comment

Co-authored-by: Curtis Castrapel <[email protected]>

return app


def init_logging():
log_cfg = {
'version': 1,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-commit and double quotes?

@patricksanders patricksanders changed the title v1.0.0 Refactor codebase Sep 14, 2023
@patricksanders patricksanders changed the title Refactor codebase v2.0.0 Sep 14, 2023
@patricksanders patricksanders changed the title v2.0.0 v1.0.0 Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants