Johan Haals
dfc1270f85
Merge pull request #4360 from backstage/mob/stateless-scaffolder
...
Introduce stateless v2 scaffolder API
2021-02-08 13:39:27 +01:00
github-actions[bot]
6794967d20
Version Packages
2021-02-04 13:02:30 +00:00
Johan Haals
71dc78b01f
Wire up database and rename database classes
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: blam<ben@blam.sh >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-02-02 16:38:02 +01:00
github-actions[bot]
cda741034d
Version Packages
2021-01-28 10:46:08 +00:00
github-actions[bot]
c5584b62c2
Version Packages
2021-01-21 13:13:05 +00:00
Ben Lambert
dd0872a645
Merge pull request #3900 from backstage/blam/move-scaffolder-to-integrations
...
Deprecate Scaffolder config, prefer integrations config instead
2021-01-21 08:50:32 +01:00
Johan Haals
64826f9e2b
Re-add logger to preparer
...
Co-authored-by: blam<ben@blam.sh >
2021-01-20 11:52:36 +01:00
blam
c0a7910db5
chore: migrate the rest of the scaffolding to the new way for instegration config
2021-01-19 19:04:06 +01:00
Johan Haals
a532d9d124
Add fromConfig remove logging
2021-01-19 11:51:19 +01:00
Nir Gazit
895eb46961
Merge remote-tracking branch 'upstream/master' into master
2021-01-15 22:13:55 +02:00
Patrik Oldsberg
e82504c1b4
Merge pull request #4076 from SDA-SE/feat/remove-types-helmet
...
Removes the @types/helmet dependency
2021-01-14 18:39:09 +01:00
Oliver Sand
8b800caaf9
Removes the @types/hemlet dependency
...
We are using hemlet 4.0.0+ which has tpying included. The typing dependency is not needed anymore.
2021-01-14 14:44:44 +01:00
github-actions[bot]
be332e13ea
Version Packages
2021-01-14 13:05:31 +00:00
Fredrik Adelöw
94fdf49554
Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
2021-01-13 16:41:10 +01:00
Fredrik Adelöw
cc068c0d6f
Bump gitbeaker to 28.x
2021-01-13 10:26:19 +01:00
Nir Gazit
fc519f14a7
Merge remote-tracking branch 'upstream/master' into master
2021-01-09 21:59:29 +02:00
Nir Gazit
16cd6b8e25
Added documentation, addd plugin to sample app
2021-01-09 21:56:54 +02:00
github-actions[bot]
7410a39a4f
Version Packages
2021-01-08 20:05:36 +00:00
github-actions[bot]
c3c04658f2
Version Packages
2020-12-22 12:14:20 +00:00
Himanshu Mishra
82f241f90c
Merge pull request #3764 from backstage/orkohunter/techdocs-backend-refactor-factory-methods
2020-12-21 19:10:38 +01:00
Patrik Oldsberg
9eab5096a2
Merge pull request #3588 from omerlh/patch-1
...
chore: use node 14 for backend dockerfile
2020-12-21 12:22:23 +01:00
Himanshu Mishra
2ac77aeec2
techdocs-backend: Remove individual preparers and generators from app backend, to use factory methods
...
When a new Backstage app is setup, the techdocs backend file contains all the preparers (dir, github, gitlab, etc.) and same for generators. While this providers added customizibility, it comes with a cost of complexity in setting up the app backend. New preparers' updates would need users to update their app's techdocs backend file.
Scaffolder backend has already moved to this proposed pattern.
2020-12-17 11:33:56 +01:00
github-actions[bot]
6e9f4d4a15
Version Packages
2020-12-17 10:16:33 +00:00
Himanshu Mishra
6baef24bcf
Update TechDocs documentation, overview, gettings started, support status, concepts, etc.
...
1. Add a table of all the platforms that are supported and that are in pipeline. Add issue to trac
k their progress.
2. Update concepts about publisher, and add preparer and generator
3. Getting started is now complete, describes both backend and frontend, and has better setting the configuration section.
4. Some typos and code comments
2020-12-15 09:08:40 +01:00
Himanshu Mishra
15d23c004e
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-10 21:12:31 +01:00
github-actions[bot]
cf187484bf
Version Packages
2020-12-10 11:25:39 +00:00
Himanshu Mishra
ac88ca2038
Merge branch 'master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-09 20:17:06 +01:00
Himanshu Mishra
fc697b87c5
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-08 19:19:42 +01:00
Patrik Oldsberg
f90d0c7474
Merge pull request #3585 from adamdmharvey/packagesjson-packages
...
chore: Align optional NPM fields for multiple packages
2020-12-08 19:19:26 +01:00
Patrik Oldsberg
23190a8a76
Merge pull request #3532 from SDA-SE/feat/sentry
...
Refactor the Sentry plugin to use the proxy backend instead of a custom backend
2020-12-08 16:24:51 +01:00
Himanshu Mishra
8736de114a
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-08 08:12:38 +01:00
Dominik Henneke
075d3dc5ae
Refactor the Sentry plugin to use the proxy backend instead of a custom backend
2020-12-07 17:21:59 +01:00
Patrik Oldsberg
94348441e0
app,backend,create-app: add files declaration to package.jsons
2020-12-06 23:11:39 +01:00
Omer Levi Hevroni
7cfcd58eef
chore: use node 14 for backend dockerfile
2020-12-06 11:18:03 +02:00
Adam Harvey
1e097d11ca
Align optional NPM fields
2020-12-05 22:00:03 -05:00
Himanshu Mishra
8ffbbcee59
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-04 19:51:01 +01:00
Joel Low
1e22f8e0b8
Fix conflicting dockerode version specifications
2020-12-04 16:45:15 +08:00
Himanshu Mishra
f0bfd369b3
Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage
2020-12-03 22:53:45 +01:00
github-actions[bot]
01aa774d9a
Version Packages
2020-12-03 15:28:22 +00:00
Himanshu Mishra
e09cff1682
Abstract Publisher APIs from the router
...
1. Move fetchMetadata and serve static files to local publisher
2. Create factory class to create publishers based on app cofig
2020-12-02 13:05:44 +01:00
Himanshu Mishra
64737f447a
App/Backend should import techdocs plugin only, not common package
...
If a backstage App wants to enable techdocs plugin, it should only have to care about installing @backstage/plugin-techdocs and @backstage/plugin-techdocs-backend.
@backstage/plugin-techdocs-backend should re-export necessary APIs from techdocs-common
2020-12-01 20:48:58 +01:00
Himanshu Mishra
ff348df9fe
techdocs-common: Initialize package and move common code from techdocs-backend
2020-12-01 20:48:58 +01:00
Himanshu Mishra
9ebc897351
TechDocs: Refactor Publisher to pave way for external publishers
2020-12-01 20:48:58 +01:00
Patrik Oldsberg
a5687a6c5e
backend,yarnrc: bring yarn network-timeout down to 300s
2020-11-30 18:39:49 +01:00
Patrik Oldsberg
68fdc3a9f3
backend: remove yarn cache from built docker image
2020-11-30 18:20:59 +01:00
Marek Calus
7eaa056201
Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin
2020-11-29 18:18:11 +01:00
github-actions[bot]
892645b815
Version Packages
2020-11-27 12:51:09 +00:00
Marek Calus
0dedb26e10
Revert catalog-backend version to 0.2.2
2020-11-26 11:54:20 +01:00
Marek Calus
c0061218db
Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin
2020-11-26 08:16:28 +01:00
Marek Calus
faa73389f2
Change package versions
2020-11-26 06:29:29 +01:00