Releases: amundsen-io/amundsenfrontendlibrary
New Features & Bug Fixes
Feature
- Table and Column Lineage Polish (#970) (
cd2f4c4
) - Table and Column Lineage Lists (#969) (
df9532a
) - Add Table Notices (#957) (
e3be638
) - Allows for splitting stats' distinct values into a different element that shows in modal (#960) (
fe04a06
)
Fix
- Upgrade mypy version to build with Python3.8 (#975) (
18963ec
) - Handles parsing errors when format not expected on distinct values (#966) (
473bbdb
) - Made commit author consistent (#917) (
48441cd
) - Yaml syntax error (#913) (
8f49627
) - Add chore to monthly release PRs (#912) (
9323862
) - Removed echo for changelog command (#910) (
bb22d4d
) - Add changelog file (#907) (
f06c50e
) - Made change to preserve format of changelog (#896) (
0d56d72
) - Fixed reviewers field syntax error (#892) (
b7f99d4
) - Made branch eval and added reviewers (#891) (
dd57d44
) - Changed release workflow completely (#882) (
5dfcd09
) - Index tag info into elasticsearch immediately after ui change (#883) (
b34151c
)
New Features & Bug Fixes
Fix
- Made commit author consistent (#917) (
48441cd
) - Yaml syntax error (#913) (
8f49627
) - Add chore to monthly release PRs (#912) (
9323862
) - Removed echo for changelog command (#910) (
bb22d4d
) - Add changelog file (#907) (
f06c50e
) - Made change to preserve format of changelog (#896) (
0d56d72
) - Fixed reviewers field syntax error (#892) (
b7f99d4
) - Made branch eval and added reviewers (#891) (
dd57d44
) - Changed release workflow completely (#882) (
5dfcd09
) - Index tag info into elasticsearch immediately after ui change (#883) (
b34151c
)
New Features & Bug Fixes
Fix
- Made commit author consistent (#917) (
48441cd
) - Yaml syntax error (#913) (
8f49627
) - Add chore to monthly release PRs (#912) (
9323862
) - Removed echo for changelog command (#910) (
bb22d4d
) - Add changelog file (#907) (
f06c50e
) - Made change to preserve format of changelog (#896) (
0d56d72
) - Fixed reviewers field syntax error (#892) (
b7f99d4
) - Made branch eval and added reviewers (#891) (
dd57d44
) - Changed release workflow completely (#882) (
5dfcd09
) - Index tag info into elasticsearch immediately after ui change (#883) (
b34151c
)
New Features & Bug Fixes
Fix
- Made commit author consistent (#917) (
48441cd
) - Yaml syntax error (#913) (
8f49627
) - Add chore to monthly release PRs (#912) (
9323862
) - Removed echo for changelog command (#910) (
bb22d4d
) - Add changelog file (#907) (
f06c50e
) - Made change to preserve format of changelog (#896) (
0d56d72
) - Fixed reviewers field syntax error (#892) (
b7f99d4
) - Made branch eval and added reviewers (#891) (
dd57d44
) - Changed release workflow completely (#882) (
5dfcd09
) - Index tag info into elasticsearch immediately after ui change (#883) (
b34151c
)
New Features & Bug Fixes
Fix
- Made commit author consistent (#917) (
48441cd
) - Yaml syntax error (#913) (
8f49627
) - Add chore to monthly release PRs (#912) (
9323862
) - Removed echo for changelog command (#910) (
bb22d4d
) - Add changelog file (#907) (
f06c50e
) - Made change to preserve format of changelog (#896) (
0d56d72
) - Fixed reviewers field syntax error (#892) (
b7f99d4
) - Made branch eval and added reviewers (#891) (
dd57d44
) - Changed release workflow completely (#882) (
5dfcd09
) - Index tag info into elasticsearch immediately after ui change (#883) (
b34151c
)
New features & Bug Fixes
"New release for 3.3.1" (#897) Automatically generated by python-semantic-release Co-authored-by: semantic-release <semantic-release>
New features & Bug Fixes
fix: changed release workflow completely (#882) * added PR creation to release action Signed-off-by: Allison Suarez Miranda <[email protected]> * set new branch rather than master Signed-off-by: Allison Suarez Miranda <[email protected]> * changed cron to 12:15pm Signed-off-by: Allison Suarez Miranda <[email protected]> * chnaged release aciton branch and added manual run trigger Signed-off-by: Allison Suarez Miranda <[email protected]> * eventually I'll get this right... Signed-off-by: Allison Suarez Miranda <[email protected]> * another one Signed-off-by: Allison Suarez Miranda <[email protected]> * one more branch change Signed-off-by: Allison Suarez Miranda <[email protected]> * trying to get the branch there so it can be checked out Signed-off-by: Allison Suarez Miranda <[email protected]> * added pypy credentials Signed-off-by: Allison Suarez Miranda <[email protected]> * chaged to uses/with Signed-off-by: Allison Suarez Miranda <[email protected]> * bumped version on setup.py file Signed-off-by: Allison Suarez Miranda <[email protected]> * added pypi user and pass Signed-off-by: Allison Suarez Miranda <[email protected]> * setting base branch to be master Signed-off-by: Allison Suarez Miranda <[email protected]> * delete branch after pr closed Signed-off-by: Allison Suarez Miranda <[email protected]> * trying a different more granular approach, pypi should be triggered once PR with new version is merged Signed-off-by: Allison Suarez Miranda <[email protected]> * publishes new release Signed-off-by: Allison Suarez Miranda <[email protected]> * fixed Signed-off-by: Allison Suarez Miranda <[email protected]> * hoping this works, will add changelog next if it does Signed-off-by: Allison Suarez Miranda <[email protected]>
v3.3.0
v3.3.0
New features & Bug Fixes
Features
- feat: Make 'schema' and 'database' clickable to initiate a search (#766)
- feat: Expose config for mTLS certificates. (#757)
Bug fixes
- UNEDITABLE_SCHEMAS and UNEDITABLE_TABLE_DESCRIPTION_MATCH_RULES was applied to the back-end
- chore: fix test failure (#797)
- Merge pull request from GHSA-47qg-q58v-7vrp
Other misc fixes:
- chore: bumped amundsen-common version (#795)
- fix: table with multiple badges not triggering the correct search (#767)
- chore: Update request_utils.py (#787)
- Fix to display column statics (#771)
- Adding titles to Detail Page headers (#768)
Build
- strictNullChecks were added to tsconfig, and some other TypeScript enhancements made
- chore: finish remaining simple null check typing fixes (#756)
- chore: fix remaining strictNullChecks errors; enforce in tsconfig (#758)
- chore: Update Betterer with eslint rules (#769)
- Webpack was upgraded from 5 to 5
- fix: fixed webpack 5 issue (#786)
- chore: build: upgrade webpack from 4 to 5 (#770)
Other dependency upgrades
- build(deps-dev): bump babel-jest in /amundsen_application/static (#792)
- build(deps): bump react-markdown in /amundsen_application/static (#790)
- build(deps-dev): bump @storybook/react in /amundsen_application/static (#791)
- build(deps-dev): bump @babel/preset-env in /amundsen_application/static (#793)
- Revert "rolling back to v 0.10.15 of responses (#784)" (#785)
- rolling back to v 0.10.15 of responses (#784)
- build(deps): bump requests from 2.24.0 to 2.25.0 (#778)
- build(deps): bump responses from 0.12.0 to 0.12.1 (#779)
- build(deps-dev): bump webpack in /amundsen_application/static (#780)
- build(deps-dev): bump @babel/plugin-proposal-logical-assignment-operators (#775)
- build(deps-dev): bump find-unused-sass-variables (#777)
- build(deps-dev): bump @storybook/addon-actions (#774)
- build(deps-dev): bump @babel/preset-react (#776)
- build(deps-dev): bump @babel/plugin-proposal-numeric-separator (#761)
- Updates node-sass and the sass-loader dependency (#764)
- build(deps): bump react-code-blocks in /amundsen_application/static (#763)
- build(deps-dev): bump terser-webpack-plugin (#760)
- build(deps-dev): bump css-loader in /amundsen_application/static (#759)
New features & Bug Fixes
Features
- feat: Update 'table view', 'alumni' and SLA status badges (#595)
- feat: Testing Codeowners file (#605)
- feat: Added GraphQL source to gschema views (#582)
- feat: add Tableau icon to fe (#616)
- feat: Alerts component (#621)
- feat: Improve Nested Column Types UI (#627)
- feat: Adds a basic Table to our component library (#636)
- feat: Empty and Loading states for the table (#639)
- feat: Adds caption and monospace font definitions (#644)
- feat: Adds text alignment and row height options to the reusable table
- feat: add search header (#643)
- feat: Adds ability to use custom component on table (#645)
- feat: Adds expandable feature to table (#654)
- feat: redirect dashboard group to search filter after clicking (#655)
- feat: add a button to open dashboard group (#662)
- feat: accept new badges (#669)
- feat: Column list with usage column and new reusable table (#684)
- feat: Adds sortable table detail page (#691)
- feat: Adds InformationIcon and LeftIcon (#715)
- feat: surface column level badges (#706)
- feat: Add support for tracking Data Issues via Asana (#700)
Others
chore: remove travis badge and update doc link (#599)
chore: Removes 84 unused variables (#600)
build(deps): bump flask-restful from 0.3.7 to 0.3.8 (#553)
build: Adding betterer to workflow (#598)
fix: added Status text to last run status line for dashboard (#603)
chore: Refactors away the .h1, .h2 and .h3 text classes (#602)
Adds configuration for PR title linting app (#606)
Adjusts line heights to allow for descendants on headlines (#610)
build(deps-dev): bump @babel/plugin-proposal-throw-expressions (#614)
build(deps-dev): bump postcss in /amundsen_application/static (#615)
build(deps-dev): bump @babel/plugin-proposal-export-default-from (#612)
build(deps-dev): bump webpack in /amundsen_application/static (#613)
build(deps-dev): bump mini-css-extract-plugin (#559)
Fixes ordering issue on announcements on homepage (#619)
chore: Updating Storybook with Cards, Colors and Typography (#620)
Completing storybook for Flag component (#622)
Adds stories for LoadingSpinner and InfoButton (#623)
refactor: Moves pages into its own folder (#624)
build(deps): bump fsevents in /amundsen_application/static (#630)
build(deps-dev): bump terser-webpack-plugin (#632)
build(deps): [security] bump serialize-javascript (#629)
refactor: Refactors connector out of ColumnLIstItems (#628)
fix: Remove randomized css widths (#635)
chore: fix docker push in FE repo (#637)
chore: add license check action (#638)
chore: add license header for new files (#640)
Updates typography line-height to sync with LPLs (#641)
chore: add Tao to see FE pr (#646)
build(deps-dev): bump eslint-plugin-prettier (#651)
build(deps-dev): bump @babel/plugin-proposal-json-strings (#650)
chore: build(deps-dev): bump sass-loader from 7.3.1 to 10.0.2 in /amu…
fix: Fixes dashboard query list (#653)
chore: Update order of table metadata on TableDetailPage (#652)
chore: build(deps-dev): bump css-loader from 3.5.3 to 4.2.2 in /amund…
fix: update search header wording (#656)
build(deps): bump mock from 2.0.0 to 4.0.2 (#607)
fix: change dashboard and group order in search result (#658)
build(deps-dev): bump @babel/core in /amundsen_application/static (#664)
fix: disable announcement component by default (#668)
chore: rename Groups to Group in dashboard search filter (#670)
fix: fix prog desc in fe when no config is provided (#672)
build(deps-dev): bump husky in /amundsen_application/static (#663)
build(deps-dev): bump @storybook/theming in /amundsen_application/sta…
build(deps-dev): bump ts-node in /amundsen_application/static (#665)
build(deps-dev): bump @storybook/addon-actions (#631)
Update configuration.md (#676)
build(deps-dev): bump @babel/plugin-proposal-do-expressions (#678)
build(deps-dev): bump stylelint in /amundsen_application/static (#682)
build(deps-dev): bump babel-jest in /amundsen_application/static (#681)
build(deps-dev): bump webworkify-webpack in /amundsen_application/sta…
build(deps-dev): bump css-loader in /amundsen_application/static (#679)
test: Added mypy types to api search unit tests (#673)
chore: Add in Snowflake db logo (#686)
Removes menlo and the -family-monospace variable (#685)
refactor: Tested and refactored Stats component (#687)
Padding on table and limits on description showing (#688)
chore: Bumped flaskoidc dependency (#689)
fix: relaxed marshmallow requirement to see if conflicts arise (#697)
docs: Adding knobs to Table and SVG Icons (#698)
fix: remove style from badges model (#683)
Updating jest (#701)
chore: Testing types for table input (#699)
build(deps): bump throttle-debounce in /amundsen_application/static (#…
build(deps-dev): bump @babel/preset-react (#710)
build(deps-dev): bump enzyme-adapter-react-16 (#707)
build(deps-dev): bump jest in /amundsen_application/static (#708)
chore: Updates Storybook to version 6 (#712)
docs: Adds React components naming conventions (#713)
build(deps-dev): bump ts-loader in /amundsen_application/static (#722)
build(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-opera…
build(deps-dev): bump @types/webpack in /amundsen_application/static (#…
build(deps-dev): bump @babel/plugin-proposal-function-sent (#718)
build(deps-dev): bump @babel/plugin-proposal-numeric-separator (#721)
build(deps): bump asana from 0.10.0 to 0.10.3 (#717)
chore: build(deps): bump flake8 from 3.5.0 to 3.8.4 (#704)
build(deps-dev): bump flaskoidc from 0.1.0 to 0.1.1 (#705)
build(deps): bump requests from 2.20.0 to 2.24.0 (#608)
build(deps): bump responses from 0.9.0 to 0.12.0 (#626)
build(deps): bump pytest from 3.5.1 to 6.1.1 (#703)
fix: Align and format column stats (new PR) (#723)
build(deps-dev): bump jest in /amundsen_application/static (#724)
build(deps-dev): bump cross-env in /amundsen_application/static (#728)
build(deps-dev): bump enzyme-to-json in /amundsen_application/static (#…
build(deps-dev): bump tslint in /amundsen_application/static (#727)
build(deps-dev): bump ts-loader in /amundsen_application/static (#725)
refactor: Removing deprecated title-1 class from Amundsen (#730)
chore: Cleans up ESLint issues (#731)
build(deps): update amundsen-common requirement (#732)
build(deps-dev): bump stylelint in /amundsen_application/static (#747)
build(deps-dev): bump @storybook/addons in /amundsen_application/stat…
build(deps-dev): bump babel-jest in /amundsen_application/static (#744)
build(deps-dev): bump @typescript-eslint/parser (#750)
build(deps-dev): bump @storybook/theming in /amundsen_application/sta…
build(deps-dev): bump @babel/plugin-proposal-export-namespace-from (#736)
fix: accept non int stats values (#748)
chore: Updating frontend dependencies (#751)
chore: Update derpecated functions: assertEquals, assertDictContainsS…
build(deps): bump pytest from 6.1.1 to 6.1.2 (#743)
chore: cleanup simple typings (#753)