Patrik Oldsberg
f3024b0be4
Merge pull request #4282 from backstage/rugvip/readint
...
backend-common: add integration test for UrlReader
2021-01-28 15:06:58 +01:00
Fredrik Adelöw
c42cbd10c1
Update CHANGELOG.md
2021-01-28 14:25:55 +01:00
blam
df26c76ab1
chore: bump just patch
2021-01-28 13:15:06 +01:00
Patrik Oldsberg
4237f8aa82
backend-common: add integration test for UrlReader
2021-01-28 12:27:41 +01:00
github-actions[bot]
cda741034d
Version Packages
2021-01-28 10:46:08 +00:00
Fredrik Adelöw
a84f3535a9
Merge pull request #4231 from backstage/orkohunter/readTree-get-rid-of-directory-name-dependency
...
fix(backend): URL Reader readTree gets rid of archive directory name dependency
2021-01-28 11:41:00 +01:00
Ben Lambert
37dd15058c
Merge pull request #4206 from backstage/orkohunter/default-branch-bitbucket-server
...
integration: Fix commit and branch API urls for hosted bitbucket server
2021-01-28 10:34:47 +01:00
Ben Lambert
f1e75be714
Merge pull request #4148 from n2ygk/git_ref
...
pass in the specified git branch ref when cloning a single branch
2021-01-28 10:32:48 +01:00
Alan Crosswell
73c299c9ee
upgrade git-url-parse to 11.4.4
2021-01-27 11:54:03 -05:00
Alan Crosswell
43290ea991
update version of git-url-parse to set ref for Azure DevOps
2021-01-27 08:42:31 -05:00
Himanshu Mishra
04c6781e6c
Extra care for tmp directory on Windows
2021-01-27 11:42:20 +01:00
Alan Crosswell
aae1dca6c6
Revert "bump patch-level versions"
...
This reverts commit 96c99d75ae6523c049e6f51a3f72e7d47591a324.
2021-01-26 17:04:41 -05:00
Alan Crosswell
119c6386fd
Revert "undo manual package version bump done in error"
...
This reverts commit 44c5ec6feb5109ae97c1a66b885da3c6440de0d5.
2021-01-26 17:04:40 -05:00
Alan Crosswell
9ba95e5085
undo manual package version bump done in error
2021-01-26 17:04:39 -05:00
Alan Crosswell
85cdcb2c6b
Prettier
2021-01-26 17:04:39 -05:00
Alan Crosswell
26a3a6cf03
bump patch-level versions
2021-01-26 17:04:39 -05:00
Alan Crosswell
a7c0da02e8
pass in the specified git branch ref when cloning a single branch
2021-01-26 17:04:38 -05:00
Ben Lambert
5190af378d
Merge pull request #4252 from adamdmharvey/storybook-categories
...
storybook: Change category from Feedback to Data Display for three components
2021-01-26 11:52:34 +01:00
Ben Lambert
7aa0584c15
Merge pull request #4256 from backstage/dependabot/npm_and_yarn/types/mini-css-extract-plugin-1.2.2
...
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
2021-01-26 10:16:22 +01:00
Oliver Sand
c0475a9b7f
Merge pull request #4247 from SDA-SE/feat/org-pics
...
Add pictures to users and groups
2021-01-26 09:23:33 +01:00
dependabot[bot]
7e03ef6b43
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
...
Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin ) from 0.9.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 04:59:40 +00:00
Adam Harvey
ca748637f2
Change category from Feedback to Data Display
2021-01-25 15:58:15 -05:00
Himanshu Mishra
789de4b164
Merge pull request #4249 from backstage/orkohunter/fix-windows-tests
...
config-loader: Fix failing tests on windows
2021-01-25 20:46:22 +01:00
Himanshu Mishra
cd8dce2731
config-loader: Fix tests for windows
...
When the / path is resolved to C:\ on Windows
2021-01-25 19:49:42 +01:00
Patrik Oldsberg
268cc6bcd8
Merge pull request #4246 from backstage/rugvip/nemac
...
remove last usages of APP_ENV
2021-01-25 19:22:40 +01:00
Oliver Sand
398f269394
Add pictures to users and groups
2021-01-25 18:08:55 +01:00
Patrik Oldsberg
f81c4e2e41
remove last usages of APP_ENV
2021-01-25 17:49:32 +01:00
Himanshu Mishra
31e7b2a1fd
Fix tests using wrong commits url for bitbucket server
2021-01-25 16:26:02 +01:00
Himanshu Mishra
38f710b366
Fix commits url for bitbucket server
2021-01-25 16:10:50 +01:00
Himanshu Mishra
a664e57dbd
Merge pull request #4218 from mateiidavid/rate-limit-file-uploads
2021-01-25 13:02:06 +01:00
Ben Lambert
621a80ae5a
Merge pull request #4210 from backstage/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.14.0
...
chore(deps): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.14.0
2021-01-25 12:55:05 +01:00
Matei David
27f529afb6
Rename limitFactory to createLimiter in p-limit import
...
Signed-off-by: Matei David <matei.david.35@gmail.com >
2021-01-25 11:43:03 +00:00
Matei David
36bd49fa56
Remove async keyword from anon limiter fn
...
Signed-off-by: Matei David <matei.david.35@gmail.com >
2021-01-25 11:40:47 +00: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
Patrik Oldsberg
b2e5c844f7
config-loader: more talking about includes instead of secrets
2021-01-25 00:29:35 +01:00
Patrik Oldsberg
a6faeeab4b
config-loader: refactor transforms to keep track of base dir and fix file include resolution
2021-01-25 00:17:31 +01:00
Patrik Oldsberg
651561eda8
cli: add --lax option to config:check which assumes that all env vars are set
2021-01-25 00:17:29 +01:00
Patrik Oldsberg
9f33201f55
config-loader: add experimental env var option
2021-01-25 00:17:29 +01:00
Patrik Oldsberg
c87a6bfeff
config-loader: remove deprecated env check
2021-01-25 00:17:29 +01:00
Patrik Oldsberg
f79938abe6
config-loader: add substitution transform
2021-01-25 00:17:29 +01:00
Patrik Oldsberg
011d736978
config-loader: move transform logic into separate lib folder
2021-01-25 00:17:28 +01:00
Patrik Oldsberg
26a94cfac6
config-loader: refactor to use transforms as a base building block
2021-01-25 00:17:28 +01:00
Himanshu Mishra
bd3c3cb960
Add tests for .dir() method in readTree response
2021-01-24 17:25:24 +01:00
Himanshu Mishra
f5ed88501b
backend: URL Reader readTree should not expect the extracted directory name
...
If readTree can work without it receiving the top level directory name, it will be a relief. We won't have to deduce the directory name from the API responses or by any other means.
2021-01-24 16:54:01 +01:00
Patrik Oldsberg
05f696ced1
config-loader: remove deprecated $data secret support
2021-01-23 17:14:56 +01:00
Patrik Oldsberg
eb0c0c7e20
config-loader: remove deprecated $secret support
2021-01-23 17:08:44 +01:00
blam
d61cb0f7ed
chore: fixing create-app issue with linting and simplify tslint configs
2021-01-22 15:40:30 +01:00
blam
5b9bcce28f
chore(lint): Updating to latest eslint with typescript and enabling some rules that we can. Also fixing issues with the project after update
2021-01-22 15:01:29 +01:00
blam
ce526adb19
chore: also bump the @eslint/parser
2021-01-22 13:55:14 +01:00
dependabot[bot]
33ba7eab0f
chore(deps): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.14.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.10.1 to 4.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-22 12:11:01 +00:00