1. 04 Mar, 2019 5 commits
  2. 03 Mar, 2019 1 commit
  3. 01 Mar, 2019 2 commits
    • Tamika Tannis's avatar
      Make Flag text sentence case by default (#33) · 3d2c6b1e
      Tamika Tannis authored
      * Per design, flag text should be sentence case
      
      * Add support to customize the case style.
      3d2c6b1e
    • Tamika Tannis's avatar
      Update Owner Editing UI (#26) · ddfcaeb6
      Tamika Tannis authored
      * Update table owner editing UI
      
      * Minor code cleanup
      
      * Address comments, rebase for new Redux state shape, add a loading spinner
      
      * Fix typo in the word 'reload'
      
      * tweak loading spinner use/style in modal
      
      * cleanup
      
      * Minor tweaks
      ddfcaeb6
  4. 28 Feb, 2019 3 commits
    • Daniel's avatar
      Minor style changes (#31) · 9198141c
      Daniel authored
      - Removed double margin from .table-details > .row
      - Fixed panel borders
      9198141c
    • 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
  5. 27 Feb, 2019 1 commit
  6. 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
  7. 25 Feb, 2019 4 commits
  8. 24 Feb, 2019 1 commit
  9. 22 Feb, 2019 6 commits
  10. 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
  11. 15 Feb, 2019 2 commits
  12. 13 Feb, 2019 1 commit
  13. 12 Feb, 2019 1 commit
  14. 11 Feb, 2019 4 commits
  15. 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
  16. 06 Feb, 2019 1 commit