1. 17 Jun, 2020 5 commits
  2. 16 Jun, 2020 4 commits
  3. 15 Jun, 2020 3 commits
  4. 10 Jun, 2020 2 commits
  5. 09 Jun, 2020 2 commits
  6. 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
  7. 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
  8. 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
  9. 02 Jun, 2020 3 commits
  10. 01 Jun, 2020 1 commit
  11. 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
  12. 27 May, 2020 2 commits
  13. 26 May, 2020 4 commits
  14. 21 May, 2020 1 commit
  15. 20 May, 2020 2 commits
    • Marcos Iglesias's avatar
      Adds file caching into our assets (#456) · 266f78c3
      Marcos Iglesias authored
      * Adds nvmrc file to help sync on node version to our contributors
      
      * Adding FlaskManageWebpack
      
      * Testing a lot of stuff
      
      * Parametrizes webpack configuration
      
      * Cleanup
      
      * Cleaning conflict marks
      
      * Renaming site.webmanifest into manifest.json files
      
      * Adds names to manifest files
      266f78c3
    • Marcos Iglesias's avatar
      Optimizes JavaScript Bundle (#458) · e2f82ec3
      Marcos Iglesias authored
      * Adds Webpack Bundle Analyzer
      
      * Pluging bundle analyzer
      
      * Import lodash in a different way
      
      * Pruning moment locales from the bundle
      
      * Updates clean-webpack-plugin
      
      * Comments the bundle analyzer plugin by default
      
      * Settings on the package.json file
      
      * Updating settings to babel 7.4
      
      * Pruning old babel package
      
      * Commenting back bundler analyzer
      
      * Retrieving babe-jest version
      e2f82ec3
  16. 19 May, 2020 4 commits
  17. 18 May, 2020 3 commits