Skip to content

Releases: amundsen-io/amundsencommon

Temporary fix for marshmallow-annotations version

11 Nov 18:38
ff9d2e2
Compare
Choose a tag to compare
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)

16 Oct 16:23
4a7eea4
Compare
Choose a tag to compare

0.5.6: fix: fix import (#74)

15 Oct 23:59
2d1725b
Compare
Choose a tag to compare

0.5.5: feat: add chart to dashboard model (#73)

15 Oct 19:11
241f627
Compare
Choose a tag to compare
* 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)

02 Oct 17:33
bab8939
Compare
Choose a tag to compare

feat: added badges to column

28 Sep 22:37
7bf5a84
Compare
Choose a tag to compare

Updated table model to have columns with badges list that is optional.

fix: remove badge_type from badge model

22 Sep 23:04
3eed7fa
Compare
Choose a tag to compare

Badge_type not necessary in badge model.

feat: tweaks for gremlin support

17 Sep 21:18
1a2733b
Compare
Choose a tag to compare
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

01 Sep 23:42
6a393d0
Compare
Choose a tag to compare

Updated the Table model to use new badge model in badges list.

feat: added badge model

25 Aug 22:53
09897d9
Compare
Choose a tag to compare

Added model for badges to allow for the new functionality needed.