Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethyca/fides
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.1
Choose a base ref
...
head repository: ethyca/fides
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.2
Choose a head ref
  • 12 commits
  • 256 files changed
  • 8 contributors

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    342d925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a38ac View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Bump Python version to 3.9 in Docker and setup.py (#974)

    * Bump Python version to 3.9 in Docker and setup.py
    
    * update setup.py
    
    * update the docs with the change
    
    * update the changelog
    
    * pin the python version for the fidesctl ci check
    
    * Update setup.py
    
    Co-authored-by: Paul Sanders <psanders1@gmail.com>
    
    * Update docs/fides/docs/installation/prerequisites_dependencies.md
    
    Co-authored-by: Paul Sanders <psanders1@gmail.com>
    
    Co-authored-by: Paul Sanders <psanders1@gmail.com>
    ThomasLaPiana and sanders41 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6e7c80b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Nest the UI directory into a ctl subdir (#970)

    * Nest the UI directory into a `ctl` subdir
    
    * move all of the client files into the ctl subdir
    
    * update path references
    
    * update the github workflow checks
    
    * update the CHANGELOG
    ThomasLaPiana authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0f9c906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab28573 View commit details
    Browse the repository at this point in the history
  3. Add setuptools to dev-requirements to fix versioneer error (#983)

    * Add setuptools to dev-requirements to fix versioneer error
    
    * Update CHANGELOG
    
    Co-authored-by: Paul Sanders <pau@ethyca.com>
    sanders41 and Paul Sanders authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    710f843 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Add is_default field to taxonomy sql models (#976)

    * Add is_default field to taxonomy sql models
    
    * Update changelog
    
    * Autoformat alembic migration file
    
    * Update dataset.yml with is_default
    
    * Bump fideslang version
    allisonking authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2c9d213 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Edit taxonomy form (#977)

    * Split columns
    
    * Get form elements in place
    
    * Highlight node when focused
    
    * Make form look better
    
    * WIP refactor for edit function
    
    * Refactor to make taxonomy more generalized
    
    * Handle errors and success
    
    * Rename DataCategoryTag --> TaxonomyEntityTag
    
    * Refactor TaxonomyEntityTag
    
    * Add edit taxonomy cypress tests
    
    * Update changelog
    
    * Sort taxonomy get response
    
    * Fix layout
    allisonking authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c9fdca0 View commit details
    Browse the repository at this point in the history
  2. Update typescript types for taxonomy is_default (#997)

    * Autogenerate types
    
    * Add is_default to taxonomy type
    allisonking authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    203e6cf View commit details
    Browse the repository at this point in the history
  3. Prepend ctl to database table names (#979)

    * Prepend `ctl` to database table names
    
    * rename the tables
    
    * fix past migrations that broke with the table name update
    
    * update dataset.yml, fix isort issue
    
    * update the changelog
    
    * small dataset fix
    
    * update the indexes
    
    * fix a misspelled index rename
    
    * Merge alembic heads
    
    * Format autogenerated alembic file
    
    * Add a more useful alembic message
    
    Co-authored-by: Allison King <allisonjuliaking@gmail.com>
    ThomasLaPiana and allisonking authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4dbbd9a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. include fides_key in datamap api output (#992)

    * include fides_key in datamap api output
    
    * add system dependencies to datamap output
    
    * system description inclusion
    
    * clarify additional columns for api
    
    * changelog
    SteveDMurphy authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    48a948c View commit details
    Browse the repository at this point in the history
  2. 1.8.2 (#999)

    * Update changelog for 1.8.2 release
    
    * Fixup changelog
    allisonking authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    cf5ad31 View commit details
    Browse the repository at this point in the history
Loading