github-actions[bot]
5a64fe7ea5
Version Packages
2021-06-24 09:58:38 +00:00
github-actions[bot]
4a93128245
Version Packages
2021-06-10 12:18:06 +00:00
github-actions[bot]
fa92d70fba
Version Packages
2021-06-03 13:23:54 +02:00
github-actions[bot]
b5a0d1c5d7
Version Packages
2021-05-27 10:23:15 +00:00
github-actions[bot]
18285453eb
Version Packages
2021-05-20 11:48:46 +00:00
github-actions[bot]
df31bdca8f
Version Packages
2021-05-12 09:39:51 +00:00
Eric Peterson
4916a6e23d
Decode req.path before loading object from GCS
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-05-09 15:20:08 +02:00
github-actions[bot]
d397eb470f
Version Packages
2021-05-06 08:25:18 +00:00
Dominik Henneke
e0bfd3d448
Refactor the runDockerContainer function to a ContainerRunner interface.
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-05-03 14:16:28 +02:00
github-actions[bot]
44abfaada6
Version Packages
2021-04-29 13:35:03 +02:00
github-actions[bot]
70be53c939
Version Packages
2021-04-15 15:40:08 +02:00
github-actions[bot]
718eea4f08
Version Packages
2021-03-18 12:31:44 +00:00
dependabot[bot]
f7504fd789
chore(deps-dev): bump @types/js-yaml from 3.12.5 to 4.0.0
...
Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) from 3.12.5 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-12 04:20:02 +00:00
Fredrik Adelöw
8686eb38cf
Introduce the @backstage/errors package.
...
Encode thrown errors in the backend as a JSON payload using a facility in that package, and render helpful frontend displays of those errors.
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-11 14:31:21 +01:00
github-actions[bot]
0e120c5c66
Version Packages
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-11 13:45:44 +01:00
Himanshu Mishra
ea3d406038
Merge pull request #4714 from erdoganoksuz/feature/OpenStackSwiftPublisher
2021-03-05 07:57:36 +00:00
github-actions[bot]
ff2ab4fade
Version Packages
2021-03-04 13:11:10 +00:00
erdoganoksuz
e0bccb16a2
versions for changeset
...
Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com >
2021-03-03 11:46:30 +03:00
erdoganoksuz
cebda81000
documentation added
...
Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com >
2021-03-03 11:46:23 +03:00
gmzsenturk
32fac33d8d
OpenStackSwift tests added to project
...
Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com >
2021-03-03 11:46:18 +03:00
Patrik Oldsberg
a7c5e8a009
Merge pull request #4762 from backstage/rugvip/win
...
scaffolder-backend: fix action tests on windows
Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com >
2021-03-03 11:45:58 +03:00
github-actions[bot]
4ae0467c2f
Version Packages
2021-02-23 10:31:40 +01:00
github-actions[bot]
4188c2ccb4
Version Packages
2021-02-18 13:23:19 +00:00
github-actions[bot]
aa49ca2284
Version Packages
2021-02-11 10:15:47 +00:00
Joel Low
7623778385
Revert "Merge pull request #3953 from ayshiff/feature/techdocs-aws-sdkv3"
...
This reverts commit 1c7771871e , reversing
changes made to 65d5c8e6fe .
2021-02-11 13:25:08 +08:00
github-actions[bot]
6794967d20
Version Packages
2021-02-04 13:02:30 +00:00
vitorgrenzel
0be9694aa6
feat(techdocs-common): update Azure Blob Storage
2021-01-28 16:17:27 -03:00
vitorgrenzel
2d8d7697d6
feat(techdocs-common): update Azure Blob Storage
2021-01-28 16:17:20 -03:00
vitorgrenzel
c777df180a
feat(techdocs-common): add Azure Storage
2021-01-28 16:16:21 -03:00
github-actions[bot]
cda741034d
Version Packages
2021-01-28 10:46:08 +00:00
Alan Crosswell
73c299c9ee
upgrade git-url-parse to 11.4.4
2021-01-27 11:54:03 -05:00
Matei David
db2328c885
Introduce execution limiter for file uploads
...
* TechDoc publishers for storage providers (i.e aws, google storage)
should now rate limit concurrent executions allowing for file uploads to run in batches of 10.
* Add PATCH changeset to techdocs common
* Update yarn.lock
2021-01-25 11:40:47 +00:00
github-actions[bot]
c5584b62c2
Version Packages
2021-01-21 13:13:05 +00:00
Himanshu Mishra
25f0b76c0b
Merge pull request #3968 from mateiidavid/create-techdocs-metadata-type
2021-01-20 21:23:23 +01:00
Matei David
a5e27d5c1d
Introduce techdocs metadata in techdocs-common
...
* Add TechdocsMetadata type in backend plugin endpoint
* Introduce TechDocsMetadata type in frontend
* Add changeset
* Remove old thennable metadata resp
* Address PR feedback
- Remove explicit type annotation on TechDocsMetadata
- Reintroduce res.send instead of throwing an error
- Change logger info to logger error
* Add TechDocsMetadata type in frontend plugin
* Commit yarn.lock
* Introduce JSON5 and remove parsing in local pub
Signed-off-by: Matei David <matei.david.35@gmail.com >
2021-01-16 18:33:53 +00:00
Himanshu Mishra
09d211bff2
techdocs-common: release v0.3.4
2021-01-15 12:45:47 +01:00
github-actions[bot]
be332e13ea
Version Packages
2021-01-14 13:05:31 +00:00
Remi
4bff4d123b
feat(techdocs): add aws-sdk types
2021-01-11 17:21:50 +01:00
Remi
7f34d22bdf
feat(techdocs): update aws-sdk to v3
2021-01-11 17:21:50 +01:00
github-actions[bot]
28d7f319f4
Version Packages
2021-01-07 10:31:20 +00:00
Himanshu Mishra
0b9646ed6a
Merge pull request #3794 from ayshiff/feature/techdocs-aws-s3
2021-01-05 17:48:57 +01:00
blam
7b3c6d9549
chore: fix yarn lock
2021-01-04 11:26:20 +01:00
blam
9ca93c9f7a
chore: udpate usage in techdocs-common too to avoid pulling in two versions of js-yam
2021-01-04 11:22:15 +01:00
Remi
3aa98a6753
feat(techdocs): update dependency versions
2020-12-30 10:33:11 +01:00
Remi
772c7fca4b
feat(techdocs-common): add core awsS3
2020-12-30 10:22:12 +01:00
Ben Lambert
2c36df1ee7
Merge pull request #3805 from backstage/blam/isomorphic-git
...
Remove the NodeGit Dependency in favour of isomorphic-git
2020-12-29 14:46:35 +01:00
github-actions[bot]
a1ebbdeee0
Version Packages
2020-12-29 10:59:38 +00:00
Himanshu Mishra
231b55b874
Merge remote-tracking branch 'origin/master' into blam/isomorphic-git
2020-12-28 22:02:46 +01:00
Himanshu Mishra
c91e4d6b04
techdocs: Use @backstage/integration for scm tokens and request options
2020-12-28 21:08:54 +01:00
blam
cc4a49aaf3
Merge branch 'master' of github.com:backstage/backstage into blam/isomorphic-git
...
* 'master' of github.com:backstage/backstage: (45 commits)
Speed up some PRs with paths-ignore
Remove unnecessary step
catalog: export EntitySwitch component and conditions
Apply suggestions from code review
changeset: add changeset for new catalog composability components
catalog: fix EntityLayout TabbedLayout route path matching
catalog: gather all mount points beneath EntityLayout Routes
catalog: add EntityLayout
Change to raw Windows Discord hook
Release plugin-cost-insights 0.5.3
catalog: add EntitySwitch
catalog: export new CatalogIndexPage and CatalogEntityPage
Create dull-seals-march.md
core-api: add BackstageRoutes
Fix plugin name
fixed category lables
feat(cost-insights): Make alert url field optional
fossa: Add changeset
fix(fossa): Bump core packages version to fix failing CI
Update 2020-12-22-stability-index.md
...
2020-12-26 22:22:11 +01:00