1. 24 Jul, 2020 2 commits
  2. 22 Jul, 2020 1 commit
  3. 20 Jul, 2020 1 commit
  4. 17 Jul, 2020 2 commits
  5. 16 Jul, 2020 2 commits
  6. 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
  7. 14 Jul, 2020 2 commits
  8. 13 Jul, 2020 1 commit
  9. 10 Jul, 2020 1 commit
  10. 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
  11. 07 Jul, 2020 2 commits
  12. 05 Jul, 2020 1 commit
  13. 30 Jun, 2020 2 commits
  14. 29 Jun, 2020 1 commit
  15. 26 Jun, 2020 2 commits
  16. 25 Jun, 2020 1 commit
  17. 22 Jun, 2020 2 commits
  18. 17 Jun, 2020 5 commits
  19. 16 Jun, 2020 4 commits
  20. 15 Jun, 2020 3 commits
  21. 10 Jun, 2020 2 commits