1. 23 Jul, 2019 2 commits
    • Daniel's avatar
      Added `selectedTab` to global search state (#214) · 1c286309
      Daniel authored
      Breadcrumbs will return to the correct search tab and page index
      
      - Added selectedTab to global search state, removed selectedTab from SearchPage state.
      - Simplified SearchPage logic. Every action first updates the page URL, which is then read by componentDidUpdate and compared to the current state to determine if an action needs to be taken.
      - Split SearchResponsePayload into SearchResponsePayload and searchAllResponsepayload
      - Added jest mock functions to mock router history functions.
      - Clicking breadcrumb does not re-execute a search
      - Fixes redirect issue creating multiple window.history entries.
      1c286309
    • Tamika Tannis's avatar
      Remove timeout on feedback submission api call (#232) · c7607a91
      Tamika Tannis authored
      * Remove timeout on feedback submission api call
      
      * Update test
      c7607a91
  2. 19 Jul, 2019 1 commit
    • Ryan Lieu's avatar
      Browse on home page (#199) · f8699a39
      Ryan Lieu authored
      * tags stying
      
      * fixed tests
      
      * cleaned up some unecessary changes
      
      * added tests for browsepage
      
      * fixed naming
      
      * added DocumentTitle test to BrowsePage
      
      * fixed whitespacing in browsetags tests
      
      * fixed styling issues
      
      * refactored browsetags component into tagslist
      
      * cleaned up extraneous components
      
      * fixed test
      
      * updated tests, styling
      
      * fixed test name
      f8699a39
  3. 18 Jul, 2019 1 commit
  4. 17 Jul, 2019 2 commits
  5. 12 Jul, 2019 3 commits
  6. 10 Jul, 2019 3 commits
  7. 03 Jul, 2019 1 commit
    • Tamika Tannis's avatar
      Redux unit tests: tableMetadata, user (#208) · 42a544e1
      Tamika Tannis authored
      * ducks unit tests: feedback, log, popularTables, search
      
      * Lint fix
      
      * Cleanup previous tests
      
      * Syntax fixes
      
      * Fix build errors
      
      * Cleanup for unit tests
      
      * Tests for user actions, reducer, & saga
      
      * tests for user apis
      
      * Initial ducks/tableMetadata tests (#207)
      
      * Improve tableMaetadata tags & owners tests
      
      * Cleanup tableMetadata tests
      
      * Tests for tableMetadata api helpers
      
      * Code cleanup
      
      * Some code cleanup
      
      * saga syntax + OwnerDict type cleanup
      42a544e1
  8. 01 Jul, 2019 1 commit
  9. 28 Jun, 2019 2 commits
    • Ryan Lieu's avatar
      Fixed empty search bar to go back to home (#211) · e2c39864
      Ryan Lieu authored
      * fixed empty search bar issue
      
      * fixed whitespace bugs + handle 400s better
      
      * fixed test issue
      
      * fixed issue with reducer, cleaned up formValid
      
      * updated tests
      
      * removed fixes
      e2c39864
    • Daniel's avatar
      Enable Amundsen People/User feature (#206) · d5a98bba
      Daniel authored
      - Added option to disable user feature
      - Added links to profile page
      - Enable amundsen user search on FE
      - Refactored searchAll to utilize searchResult API function
      - Style touch-ups on Profile Page
      d5a98bba
  10. 26 Jun, 2019 1 commit
  11. 21 Jun, 2019 2 commits
  12. 20 Jun, 2019 2 commits
  13. 19 Jun, 2019 2 commits
  14. 14 Jun, 2019 1 commit
    • Tamika Tannis's avatar
      Cleanup ducks folder (#195) · a5368433
      Tamika Tannis authored
      * Code cleanup ducks: feedback, log, and popularTables
      
      * search
      
      * tableMetadata
      
      * user
      
      * Remove unused imports from SearchPage
      
      * restore location of resource and feedback enums
      a5368433
  15. 13 Jun, 2019 2 commits
    • Daniel's avatar
      Create Generic Paginated Resource List (#193) · 670cbdfc
      Daniel authored
      - Created a generic ResourceList with optional Pagination
      - Renamed 'BookmarkList' to 'MyBookmarks'
      - Converted usages in 'PopularTables', 'SearchPage', and 'MyBookmarks'
      670cbdfc
    • Ryan Lieu's avatar
      Home page component (#190) · 7c06fdf7
      Ryan Lieu authored
      * new home page component
      
      * separated home page
      
      * searchbar fix
      
      * separated search bar into separate component
      
      * fixed breadcrumbs to go back to proper url
      
      * cleaned up consolelogs, cleaned up home page component
      
      * addressed comments
      
      * addressed more comments'
      
      * more code styling fixes
      
      * removed unecessary files, fixed styling for home page to include larger margins
      
      * making breadcrumb an isolated component
      
      * gave breadcrumbs default props, fixed styling, removed unecessary API call on componentDidMount
      
      * added tests
      
      * fixed homepage tests, cleaned up code
      
      * removed extraneous import for homepage test
      
      * fixed breadcrumb/test issues?
      
      * cleaned up breadcrumb code
      
      * fixed breadcrumb logic
      
      * removed default props
      
      * one last breadcrumb fix
      7c06fdf7
  16. 10 Jun, 2019 1 commit
  17. 07 Jun, 2019 1 commit
    • Daniel's avatar
      Use table 'key' in Metadata APIs (#191) · bb8daeb2
      Daniel authored
      Previously all of our metadata APIs sent a set of fields cluster, database, schema, and table to identify the table record in metadata service. Those parameters were replaced by a single 'key'.
      bb8daeb2
  18. 05 Jun, 2019 2 commits
  19. 04 Jun, 2019 1 commit
    • Ryan Lieu's avatar
      Moved PopularTables out into separate component (#183) · 71383b15
      Ryan Lieu authored
      * moved PopularTables out into separate component
      
      * added tests
      
      * fixed linting issues
      
      * removed bookmarklist from populartables
      
      * fixed tests
      
      * addressed comments
      
      * move populartables component to common
      
      * removed unecessary boiler plate, improved tests
      71383b15
  20. 03 Jun, 2019 3 commits
  21. 30 May, 2019 1 commit
    • Daniel's avatar
      Add Bookmarks Feature (#156) · 525d4323
      Daniel authored
      - Added the Bookmarks feature where users can save or unsave table resources.
        - BookmarkIcon component renders a filled or unfilled star next to table resources. Clicking on the icon will save or unsave the bookmark. Icons can be rendered in regular or large versions.
        - "My Bookmarks" component is added to the homepage. This displays all of the bookmarked table resources in a paginated format.
      - Created a Preloader component that fetches data needed for app-wide functionality.
        - Bookmark and User data is fetched in Preloader
        - Removed user data fetching in NavBar
      Added new tests for
      - Preloader, BookmarkIcon, BookmarkList, Metadata API
      Modified existing tests for
      - Table Details, TableListItem,
      525d4323
  22. 29 May, 2019 5 commits