blam
22fbe0aaab
feat(scaffolder): added the ability to process github remote sources, without authenication for now at least
2020-06-20 05:56:48 +02:00
blam
95344229ab
chore(scaffolder): moving things around to make things work for the actually scaffoling
2020-06-20 03:33:41 +02:00
blam
f04844441c
chore(scaffolder): move express to dependencies for reasons
2020-06-19 11:05:25 +02:00
blam
ed05397694
chore(scaffolder): fix the exporting of the FilePreparer so we can actually setup a scaffolder in the backend
2020-06-18 18:09:36 +02:00
blam
299609a020
chore(scaffolder): refactoring some of the entity parsing away so that we can re-use it. and fix some of the semantic namings
2020-06-18 17:42:38 +02:00
blam
ca1d5fa418
Merge branch 'master' of github.com:spotify/backstage into mob/prepare-from-catalog
...
* 'master' of github.com:spotify/backstage:
address comments
chore(catalog-model): move shared entity model logic here
2020-06-18 14:11:31 +02:00
blam
5835f06524
chore(scaffolder): Tidy up some things around the PR to make a litte cleaner and add some comments in places
2020-06-18 14:10:02 +02:00
blam
308c171747
Merge branch 'master' of github.com:spotify/backstage into mob/prepare-from-catalog
...
* 'master' of github.com:spotify/backstage: (60 commits)
packages,plugins: remove main:src and fix some main fields
packages/config: added get and getOptional
changed down caret to be up caret on user profile in the sidebar
packages/config: add getOptionalConfig and getOptionalConfigArray to mirror other accessors
packages/config-loader,core: update config usage to include context
build(deps): bump @types/react from 16.9.25 to 16.9.37 (#1342 )
build(deps): bump rollup-plugin-esbuild from 2.0.0 to 2.1.0 (#1361 )
build(deps-dev): bump lint-staged from 10.2.9 to 10.2.11 (#1359 )
Polishing the Create page (#1353 )
Add some air between sidebar sections (#1355 )
Starred icon is yellow (#1351 )
Updated FAQ with Gitlab link (#1352 )
build(deps): bump react-helmet from 6.0.0 to 6.1.0 (#1327 )
packages/config: added context to keep track of where config is from for error messages
packages/config: added .keys()
packages/config: keep track of key prefix to display better error messages
packages/config: optimize some error message handling
packages/config: allow config readers to be backed by undefined data
packages/config: flip around must* and get* to get* and getOptional*
packages/core-api: fix invocation order when continuing to app after sign-in
...
2020-06-18 14:00:29 +02:00
Fredrik Adelöw
3bff1d6a68
address comments
2020-06-18 13:28:19 +02:00
Fredrik Adelöw
8d961027a9
chore(catalog-model): move shared entity model logic here
2020-06-18 13:06:51 +02:00
Patrik Oldsberg
a098ebca27
packages,plugins: remove main:src and fix some main fields
2020-06-18 12:25:25 +02:00
Patrik Oldsberg
06cf743d7a
Merge pull request #1346 from spotify/rugvip/mustconf
...
packages/config: added must* variant for reading required primitive values
2020-06-18 10:30:10 +02:00
Stefan Ålund
1150e0a125
Polishing the Create page ( #1353 )
...
* Polishing the Create page
* Review comments
2020-06-17 22:57:25 +02:00
Stefan Ålund
0f1ba02bc7
Starred icon is yellow ( #1351 )
2020-06-17 22:38:45 +02:00
Ivan Shmidt
23c58be525
test(scaffolder): add nested template test
2020-06-17 20:49:14 +02:00
Patrik Oldsberg
3dcef70e3c
packages/config: flip around must* and get* to get* and getOptional*
2020-06-17 20:10:44 +02:00
blam
58866e6a62
feat(scaffolder): Fixing the path resolution for temporary directory and copy all files apart from the template.yaml definition
2020-06-17 17:39:47 +02:00
Patrik Oldsberg
af7a9022fb
Merge pull request #1345 from spotify/rugvip/backconf
...
packages/backend: load config and make it part of plugin env + use in auth-backend
2020-06-17 17:37:45 +02:00
Patrik Oldsberg
034c04c259
plugins/auth-backend: load config in standalone environment
2020-06-17 17:06:03 +02:00
Patrik Oldsberg
73898f3084
Merge pull request #1344 from spotify/rugvip/lag
...
packages: bump lagging package versions
2020-06-17 16:57:25 +02:00
Patrik Oldsberg
e923d751a7
plugins/auth-backend: read backend.baseUrl from config
2020-06-17 16:54:02 +02:00
Patrik Oldsberg
aae6f1503a
packages: bump lagging package versions
2020-06-17 16:35:33 +02:00
Raghunandan
4a1fa314af
Consume identity data from ts instead of Json
2020-06-17 16:31:22 +02:00
Fredrik Adelöw
03bbb41f2c
fix: move deps to where they need to be
2020-06-17 15:47:08 +02:00
Fredrik Adelöw
38ba897857
v0.1.1-alpha.9
2020-06-17 15:24:54 +02:00
Fredrik Adelöw
aa2916e5b8
release: make almost all packages public
2020-06-17 15:23:00 +02:00
blam
b01217cdb5
feat(scaffolder): starting to move things around and remove the old scaffolder data
2020-06-17 14:56:30 +02:00
Raghunandan Balachandran
6326d0d6a8
Merge pull request #1333 from spotify/identity-static-adapter
...
Add static json adapter to serve user groups
2020-06-17 14:44:07 +02:00
Raghunandan
42ec009228
refactor IdentityApi
2020-06-17 14:29:22 +02:00
Raghunandan
242827b363
set disable refresh in options passed to OAuthProviders
2020-06-17 13:31:47 +02:00
Patrik Oldsberg
5da6e6e9c7
Merge pull request #1324 from spotify/rugvip/autherr
...
packages/auth-backend: fix for errors not being forwarded properly in EnvironmentHandler
2020-06-17 12:04:51 +02:00
Sebastian Qvarfordt
8658ea3f27
Working catalog type filter ( #1267 )
...
* WIP Working type filter
* Fixed type error
* Some interactivity between type filters and subfilters
* Revert "Some interactivity between type filters and subfilters"
This reverts commit 91a99f6c5759c33f1d35100f365af397d4ee9810.
* Rename services to entities in catalog filter menu
2020-06-17 12:03:23 +02:00
blam
55e6414d85
feat(scaffolder): Moving the storage to more task based appraches, and creating preparers
2020-06-17 11:56:42 +02:00
Raghunandan
83f331caf5
Add static json adapter to serve user groups
2020-06-17 11:24:49 +02:00
blam
bbef36c91a
chore(scaffolder): Remove the old storage API's as the catalog api is now in charge of thestorage of templkates
2020-06-17 10:49:26 +02:00
Patrik Oldsberg
23d43f572c
Merge pull request #1325 from spotify/rugvip/backbuild
...
packages/cli: add backend:build and use in all backend packages
2020-06-17 10:01:22 +02:00
Wesley Yee
06bdeadb00
Template card component ( #1322 )
2020-06-17 09:57:45 +02:00
Stefan Ålund
947c752468
Add Welcome msgs to catalog ( #1306 )
...
* Add Welcome msgs to catalog
* Fix importing of greetings
* Fix broken test
2020-06-17 09:54:52 +02:00
Patrik Oldsberg
76fd9f9401
packages,plugins: use backend:build for all backend packages + publish config and no tsconfig
2020-06-17 00:03:28 +02:00
Patrik Oldsberg
ecbfa5f093
packages/auth-backend: fix for errors not being forwarded properly in EnvironmentHandler
2020-06-16 23:56:51 +02:00
blam
d5f5e83fe7
chore(scaffolder): Updating the boilerplate for the scaffolder backend
2020-06-16 15:03:21 +02:00
blam
1e5e270bb7
chore(scaffolder): reset the template-info for now so tests will still pass on PR
2020-06-16 14:48:46 +02:00
blam
45ce4b133a
chore(scaffolder): load from file source instead
2020-06-16 14:47:15 +02:00
blam
4615718167
feat(catalog): added the ability to load mock data into the catalog from the scaffolder too
2020-06-16 14:40:43 +02:00
Fredrik Adelöw
7d8c50bdac
Remove remaining occurrences of v1beta1
2020-06-16 13:28:10 +02:00
Fredrik Adelöw
e01fae0a28
use alpha versioning in the catalog instead
2020-06-16 13:00:31 +02:00
Patrik Oldsberg
adf6ea4a87
Merge pull request #1307 from spotify/alund/rm-home
...
Remove old Home plugin
2020-06-16 11:43:35 +02:00
Ivan Shmidt
ae1cef1d52
Merge pull request #1238 from spotify/shmidt-i/backend-hmr-2
...
Backend HMR
2020-06-16 11:40:46 +02:00
Stefan Ålund
e1ea85cd93
Clean up Register plugin ( #1291 )
...
* Clean up Register plugin
* Fix test
* Update RegisterComponentPage.tsx
2020-06-16 09:53:44 +02:00
Ivan Shmidt
9fe15e6726
feat: point all backend to src
2020-06-15 22:34:53 +02:00