1. 19 May, 2020 4 commits
  2. 18 May, 2020 3 commits
  3. 15 May, 2020 3 commits
  4. 14 May, 2020 4 commits
  5. 13 May, 2020 2 commits
    • Marcos Iglesias's avatar
      Fixes DataSource or Dashboard Icons not rendering on Firefox (#443) · a47078c2
      Marcos Iglesias authored
      * Updates resource icons with background image approach
      
      * Adds a main landmark to the application
      
      * Adds labels to filter inputs
      
      * Adds language to the html tag and some other missing meta tags (to complete)
      
      * Update styling on Dashboard and Data Store detail pages
      
      * De-duplicates main landmark tag
      
      * DRYs up the creation of icon classes by using Sass maps and @each
      
      * Updating Table Detail landmark tag
      a47078c2
    • Marcos Iglesias's avatar
      Updates NPM dependencies to fix security vulnerabilities (#444) · a14c4dde
      Marcos Iglesias authored
      * Updates jquery to 3.5.1
      
      * General dependency update with npm update
      
      * Fixes our NPM dependencies with npm audit fix and adjusts some Redux typings
      
      * Updates Jest to 25.5.4
      
      * Updates eslint to 6.8.0
      a14c4dde
  6. 12 May, 2020 2 commits
    • Marcos Iglesias's avatar
      Aligns text elements on the navigation bar (#442) · 39579802
      Marcos Iglesias authored
      * Aligns text elements on the navigation bar
      
      * Moving variable to common variables file
      
      * Moving variable to an already created group
      39579802
    • Tamika Tannis's avatar
      Dashboard Support (#439) · ce3e4c89
      Tamika Tannis authored
      * Initial commit for Dashboards feature (#394)
      
      * Initial Dashboard commit
      - Added a DashboardPage and route
      - Added basic getDashboard reducer/saga/API
      - Added basic tests for dashboard page
      - Cleaned up tabs component styles
      
      * Add chart and query component to dashboard page (#403)
      
      * Fix rebase syntax error in _layouts.scss
      
      * Initial dashboard search (#411)
      
      * Dummy python code
      
      * Python updates; React App support
      
      * Some code cleanup
      
      * Python tests
      
      * Add some tests
      
      * Lint/test fix
      
      * Update ProfilePage & My Bookmarks to new design (#416)
      
      * Dummy python code
      
      * Python updates; React App support
      
      * Some code cleanup
      
      * Python tests
      
      * Add some tests
      
      * Lint/test fix
      
      * Update ProfilePage & My Bookmarks to new design
      
      * Add some tests
      
      * Update Dashboard Search UI (#424)
      
      * Update UI
      
      * Cleanup; Add some tests; Update doc
      
      * Lint fix
      
      * Update search payload used
      
      * Lint fix; Test fix;
      
      * Some last tests
      
      * Add Dashboard Preview UI Support (#425)
      
      * WIP
      
      * Default loading error message; Resolve titleNode vs title
      
      * Cleanup ducks
      
      * Component tests
      
      * Ducks tests
      
      * Log exception omn file not found error
      
      * Dashboard Bookmarks & Dashboard ProfilePage support (#427)
      
      * Initial implementation
      
      * Some tests; Some cleanup; Add owners
      
      * Code cleanup; Tests
      
      * Connect dashboard page with API (#426)
      
      * Connected the dashboard get API
      - Added several metadata fields
      - Added dashboard Tables
      * Added dashboard tag api
      * Refactor tags to support multiple resource types
      * Fixed tag refresh logic
      * Removed tag extraction helper methods
      
      * Update dashboard preview UI (#430)
      
      * Update endpoint logic; Update ImagePreview
      
      * Remove preview redux logic
      
      * Tests
      
      * Some code cleanup
      
      * Add dashboard url to preview error message
      
      * Switch order of People & Dashboards across search UI (#431)
      
      * Dashboard Page Updates (#432)
      
      * Update last run state ui; Update badge colors
      
      * Add support for 'No owner' UI
      
      * Add icon to DashboardPage; Add update description UI
      
      * Update description UI according to direction from Design
      
      * Code cleanup based on review comments
      
      * List Item UI Updates (#433)
      
      * Update last run state ui; Update badge colors
      
      * Add support for 'No owner' UI
      
      * Add icon to DashboardPage; Add update description UI
      
      * Update description UI according to direction from Design
      
      * Code cleanup based on review comments
      
      * Update dashboard group css
      
      * Center list items; Update queryitem height; Add chartitem keys
      
      * TabsComponent border always under tabs
      
      * Do not render ChartList if no charts
      
      * Center UserListItem
      
      * Add count to dashboard right panel tabs (#438)
      
      * Cleanup: Delete unused code
      
      * Cleanup: Remove unsued import
      
      * Dashboard Logging Updates (#436)
      
      * Support logging dashboard source & index; Consolidate logic into utility
      
      * log interaction with description edit
      
      * Update method name for a less ambiguous command name in logs
      
      * Revert add description logging -- there is a new design
      
      * Cleanup
      
      * Improve coverage under DashboardPage
      
      * Update ImagePreview; Fix imports
      
      * Add a dashboardsummary fixture; Fix indentation
      
      * ducks/dashboard tests
      
      * Update application_config doc
      
      * Added a 'beta' flag for dashboards (#441)
      
      * Added a 'beta' flag for dashboards
      
      * Reorder imports
      
      * Remove config for hard coding beta tags
      
      * Cleanup
      
      * Dashboard -> DashboardMetadata
      
      * Remove obsolete TODO; Use DashboardSummary schema
      
      * Remove other TODO
      
      * Fix python tests & lint
      Co-authored-by: 's avatarDaniel <dwon@lyft.com>
      ce3e4c89
  7. 05 May, 2020 1 commit
  8. 21 Apr, 2020 1 commit
  9. 13 Apr, 2020 1 commit
  10. 09 Apr, 2020 1 commit
  11. 07 Apr, 2020 1 commit
  12. 06 Apr, 2020 1 commit
    • Tamika Tannis's avatar
      Update doc & fix Footer (#418) · c83aa618
      Tamika Tannis authored
      * Add visble doc about python entry points
      
      * Fix Footer logic for undefined value; Add back tests that would have caught issue
      
      * Update version for new patch release to fix quickstart
      
      * Update docs/configuration.md
      c83aa618
  13. 01 Apr, 2020 1 commit
  14. 26 Mar, 2020 2 commits
    • Tamika Tannis's avatar
      Prevent entering of ':' into search term (#414) · 2b67c4c4
      Tamika Tannis authored
      * Do not allow input of ':'
      
      * Hook up potential error message
      
      * Update error text and test
      2b67c4c4
    • christina stead's avatar
      Show status, priority for data issues (#412) · ed4e16ee
      christina stead authored
      * update payload first commit
      
      * fix tests
      
      * wip
      
      * update ui for reporting jira issues
      
      * correctly use connected component
      
      * fix some tests
      
      * fix more tests, do some clean up
      
      * update python tests
      
      * some more cleanup
      
      * remove white space
      
      * remove a bit more whitespace
      
      * update variable name
      
      * update logging
      
      * sort by unresolved -> resolved
      
      * update per pr comments
      
      * merge master
      
      * update jira url
      
      * Update amundsen_application/static/js/components/TableDetail/TableIssues/styles.scss
      Co-Authored-By: 's avatarTamika Tannis <ttannis@lyft.com>
      
      * fix styles
      Co-authored-by: 's avatarTamika Tannis <ttannis@lyft.com>
      ed4e16ee
  15. 25 Mar, 2020 2 commits
  16. 24 Mar, 2020 2 commits
    • Tamika Tannis's avatar
      Update setup.py · f104ca17
      Tamika Tannis authored
      f104ca17
    • christina stead's avatar
      Notify table owners (#410) · 939186fa
      christina stead authored
      * wip
      
      * wip
      
      * remove debuggers
      
      * fix tests + python lint
      
      * update tests
      
      * fix lint
      
      * revert some changes that aren't needed
      
      * modify content
      
      * respond to pr comments
      
      * fix lint
      
      * update wording a bit
      
      * update per review comments
      
      * update per pr comments
      939186fa
  17. 17 Mar, 2020 1 commit
  18. 16 Mar, 2020 2 commits
    • Tamika Tannis's avatar
    • samshuster's avatar
      Issue 147/multi doc pathways (#381) · ef49b887
      samshuster authored
      * This adds "programmatic descriptions" into the frontend.
      
      Known issues:
      - is_editable property not respecected
      
      Added NonEditable Section
      
      Now no longer need to sort in index page.
      Uses the display title for title now.
      Added currently untested code in the api for programmatic display
      
      programmatic descriptions no longer needs to be returned by metadata service for backwards compatibility
      Tests added for the programmatic display component
      
      Caught a bug where display_title was not being set if configuration wasn't set.
      change source_id to source
      Make code more robust
      Rebasing with the upstream changes that have been made.
      adding documentation
      removing the comment in the config.py class
      
      Fixing upstream merge conflicts.
      
      Update docs/flask_config.md
      Co-Authored-By: 's avatarjornh <jornhansen@gmail.com>
      
      Removing non editable section!
      
      readOnly is now an optional Property
      Added in a programmatic header and <hr> per design doc
      
      adding test for button rendering
      
      Adding in convertText function
      Changing SENTENCE_CASE -> Upper Upper. Need to confirm that this is ok, otherwise can create a new case
      
      Reverting SentenceCase
      Creating PascalCase
      Removing custom title
      
      Moving convert text to EditableSection. Applying by default
      
      * removing pascal case
      
      * fixing doc
      
      * Update amundsen_application/api/utils/metadata_utils.py
      Co-Authored-By: 's avatarTamika Tannis <ttannis@alum.mit.edu>
      
      * Update amundsen_application/api/utils/metadata_utils.py
      Co-Authored-By: 's avatarTamika Tannis <ttannis@alum.mit.edu>
      
      * cleaning up
      
      * Fixing unit test to have static method
      
      * changing to edit-button
      
      * Moving tests to test_metadata_utils
      
      * Fixing lint
      
      * updating the sample image
      Co-authored-by: 's avatarTamika Tannis <ttannis@alum.mit.edu>
      ef49b887
  19. 12 Mar, 2020 1 commit
  20. 11 Mar, 2020 1 commit
  21. 10 Mar, 2020 1 commit
  22. 06 Mar, 2020 2 commits
  23. 05 Mar, 2020 1 commit