Commit Graph

825 Commits

Author SHA1 Message Date
Adil Alimbetov 0c2fbe1acc Removed nested card in Status component (#832)
* Removed nested padding on card component

* updated to use spacing function

* Refactored noPadding implementation

* Removed noPadding by default

* trying to fix merge conflict

* Added back no padding after merge conflict
2020-05-20 08:19:28 +02:00
Marcus Eide 06466d1b72 Merge pull request #920 from spotify/eide/bump-jest-26
Bump to jest 26.0.1
2020-05-19 15:15:39 +02:00
Marcus Eide 7edefcf36d Specifically use window.setTimeout to not confuse types with Nodes global.setTimeout 2020-05-19 14:22:14 +02:00
Marcus Eide 553bfddb8e Bump jest to 26.0.1 2020-05-19 14:22:14 +02:00
Nikita Nek Dudnik 798685f2ad Merge branch 'master' of github.com:spotify/backstage 2020-05-19 14:03:48 +02:00
Patrik Oldsberg cc6ff2c13e Merge pull request #909 from spotify/rugvip/authapi
packages/core: add unimplemented auth api definitions
2020-05-19 13:08:54 +02:00
Patrik Oldsberg 2752bc4120 package/core: removed unused internal interface in OAuthPendingRequests (#917) 2020-05-19 11:48:16 +02:00
Patrik Oldsberg 534607ec5d pacakges/core: auth api difinitions review feedback 2020-05-19 11:46:00 +02:00
Nikita Nek Dudnik 7702c936d9 Merge branch 'master' of github.com:spotify/backstage 2020-05-19 10:55:07 +02:00
nikek 9dd563e3a9 Make <Table> stories deterministic for snapshot testing 2020-05-19 10:04:58 +02:00
Nikita Nek Dudnik 10ee5eb5b4 fix: remove obsolete package and fix tests 2020-05-18 20:17:49 +02:00
Patrik Oldsberg 8bd06d9882 packages/core: add unimplemented auth api definitions 2020-05-18 20:09:51 +02:00
Ivan Shmidt 7dd484d4df fix: pr edits 2020-05-18 19:54:37 +02:00
Nikita Nek Dudnik 8428d95791 fix: tests 2020-05-18 19:11:42 +02:00
Ivan Shmidt aa1eaf4b33 Merge branch 'master' of github.com:spotify/backstage 2020-05-18 18:50:08 +02:00
Ivan Shmidt aef288b6cb refactor: move to serveBundle 2020-05-18 18:21:42 +02:00
Ivan Shmidt 0a592af4de feat: settings -> dialog 2020-05-18 18:00:30 +02:00
Ivan Shmidt dd93bc9ced feat: proxy
Allowing to put a proxy field into a package.json for both app and
plugin to use it with a wds build-in proxy
2020-05-18 17:56:36 +02:00
Nikita Nek Dudnik 3e459857cf Merge remote-tracking branch 'upstream/master' 2020-05-18 16:03:04 +02:00
Nikita Nek Dudnik cfd6508e98 Fix merge conflicts 2020-05-18 15:54:55 +02:00
Patrik Oldsberg 3c075c3093 Merge pull request #900 from spotify/eide/bump-tl-jest-dom-5-7-0
Manually bump @testing-library/jest-dom from 4.2.4 to 5.7.0
2020-05-18 15:08:17 +02:00
Nikita Nek Dudnik adee4e2987 Merge remote-tracking branch 'upstream/master' 2020-05-18 14:41:45 +02:00
Patrik Oldsberg cd83f5a43f Merge pull request #885 from spotify/rugvip/subjects
packages/core: add behavior and publish subjects to make it easier to produce observables
2020-05-18 13:53:27 +02:00
Marcus Eide 3189871c26 Merge pull request #905 from spotify/eide/bump-tl-user-event-10-2-4
Manually bump @testing-library/user-event from 7.2.1 to 10.2.4
2020-05-18 13:36:53 +02:00
Patrik Oldsberg 8a53a43424 Merge pull request #901 from spotify/rugvip/cleanup
build setup cleanup / PR feedback
2020-05-18 13:33:26 +02:00
Patrik Oldsberg 98816d648a packages/core: use BehaviorSubject in OAuthRequestManager 2020-05-18 13:30:00 +02:00
Patrik Oldsberg df8aac9739 packages/core: use BehavorSubject in OAuthRequestManager 2020-05-18 13:29:59 +02:00
Patrik Oldsberg 73f478380c packages/core: use BehavorSubject in AppThemeSelector 2020-05-18 13:29:59 +02:00
Patrik Oldsberg 06bf6fa6aa packages/core: add basic implementations of bahavior and publish RX subjects 2020-05-18 13:29:58 +02:00
Patrik Oldsberg 9b3e7b345d packages/cli: clarify jest module mapper config 2020-05-18 13:05:51 +02:00
Patrik Oldsberg 26e259d7bd packages/cli: remove old comment in packager 2020-05-18 13:05:51 +02:00
Patrik Oldsberg 0242c8a344 packages/cli: add more explanations to installWithLocalDeps + remove console.log 2020-05-18 13:05:51 +02:00
Patrik Oldsberg a1efd0d76d packages/cli: nicer handling of waiting for bundler to exit 2020-05-18 13:05:51 +02:00
Patrik Oldsberg e8f2b88990 packages/cli: remove redundant type declarations for rollup-plugin-esbuild 2020-05-18 13:05:44 +02:00
Marcus Eide fb3e003272 Bump testing-library/user-event to 10.2.4 2020-05-18 12:59:58 +02:00
Patrik Oldsberg 1362820792 packages/core: export sidebar context type 2020-05-18 12:43:37 +02:00
Patrik Oldsberg 33c412d961 packages/core: fix type issues in sidebar 2020-05-18 12:25:55 +02:00
Victor Viale 5da07d5bbf Improve side navigation (#589)
* Implement sidebar items

* Add intro component

* Add user badge component

* Add Sidebar simple story component

Co-authored-by: Victor Viale <victor.viale@besedo.com>
Co-authored-by: Stefan Ålund <alund@spotify.com>
2020-05-18 11:56:11 +02:00
Marcus Eide 324245586f Change import of jest-dom in setupTests.ts according to change in api 2020-05-18 11:11:58 +02:00
Marcus Eide 8429710760 Bump testing-library/jest-dom to 5.7.0 2020-05-18 11:11:26 +02:00
Nikita Nek Dudnik cce9e9ad73 Merge remote-tracking branch 'upstream/master' 2020-05-18 09:20:07 +02:00
Patrik Oldsberg 9977724144 packages/cli: disabled bundler performance hints 2020-05-18 01:15:00 +02:00
Patrik Oldsberg fe28a4ccf8 packages/cli: bump sucrase and revert re-export syntax changes 2020-05-18 01:04:03 +02:00
Patrik Oldsberg 5d11dba5db packages/cli: keep comments in ts declarations 2020-05-18 00:19:27 +02:00
Patrik Oldsberg 738704f1d1 packages/cli: fix for bundler looking for tsconfig in the wrong place 2020-05-18 00:05:32 +02:00
Patrik Oldsberg 1d6b9564b3 packages/cli: common yarn install for e2e tests + point to dist 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 5d61636f7f packages/cli: update app template for new build system 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 281f7d512e packages/core: list types as dependencies 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 12ef5f6764 packages/cli: make create-app patch entrypoints of local deps 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 65805ca70b packages: update root package.json and template tsconfig 2020-05-17 23:30:17 +02:00