1. 02 Oct, 2019 1 commit
  2. 26 Sep, 2019 1 commit
    • Daniel's avatar
      Update EditableText component (#299) · 675a29de
      Daniel authored
      * Fix some styling issues with react-markdown
      * Update EditableText to use React Refs instead of ref callbacks
      * Add configs for table and column description max lengths
      675a29de
  3. 25 Sep, 2019 1 commit
  4. 16 Sep, 2019 1 commit
  5. 10 Sep, 2019 2 commits
  6. 05 Sep, 2019 1 commit
  7. 04 Sep, 2019 2 commits
  8. 03 Sep, 2019 1 commit
  9. 26 Aug, 2019 1 commit
  10. 16 Aug, 2019 1 commit
  11. 15 Aug, 2019 1 commit
  12. 07 Aug, 2019 1 commit
  13. 06 Aug, 2019 1 commit
  14. 02 Aug, 2019 1 commit
  15. 01 Aug, 2019 2 commits
  16. 30 Jul, 2019 1 commit
  17. 24 Jul, 2019 1 commit
  18. 23 Jul, 2019 3 commits
    • Tamika Tannis's avatar
      Revert "Update SearchBar help text (#229)" (#233) · 756b399e
      Tamika Tannis authored
      This reverts commit 624959dd.
      756b399e
    • 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
  19. 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
  20. 18 Jul, 2019 1 commit
  21. 17 Jul, 2019 2 commits
  22. 12 Jul, 2019 3 commits
  23. 10 Jul, 2019 3 commits
  24. 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
  25. 01 Jul, 2019 1 commit
  26. 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
  27. 26 Jun, 2019 1 commit
  28. 21 Jun, 2019 2 commits