blam
6b7769ab95
Merge branch 'master' of github.com:spotify/backstage into mob/union-types
2020-08-12 02:03:24 +02:00
blam
ce2ed89e57
feat(gql/catalog): to remove the duplication in the schema thanks to the limitations on implements, let's create the schema using javascript
...
Trust me, i've tried getting this to work with a typescript file, but it just would not work with the import export keywords which are needed to satisfy typescript config. couldn't get it to transpile anything properly. so thought screw it for now
2020-08-12 01:47:09 +02:00
blam
eb3ed5c0f8
feat(gql/catalog): working on making the schema nice
2020-08-12 01:45:47 +02:00
Emma Indal
0ef434d911
Merge pull request #1910 from spotify/sebastianq/update-techdocs-roadmap
...
Added v2 to techdocs readme
2020-08-11 20:08:14 +02:00
Emma Indal
7529211cc0
fix(roadmap): switch links to milestones for v2 and v3
2020-08-11 20:07:17 +02:00
Emma Indal
38737c9e73
fix(roadmap): adjust project roadmap and link to use cases for v2
2020-08-11 20:04:09 +02:00
dependabot-preview[bot]
d0a3218f20
chore(deps-dev): bump @types/jest from 26.0.7 to 26.0.9 ( #1905 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.7 to 26.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-11 20:02:07 +02:00
Sebastian Qvarfordt
b0032f9739
Added v2 to techdocs readme
2020-08-11 18:47:34 +02:00
Patrik Oldsberg
f4c0af1c16
Merge pull request #1906 from spotify/rugvip/doc-urls
...
Verify and fix broken urls in documentation
2020-08-11 17:14:41 +02:00
Stefan Ålund
934c8291bb
Update README with new copy ( #1900 )
2020-08-11 15:15:06 +02:00
Raghunandan Balachandran
990cc18fb9
Merge pull request #1902 from spotify/add-microsite-code
...
Add microsite code
2020-08-11 13:38:50 +02:00
Raghunandan
9d1f531a18
Exclude microsite from the frontend CI workflow
2020-08-11 13:38:00 +02:00
Patrik Oldsberg
538a171b06
workflows: run broken link check in frontend CI
2020-08-11 12:22:58 +02:00
Patrik Oldsberg
f69a2804ae
docs: fix broken links
2020-08-11 12:21:15 +02:00
Patrik Oldsberg
7763657a17
docs: add basic script to verify local documentation links
2020-08-11 12:20:32 +02:00
Raghunandan
1312b212e3
lint ignore microsite
2020-08-11 12:09:01 +02:00
Raghunandan
dca5b0460d
Add microsite to main repo
2020-08-11 12:07:06 +02:00
Kat Zhou
4b0a4af3e5
Update design.md ( #1898 )
2020-08-11 11:45:52 +02:00
Mijail Rondón
cae4aeb93e
Fix create-an-app.md output image ( #1897 )
...
The image src url is broken.
2020-08-11 10:24:13 +02:00
Chris Simmons
1c559bcc90
Enable override of sidebar selected indicator color when using createTheme ( #1880 )
...
* refactored sidebar palette types + updated default themes
* use @backstage/theme and new selectedIndicatorColor palette property
* fixed sidebar to use refactored backgroundColor property
* simplified property names based on feedback
* renamed sidebar to navigation in palette
* updated AppThemeApi docs with PaletteAdditions changes
2020-08-11 08:16:46 +02:00
Ben Lambert
bd7e8cc78e
Merge pull request #1896 from spotify/benjdlambert-patch-1-1
...
docs: remove extraneous tab
2020-08-10 23:34:57 +02:00
Ben Lambert
9e0098ee3e
Remove extraneous tab
2020-08-10 22:04:53 +02:00
Ben Lambert
be4fce2390
Merge pull request #1895 from spotify/scaffolder/user-id
...
Scaffolder: Default to running the Container as the same user as the node process
2020-08-10 22:01:35 +02:00
blam
56db3293d8
test(scaffolder/docker): added some tests to check the home cariable
2020-08-10 21:27:35 +02:00
blam
ae56770cf2
chore(scaffolder): fixing some of the docs and making things a little cleanern
2020-08-10 21:23:54 +02:00
blam
c533d15336
chore(scaffolder): set a home directory for cookiecutter now we have new username and group id
2020-08-10 21:17:13 +02:00
blam
92f3e58640
chores(scaffolder): trying something new
2020-08-10 20:53:56 +02:00
blam
d6a0ad744f
chore(scaffolder): set the working directory default as the temp foler
2020-08-10 20:46:55 +02:00
blam
d24b24a473
feat(scaffolder): Default the user and group id to the same as the host process for docker reasons
2020-08-10 19:13:36 +02:00
blam
d615211c70
feat(scaffolder): use the uid and gid of the parent process for docker
2020-08-10 18:56:39 +02:00
blam
90579b9089
feat(gql/catalog): Reduce the amount of duplication a little for unions
2020-08-10 18:50:08 +02:00
Patrik Oldsberg
aab8058136
Merge pull request #1871 from spotify/rugvip/can-has-config
...
config: added config.has() and allow config.get() to be called with no args
2020-08-10 18:35:27 +02:00
Patrik Oldsberg
6a53ccb1bb
Merge pull request #1870 from spotify/rugvip/taint-config
...
config-loader: taint secret paths to treat them as secret in later configs as well
2020-08-10 18:32:29 +02:00
blam
e01952279e
chore(catalog): yarn lock
2020-08-10 16:12:35 +02:00
blam
10e4dc991f
chore(catalog/gql): fixing csp for playground
2020-08-10 16:12:15 +02:00
blam
9bcc1bcb28
chore(catalog/gql): move the catalog schema out of src
2020-08-10 16:11:21 +02:00
Emma Indal
b21557de33
Merge pull request #1893 from spotify/emmai/techdocs-roadmap-docs
...
TechDocs: Add use cases connected to TechDocs versions in project roadmap
2020-08-10 14:34:39 +02:00
Emma Indal
7462a1d5a1
fixup
2020-08-10 14:29:59 +02:00
Emma Indal
96bc61aeb2
Add use cases connected to TechDocs versions in project roadmap
2020-08-10 14:25:26 +02:00
blam
c4911612b1
chore(gql/catalog): updating the return types from the catalog api
2020-08-10 14:21:10 +02:00
blam
fc85bb41dd
chore(gql/catalog): removing the mock data scripts for catalog-graph l
2020-08-10 11:52:05 +02:00
Patrik Oldsberg
4f7464de04
Merge pull request #1860 from spotify/rugvip/config
...
config,config-loader: add support for suffixed config files and multiple roots
2020-08-10 11:51:07 +02:00
blam
c8060220e1
chore(gql/catalog): actually read
2020-08-10 11:47:31 +02:00
blam
8fc45676bf
chore(gql/catalog): fixing bundling of graphql asse
2020-08-10 11:46:54 +02:00
blam
be1c526708
chore(gql/catalog): removing the mock-data stuff
2020-08-10 11:43:44 +02:00
blam
042599d882
feat(gql/catalog): implement the label resolver
2020-08-10 11:42:07 +02:00
blam
8e1cb1ca0b
feat(gql/catalog): Fixing some of the query issues
2020-08-10 11:37:30 +02:00
blam
4d4ead15c4
chore(gql/catalog): making the client alittle more readabke
2020-08-10 11:09:30 +02:00
blam
f5eb812847
chore(gql/catalog): Added some more metadata fields to the catalog entities
2020-08-10 11:00:55 +02:00
blam
219fa73ad0
feat(gql/catlaog): Tidying up the resolver for the annotations
2020-08-10 10:51:46 +02:00