1. 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
  2. 07 Jul, 2020 2 commits
  3. 05 Jul, 2020 1 commit
  4. 30 Jun, 2020 2 commits
  5. 29 Jun, 2020 1 commit
  6. 26 Jun, 2020 2 commits
  7. 25 Jun, 2020 1 commit
  8. 22 Jun, 2020 2 commits
  9. 17 Jun, 2020 5 commits
  10. 16 Jun, 2020 4 commits
  11. 15 Jun, 2020 3 commits
  12. 10 Jun, 2020 2 commits
  13. 09 Jun, 2020 2 commits
  14. 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
  15. 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
  16. 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
  17. 02 Jun, 2020 3 commits
  18. 01 Jun, 2020 1 commit
  19. 29 May, 2020 1 commit
    • Tamika Tannis's avatar
      fix: Miscellaneous UI Fixes (#469) · a87354bd
      Tamika Tannis authored
      * Fix dashboard preview modal title
      
      * Improve vertical spacing in resource header
      
      * Apply min-height to left panel metadata sections
      
      * Update EditableSection rendering when missing optional props
      
      * Update style for left panel metadata sections
      
      * Fix resource detail height; Remove duplicate style
      
      * Add hover effects on the service links
      
      * Update EditableSection tests
      a87354bd
  20. 27 May, 2020 2 commits
  21. 26 May, 2020 1 commit
    • mgorsk1's avatar
      Document and provide example for announcement_client (#462) · 54de01bd
      mgorsk1 authored
      * example_for_announcements_client | 🎉 Initial commit.
      
      * example_for_announcements_client | 🚨 Removing linter warnings.
      
      * example_for_announcements_client | 🚚 Moving or renaming variables.
      
      * example_for_announcements_client |  Refactoring code.
      54de01bd