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

[Misc] Add CHANGELOG.md file #484

Merged
merged 9 commits into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove contributor attribution
  • Loading branch information
TheAndrewJackson committed May 10, 2022
commit 8abfc95a37696a24ffe11228cfb560c9f71ba612
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-

# Checklist
- [ ] Update [`CHANGELOG.md`](https://github.com/ethyca/fidesops/blob/main/CHANGELOG.md) file in appropriate sections with contributor attribution
- [ ] Update [`CHANGELOG.md`](https://github.com/ethyca/fidesops/blob/main/CHANGELOG.md) file in appropriate sections
- [ ] Applicable documentation updated (guides, quickstart, postman collections, tutorial, fidesdemo, [database diagram](https://github.com/ethyca/fidesops/blob/main/docs/fidesops/docs/development/update_erd_diagram.md).
- If docs updated (select one):
- [ ] documentation complete, or draft/outline provided (tag docs-team to complete/review on this branch)
Expand Down
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@ The types of changes are:


### Changed
* Converted HTTP Status Codes to Starlette constant values by @sanders41 in [#438](https://github.com/ethyca/fidesops/pull/438)
* SaasConnector.send behavior on ignore_errors now returns raw response by @adamsachs in [#462](https://github.com/ethyca/fidesops/pull/462)
* Seed user permissions in `create_superuser.py` script by @TheAndrewJackson in [#468](https://github.com/ethyca/fidesops/pull/468)
* User API Endpoints (update fields and reset user passwords) by @seanpreston in [#471](https://github.com/ethyca/fidesops/pull/471)
* Format tests with `black` by @seanpreston in [#466](https://github.com/ethyca/fidesops/pull/466)
* Converted HTTP Status Codes to Starlette constant values [#438](https://github.com/ethyca/fidesops/pull/438)
* SaasConnector.send behavior on ignore_errors now returns raw response [#462](https://github.com/ethyca/fidesops/pull/462)
* Seed user permissions in `create_superuser.py` script [#468](https://github.com/ethyca/fidesops/pull/468)
* User API Endpoints (update fields and reset user passwords) [#471](https://github.com/ethyca/fidesops/pull/471)
* Format tests with `black` [#466](https://github.com/ethyca/fidesops/pull/466)


### Breaking Changes
* Update masking API to take multiple input values by @adamssachs in [#443](https://github.com/ethyca/fidesops/pull/443
* Update masking API to take multiple input values [#443](https://github.com/ethyca/fidesops/pull/443

### Docs

* Added issue template for documentation updates by @cenceptualshark in [#442](https://github.com/ethyca/fidesops/pull/442)
* Clarify masking updates by @adamsachs in [#464](https://github.com/ethyca/fidesops/pull/464)
* Added dark mode by @conceptualshark in [#476](https://github.com/ethyca/fidesops/pull/476)
* Added issue template for documentation updates [#442](https://github.com/ethyca/fidesops/pull/442)
* Clarify masking updates [#464](https://github.com/ethyca/fidesops/pull/464)
* Added dark mode [#476](https://github.com/ethyca/fidesops/pull/476)


### Fixed

* Removed miradb test warning by @sanders41 in [#436](https://github.com/ethyca/fidesops/pull/436)
* Added missing import by @galvana in [#448](https://github.com/ethyca/fidesops/pull/448)
* Removed pypi badge pointing to wrong package by @TheAndrewJackson in [#452](https://github.com/ethyca/fidesops/pull/452)
* Audit imports and references by @seanpreston in [#479](https://github.com/ethyca/fidesops/pull/479)
* Removed miradb test warning [#436](https://github.com/ethyca/fidesops/pull/436)
* Added missing import [#448](https://github.com/ethyca/fidesops/pull/448)
* Removed pypi badge pointing to wrong package [#452](https://github.com/ethyca/fidesops/pull/452)
* Audit imports and references [#479](https://github.com/ethyca/fidesops/pull/479)