- 28 Feb, 2019 2 commits
-
-
Daniel authored
- Refactor of search results and related types. -- `SearchListResult` - > `Resource`, -- `SearchListItem` -> `ResourceListItem` and `TableListItem` - Modified search APIs to support different resources such as tables, users, and dashboards.
-
Tamika Tannis authored
* Un-nest owners and tags state: Move from state.tableMetadata.tableData to state.tableMetadata * Create a nested reducer for owners * Rename ducks/tags -> ducks/allTags to reduce confusion with table tags * Create a nested reducer for table tags * Some code cleanup * Added table data defaults + utilMethods
-
- 27 Feb, 2019 1 commit
-
-
Daniel authored
- Leverages existing bootstrap-react tab components
-
- 26 Feb, 2019 1 commit
-
-
Tamika Tannis authored
* Add a simple, re-useable Flag component * Use bootstrap labels * Remove line-height from Flag styles * style -> labelStyle + add a note about bootstrap 4 upgrade
-
- 25 Feb, 2019 4 commits
-
-
Tao Feng authored
Update the link in the readme
-
Tao feng authored
-
Tao Feng authored
Update readme to include more infos
-
Verdan Mahmood authored
It is important to install the amundsen data builder before running the test script locally, otherwise the imports won't work in the test script.
-
- 24 Feb, 2019 1 commit
-
-
Tao feng authored
-
- 22 Feb, 2019 6 commits
-
-
Tamika Tannis authored
-
Tao Feng authored
Update README.md
-
Tao Feng authored
-
Tao Feng authored
Reorganize the document into different sections
-
Tao feng authored
-
Daniel Won authored
-
- 20 Feb, 2019 3 commits
-
-
Tamika Tannis authored
-
Tamika Tannis authored
* Reset preview reducer state on GetTableData * Fix type error * preview state should be controlled by tableMetadata reducer * dispatch getPreviewData from TableDetail container * Pass a modalTitle to DataPreviewButton instead of queryParams
-
Daniel authored
* Changed editable-text interaction - Use "edit" link instead of icon - "edit" is visible for empty text values and on hover - textarea appears flush with blackground - textarea gets light gradient on de-focus - Change 'edit' to 'Add Description' when text is empty
-
- 15 Feb, 2019 2 commits
- 13 Feb, 2019 1 commit
-
-
Tamika Tannis authored
-
- 12 Feb, 2019 1 commit
-
-
Tamika Tannis authored
* Add support for a logo in the NavBar * Add a max height/width to the logo
-
- 11 Feb, 2019 4 commits
-
-
Tamika Tannis authored
* WIP * Cleanup blueprint modifications * Fix path error * Update unit tests * Cleanup imports
-
Jin Hyuk Chang authored
-
Jin Hyuk Chang authored
* [DPTOOLS-1803] Staging deploy * Update
-
Jin Hyuk Chang authored
-
- 08 Feb, 2019 3 commits
-
-
Jin Hyuk Chang authored
-
Daniel authored
* Added travis configuration file * Added .PHONY annotations to Makefile Removed 'mypy' and commented 'npm run test' in travis.yml * Added 'mypy' to Makefile
-
Daniel authored
* Added a lineage section in the table details side bar. This link can be enabled and customized by overwriting the default config values. * Cleaned up some global styles by nesting them inside their component classes. * Removed deprecated 'nav_link' file. * Added comments for static configs.
-
- 06 Feb, 2019 1 commit
-
-
Tamika Tannis authored
-