1. 28 Feb, 2019 2 commits
    • Daniel's avatar
      Refactor of Search Results and Search List Item (#21) · 98d559c7
      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.
      98d559c7
    • Tamika Tannis's avatar
      Reorganize table owners & table tags state (#30) · ba1e4c68
      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
      ba1e4c68
  2. 27 Feb, 2019 1 commit
  3. 26 Feb, 2019 1 commit
    • Tamika Tannis's avatar
      Add re-useable Flag component (#27) · 8def1174
      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
      8def1174
  4. 25 Feb, 2019 4 commits
  5. 24 Feb, 2019 1 commit
  6. 22 Feb, 2019 6 commits
  7. 20 Feb, 2019 3 commits
    • Tamika Tannis's avatar
      Preview feature fixes · e8676b96
      Tamika Tannis authored
      e8676b96
    • Tamika Tannis's avatar
      Preview feature fixes (#16) · c3b77880
      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
      c3b77880
    • Daniel's avatar
      Changed editable-text interaction (#10) · edc1d199
      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
      edc1d199
  8. 15 Feb, 2019 2 commits
  9. 13 Feb, 2019 1 commit
  10. 12 Feb, 2019 1 commit
  11. 11 Feb, 2019 4 commits
  12. 08 Feb, 2019 3 commits
    • Jin Hyuk Chang's avatar
      [DPTOOLS-1515] Register to Pypi (#3) · 0421f776
      Jin Hyuk Chang authored
      0421f776
    • Daniel's avatar
      Added Travis-CI configuration file (#2) · 3e239e59
      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
      3e239e59
    • Daniel's avatar
      Add lineage link (#1) · 2f70e55d
      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.
      2f70e55d
  13. 06 Feb, 2019 1 commit