Patrik Oldsberg
442ee143ee
Merge pull request #1950 from AmericanAirlines/envport
...
Separate port and host in configuration
2020-08-14 12:36:58 +02:00
Patrik Oldsberg
7c4307d1ee
docs: update storybook url
2020-08-14 09:20:09 +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
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
Patrik Oldsberg
da06bd5c5c
cli: use version in lerna.json for scaffolded plugins
2020-08-13 14:38:22 +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
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
Patrik Oldsberg
c6c44c20a6
Merge pull request #1934 from spotify/rugvip/fixcli
...
packages: fix ts-node config in local dev versions of CLIs
2020-08-13 11:52:14 +02:00
Dominik Henneke
356643416d
Merge branch 'master' into feat/api-catalog
2020-08-13 11:32:00 +02:00
Fredrik Adelöw
8e1020a454
docs(cli): can't create-app with the cli anymore
2020-08-13 11:29:28 +02:00
Patrik Oldsberg
5238813719
Merge pull request #1935 from spotify/rugvip/out
...
cli: fix stdout not being logged in e2e test cmd failures
2020-08-13 09:23:51 +02:00
Fredrik Adelöw
65f3f4f95a
Merge pull request #1877 from andrewthauer/rollbar-updates
...
Add rollbar organization links, etc.
2020-08-12 22:22:05 +02:00
Patrik Oldsberg
4a58445d33
create-app: update backend catalog setup
2020-08-12 19:39:42 +02:00
Patrik Oldsberg
93ee33bf7e
cli: fix stdout not being logged in e2e test cmd failures
2020-08-12 19:26:24 +02:00
Patrik Oldsberg
1eceadb942
packages: fix ts-node config in local dev versions of CLIs
2020-08-12 19:17:27 +02:00
Fredrik Adelöw
359594f9d3
Merge pull request #1890 from spotify/rugvip/static-loc
...
catalog-backend: add support for static location config + bootstrap location
2020-08-12 14:57:05 +02:00
Fredrik Adelöw
19a096b8ae
Merge pull request #1838 from althafh/groupentity
...
Define a simple Group Entity
2020-08-12 14:54:04 +02:00
Dominik Henneke
bf76f07c06
chore: fix jest rule to be able to the use the asyncapi-react module
2020-08-12 13:58:49 +02:00
Dominik Henneke
58f86f992a
feat(app): add api-docs plugin to the navigation
2020-08-12 13:57:01 +02:00
Dominik Henneke
7c9e84bd1d
feat(catalog): add field to the component entity to specify implemented apis per component
2020-08-12 13:53:34 +02:00
Dominik Henneke
b5f8aa89b8
feat(catalog): add entity to describe APIs
2020-08-12 13:53:33 +02:00
althaf.hameez
c898200065
Fix typo
2020-08-12 19:23:43 +08:00
Andrew Thauer
aedcad72a5
feat: add rollbar links
2020-08-12 07:10:44 -04:00
Fredrik Adelöw
bb2a68b1d0
chore(jenkins): ran prettier
2020-08-12 12:54:06 +02:00
Fredrik Adelöw
3d450adb75
fix(jenkins): cleaned up deps a bit
2020-08-12 12:54:06 +02:00
Tim Jacomb
005df1df2b
Add Jenkins widgets
2020-08-12 12:54:06 +02:00
David Tuite
f080c3256f
Add Jenkins plugin
...
It doesn't do anything other than render "Builds go here" in a DOM but
the scaffold is there to start making API calls. This plugin borrows
heavily from the CircleCI plugin.
2020-08-12 12:54:06 +02:00
Fredrik Adelöw
2577c730e7
Merge pull request #1892 from RoadieHQ/travis-plugin
...
Install TravisCI plugin
2020-08-12 12:45:44 +02:00
David Tuite
7fd9ed1a1d
Install TravisCI plugin
2020-08-12 11:07:37 +01:00
Patrik Oldsberg
9056a14a68
cli: remove copyright headers from plugin template but run lint --fix
2020-08-12 10:44:12 +02:00
Patrik Oldsberg
c4b6c13975
Merge pull request #1872 from spotify/rugvip/print-config
...
cli: add config:print command
2020-08-12 10:09:23 +02:00
Fredrik Adelöw
b6c2871c7a
Merge pull request #1875 from timwheelercom/timwheelercom/new-relic
...
add new relic plugin
2020-08-12 09:24:23 +02:00
Kinga Sieminiak
8c09dccfcb
Refactor of sign-in page styles ( #1894 )
...
* Allow extending and customizing Backstage layout components
* Allow customizing layout of SignInPage through the props
* Use flex property to stretch card's content
* Adapt ContentHeader styles based on props
Co-authored-by: Kinga Sieminiak <kinga.sieminiak@zalando.de >
2020-08-12 08:53:49 +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
Patrik Oldsberg
f69a2804ae
docs: fix broken links
2020-08-11 12:21:15 +02:00
althaf.hameez
c9cd3e1354
Update GroupEntity spec definition
...
* Make parent a single string instead of an array
* Rename certain spec parameters
* Make children, ancestors & descendents non-optional
2020-08-11 16:25:38 +08: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
Patrik Oldsberg
6bd0cac146
catalog-backend: added StaticLocationProcessor
2020-08-11 00:41:28 +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
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
dependabot-preview[bot]
f225b094e4
chore(deps): bump material-table from 1.62.0 to 1.68.0 ( #1841 )
...
* chore(deps): bump material-table from 1.62.0 to 1.68.0
Bumps [material-table](https://github.com/mbrn/material-table ) from 1.62.0 to 1.68.0.
- [Release notes](https://github.com/mbrn/material-table/releases )
- [Commits](https://github.com/mbrn/material-table/compare/v1.62.0...v1.68.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Update Table component for new version of material-table
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com >
2020-08-10 10:23:25 +02:00
Patrik Oldsberg
0a7d3a6538
cli: eslint.backend: disallow default winston import
2020-08-09 10:23:54 +02:00
Tim Wheeler
68f79c372c
add new relic plugin
2020-08-08 14:22:25 -04:00
Patrik Oldsberg
75b4a185b1
cli: add config:print command
2020-08-08 12:51:46 +02:00
Patrik Oldsberg
f8780ff325
config: allow config.get to be called without args
2020-08-08 12:07:37 +02:00
Patrik Oldsberg
12827a29dc
config: added config.has()
2020-08-08 11:56:30 +02:00
Patrik Oldsberg
d73da347e0
config-loader: added high-level loader tests
2020-08-08 11:17:49 +02:00
Patrik Oldsberg
1a6fb8cf8f
config-loader: taint secret paths to treat them as secret in later configs as well
2020-08-08 10:46:15 +02:00
Rogerio Angeliski
65cea3843d
docs: fix link to plugin documentation ( #1869 )
2020-08-08 08:23:52 +02:00