1. 12 Apr, 2019 4 commits
  2. 11 Apr, 2019 3 commits
    • Verdan Mahmood's avatar
      b261a67e
    • Daniel's avatar
      Cleanup test code for Amundsen People (#73) · 36ba5d26
      Daniel authored
      36ba5d26
    • Daniel's avatar
      Merge feature people (#71) · 7b09a2fa
      Daniel authored
      * Added support for UserListItems (#43)
      
      * Added support for UserListItem
      - Restyled ResourceListItem to support multiple columns
      - Added timestamp for TableListItem
      - Added UserListItem
      - Added $text-medium and $text-light
      
      * Cleanup and PR feedback
      - Added Alumni Flag to UserListItem
      - Changed usage of Flag LabelStyle to exclude the 'label-' prefix
      - Added more space for 'Frequent Users' in TableListItem
      
      * Skeleton implementation of ProfilePage w/ mock data (#44)
      
      * Skeleton implementation w/ mock data
      
      * Some tweaks
      
      * Fix lint errors
      
      * Switch profile icons to btn-flat-icon
      
      * currentUser -> loggedInUser & profilePageUser -> profileUser
      
      * Make a Breadcrumb component
      
      * tweak
      
      * Added support for UserListItems (#43)
      
      * Added support for UserListItem
      - Restyled ResourceListItem to support multiple columns
      - Added timestamp for TableListItem
      - Added UserListItem
      - Added $text-medium and $text-light
      
      * Cleanup and PR feedback
      - Added Alumni Flag to UserListItem
      - Changed usage of Flag LabelStyle to exclude the 'label-' prefix
      - Added more space for 'Frequent Users' in TableListItem
      
      * Skeleton implementation w/ mock data
      
      * Some tweaks
      
      * Fix lint errors
      
      * Switch profile icons to btn-flat-icon
      
      * currentUser -> loggedInUser & profilePageUser -> profileUser
      
      * Make a Breadcrumb component
      
      * tweak
      
      * Updated search APIs to support multiple types (#48)
      
      * Updated search APIs to support multiple types
      - User search just returns mocked data
      
      * Updated search API tests
      
      * Add breadcrumbs + fix to tableData state management (#49)
      
      * Update search to support multiple resource types (#51)
      
      * Added Tabs to search results
      *Split executeSearch into two actions:
      - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs.
      - `searchResource` will run a search on a single resource type. This is primarily used for search pagination.
      The URL should always reflect the current state of the search and can be refreshed or shared to maintain state.
      
      * Improved state management with window URL and user actions
      (search submit, pagination, tab change)
      
      * changed 'last_updated' to 'last_updated_epoch' (#53)
      
      - Conditionally hide the timestamp when not present
      
      * Feature people design overhaul (#55)
      
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      
      * Rebase Design Overhaul from Master (#58)
      
      * Overhaul of UI Part 1 (#54)
      
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      
      * Design Overhaul pt2 (#57)
      
      * Design Overhaul pt2
      - Standardized button colors, sizes, icons
      - Text colors split into $text-dark, $text-medium, and $text-light
      - Fixed some styles on search bar
      - Updated TagInfo and TagInput
      - Made popover colors darker
      
      * Added support for UserListItems (#43)
      
      * Added support for UserListItem
      - Restyled ResourceListItem to support multiple columns
      - Added timestamp for TableListItem
      - Added UserListItem
      - Added $text-medium and $text-light
      
      * Cleanup and PR feedback
      - Added Alumni Flag to UserListItem
      - Changed usage of Flag LabelStyle to exclude the 'label-' prefix
      - Added more space for 'Frequent Users' in TableListItem
      
      * Skeleton implementation of ProfilePage w/ mock data (#44)
      
      * Skeleton implementation w/ mock data
      
      * Some tweaks
      
      * Fix lint errors
      
      * Switch profile icons to btn-flat-icon
      
      * currentUser -> loggedInUser & profilePageUser -> profileUser
      
      * Make a Breadcrumb component
      
      * tweak
      
      * Added support for UserListItems (#43)
      
      * Added support for UserListItem
      - Restyled ResourceListItem to support multiple columns
      - Added timestamp for TableListItem
      - Added UserListItem
      - Added $text-medium and $text-light
      
      * Cleanup and PR feedback
      - Added Alumni Flag to UserListItem
      - Changed usage of Flag LabelStyle to exclude the 'label-' prefix
      - Added more space for 'Frequent Users' in TableListItem
      
      * Skeleton implementation w/ mock data
      
      * Some tweaks
      
      * Fix lint errors
      
      * Switch profile icons to btn-flat-icon
      
      * currentUser -> loggedInUser & profilePageUser -> profileUser
      
      * Make a Breadcrumb component
      
      * tweak
      
      * Updated search APIs to support multiple types (#48)
      
      * Updated search APIs to support multiple types
      - User search just returns mocked data
      
      * Updated search API tests
      
      * Add breadcrumbs + fix to tableData state management (#49)
      
      * Update search to support multiple resource types (#51)
      
      * Added Tabs to search results
      *Split executeSearch into two actions:
      - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs.
      - `searchResource` will run a search on a single resource type. This is primarily used for search pagination.
      The URL should always reflect the current state of the search and can be refreshed or shared to maintain state.
      
      * Improved state management with window URL and user actions
      (search submit, pagination, tab change)
      
      * changed 'last_updated' to 'last_updated_epoch' (#53)
      
      - Conditionally hide the timestamp when not present
      
      * Feature people design overhaul (#55)
      
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      
      * Fix some issues with rebasing ui overhaul from master
      
      * Pull changes from #56 into feature/people (#60)
      
      * Overhaul of UI Part 1 (#54)
      
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      
      * Design Overhaul pt2 (#57)
      
      * Design Overhaul pt2
      - Standardized button colors, sizes, icons
      - Text colors split into $text-dark, $text-medium, and $text-light
      - Fixed some styles on search bar
      - Updated TagInfo and TagInput
      - Made popover colors darker
      
      * Consolidate Containers (#56)
      
      * Consolidate un-nested containers
      
      * Consolidate TableDetail related containers
      
      * Consolidate FeedbackForms
      
      * Fix merge mistakes
      
      * Update styles
      
      * - Disabled/Hid most Amundsen people related features
      - Fixed list-group-item padding issues and border
      - Adjusted column stats hover colors
      - Adjusted Breadcrum styles
      7b09a2fa
  3. 03 Apr, 2019 1 commit
  4. 02 Apr, 2019 1 commit
  5. 22 Mar, 2019 1 commit
  6. 21 Mar, 2019 1 commit
    • Daniel's avatar
      Design Overhaul pt2 (#57) · 3f8ea86f
      Daniel authored
      * Design Overhaul pt2
      - Standardized button colors, sizes, icons
      - Text colors split into $text-dark, $text-medium, and $text-light
      - Fixed some styles on search bar
      - Updated TagInfo and TagInput
      - Made popover colors darker
      3f8ea86f
  7. 19 Mar, 2019 1 commit
    • Daniel's avatar
      Overhaul of UI Part 1 (#54) · 7a8189ee
      Daniel authored
      Overhaul of UI
      - NavBar - Resized to 48px, rework bottom border with box-shadow
      - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens.
      - Container top margin at 96, 64, 32px for lg, md, sm screens.
      - Search results has 16px top and bottom
      - Consolidated buttons classes to: btn-primary btn-default
      - Reworked Tag buttons and labels
      - Fixed panel border radiuses
      - Fixed NavBar active state highlighting
      7a8189ee
  8. 07 Mar, 2019 1 commit
  9. 05 Mar, 2019 1 commit
  10. 04 Mar, 2019 7 commits
  11. 03 Mar, 2019 1 commit
  12. 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
  13. 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
  14. 27 Feb, 2019 1 commit
  15. 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
  16. 25 Feb, 2019 4 commits
  17. 24 Feb, 2019 1 commit
  18. 22 Feb, 2019 6 commits