1. 15 Jul, 2020 1 commit
    • Allison Suarez Miranda's avatar
      fix: replaced aria-label with sr-only to improve accessiblity (#509) · 3a8ecdbd
      Allison Suarez Miranda authored
      * updated all aria-label componets to use sr-only instead, still need to update tests and fix the constants imports
      
      * fixed imports for constants on RequestMetadataForm comp
      
      * another constants import fix
      
      * removed aria-label attribute from tests
      
      * yet another constants fix
      
      * removed the aria-label as well as the sr-only for the add button on the add owner pop up, this is because when selecting the edit button the sr would read edit on Owners, which means that if this option is selected it can be assumed that when the sr reads Add, it will be related to adding an Owner. Trying to have both a sr-only plus the label of the button itself would lead to confusion because i would read add owner and then add, before with aria-hidden it would just hide Add and say add owner, making this not an issue. We could also keep aria-hidden but idk if this also has support gaps
      
      * added newline at end of file
      
      * added newline at end of file
      
      * fixed format issues
      
      * package oopsie
      3a8ecdbd
  2. 14 Jul, 2020 2 commits
  3. 13 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 09 Jul, 2020 2 commits
    • Diksha Thakur's avatar
      fix: Making description uneditable using config file (#497) · f529671a
      Diksha Thakur authored
      * Making description uneditable using config file
      
      * Table Description Uneditable using regex
      
      * Column Description uneditable
      
      * fixed regex statement
      
      * fixed lint error
      
      * removed print statements
      
      * Adding source to edit button
      
      * Added edit description text
      
      * Added list MatchRules object in configuration
      
      * ignore linting for metadata_utils.py
      
      * addint data type to match rules
      
      * adding data type to match rules
      
      * fixing mypy errors
      
      * restructured logic in metadata_utils
      
      * fixed mypy checks
      
      * fix parse_editable_rule parameters
      
      * Adding unit test cases
      
      * Code cleanup and better comments
      
      * Added documentation
      
      * Modified unit test case
      
      * fixed documentation
      
      * documentation change
      f529671a
    • Tamika Tannis's avatar
      feat: Support markdown for dashboard descriptions (#506) · 276ff528
      Tamika Tannis authored
      * Support markdown for dashboard descriptions
      
      * Code cleanup
      
      * Fix test for build to pass; Need to re-write so this doesn't keep happening
      
      * Fix test for build to pass; Need to re-write so this doesn't keep happening
      276ff528
  6. 07 Jul, 2020 2 commits
  7. 05 Jul, 2020 1 commit
  8. 30 Jun, 2020 2 commits
  9. 29 Jun, 2020 1 commit
  10. 26 Jun, 2020 2 commits
  11. 25 Jun, 2020 1 commit
  12. 22 Jun, 2020 2 commits
  13. 17 Jun, 2020 5 commits
  14. 16 Jun, 2020 4 commits
  15. 15 Jun, 2020 3 commits
  16. 10 Jun, 2020 2 commits
  17. 09 Jun, 2020 2 commits
  18. 08 Jun, 2020 1 commit
    • Marcos Iglesias's avatar
      feat: Shows Query code block within Dashboard Query tab (#474) · cf22e336
      Marcos Iglesias authored
      * Creates QueryResource and updates data definitions
      
      * Mades it a functional component with hooks, added link to dashboard
      
      * Right button behavior (almost)
      
      * Fixes code block styling conflict
      
      * Lazy loads Codeblock for improved performance
      
      * Adds tooltip to mode button
      
      * Cleaning up styles
      
      * Cleaning query_names from the frontend code
      
      * Fixes warnings and mock type issue
      
      * Fixes Typescript warning
      
      * TEst cleanup
      
      * Cleans up webpack flags and extends loading message
      
      * Adds shimmer loader, extract animations include and moves tooltip to top
      
      * Tamika comments
      
      * Making the shimmer a set of lines
      
      * Adds an extra line on the loading screen
      
      * Delete eslint cache file
      
      * Adds comment
      cf22e336
  19. 05 Jun, 2020 1 commit
    • Diksha Thakur's avatar
      feat: Adding schema description to search result items (#468) · b4274486
      Diksha Thakur authored
      * Adding new component for schema name and attached description
      
      * Adding underline to schema name
      
      * Adding schema_description to TableResource
      
      * Adding style in ResourceListItem component
      
      * Modified unit test to incorporate schema desciption changes
      
      * Reverted unwanted addition of schema_description in unrelated files
      
      * Changed calling Schema Info Component and related unit test cases
      
      * Changed python test to incorporate schema description
      
      * Identation fixes
      
      * Unit test cases for SchemaInfo component
      
      * removing unnecessary imports
      
      * Changing unit test name
      b4274486
  20. 04 Jun, 2020 1 commit
    • Marcos Iglesias's avatar
      fix: Updates the Dashboard Page URL (#473) · 8d5bda39
      Marcos Iglesias authored
      * Modifying DashboardPage component, tests passing
      
      * Cleanups and updating Dashboard resource links
      
      * Flattens folder structure on the component folders
      
      * Extract helpers for building URI and Dashboard Detail Page URL, implement on search results component
      
      * Adding types and cleaning up
      
      * Changing URL schema to use the URI directly on the URL
      
      * Cleanup and basic test for url helper
      8d5bda39
  21. 02 Jun, 2020 3 commits