- 02 Oct, 2019 4 commits
-
-
Daniel authored
-
jornh authored
Summary of Changes Will scroll past GitHub repo folders (specially more handy on small screens like phones/tablets) Like https://github.com/lyft/amundsendatabuilder/pull/147
-
Tao Feng authored
-
Daniel authored
* Switch usage of 'json' to 'data' in metadata APIs * Use 'raw_request=True' for Envoy client post/put APIs
-
- 26 Sep, 2019 1 commit
-
-
Daniel authored
* Fix some styling issues with react-markdown * Update EditableText to use React Refs instead of ref callbacks * Add configs for table and column description max lengths
-
- 25 Sep, 2019 1 commit
-
-
Mikhail Ivanov authored
* Add support for React-Markdown to editable text fields * Add support for windows via cross-env
-
- 16 Sep, 2019 1 commit
-
-
Tamika Tannis authored
* Truncate the column type * Update truncation method * Cleanup logic
-
- 10 Sep, 2019 2 commits
-
-
Daniel authored
-
Tamika Tannis authored
* Remove render_template for feedback email * Fix html markup
-
- 05 Sep, 2019 1 commit
-
-
Daniel authored
-
- 04 Sep, 2019 2 commits
-
-
Jin Hyuk Chang authored
Removed `SQUASH COMMITS` from the PR template
-
Daniel authored
* Added redux actions and sagas instead for each search action: `submitSearch`, `setResource`, `setPageIndex`, `loadPreviousSearch`, and `UrlDidUpdate`. This greatly simplifies the `SearchPage` logic in preparation for adding filters. * Added `navigation-utils`.
-
- 03 Sep, 2019 1 commit
-
-
Tamika Tannis authored
* Update v0.ts * lint fix
-
- 26 Aug, 2019 1 commit
-
-
Verdan Mahmood authored
* Adds the request timeout configuration * Bumps the version to take advantage of request timeout
-
- 16 Aug, 2019 1 commit
-
-
Tao Feng authored
-
- 15 Aug, 2019 1 commit
-
-
Derek authored
-
- 07 Aug, 2019 1 commit
-
-
Daniel authored
-
- 06 Aug, 2019 1 commit
-
-
Tao Feng authored
-
- 02 Aug, 2019 1 commit
-
-
Tamika Tannis authored
-
- 01 Aug, 2019 2 commits
-
-
jornh authored
https://docs.python.org/3.4/library/http.html says 3.4 isn’t supported any more. https://github.com/lyft/amundsen/issues/30 gives background on that we are in fact not able to build with 3.4
-
Tamika Tannis authored
-
- 30 Jul, 2019 1 commit
-
-
Tamika Tannis authored
-
- 24 Jul, 2019 1 commit
-
-
Philippe Mizrahi authored
* test * add roadmap * solve markdown issues * add dashboard rfc
-
- 23 Jul, 2019 3 commits
-
-
Tamika Tannis authored
This reverts commit 624959dd.
-
Daniel authored
Breadcrumbs will return to the correct search tab and page index - Added selectedTab to global search state, removed selectedTab from SearchPage state. - Simplified SearchPage logic. Every action first updates the page URL, which is then read by componentDidUpdate and compared to the current state to determine if an action needs to be taken. - Split SearchResponsePayload into SearchResponsePayload and searchAllResponsepayload - Added jest mock functions to mock router history functions. - Clicking breadcrumb does not re-execute a search - Fixes redirect issue creating multiple window.history entries.
-
Tamika Tannis authored
* Remove timeout on feedback submission api call * Update test
-
- 19 Jul, 2019 1 commit
-
-
Ryan Lieu authored
* tags stying * fixed tests * cleaned up some unecessary changes * added tests for browsepage * fixed naming * added DocumentTitle test to BrowsePage * fixed whitespacing in browsetags tests * fixed styling issues * refactored browsetags component into tagslist * cleaned up extraneous components * fixed test * updated tests, styling * fixed test name
-
- 18 Jul, 2019 1 commit
-
-
Tamika Tannis authored
-
- 17 Jul, 2019 2 commits
-
-
Tao Feng authored
-
Tamika Tannis authored
* Support for different search info text based on resource * Consistent styles for empty tab messages * Cleanup constant names
-
- 12 Jul, 2019 3 commits
-
-
Tamika Tannis authored
* Fix preview data error handling * Updated test pattern for error handling
-
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
-