- 27 Feb, 2020 1 commit
-
-
christina stead authored
* add jira connection * update location of report data issue * add some reducers * add to global state * fix saga/redux flow for the jira issues view * use redux to handle reporting a data issue : * fix build * add jira sdk to requirements.txt, run fix lint errors for js * add comment * add data quality icon * move constants into a separate file * add tests for reducer and api * add some more tests * add more tests, do some refactoring * still working on tests * fix unit tests that don't quite work * fix lint errors * add some python tests * add more tests for jira client * remove unused imports * remove unused import * fix lint errors * for some reason i have to add types? * re-fix tests * update comments * address some comments * respond to comments * respond to comments * remove jira project id requirement: * add base class for issue tracking * add resource for issue endpoint * interim commit while refactoring into more generic * do some refactor, add a generic base client * refactor name from jira -> issue * fix spec per changes in the api * respond to some pr comments, add some error handling if no jira component is enabled * update per pr comments * remove utils for trucation, use ellipsis * add custom exception class, make sure it returns config error on api call * fix tests, refactor * fix lint * hopefully fix build * css fix * try removing jira from requirements * update tests, add total count of remaining results to api call * add comment, see if this fixes the build * update tests * update build steps * try making the extras a string like in examples * try to follow example exactly * try without quotes * update tests, make method to generate url * try string again * try using jira as a string * remove references to extras and just install the package * mock urllib * update tests * add tests for rending extra issues * update text on issues view * fix some lint issues * respond to pr comments * update per pr comments * respond to pr comments * fix some lint errors * respond to comments, some lint fixes * fix more lint * respond to pr comments * remove todo * add definition of api calls in fe * hide issue integration by default * fix tests, increase test coverage a bit * update some text * update per some product feedback * update test * Apply suggestions from code review Co-Authored-By:
Tamika Tannis <ttannis@lyft.com> * update per pr comments Co-authored-by:
Tamika Tannis <ttannis@alum.mit.edu>
-
- 25 Feb, 2020 3 commits
-
-
Daniel authored
* Hide the 'explore' button when not enabled for a particular database * Added tests for explore button * Added config-utils for explore url generation
-
Daniel authored
* Added `last_updated_timestamp` to table details page * Added configurable date formats and utility functions
-
Daniel authored
-
- 21 Feb, 2020 1 commit
-
-
friendtocephalopods authored
* use schemas for metadata retrieval * - Re-add user object sanitization - Add 'first_name' and 'last_name' fallback for 'full_name' * upgrade common to 0.2.2 Co-authored-by:
Daniel <dwon@lyft.com>
-
- 12 Feb, 2020 1 commit
-
-
Daniel authored
python 3.5 -> 3.6
-
- 28 Jan, 2020 1 commit
-
-
Daniel authored
-
- 27 Jan, 2020 1 commit
-
-
Daniel authored
-
- 24 Jan, 2020 2 commits
-
-
Tao Feng authored
-
samshuster authored
-
- 23 Jan, 2020 1 commit
-
-
Daniel authored
* Refactor code around TableDetail page loading * Add page load logging params to inline search results
-
- 21 Jan, 2020 4 commits
-
-
Tamika Tannis authored
This should fix the master build. We raised the coverage threshold in a previous PR, but it's not giving enough buffer -- we expect coverage to naturally go up/down within a couple percentage points during regular development even when folks are still covering important logic.
-
Mikhail Ivanov authored
* Amundsen Notifications functionality improvements: - "Request Description" link visibility fix - MailClient implementation example - API incompatibilities fixes * Amundsen Notifications functionality improvements: - "Request Description" link visibility fix - MailClient implementation example - API incompatibilities fixes
-
Daniel authored
- Add .editorconfig settings
-
Daniel authored
* Modify profile page to new design * Added breadcrumb back to profile and table pages * Modified behavior/style of breadcrumb * Fix styles on the nav-bar dropdown
-
- 15 Jan, 2020 1 commit
-
-
Alyssa authored
-
- 14 Jan, 2020 1 commit
-
-
Daniel authored
* Update various packages to support Node 12 * Update webpack-terser-plugin for security * Update babel to resolve security issue * Remove unused package and upgrade babel loader * Upgrade travis build to node v12 * Update supported node versions to v10 and v12 * Relax 'prefer-template' rule in tslint config
-
- 13 Jan, 2020 2 commits
-
-
Verdan Mahmood authored
-
Alyssa authored
-
- 07 Jan, 2020 1 commit
-
-
friendtocephalopods authored
-
- 19 Dec, 2019 1 commit
-
-
Luke Lowery authored
* Adding a seperate oidc version of the image * fixing linting issue * fixup * changing typing hints to Flask * more fixup :) * Moving oidc deps to setup.py extras
-
- 18 Dec, 2019 1 commit
-
-
Daniel authored
-
- 17 Dec, 2019 2 commits
-
-
Daniel authored
* Update dependencies to resolve security issues * Fixes `getDerivedStateFromProps` usage * Refactor TagsList behavior, fix tests
-
Tamika Tannis authored
-
- 12 Dec, 2019 2 commits
-
-
Tamika Tannis authored
-
Daniel authored
- Added badge support for tables - Added BadgeConfig to customize display names/styles of defined badges
-
- 05 Dec, 2019 1 commit
-
-
Tamika Tannis authored
* Update inline search UI according to design QA * Update tests * Address some comments
-
- 04 Dec, 2019 1 commit
-
-
Tao Feng authored
-
- 22 Nov, 2019 1 commit
-
-
Tamika Tannis authored
* Initial inline results feature * Use getDerivedStateFromProps; Cleanup some styles * Update UI; Rename method * Cleanup behavior * Unit tests * Fix some tests * Inline Search Improvements + Logging (#351) * Combine debounce (to minimize requests) with takeLatest (for better UI) * Log click interactions with inline search * Mock logClick in tests * Lint fix * Address some comments * Update a test
-
- 20 Nov, 2019 1 commit
-
-
Daniel authored
* Table Preview API uses 'takeLatest' instead of 'takeEvery' to ignore outdated requests * Blocks the table-details from rendering until new data is fetched. This prevents the subcomponents from rendering briefly in between page loads, causing the preview button from requesting more data * Renamed `didInitialLoad` to `didComponentMount`
-
- 19 Nov, 2019 4 commits
-
-
Daniel authored
* Added `row` and `()` to possible nested columns
-
Daniel authored
This was a regression from merging search_v2 into master
-
Daniel authored
* Updated various dependencies to resolve some security issues * Fixed some dependencies and tests * Updated Jest config * Removed usage of 'mount' in Jest tests
-
- 18 Nov, 2019 1 commit
-
-
Daniel authored
-
- 15 Nov, 2019 2 commits
-
-
Daniel authored
-
Daniel authored
* Redesigned the `table_detail` page with a new layout. * Added new components for FrequentUsers, Lineage, Writer, Source, ExploreButton, etc * Added EditableSection to replace EntityCard and EntityCardSection with an updated interaction and design * Updated WatermarkLabel to a new design * Update Table Detail Columns (#311) * Added a new 'ColumnStats' component
-
- 12 Nov, 2019 1 commit
-
-
Mikhail Ivanov authored
* Make table owner items clickable * Make table owner items clickable * Make table owner items clickable * Make table owner items clickable * Make table owner items clickable
-
- 29 Oct, 2019 1 commit
-
-
Daniel authored
-
- 23 Oct, 2019 1 commit
-
-
Tamika Tannis authored
* no border on home link hover * more padding so column type doesn't look squished * Prevent navbar styles from affectiing dropdown; Add presto logo * Add a send icon to request form button * Add a test; Improve the config doc
-