- 08 Dec, 2020 3 commits
-
-
Tao Feng authored
* fix: make last run state in dashboard page optional Signed-off-by:
feng-tao <fengtao04@gmail.com> * update Signed-off-by:
feng-tao <fengtao04@gmail.com> * update Signed-off-by:
feng-tao <fengtao04@gmail.com> * update Signed-off-by:
feng-tao <fengtao04@gmail.com>
-
dependabot-preview[bot] authored
Bumps [wheel](https://github.com/pypa/wheel) from 0.33.1 to 0.36.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.33.1...0.36.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Tao Feng authored
Signed-off-by:
feng-tao <fengtao04@gmail.com>
-
- 07 Dec, 2020 6 commits
-
-
Josh Howard authored
* Made preview and announcements configurable through environment variables Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Fixed deprecation warnings in tests Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Replaced backward compatibility for entrypoint config Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Added deprecation warnings for entrypoint config Signed-off-by:
Josh Howard <joshthoward@gmail.com> Co-authored-by:
Josh Howard <josh.t.howard@ey.com>
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.8.3 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-plugin-proposal-decorators) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.11 to 10.5.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.11...v10.5.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.1.0 to 8.2.2. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.1.0...v8.2.2) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.8.3 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-plugin-proposal-class-properties) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [jest](https://github.com/facebook/jest) from 26.6.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.0...v26.6.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 04 Dec, 2020 1 commit
-
-
Marcos Iglesias authored
* Adjusting margin on copy button for codebox Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> * Update PR template Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com>
-
- 03 Dec, 2020 3 commits
-
-
Dorian Johnson authored
* Added middleware and typed it Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> Signed-off-by:
Dorian Johnson <2020@dorianj.net> * Extracting Google Analytics tracker util Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> Signed-off-by:
Dorian Johnson <2020@dorianj.net> * Adds getGoogleAnalyticsConfig configuration helper and tests Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> Signed-off-by:
Dorian Johnson <2020@dorianj.net> * config-types: add AnalyticsConfig Signed-off-by:
Dorian Johnson <2020@dorianj.net> * docs: add analytics to app config docs Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics: hacky method Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics: plugin architecture Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app config-custom: remove segment key This key isn't secret, and is a dev environment anyhow, so do not need to wipe from git history. Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app: remove old google analytics tag manager integration Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics: code style cleanup and PR feedback Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics: add typings for analytics event meta Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics typings: change "payload" to "properties" "payload" already has meaning elsewhere in this context Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app analytics: unknown instead of any in typings Signed-off-by:
Dorian Johnson <2020@dorianj.net> * jest config: reduce coverage req for ducks Signed-off-by:
Dorian Johnson <2020@dorianj.net> * Adds extra tracking to bookmarks, modifies mapping of event, adds google analytics and mixpanel dependencies Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> * Adding segment, updating docs Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> * Space Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> * fe package: save package-lock.json Signed-off-by:
Dorian Johnson <2020@dorianj.net> Co-authored-by:
Marcos Iglesias <miglesiasvalle@lyft.com>
-
Allison Suarez Miranda authored
* alphabetized badges Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * Moving BadgeList container into a features folder Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> Co-authored-by:
Marcos Iglesias <miglesiasvalle@lyft.com>
-
Allison Suarez Miranda authored
* made owners for tables where is_editable=false uneditable Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * added config, waiting on confirmation about desired behavior Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * wip Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * no config Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * should be good now Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
-
- 02 Dec, 2020 2 commits
-
-
Marcos Iglesias authored
Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com>
-
Dorian Johnson authored
Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
- 01 Dec, 2020 4 commits
-
-
Dorian Johnson authored
Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
Dorian Johnson authored
Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
Allison Suarez Miranda authored
* bumped amundsen-common version Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * bump again Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
-
Dorian Johnson authored
* chore: fix test failure This error was introduced in https://github.com/amundsen-io/amundsenfrontendlibrary/commit/0b47694ea74cbbef34e03eb45f29643b16a1332a I do not understand why that changeset passed CI (it shouldn't have), but once it landed into master it didn't. But regardless, fix Signed-off-by:
Dorian Johnson <2020@dorianj.net> * chore: fix lint errors Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
- 30 Nov, 2020 5 commits
-
-
dependabot-preview[bot] authored
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.2 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/babel-jest) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/5.0.2...5.0.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.0.26 to 6.1.9. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.1.9/app/react) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.9.6 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-preset-env) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Dorian Johnson authored
* app api: extract table editibility in metadata_utils into function This wrapper determines if a pair of a schema and table are editable. We'd like to use this logic elsewhere, so wrap into a function and test. Signed-off-by:
Dorian Johnson <2020@dorianj.net> * app metadata_utils: minor code cleanup in _parse_editable_rule Signed-off-by:
Dorian Johnson <2020@dorianj.net> * requirements.txt: add dataclasses This allows using dataclasses for better type safety in 3.6. In 3.7 they are built-in. Signed-off-by:
Dorian Johnson <2020@dorianj.net> * server table metadata utils: add parser of table keys Signed-off-by:
Dorian Johnson <2020@dorianj.net> * api put_table_description: test for editability Signed-off-by:
Dorian Johnson <2020@dorianj.net> * api put_column_description: respect table editability Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
- 25 Nov, 2020 1 commit
-
-
Aarni Alasaarela authored
-
- 24 Nov, 2020 5 commits
-
-
Allison Suarez Miranda authored
* added plugin to fix webpack issue Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * install process Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
-
Allison Suarez Miranda authored
This reverts commit 64af149e.
-
Allison Suarez Miranda authored
Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
-
dependabot-preview[bot] authored
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.25.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [responses](https://github.com/getsentry/responses) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.12.0...0.12.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 23 Nov, 2020 7 commits
-
-
dependabot-preview[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 5.0.0-rc.6 to 5.6.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.0.0-rc.6...v5.6.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-proposal-logical-assignment-operators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-logical-assignment-operators) from 7.11.0 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-plugin-proposal-logical-assignment-operators) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v2.0.0...v3.0.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.0.26 to 6.1.2. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.1.2/addons/actions) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.10.4 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-preset-react) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Dorian Johnson authored
* app node_modules: upgrade webpack to 4->5 Signed-off-by:
Dorian Johnson <2020@dorianj.net> * package.json: install path-browserify Needed by react-markdown as of 5.0.2 Signed-off-by:
Dorian Johnson <2020@dorianj.net> * webpack: use polyfill for path Signed-off-by:
Dorian Johnson <2020@dorianj.net> * webpack: add hack to make old react-bootstrap work Signed-off-by:
Dorian Johnson <2020@dorianj.net> * package.json: upgrade html-webpack-plugin 4 -> 4.5.0 Signed-off-by:
Dorian Johnson <2020@dorianj.net> * package.json: upgrade mini-css-extract-plugin 0.10 -> 0.12 Fixes many webpack deprecation warnings. Signed-off-by:
Dorian Johnson <2020@dorianj.net> * webpack: fix deprecation warning in moduleIds optimization Signed-off-by:
Dorian Johnson <2020@dorianj.net> * webpack: link hacky behavior to ticket https://github.com/amundsen-io/amundsen/issues/818Signed-off-by:
Dorian Johnson <2020@dorianj.net>
-
bogo96 authored
Signed-off-by:
hyein <hyen.seo@samsung.com> Co-authored-by:
hyein <hyen.seo@samsung.com>
-
- 19 Nov, 2020 3 commits
-
-
Marcos Iglesias authored
Signed-off-by:
Marcos Iglesias Valle <golodhros@gmail.com>
-
Marcos Iglesias authored
* Update Betterer with eslint rules Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com> * Update documentation Signed-off-by:
Marcos Iglesias <miglesiasvalle@lyft.com>
-
Allison Suarez Miranda authored
* fixed issue with badge search Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com> * added text name as parameter instead Signed-off-by:
Allison Suarez Miranda <asuarezmiranda@lyft.com>
-