- 09 Jun, 2020 2 commits
-
-
Marcos Iglesias authored
* Updates prettier and hooks it as a post-test task * Overall Prettier Format run * Adding lint-staged pre-commit with Husky * Adding extra spaces * Adds stylelint and fixes autofixable issues * Fixes basic style issues * Testing hook * Fixing conflicts * Moving TS comment * Resolving merge conflict * Cleaning up variable
-
Tamika Tannis authored
-
- 08 Jun, 2020 1 commit
-
-
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
-
- 05 Jun, 2020 1 commit
-
-
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
-
- 04 Jun, 2020 1 commit
-
-
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
-
- 02 Jun, 2020 3 commits
-
-
Tamika Tannis authored
* Update UI for dashboard related timestamps when they don't exist * Fix AvatarLabel text color in resource detail left panel * Code cleanup
-
Tamika Tannis authored
-
Marcos Iglesias authored
* Renders empty dashboards tab and adds some basic tests * Adds new object to the type, testing request that doesn't work * Merges dashboard data into TableMetadata object * Reusing the DashboardResource type instead of creating a new one * Removing msg and status_code attributes from the merged response as per Tamika's comment * Updates first of list top border
-
- 01 Jun, 2020 1 commit
-
-
Marcos Iglesias authored
* Trying to create an endpoint * Getting tests ready * Fixes lint error * Adding missing type * Adjusting return to not use the results_dict
-
- 29 May, 2020 1 commit
-
-
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
-
- 27 May, 2020 2 commits
-
-
jonhehir authored
* Coerce null to empty string in Flag Fixes bug where a null value passed as text to a Flag component breaks entire pages. * added unit test
-
Diksha Thakur authored
* Changing owners font to 16px * Changing Font size on Dashboard details page * Removed extra div * Changed Font size for Table Description * Overriding font-size to 16px in markdown tag * Using layout file to set font size of table description
-
- 26 May, 2020 4 commits
-
-
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. -
Tamika Tannis authored
* Allow configuration of jira issue labels * Fix UI when there are multiple issues * Type fix
-
Tamika Tannis authored
-
Tao Feng authored
-
- 21 May, 2020 1 commit
-
-
Marcos Iglesias authored
* Adding tooltip and testing * Adding modal and tests * Adds hover feedback, limits modal size and cleans up tooltip code * Retrieving site.webmanifest file names and adding crossorigin attribute * Adds Tamika's comments
-
- 20 May, 2020 2 commits
-
-
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
-
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
-
- 19 May, 2020 4 commits
-
-
Tamika Tannis authored
* Try something for test * Update fix * Update fix * Lint fix
-
Diksha Thakur authored
-
Marcos Iglesias authored
* Using webpack plugin to pass in node env * Node env working to change favicons * Generated icons for the three environments * Cleanup * Testing using OS set application environment * Removing node environment variables * Updating spacing * Fixes jinja statement * Added comment with the tool used to generate favicons * Updating template comparison to compare strings
-
Diksha Thakur authored
-
- 18 May, 2020 3 commits
-
-
Tamika Tannis authored
-
Verdan Mahmood authored
* Initial commit to make user id label customizable * Make use of amundsen common models * Fixes the missing file * Makes email the default label for user id * Removes the code used for debugging * Updates based on Tamika's review
-
Tamika Tannis authored
* Move EditableSection to common * Update EditableSection * Code cleanup * Fix merge
-
- 15 May, 2020 3 commits
-
-
Diksha Thakur authored
* Added target property to image preview * Added noopener and noreferer
-
Marcos Iglesias authored
* Animation mimics LPL animation for shimmering loader * Adds Daniel comments
-
Marcos Iglesias authored
* Updates loading spinner into shimmering dashboard loader * Removing some /test folders * Removes test folders * Uses greys from our color variables * Updates duration to match LPL and fixes lint errors
-
- 14 May, 2020 4 commits
-
-
Tamika Tannis authored
-
Tamika Tannis authored
* Fix initial bug * Separate ResourceList behaviors into dedicated components * Update tests for parent usages * Update ResourceList tests * Finish updating tests * Update bug fix logic * Some code cleanup
-
Marcos Iglesias authored
-
Marcos Iglesias authored
-
- 13 May, 2020 2 commits
-
-
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
-
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
-
- 12 May, 2020 2 commits
-
-
Marcos Iglesias authored
* Aligns text elements on the navigation bar * Moving variable to common variables file * Moving variable to an already created group
-
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:
Daniel <dwon@lyft.com>
-
- 05 May, 2020 1 commit
-
-
Tao Feng authored
-
- 21 Apr, 2020 1 commit
-
-
Tao Feng authored
-
- 13 Apr, 2020 1 commit
-
-
Jin Hyuk Chang authored
* Initial checkin of Dashboard image preview * Update * Update * Update * Update * flake8 and mypy * flake8 and mypy * Update
-