Commit Graph

859 Commits

Author SHA1 Message Date
Stefan Ålund cbd4a34c8c Expose CodeSnippet in @backstage/core (#981) 2020-05-25 10:24:01 +02:00
Wojciech Adaszyński 6480d20506 Merge pull request #928 from adaszyn/pin-sidebar
Pin sidebar with a button
2020-05-25 09:20:35 +02:00
Patrik Oldsberg ce292ae347 package/core: bump material-table and remove package patch 2020-05-24 21:56:17 +02:00
Rémi Doreau f24198d846 [core]: Refactor and test Lifecycle component (#952)
* refactor(core): Lifecycle component

* tests(core): Lifecycle component

* fix(core): Lifecycle contional className

* fix(core): remove "is" prefix from Lifecycle props
2020-05-23 23:33:06 +02:00
Sebastian Qvarfordt 6c67ef8d15 Merge pull request #942 from hooloovooo/table-search-padding
add paddingRight to search input in table toolbar
2020-05-23 17:15:56 +02:00
Patrik Oldsberg f635cd9470 Merge pull request #925 from spotify/rugvip/gauth
Add GoogleAuth, AuthConnector, and RefreshingAuthSessionManager
2020-05-22 15:49:06 +02:00
Patrik Oldsberg a22a9cbfdd packages/core: minor auth text fixes + reduntant has 2020-05-22 15:26:27 +02:00
Fredrik Adelöw d68a621f51 Merge pull request #956 from spotify/freben/rename-to-entities
Stop special-casing component, call things 'entity' everywhere
2020-05-22 13:52:11 +02:00
Patrik Oldsberg c1b76913a0 packages/app: add oauth request and google auth APIs 2020-05-22 13:45:14 +02:00
Patrik Oldsberg 659e904f55 packages/core: export auth APIs 2020-05-22 13:45:13 +02:00
Patrik Oldsberg 72feb6055e package/core: forward more config through GoogleAuth 2020-05-22 13:45:13 +02:00
Fredrik Adelöw e1c5c6cd58 Stop special-casing component, call things 'entity' everywhere 2020-05-21 23:30:02 +02:00
Raghunandan e30c4da402 Add identity backend skeleton 2020-05-21 22:35:46 +02:00
Sebastian Qvarfordt 5215043331 add paddingRight to search input in table toolbar 2020-05-20 22:23:08 +02:00
Patrik Oldsberg a928e952cd packages/core: add tests for google auth scope normalization 2020-05-20 17:19:04 +02:00
Wojciech Adaszynski 2aacf677e9 Pin sidebar with a button 2020-05-20 16:57:30 +02:00
Patrik Oldsberg 31202a1e95 packages/core: refactor to remove need to BaseAuthSession 2020-05-20 16:32:06 +02:00
Patrik Oldsberg 930c2dba2b packages/core: reorder some AuthConnector methods 2020-05-20 12:53:39 +02:00
Patrik Oldsberg 3ae262f4f8 packages/core: configurable scope join for DefaultAuthConnector 2020-05-20 12:50:54 +02:00
Patrik Oldsberg 42000fbaaf packages/core: refactor AuthConnector options a bit and add docs 2020-05-20 12:34:42 +02:00
Wojciech Adaszynski baf8188db7 Sentry plugin refactoring - code review changes 2020-05-20 12:31:25 +02:00
Patrik Oldsberg eccb7e1cb8 packages/core: rename AuthHelper to AuthConnector 2020-05-20 12:20:27 +02:00
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