Andrew Thauer
88e3581ebc
feat: add backend status check handler middleware
...
The statusCheckHandler is a simple express middleware that helps
implement healthcheck/readiness endpoints. It can provided an optional
status function that should return a promise that resolves in either
true or false. The response will be either a 200 or 503 respectively.
Any errors that occur will be forwarded to next.
2020-07-26 15:27:00 -04:00
Patrik Oldsberg
13b62f2aff
app: make bundling a regular build command
2020-07-26 20:33:59 +02:00
Patrik Oldsberg
223759b0d0
cli: put static assets in dist/static
2020-07-26 17:19:34 +02:00
Patrik Oldsberg
b83fcfcc26
cli: remove dead code
2020-07-26 15:03:36 +02:00
Paul Pacheco
3158c2390b
images have extension jpg or jpeg, not jpe ( #1742 )
2020-07-26 08:56:30 +02:00
Ben Lambert
8777cb95ed
Update package.json
2020-07-26 03:37:52 +02:00
Ben Lambert
1009c4e05d
Merge branch 'master' into blam/gql
2020-07-26 03:36:48 +02:00
jaime-talkdesk
b9db6d2017
Adds Talkdesk to Adopters.md ( #1741 )
2020-07-25 13:46:44 +02:00
Nikita Nek Dudnik
b94a1b3cff
fix: add missing files
2020-07-24 16:19:48 +02:00
Nikita Nek Dudnik
f6df232ed9
chore: remove mock data leftovers
2020-07-24 15:58:55 +02:00
Nikita Nek Dudnik
c31b0e9049
chore: remove obsolete library
2020-07-24 15:57:32 +02:00
Nikita Nek Dudnik
c82c045ee8
feat(github-actions): add a separate data mock
2020-07-24 15:56:48 +02:00
Patrik Oldsberg
8d58618eb2
Merge pull request #1734 from spotify/rugvip/verfix
...
config,config-loader: fix lagging versions
2020-07-24 14:57:45 +02:00
Fidel Coria
c3927c82d8
Revert "restore test: confirmed that yarn tsc fails"
...
This reverts commit 69a188e613 .
2020-07-24 07:35:19 -05:00
Fidel Coria
b4c2ea0d1d
fix yarn tsc for yaml import
2020-07-24 07:35:02 -05:00
Fidel Coria
69a188e613
restore test: confirmed that yarn tsc fails
2020-07-24 07:31:10 -05:00
Nikita Nek Dudnik
25e41d2274
feat: use annotation to get project name
2020-07-24 14:10:21 +02:00
Nikita Nek Dudnik
9bdb010432
Merge
2020-07-24 14:10:21 +02:00
Nikita Nek Dudnik
b4e8a798b6
fix: PR comments
2020-07-24 14:09:23 +02:00
Nikita Nek Dudnik
64c0c67c8f
feat: github actions details view
2020-07-24 14:09:23 +02:00
Ivan Shmidt
411b4af8bc
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/create-app-backend
2020-07-24 12:13:43 +02:00
Patrik Oldsberg
a852c2f141
config,config-loader: fix lagging versions
2020-07-24 11:38:45 +02:00
dependabot-preview[bot]
bdc24ae35e
chore(deps-dev): bump @types/jest from 25.2.3 to 26.0.7
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 25.2.3 to 26.0.7.
- [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 >
2020-07-24 08:49:55 +00:00
Ivan Shmidt
bc206dd69d
Merge pull request #1729 from spotify/shmidt-i/fix-migrations-catalog
...
Catalog: fix migrations for PG
2020-07-24 10:43:46 +02:00
blam
982be95dc2
chore(cli): Added fake test
2020-07-24 09:54:49 +02:00
Ivan Shmidt
a6b8602378
fix: tsc and pr comments
2020-07-24 09:43:22 +02:00
Fidel Coria
2c5044215d
Revert "failing yaml import"
...
This reverts commit fa97d2fbfb .
2020-07-23 20:54:55 -05:00
Fidel Coria
2b98aceae2
feat(build): rollup yaml files for import
...
tested importing yaml file to welcome plugin: yarn build
with this commit the build succeeded
2020-07-23 20:54:38 -05:00
Fidel Coria
fa97d2fbfb
failing yaml import
2020-07-23 20:51:34 -05:00
Ivan Shmidt
bcd7b2661a
v0.1.1-alpha.16
2020-07-24 03:44:39 +02:00
Ivan Shmidt
7b37d63940
fix(catalog): migrations
2020-07-24 03:43:58 +02:00
Ivan Shmidt
5f025442dc
feat(cli): add e2e test for backend
2020-07-24 03:16:11 +02:00
Ivan Shmidt
189e1bf547
feat(backend): add support for PG
2020-07-23 22:11:25 +02:00
Ivan Shmidt
2893daf3b4
feat(cli): create-app creates backend as well with PG support
2020-07-23 22:10:20 +02:00
blam
6927616150
chore(graphql): catalog should be required
2020-07-23 20:58:57 +02:00
blam
be2ed9b77e
feat(graphq): started a simple graphql server
2020-07-23 20:55:12 +02:00
blam
61257d533a
feat(graphql): added simple graphql service with new backend plugin
2020-07-23 20:21:16 +02:00
Oliver Sand
2e605f9172
feat: add UrlReaderProcessor to consume entities from a simple URL
2020-07-23 19:08:40 +02:00
Ben Lambert
291a284a19
Merge pull request #1722 from Fox32/export-url-processor-types
...
fix(catalog-backend): export types to allow writing processors in custom backends
2020-07-23 15:08:18 +02:00
Oliver Sand
38c5f732a7
fix(catalog-backend): export types to allow writing processors in custom backends
2020-07-23 15:00:14 +02:00
Ben Lambert
cdc87ff65f
Merge pull request #1609 from twishasaraiya/theme/dismissable-banner
...
Modify theme for dismissable banner
2020-07-23 14:32:32 +02:00
Marcus Eide
468032079c
Merge pull request #1705 from RoadieHQ/sentry-api-config
...
Get backend base URL from config in Sentry plugin
2020-07-23 14:29:15 +02:00
Sebastian Qvarfordt
7808c115d1
Added empty line at the end of file
2020-07-23 14:28:50 +02:00
Sebastian Qvarfordt
851b040c41
changed spotify.com namespace to backstage.io
2020-07-23 14:14:30 +02:00
blam
360200387e
feat(gql): added a simple plugin for graphql stuff
2020-07-23 11:43:59 +02:00
Forrest Waters
a0787d59a4
lookup gitlab project ID with gitlab API and add tests
2020-07-22 16:13:42 -05:00
Forrest Waters
1ac69ba3e3
implement gitlabapi processor for private gitlab repos
2020-07-22 13:56:05 -05:00
Sebastian Qvarfordt
9e2606a89a
feature(techdocs): added an example component in techdocs-backend containing a documentation reference
2020-07-22 16:44:14 +02:00
Ben Lambert
dfa34bdb3e
Merge pull request #1714 from spotify/shmidt-i/release
...
Release v0.1.1-alpha.15
2020-07-22 14:38:05 +02:00
Sebastian Qvarfordt
b978e2ad65
Merge pull request #1713 from spotify/mob/creating-and-publishing-documentation
...
fix(techdocs): remove unused doc files and merge some docs into one file
2020-07-22 13:58:18 +02:00