Fredrik Adelöw
dca45f28af
Merge pull request #1965 from SDA-SE/feat/yaml-processor
...
test(catalog-backend): increase coverage of the yaml processor
2020-08-15 09:19:56 +02:00
Dominik Henneke
69a496b0c7
test(catalog-backend): increase coverage of the yaml processor
...
Co-authored-by: Oliver Sand <oliver.sand@sda-se.com >
2020-08-15 09:04:55 +02:00
Emma Indal
ad2e54f1ee
Merge pull request #1960 from spotify/emmaindal/docs
...
TechDocs: Update versions in upcoming features
2020-08-14 15:56:25 +02:00
Emma Indal
8d4e14e1c5
Update versions in upcoming features
2020-08-14 15:07:03 +02:00
Raghunandan
205d72f326
Bump docusaurus to v2 alpha
2020-08-14 13:33:43 +02:00
Patrik Oldsberg
442ee143ee
Merge pull request #1950 from AmericanAirlines/envport
...
Separate port and host in configuration
2020-08-14 12:36:58 +02:00
Andrew Thauer
4285289b5a
only expose createDatabase + additional typing
2020-08-14 06:30:05 -04:00
Patrik Oldsberg
8fc32a1b9c
Merge pull request #1953 from spotify/rugvip/nobook
...
docs: update storybook url
2020-08-14 09:36:55 +02:00
Patrik Oldsberg
7c4307d1ee
docs: update storybook url
2020-08-14 09:20:09 +02:00
Andrew Thauer
815983ae84
add shared database connection helpers
2020-08-13 22:56:47 -04:00
Patrik Oldsberg
a82f780726
Merge pull request #1952 from spotify/rugvip/fixlinks
...
docs: update link checking script and fix broken links
2020-08-13 20:02:03 +02:00
Patrik Oldsberg
af7121680f
Merge pull request #1949 from spotify/Rugvip-patch-2
...
microsite: mark package as private
2020-08-13 19:59:49 +02:00
Paul Pacheco
e9d4ec7494
Separate port and host in configuration
...
Many cloud providers have an environment variable PORT.
an application is supposed to listen in that port.
Currently, the yaml for listen address looks like this:
```yaml
backend:
listen: 0.0.0.0:7000
```
the problem is that I can't use the port environment variable there.
This PR changes it to this:
```yaml
backend:
listen:
host: 0.0.0.0
port: 7000
```
if I want to use the PORT environment variable, now I can do it like this:
```yaml
backend:
listen:
host: 0.0.0.0
port:
$secret:
env: PORT
```
2020-08-13 12:28:03 -05:00
Patrik Oldsberg
e2e50025a5
cli: update e2e test to work with new create-app
2020-08-13 19:08:32 +02:00
Patrik Oldsberg
b4959667af
docs: fix broken links
2020-08-13 18:51:23 +02:00
Patrik Oldsberg
8ac58ad988
docs/verify-links: update to disallow path-absolute doc links
2020-08-13 18:49:31 +02:00
Patrik Oldsberg
da5fb05a3f
create-app: update e2e test in app template
2020-08-13 18:42:39 +02:00
Patrik Oldsberg
b0fced2ec6
microsite: mark package as private
2020-08-13 18:11:29 +02:00
Ivan Shmidt
4b05b9a96a
Merge pull request #1948 from spotify/shmidt-i/fix-links-docs
...
fix(docs): links
2020-08-13 17:36:27 +02:00
Ivan Shmidt
1952565e53
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/fix-links-docs
2020-08-13 17:22:45 +02:00
Patrik Oldsberg
d0ce78e0f4
Merge pull request #1944 from spotify/Rugvip-patch-2
...
CHANGELOG: add changes up until 52a3c6
2020-08-13 17:21:06 +02:00
Patrik Oldsberg
ef363d5c61
Merge pull request #1944 from spotify/Rugvip-patch-2
...
CHANGELOG: add changes up until 52a3c6
2020-08-13 16:19:13 +02:00
Ivan Shmidt
18228ff8ae
Merge pull request #1946 from spotify/shmidt-i/fix-gh-actions-microsite
...
fix: path in gh-action
2020-08-13 16:00:42 +02:00
Ivan Shmidt
e3df6aa2c9
fix: path in gh-action
2020-08-13 15:51:30 +02:00
dependabot-preview[bot]
28387a3558
chore(deps-dev): bump msw from 0.19.5 to 0.20.5
...
Bumps [msw](https://github.com/mswjs/msw ) from 0.19.5 to 0.20.5.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Commits](https://github.com/mswjs/msw/compare/v0.19.5...v0.20.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-13 13:46:31 +00:00
Ivan Shmidt
b9d61d7784
Merge pull request #1908 from spotify/mob/docusaurus-structure
...
docs: start bringing structure from /docs to docusaurus
2020-08-13 15:41:02 +02:00
Raghunandan Balachandran
266d70cd8c
Merge pull request #1943 from spotify/rugvip/plugver
...
cli: use version in lerna.json for scaffolded plugins
2020-08-13 15:24:19 +02:00
Ivan Shmidt
c6655b1e73
fix: remove old link
2020-08-13 15:21:08 +02:00
Ivan Shmidt
195fb0f33a
chore: add microsite build to gitignore
2020-08-13 15:17:02 +02:00
Patrik Oldsberg
3f5236ee6d
CHANGELOG: add changes up until 52a3c6
2020-08-13 15:07:39 +02:00
Ivan Shmidt
6e8cf4651e
Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure
2020-08-13 14:55:25 +02:00
Patrik Oldsberg
be08475017
create-app: fix App test in template
2020-08-13 14:46:43 +02:00
Patrik Oldsberg
da06bd5c5c
cli: use version in lerna.json for scaffolded plugins
2020-08-13 14:38:22 +02:00
Patrik Oldsberg
af9d127644
tsconfig: set rootDir to ensure output structure of tsc
2020-08-13 14:31:37 +02:00
Patrik Oldsberg
20d83e7d5b
create-app: add minimal gitignore to template
2020-08-13 14:31:37 +02:00
Fredrik Adelöw
52a3c6d45b
Merge pull request #1931 from spotify/freben/no-cli-create
...
docs(cli): can't create-app with the cli anymore
2020-08-13 14:28:16 +02:00
Patrik Oldsberg
ec25fbdcdd
Merge pull request #1907 from spotify/mob/installation
...
docs/features: add installation docs for software-catalog and software-templates
2020-08-13 14:19:07 +02:00
Fredrik Adelöw
638526bad8
Merge pull request #1941 from Fox32/patch-5
...
Fix typo in documentation
2020-08-13 13:58:49 +02:00
Fredrik Adelöw
059bbcae07
Merge pull request #1940 from spotify/dependabot/npm_and_yarn/uuid-8.3.0
...
chore(deps): bump uuid from 8.1.0 to 8.3.0
2020-08-13 13:52:45 +02:00
Patrik Oldsberg
2fd38ad228
create-app: add register component plugin and move plugin deps to app
2020-08-13 13:46:19 +02:00
Patrik Oldsberg
b9dcd46c09
create-app: add locations for example entites and templates
2020-08-13 13:43:34 +02:00
Oliver Sand
61f913f119
Fix heading
2020-08-13 13:40:44 +02:00
Oliver Sand
6bb4cf95fa
Fix button description
2020-08-13 13:36:21 +02:00
Patrik Oldsberg
e0632bc205
Merge pull request #1737 from SDA-SE/feat/api-catalog
...
Add a Prototype for API Documentations
2020-08-13 13:35:47 +02:00
Oliver Sand
75a316459f
Fix typo in documentation
2020-08-13 13:34:22 +02:00
Patrik Oldsberg
388df8c3bb
docs/features: fix static location entires not being list of objects
2020-08-13 13:32:48 +02:00
Patrik Oldsberg
953e55330b
create-app: remove welcome plugin
2020-08-13 12:37:54 +02:00
Patrik Oldsberg
dddc0e15ba
create-app: remove copyright header from template
2020-08-13 12:34:45 +02:00
Patrik Oldsberg
68cd1cae8f
create-app: add missing APIs to app template
2020-08-13 12:33:15 +02:00
Patrik Oldsberg
75decc011d
create-app: add Sidebar and other app-wide components to app template
2020-08-13 11:53:20 +02:00