Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Add __init__.py files to all directories where they're currently mi…
Browse files Browse the repository at this point in the history
…ssing (#590)

* Add missing `__init__.py` files to /src packages

* Add missing `__init__.py` files to /test packages

* Update `CHANGELOG.md`

* Consolidate 'Added' changes
  • Loading branch information
PSalant726 authored Jun 2, 2022
1 parent 0ebadf9 commit dd60b62
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ The types of changes are:
## [Unreleased](https://github.com/ethyca/fidesops/compare/1.5.1...main)

### Added
* Added OAuth2 authentication strategy for SaaS connectors [#555](https://github.com/ethyca/fidesops/pull/555)
* Added `FIDESOPS__SECURITY__LOG_LEVEL` configuration variable to allow controlling the log level [#579](https://github.com/ethyca/fidesops/pull/579)
* Added `DEBUG` logs at startup to view all configuration values [#579](https://github.com/ethyca/fidesops/pull/579)
* Modified `filter` post-processor to include toggles for exact and case sensitive matching [#584](https://github.com/ethyca/fidesops/pull/584)
* Added dataset for Outreach with access configuration [#588](https://github.com/ethyca/fidesops/pull/588)
* All directories containing `*.py` files now also contain `__init__.py` files [#590](https://github.com/ethyca/fidesops/pull/590)

### Changed
* Use the `RuleResponse` schema within the `PrivacyRequestReposnse` schema [#580](https://github.com/ethyca/fidesops/pull/580)
* Updated the webserver to use `PORT` config variable from the `fidesops.toml` file [#586](https://github.com/ethyca/fidesops/pull/586)

### Added
* Added OAuth2 authentication strategy for SaaS connectors [#555](https://github.com/ethyca/fidesops/pull/555)
* Modified `filter` post-processor to include toggles for exact and case sensitive matching [#584](https://github.com/ethyca/fidesops/pull/584)
* Added dataset for Outreach with access configuration [#588](https://github.com/ethyca/fidesops/pull/588)

## [1.5.1](https://github.com/ethyca/fidesops/compare/1.5.0...1.5.1) - 2022-05-27

### Added
Expand Down
Empty file.
Empty file added src/migrations/__init__.py
Empty file.
Empty file.
Empty file added tests/fixtures/saas/__init__.py
Empty file.
Empty file.
Empty file added tests/schemas/__init__.py
Empty file.
Empty file.
Empty file added tests/scripts/__init__.py
Empty file.
Empty file.
Empty file.

0 comments on commit dd60b62

Please sign in to comment.