1. 25 Feb, 2020 3 commits
  2. 21 Feb, 2020 1 commit
  3. 12 Feb, 2020 1 commit
  4. 28 Jan, 2020 1 commit
  5. 27 Jan, 2020 1 commit
  6. 24 Jan, 2020 2 commits
  7. 23 Jan, 2020 1 commit
  8. 21 Jan, 2020 4 commits
    • Tamika Tannis's avatar
      Lower python coverage (#372) · e7f6d456
      Tamika Tannis authored
      This should fix the master build. We raised the coverage threshold in a previous PR, but it's not giving enough buffer -- we expect coverage to naturally go up/down within a couple percentage points during regular development even when folks are still covering important logic.
      e7f6d456
    • Mikhail Ivanov's avatar
      Amundsen Notifications functionality improvements (#363) · 9a91e868
      Mikhail Ivanov authored
      * Amundsen Notifications functionality improvements:
       - "Request Description" link visibility fix
       - MailClient implementation example
       - API incompatibilities fixes
      
      * Amundsen Notifications functionality improvements:
       - "Request Description" link visibility fix
       - MailClient implementation example
       - API incompatibilities fixes
      9a91e868
    • Daniel's avatar
      - Update node version for Dockerfiles (#371) · e5044816
      Daniel authored
      - Add .editorconfig settings
      e5044816
    • Daniel's avatar
      Update profile page design (#365) · 82c36cb6
      Daniel authored
      * Modify profile page to new design
      * Added breadcrumb back to profile and table pages
      * Modified behavior/style of breadcrumb
      * Fix styles on the nav-bar dropdown
      82c36cb6
  9. 15 Jan, 2020 1 commit
  10. 14 Jan, 2020 1 commit
    • Daniel's avatar
      Upgrade node version (#368) · 664f39f4
      Daniel authored
      * Update various packages to support Node 12
      * Update webpack-terser-plugin for security
      * Update babel to resolve security issue
      * Remove unused package and upgrade babel loader
      * Upgrade travis build to node v12
      * Update supported node versions to v10 and v12
      * Relax 'prefer-template' rule in tslint config
      664f39f4
  11. 13 Jan, 2020 2 commits
  12. 07 Jan, 2020 1 commit
  13. 19 Dec, 2019 1 commit
  14. 18 Dec, 2019 1 commit
  15. 17 Dec, 2019 2 commits
  16. 12 Dec, 2019 2 commits
  17. 05 Dec, 2019 1 commit
  18. 04 Dec, 2019 1 commit
  19. 22 Nov, 2019 1 commit
    • Tamika Tannis's avatar
      Initial inline results feature (#321) · e355bca3
      Tamika Tannis authored
      * Initial inline results feature
      
      * Use getDerivedStateFromProps; Cleanup some styles
      
      * Update UI; Rename method
      
      * Cleanup behavior
      
      * Unit tests
      
      * Fix some tests
      
      * Inline Search Improvements + Logging (#351)
      
      * Combine debounce (to minimize requests) with takeLatest (for better UI)
      
      * Log click interactions with inline search
      
      * Mock logClick in tests
      
      * Lint fix
      
      * Address some comments
      
      * Update a test
      e355bca3
  20. 20 Nov, 2019 1 commit
    • Daniel's avatar
      Fix Data Preview Showing Wrong Data (#348) · 824016b5
      Daniel authored
      * Table Preview API uses 'takeLatest' instead of 'takeEvery' to ignore outdated requests
      
      * Blocks the table-details from rendering until new data is fetched.
      This prevents the subcomponents from rendering briefly in between
      page loads, causing the preview button from requesting more data
      
      * Renamed `didInitialLoad` to `didComponentMount`
      824016b5
  21. 19 Nov, 2019 4 commits
  22. 18 Nov, 2019 1 commit
  23. 15 Nov, 2019 2 commits
    • Daniel's avatar
      Expose the cluster to table_detail page (#333) · 9b327d6a
      Daniel authored
      9b327d6a
    • Daniel's avatar
      Merge table v2 into master (#332) · 77b45373
      Daniel authored
      * Redesigned the `table_detail` page with a new layout.
      * Added new components for FrequentUsers, Lineage, Writer, Source, ExploreButton, etc
      * Added EditableSection to replace EntityCard and EntityCardSection with an updated interaction and design
      * Updated WatermarkLabel to a new design
      * Update Table Detail Columns (#311)
      * Added a new 'ColumnStats' component
      77b45373
  24. 12 Nov, 2019 1 commit
    • Mikhail Ivanov's avatar
      Make table owner items clickable (#320) · b2a747f8
      Mikhail Ivanov authored
      * Make table owner items clickable
      
      * Make table owner items clickable
      
      * Make table owner items clickable
      
      * Make table owner items clickable
      
      * Make table owner items clickable
      b2a747f8
  25. 29 Oct, 2019 1 commit
  26. 23 Oct, 2019 1 commit
    • Tamika Tannis's avatar
      Search UI Cleanup Tasks (#319) · 4e24bfe1
      Tamika Tannis authored
      * no border on home link hover
      
      * more padding so column type doesn't look squished
      
      * Prevent navbar styles from affectiing dropdown; Add presto logo
      
      * Add a send icon to request form button
      
      * Add a test; Improve the config doc
      4e24bfe1
  27. 22 Oct, 2019 1 commit