Wesley
436850e96c
Merge branch 'backstage:master' into plugin-azure-functions
2022-10-09 19:09:03 +02:00
Wesley Pattison
86cf4307c8
rename azure-functions to azure-sites
...
add drop down for actions
show kind on table
Signed-off-by: Wesley Pattison <wesley.pattison@friss.com >
2022-10-09 19:08:39 +02:00
Fredrik Adelöw
2d3a5f09ab
json
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-06 15:00:36 +02:00
Johan Haals
b2bec2e5a2
Merge pull request #13859 from Bonial-International-GmbH/pjungermann/catalog-modules/new-backend-api
...
feat(catalog/bitbucketCloud): schedule via config + backend-plugin-api support
2022-10-05 12:52:18 +02:00
Patrick Jungermann
d4fea86ea3
feat(backend): Add function to read schedule from config
...
New function `readTaskScheduleDefinition` to read `TaskScheduleDefinition`
(aka. schedule) from the `Config`.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-10-04 14:38:00 +02:00
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
Patrik Oldsberg
452063b87d
Merge pull request #13847 from Oriflame/feature/jvilimek/score-card-plugin-integration
...
Score-card plugin integrated to example-app
2022-10-04 14:00:48 +02:00
Patrik Oldsberg
35f2f51bde
Merge pull request #13943 from mitchhentgesspotify/caching-jest-only-watch-mode
...
CachingJestRuntime should not do extra work if not watching
2022-10-04 13:42:07 +02:00
Patrik Oldsberg
27e6404aba
core-app-api: fix index route gathering
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-04 12:27:37 +02:00
Patrik Oldsberg
7af260740a
Merge pull request #13980 from backstage/rugvip/tweak
...
backend-common: tweak DatabaseManager
2022-10-04 11:25:48 +02:00
Patrik Oldsberg
a35a27df70
backend-plugin-api: update module ID format
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-04 00:31:25 +02:00
Patrik Oldsberg
d45fc41bc7
backend-common: tweak DatabaseManager
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-03 23:14:32 +02:00
blam
dcedf1bab5
chore: store the promise instead to combat race conditions
...
Signed-off-by: blam <ben@blam.sh >
2022-10-03 15:15:23 +02:00
blam
ac8a72ed3b
chore: cache the database calls and return the cached one if available
...
Signed-off-by: blam <ben@blam.sh >
2022-10-03 14:35:28 +02:00
Mitchell Hentges
78d5eb299e
CachingJestRuntime should not do extra work if not watching
...
The benefits of `CachingJestRuntime` only apply if in `watch` mode.
If not, then we're doing FS calls but not getting benefit from them.
This is a small optimization that will hopefully make CI happier with
our caching runtime, if/when it's used.
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2022-09-30 15:10:43 +02:00
Jan Vilimek
fee8980e8b
Merge branch master into feature/jvilimek/score-card-plugin-integration
...
Signed-off-by: Jan Vilimek <jvilimek@users.noreply.github.com >
2022-09-29 18:30:28 +02:00
Wesley
af8bff7885
Merge branch 'backstage:master' into plugin-azure-functions
2022-09-29 16:59:36 +02:00
Patrik Oldsberg
49bf199e7e
Merge pull request #13585 from leonardomaier/init-git-repo-on-create-app
...
Initializes git repository when creating an app
2022-09-29 13:25:24 +02:00
Wesley
ff8db67b0a
Merge branch 'backstage:master' into plugin-azure-functions
2022-09-28 15:47:26 +02:00
Leonardo Maier
168fb4adc0
Fix createApp test
...
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com >
2022-09-28 10:17:52 -03:00
Leonardo Maier
7219c3d53e
Fix lint issues
...
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com >
2022-09-28 09:47:12 -03:00
Leonardo Maier
02561f0a5b
Removes defaultBranch answer from inquirer and uses cwd to run commands in directory
...
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com >
2022-09-28 08:54:25 -03:00
Ben Lambert
15dc563f61
Merge pull request #13705 from taras/fix-url-location
...
[Catalog] Location url was incorrect in tests
2022-09-28 11:05:28 +02:00
Wesley
fb0797db33
Merge branch 'backstage:master' into plugin-azure-functions
2022-09-28 08:35:45 +02:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00
Fredrik Adelöw
2c30c1e628
Merge pull request #13860 from backstage/freben/sq
...
just another gitignore entry
2022-09-27 12:07:11 +02:00
Eric Peterson
de80ce2ad3
Merge pull request #13577 from matteosilv/master
...
fixing techdocs-cli Docker client creation
2022-09-27 12:00:16 +02:00
Fredrik Adelöw
52f25858a8
create-app too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-09-27 11:30:37 +02:00
Patrik Oldsberg
813f446cb4
Merge pull request #13852 from backstage/rugvip/app-backend-port
...
app-backend: add implementation for new backend system
2022-09-27 11:29:21 +02:00
Fredrik Adelöw
e1cd4b8401
Merge pull request #13808 from mitchhentgesspotify/mhentges/light-async-deep-import
...
Deep-import LightAsync to improve module-import time in tests
2022-09-27 11:17:53 +02:00
Patrik Oldsberg
28377dc89f
backend-plugin-api: fix type inference of interface options
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-27 09:53:02 +02:00
Patrik Oldsberg
69af72171d
Merge pull request #13854 from backstage/rugvip/resolve
...
cli: upfront resolution of swc-loader
2022-09-27 09:49:00 +02:00
Patrik Oldsberg
5b8bdeebc8
Merge pull request #13662 from MiniMarker/merge_upstream
...
Add support for links on Template Card
2022-09-26 21:53:12 +02:00
Patrik Oldsberg
a541a3a78a
cli: upfront resolution of swc-loader
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 20:37:24 +02:00
Patrik Oldsberg
21ceffe99d
backend-next: add app-backend
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 18:58:51 +02:00
Patrik Oldsberg
de7587254f
backend-app-api: fix for root router overriding api routes
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:55:59 +02:00
Patrik Oldsberg
96d288a02d
backend-defaults: added root logger service to default services
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:40:58 +02:00
Patrik Oldsberg
0027a749cd
backend-app-api: added index plugin option for http router service
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:40:11 +02:00
Patrik Oldsberg
8336d42b40
backend-plugin-api: fix spelling mistakes
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:18:39 +02:00
Patrik Oldsberg
72549952d1
backend-test-utils: fix handling of root scoped services
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:18:05 +02:00
Patrik Oldsberg
45857bffae
backend-app-api: export rootLoggerFactory
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 16:17:27 +02:00
Jan Vilimek
1d3d575132
score-card plugin integrated to example-app
...
Signed-off-by: Jan Vilimek <jvilimek@users.noreply.github.com >
2022-09-26 12:29:16 +02:00
Wesley Pattison
698ff66fb3
Merge branch 'master' into plugin-azure-functions
...
Signed-off-by: Wesley Pattison <wesley.pattison@friss.com >
2022-09-26 12:07:14 +02:00
Wesley Pattison
fb6eb274f5
change plugin name back to azure-functions. apply PR feedback
...
Signed-off-by: Wesley Pattison <wesley.pattison@friss.com >
2022-09-26 12:00:32 +02:00
Leonardo Maier
b57a21a7fc
Refactor tasks to read git config first and then initialize git repo
...
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com >
2022-09-23 12:15:56 -03:00
Taras
312e61a451
Rename location to locationRef
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-23 10:51:08 -04:00
Taras Mankovski
6ab850318d
Location url was incorrect
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-23 10:13:25 -04:00
Fredrik Adelöw
93fcda09ce
Merge pull request #13784 from dagda1/document-step-layouts
...
document custom step layouts
2022-09-23 08:56:05 +02:00
Fredrik Adelöw
3b8eb15007
Merge pull request #13810 from backstage/freben/tsx
...
no longer transpile tsx files in backend packages
2022-09-22 19:38:15 +02:00
Patrik Oldsberg
ed0ef64fd3
backend-tests: increase timeout for setting up test databases
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-22 15:18:59 +02:00