- 12 Jul, 2019 2 commits
-
-
Joao Correia authored
Documentation on the deployment of non-production Amundsen on AWS ECS using aws-cli
-
Tao Feng authored
-
- 10 Jul, 2019 3 commits
-
-
Tamika Tannis authored
* Test improvements * Remove unnecessary import * Cleanup
-
Tamika Tannis authored
-
Tamika Tannis authored
-
- 03 Jul, 2019 1 commit
-
-
Tamika Tannis authored
* ducks unit tests: feedback, log, popularTables, search * Lint fix * Cleanup previous tests * Syntax fixes * Fix build errors * Cleanup for unit tests * Tests for user actions, reducer, & saga * tests for user apis * Initial ducks/tableMetadata tests (#207) * Improve tableMaetadata tags & owners tests * Cleanup tableMetadata tests * Tests for tableMetadata api helpers * Code cleanup * Some code cleanup * saga syntax + OwnerDict type cleanup
-
- 01 Jul, 2019 1 commit
-
-
Tamika Tannis authored
* ducks unit tests: feedback, log, popularTables, search * Lint fix * Cleanup previous tests * Syntax fixes * Fix build errors * Update tests based on feedback * Update tests based on merge * Lint * Type fix
-
- 28 Jun, 2019 2 commits
-
-
Ryan Lieu authored
* fixed empty search bar issue * fixed whitespace bugs + handle 400s better * fixed test issue * fixed issue with reducer, cleaned up formValid * updated tests * removed fixes
-
Daniel authored
- Added option to disable user feature - Added links to profile page - Enable amundsen user search on FE - Refactored searchAll to utilize searchResult API function - Style touch-ups on Profile Page
-
- 26 Jun, 2019 1 commit
-
-
Tamika Tannis authored
* Some fixes * Remove a unecessary workaround * Css cleanup
-
- 21 Jun, 2019 2 commits
- 20 Jun, 2019 2 commits
- 19 Jun, 2019 2 commits
-
-
Tamika Tannis authored
* Address a few more inconsistencies * Fix Resources.ts * Some tweaks
-
Daniel authored
* Implement APIs/Saga/Reducer for user 'own' and user 'read' resources * Added bookmarks, read, own to profile page * Refactor styles related to pagination and list items
-
- 14 Jun, 2019 1 commit
-
-
Tamika Tannis authored
* Code cleanup ducks: feedback, log, and popularTables * search * tableMetadata * user * Remove unused imports from SearchPage * restore location of resource and feedback enums
-
- 13 Jun, 2019 2 commits
-
-
Daniel authored
- Created a generic ResourceList with optional Pagination - Renamed 'BookmarkList' to 'MyBookmarks' - Converted usages in 'PopularTables', 'SearchPage', and 'MyBookmarks'
-
Ryan Lieu authored
* new home page component * separated home page * searchbar fix * separated search bar into separate component * fixed breadcrumbs to go back to proper url * cleaned up consolelogs, cleaned up home page component * addressed comments * addressed more comments' * more code styling fixes * removed unecessary files, fixed styling for home page to include larger margins * making breadcrumb an isolated component * gave breadcrumbs default props, fixed styling, removed unecessary API call on componentDidMount * added tests * fixed homepage tests, cleaned up code * removed extraneous import for homepage test * fixed breadcrumb/test issues? * cleaned up breadcrumb code * fixed breadcrumb logic * removed default props * one last breadcrumb fix
-
- 10 Jun, 2019 1 commit
-
-
Tamika Tannis authored
* allTags ducks: unit tests + code cleanup * Different approach for common interfaces * allTags ducks: cleanup; announcements & bookmarks ducks: unit tests + cleanup
-
- 07 Jun, 2019 1 commit
-
-
Daniel authored
Previously all of our metadata APIs sent a set of fields cluster, database, schema, and table to identify the table record in metadata service. Those parameters were replaced by a single 'key'.
-
- 05 Jun, 2019 2 commits
-
-
Rafael A. Mejia authored
amundsendatabuilder was misspelled as amundsenddatabuilder
-
Daniel authored
-
- 04 Jun, 2019 1 commit
-
-
Ryan Lieu authored
* moved PopularTables out into separate component * added tests * fixed linting issues * removed bookmarklist from populartables * fixed tests * addressed comments * move populartables component to common * removed unecessary boiler plate, improved tests
-
- 03 Jun, 2019 3 commits
-
-
Tamika Tannis authored
-
Ryan Lieu authored
* added loading spinner for search requests * fixed multiple requests issue, SearchResourceAction now sets loading state * added tests, cleaned up reducer * fixed typos * fixed previous search term call * made tests cleaner
-
Tamika Tannis authored
-
- 30 May, 2019 1 commit
-
-
Daniel authored
- Added the Bookmarks feature where users can save or unsave table resources. - BookmarkIcon component renders a filled or unfilled star next to table resources. Clicking on the icon will save or unsave the bookmark. Icons can be rendered in regular or large versions. - "My Bookmarks" component is added to the homepage. This displays all of the bookmarked table resources in a paginated format. - Created a Preloader component that fetches data needed for app-wide functionality. - Bookmark and User data is fetched in Preloader - Removed user data fetching in NavBar Added new tests for - Preloader, BookmarkIcon, BookmarkList, Metadata API Modified existing tests for - Table Details, TableListItem,
-
- 29 May, 2019 5 commits
-
-
Ryan Lieu authored
* fixed hover on home link to change color * updated css to be cleaner
-
Ryan Lieu authored
-
jornh authored
Follow up to PR #178 dropping `-d` we can loose compose down See https://github.com/lyft/amundsenfrontendlibrary/pull/178#discussion_r288741312
-
Daniel authored
-
jornh authored
Video link timer set to just before Amundsen mention starts
-
- 28 May, 2019 2 commits
-
-
Tao Feng authored
-
Verdan Mahmood authored
-
- 24 May, 2019 2 commits
-
-
Adam Weiss authored
* Update quick start and docker-compose * Move verification to new section
-
Mark Grover authored
* Adding link to YouTube video from Strata SF * Update README.md
-
- 22 May, 2019 1 commit
-
-
Verdan Mahmood authored
* Explains how to setup OIDC with amundsen * Fixes a typo
-
- 21 May, 2019 2 commits