Releases: amundsen-io/amundsencommon
Releases · amundsen-io/amundsencommon
Temporary fix for marshmallow-annotations version
fix: changed marshmallow-annotation version, temp solution (#81) * changed marshmallow version, temp solution Signed-off-by: Allison Suarez Miranda <[email protected]> * trying lint fix out Signed-off-by: Allison Suarez Miranda <[email protected]> * updated version Signed-off-by: Allison Suarez Miranda <[email protected]>
0.5.7: feat: add chart into common ES index map (#77)
Signed-off-by: feng-tao <[email protected]>
0.5.6: fix: fix import (#74)
Signed-off-by: feng-tao <[email protected]>
0.5.5: feat: add chart to dashboard model (#73)
* feat: add chart to dashboard model Signed-off-by: feng-tao <[email protected]> * feat: fix model Signed-off-by: feng-tao <[email protected]>
0.5.4: chore: set a range for deps (#70)
Signed-off-by: feng-tao <[email protected]>
feat: added badges to column
Updated table model to have columns with badges list that is optional.
fix: remove badge_type from badge model
Badge_type not necessary in badge model.
feat: tweaks for gremlin support
feat: tweaks for gremlin support (#60) * common: gremlin support tweaks add optional key parameter to column, table. rename Statistics -> Stat. add fixtures, streaming, utils to common. Update mypy to 761 to fix false errors. Fix flake8 complaints about extra line in __init__.py files Signed-off-by: Joshua Hoskins <[email protected]> * Feedback 1 Remove streams Move fixtures to amundsen_common/tests Stat as additional class, deprecate Statistics Signed-off-by: Joshua Hoskins <[email protected]> * feedback 2 remove utils, make mypy ignore missing imports module-specific Signed-off-by: Joshua Hoskins <[email protected]>
feat: updated table model to use new badge model
Updated the Table model to use new badge model in badges list.
feat: added badge model
Added model for badges to allow for the new functionality needed.