Commit Graph

6719 Commits

Author SHA1 Message Date
Patrik Oldsberg 7d7d54e093 Merge pull request #3188 from spotify/feat/ts-jest-upgrade
cli: bump ts-jest to 26.4.3 & fix config
2020-10-31 12:43:23 +01:00
Patrik Oldsberg 0f03dbede0 yarn.lock: de-duplicate ts-jest deps 2020-10-31 12:07:12 +01:00
Patrik Oldsberg 64df8d7d8e cli: fix for ts-jest config not being applied 2020-10-31 12:07:12 +01:00
Oliver Sand a9ae9b7504 upgrade ts-jest to 26.4.3 2020-10-31 12:07:11 +01:00
Ryan Vazquez ccd7c10b60 Merge pull request #3147 from spotify/ryanv/cost-insights/migrate-non-type-exports
Migrate type utilities for Cost Insights
2020-10-30 15:17:05 -04:00
Oliver Sand 678f0309dd Merge pull request #3013 from SDA-SE/dry-run-experiment
Allow to dry run the register component operation
2020-10-30 16:50:08 +01:00
Abhishek Jakhar bf8a64c29b chore: remove GridBlockWithButton component from microsite (#3179) 2020-10-30 15:24:43 +01:00
Abhishek Jakhar ba01036406 fix unregister entity UI (#3103) 2020-10-30 15:24:07 +01:00
Mateusz Lewtak 74ef4f2da6 feat: bump github plugins version (#3180) 2020-10-30 15:23:19 +01:00
Oliver Sand 5309096969 refactor: don't dryRun addLocation
This allows to keep the HigherOderOperations free from db Operations
2020-10-30 11:21:04 +01:00
imgbot[bot] f9f70c2255 [ImgBot] Optimize images (#3173)
*Total -- 75.32kb -> 53.08kb (29.52%)

/plugins/sonarqube/docs/sonar-card.png -- 73.82kb -> 51.84kb (29.78%)
/microsite/static/img/sonarqube-icon.svg -- 1.49kb -> 1.24kb (17.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-10-30 10:26:09 +01:00
Abhishek Jakhar 801e5e55cc chore: remove redundant functions from microsite footer (#3174) 2020-10-30 10:16:53 +01:00
Dominik Henneke da0a79c3b8 feat: add sonarqube plugin (#3160) 2020-10-30 09:52:39 +01:00
Giuliano Varriale c0d5242a0d fix(StructuredMetadataTable): proper render boolean values (#3162) 2020-10-30 09:50:18 +01:00
Mayursinh Sarvaiya 16d90dca24 fix: failing windows tests (#3171) 2020-10-30 09:10:59 +01:00
Oliver Sand 16aefb099e Revert "feat: upgrade ts-jest to 26.3.0"
This reverts commit 4d66ae31c2.
2020-10-30 08:40:21 +01:00
Mayursinh Sarvaiya 1ae2a687f0 chore: better position for job stage loader (#3170) 2020-10-30 07:36:55 +01:00
Ryan Vazquez 94d351d605 fix imports 2020-10-29 18:46:17 -04:00
Patrik Oldsberg 50fb00ac9c Merge pull request #3165 from spotify/rugvip/tmp
cli: fix create-plugin tmp dir creation
2020-10-29 23:29:17 +01:00
Adam Harvey 21ba4d38a0 (docs) Clarifications to documentation & UI chapter rename (#3159)
* Minor wording tweaks

* Rename section
2020-10-29 23:00:56 +01:00
Patrik Oldsberg e9c222605b cli: fix create-plugin tmp dir creation 2020-10-29 22:55:05 +01:00
Ryan Vazquez ce0e0f12c5 formatting 2020-10-29 17:41:38 -04:00
Ryan Vazquez 7926f07735 make default date format public 2020-10-29 17:39:02 -04:00
Ryan Vazquez c894503435 revert order 2020-10-29 17:38:24 -04:00
Ryan Vazquez 24b8f78d5f make client public 2020-10-29 17:36:52 -04:00
Ryan Vazquez f454f0eecc make thresholds and growth enums public 2020-10-29 17:34:01 -04:00
Ryan Vazquez a40536a24b move example client out of src to break import cycles 2020-10-29 17:31:05 -04:00
Ryan Vazquez 3f5ef4ac16 formatting 2020-10-29 15:52:18 -04:00
Oliver Sand 4d66ae31c2 feat: upgrade ts-jest to 26.3.0
This adds support for typescript 4.0 and resolves a warning during testing.
2020-10-29 20:24:49 +01:00
Oliver Sand a6da3d1c06 fix: upgrade knex to 0.21.6
This reduces a overly noisy warning during tests: https://github.com/knex/knex/pull/3936
2020-10-29 20:24:49 +01:00
Oliver Sand 2ebcfac8d4 feat: add a validate button to the register-component page
This allows the user to validate his location before adding it.
2020-10-29 20:24:49 +01:00
Oliver Sand 948052cbb4 feat: add ability to dry run adding a new location
The location is now added in a transaction and afterwards rolled back. This allows users to dry run this operation to see if there entity has issues. This is probably done my automated tools.
2020-10-29 20:11:38 +01:00
Ryan Vazquez bbf52b6595 fix alert link 2020-10-29 14:43:02 -04:00
Ryan Vazquez 59e42b4ca7 preserve enums in types 2020-10-29 14:28:42 -04:00
Patrik Oldsberg ef9358c36e Merge pull request #3158 from abhishekjakhar/chore/error-boundary-test-case
chore: write test case for ErrorBoundary component
2020-10-29 18:38:14 +01:00
Patrik Oldsberg dbca330292 Merge pull request #3144 from spotify/rugvip/allurl
catalog,register-component: always register locations using a 'url' type
2020-10-29 18:05:54 +01:00
Abhishek Jakhar 6d4f8c6366 chore: add test case for ErrorBoundary component 2020-10-29 21:54:53 +05:30
Patrik Oldsberg bda622c223 Merge pull request #3149 from spotify/rugvip/ff
core-api: refactor and slim down the FeatureFlagsApi
2020-10-29 16:58:52 +01:00
Vividh Chandna fa56f46158 fix: Update tags validation message & documentation (#3145)
* Update dns label validation message to match regex pattern

* Update documentation for tags validation & examples

* Add changeset
2020-10-29 16:58:18 +01:00
Patrik Oldsberg b1b3f094f1 docs: tweak feature-flags docs 2020-10-29 15:51:54 +01:00
Ben Lambert 323c709338 Merge pull request #3148 from abhishekjakhar/chore/error-boundary-types
chore: remove the usage of SFC in Error component
2020-10-29 11:53:56 +01:00
dependabot[bot] a4c727f1a2 chore(deps): bump eslint from 7.4.0 to 7.12.1 (#3153)
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.12.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:41:57 +01:00
dependabot[bot] e3ceaa97be chore(deps): bump commander from 6.1.0 to 6.2.0 (#3154)
Bumps [commander](https://github.com/tj/commander.js) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v6.1.0...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:40:30 +01:00
Adam Harvey 0a5d860682 Fix typo in template comment (#3152) 2020-10-29 09:40:05 +01:00
Patrik Oldsberg cbab5bbf8a changesets: added changeset for FeatureFlagsApi refactoring 2020-10-28 22:46:21 +01:00
Patrik Oldsberg 1f010f7828 core-api: move LocalStorageFeatureFlags to api implementations 2020-10-28 22:14:23 +01:00
Patrik Oldsberg 471b15aa18 docs: update feature flag docs 2020-10-28 22:10:23 +01:00
Patrik Oldsberg 200792e434 core-api: refactor feature flags user flags access 2020-10-28 22:04:17 +01:00
Abhishek Jakhar 9fed5e92d0 chore: remove the usage of SFC 2020-10-29 00:34:36 +05:30
Ryan Vazquez 0ee9e9f668 changeset 2020-10-28 13:22:55 -04:00