Wojciech Adaszynski
3d4249b673
Add Sentry plugin front-end
2020-05-20 12:12:57 +02:00
Wojciech Adaszynski
f8ee87ce1d
Add Sentry plugin backend API (forwarding proxy)
2020-05-20 12:12:13 +02:00
Patrik Oldsberg
e6537acc9c
packages/core: move google auth session refresh logic out into separate session manager helper
2020-05-20 12:03:45 +02:00
Patrik Oldsberg
d62c6748a0
v0.1.1-alpha.6
2020-05-20 10:49:53 +02:00
Fredrik Adelöw
ffe1a6215f
Unbreak build
2020-05-20 09:59:46 +02:00
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
Patrik Oldsberg
2d65c9a38f
packages/core: remove custom OAuth scope classes in favor for early transform functions
2020-05-19 17:22:05 +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
Patrik Oldsberg
bf6c807d6d
packages/core: move out showLoginPopup from OAuthRequestApi to separate lib module + tweak and document payload format
2020-05-19 15:14:25 +02:00
Patrik Oldsberg
8b6f4a4ffe
packages/core: add more tests for OAuthRequestManager
2020-05-19 14:57:16 +02:00
Patrik Oldsberg
775e339b1e
packages/core: refactor GoogleAuthHelper into generic helper and move to lib
2020-05-19 14:57:15 +02:00
Patrik Oldsberg
dcf2c6e3bb
packages/core: switch google auth to use types from common definitions
2020-05-19 14:57:14 +02:00
Patrik Oldsberg
3fe63fbab4
packages/core: lift out internal goog auth implementation
2020-05-19 14:57:13 +02:00
Patrik Oldsberg
7ba13d0e93
packages/core: add MockOAuthRequestApi
2020-05-19 14:57:13 +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