Fredrik Adelöw
|
1dd5a02e91
|
fix build
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-02-07 15:51:58 +01:00 |
|
dependabot[bot]
|
2441d1cf59
|
chore(deps): bump knex from 0.95.6 to 1.0.2
Bumps [knex](https://github.com/knex/knex) from 0.95.6 to 1.0.2.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits)
---
updated-dependencies:
- dependency-name: knex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-07 15:51:55 +01:00 |
|
Ben Lambert
|
0d1e74c068
|
Merge pull request #9389 from backstage/rugvip/lint
cli: tweak lint rules and switch ESLint invocation method
|
2022-02-07 15:09:28 +01:00 |
|
Patrik Oldsberg
|
2cff0248e1
|
Merge pull request #9372 from backstage/rugvip/nocopy
use link: rather than file: for local dependencies
|
2022-02-07 14:40:14 +01:00 |
|
Patrik Oldsberg
|
d0c71e2aa4
|
cli: use node API from ESLint to invoke it rather than a subprocess
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-07 12:36:36 +01:00 |
|
Patrik Oldsberg
|
fae2aee878
|
cli: remove no-duplicates lint rule
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-07 12:27:52 +01:00 |
|
Patrik Oldsberg
|
92abfffe84
|
cli: deduplicate no-extraneous-dependencies lint rule
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-07 12:18:20 +01:00 |
|
Patrik Oldsberg
|
87bcdc2366
|
Merge pull request #9341 from backstage/rugvip/todo-test
todo: switch to routable extension + add test
|
2022-02-07 10:33:14 +01:00 |
|
Ben Lambert
|
38ae73ac1c
|
Merge pull request #9373 from backstage/rugvip/fallback
core-components: make useSupportConfig fall back to default config when needed
|
2022-02-07 10:00:42 +01:00 |
|
dependabot[bot]
|
599f3dfa83
|
chore(deps-dev): bump @types/concat-stream from 1.6.1 to 2.0.0
Bumps [@types/concat-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/concat-stream) from 1.6.1 to 2.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/concat-stream)
---
updated-dependencies:
- dependency-name: "@types/concat-stream"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-07 04:23:48 +00:00 |
|
Ben Lambert
|
c0e519529b
|
Merge pull request #9370 from backstage/rugvip/iife
cli: wrap minified code in iife
|
2022-02-05 19:52:35 +01:00 |
|
Patrik Oldsberg
|
d62bdb7a8e
|
core-components: make useSupportConfig fall back to default config when needed
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-05 14:02:25 +01:00 |
|
Patrik Oldsberg
|
22f4ecb0e6
|
use link: rather than file: for local dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-05 12:45:03 +01:00 |
|
Patrik Oldsberg
|
63181dee79
|
cli: wrap minified code in iife
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-05 10:42:38 +01:00 |
|
Patrik Oldsberg
|
3941ada3cf
|
cli: remove separate bundle script, using build instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:18 +01:00 |
|
Patrik Oldsberg
|
323562efc9
|
cli: switch to keeping track of outputs for each package role
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:18 +01:00 |
|
Patrik Oldsberg
|
f2c5b74617
|
cli: refactor role functions to work around simpler PackageRole
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:17 +01:00 |
|
Patrik Oldsberg
|
3532a7d81c
|
cli: update package script migration to use script commands
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:17 +01:00 |
|
Patrik Oldsberg
|
c9f8c1189f
|
cli: mark commands for planned deprecation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:17 +01:00 |
|
Patrik Oldsberg
|
036d95b99b
|
cli: refactored registration of script and migration commands
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:17 +01:00 |
|
Patrik Oldsberg
|
38963aa860
|
cli: add new role-based build command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:17 +01:00 |
|
Patrik Oldsberg
|
703314d1a5
|
cli: move new commands into experimental sub-commands
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:16 +01:00 |
|
Patrik Oldsberg
|
189c44104c
|
cli: added migrate:package-scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:16 +01:00 |
|
Patrik Oldsberg
|
0bf983e703
|
cli: add PackageGraph utility for listing extended packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:16 +01:00 |
|
Patrik Oldsberg
|
c7169dc440
|
cli: add migrate:package-role command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:16 +01:00 |
|
Patrik Oldsberg
|
9227753a7c
|
cli: added role-based start command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:16 +01:00 |
|
Patrik Oldsberg
|
f0ee50cfab
|
cli: add utility for passing explicit role option
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:15 +01:00 |
|
Patrik Oldsberg
|
17a9f90efc
|
cli: add util to get role info by name
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:15 +01:00 |
|
Patrik Oldsberg
|
2926010044
|
cli: add new role-based bundle command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:15 +01:00 |
|
Patrik Oldsberg
|
8263cac40e
|
cli: bit more specific matching of module roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:14 +01:00 |
|
Patrik Oldsberg
|
4e62242eb1
|
cli: split role detection into read and detect
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:14 +01:00 |
|
Patrik Oldsberg
|
0a2719a5ab
|
cli: add initial role types and detection
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 13:14:14 +01:00 |
|
Patrik Oldsberg
|
bbbaa8ed61
|
cli: no longer diff dev/ or src/
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-04 10:39:14 +01:00 |
|
Ben Lambert
|
6d7385487c
|
Merge pull request #9304 from backstage/dependabot/npm_and_yarn/ansi-regex-6.0.1
chore(deps): bump ansi-regex from 5.0.1 to 6.0.1
|
2022-02-03 16:11:44 +01:00 |
|
Patrik Oldsberg
|
a532ac2e10
|
embedded-techdocs-app -> techdocs-cli-embedded-app
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-03 11:53:28 +01:00 |
|
github-actions[bot]
|
a12bb7b065
|
Version Packages
|
2022-02-03 09:42:25 +00:00 |
|
Johan Haals
|
56365604e7
|
Merge pull request #8807 from Expelizabeth/Expelizabeth/gauge-updates
Adding hover message and an info icon.
|
2022-02-03 10:33:02 +01:00 |
|
Ben Lambert
|
c209fe277e
|
Merge pull request #9168 from backstage/blam/scaffodler-secrets-frontend
|
2022-02-03 10:23:05 +01:00 |
|
github-actions[bot]
|
51eecb3f03
|
Version Packages (next)
|
2022-02-02 14:28:47 +00:00 |
|
Johan Haals
|
026a67e109
|
Merge pull request #9298 from backstage/dependabot/npm_and_yarn/inquirer-8.2.0
chore(deps): bump inquirer from 7.3.3 to 8.2.0
|
2022-02-02 15:20:32 +01:00 |
|
Patrik Oldsberg
|
9888ccb678
|
Merge pull request #9294 from backstage/rugvip/auth-refresh
auth-backend,core-app-api: GitHub auth refactor and fixes
|
2022-02-02 12:07:21 +01:00 |
|
Patrik Oldsberg
|
40775bd263
|
core-app-api: switch GithubAuth to use the common OAuth2 implementation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-02 10:46:34 +01:00 |
|
Fredrik Adelöw
|
a0f0b8eb9a
|
Merge pull request #8042 from backstage/freben/backend-context
[PRFC] Introduce the backend-common Context
|
2022-02-02 10:24:07 +01:00 |
|
dependabot[bot]
|
a15fc5a298
|
chore(deps): bump ansi-regex from 5.0.1 to 6.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.1...v6.0.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-02 09:24:00 +00:00 |
|
dependabot[bot]
|
5bd0ce9e62
|
chore(deps): bump inquirer from 7.3.3 to 8.2.0
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.2.0)
---
updated-dependencies:
- dependency-name: inquirer
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-02 08:10:46 +00:00 |
|
Adam Tester
|
3ee4d1bdb5
|
Fix incorrect package name in changelog
Signed-off-by: Adam Tester <adamtester@users.noreply.github.com>
|
2022-02-01 16:57:15 +00:00 |
|
Eric Peterson
|
475b3cdaa3
|
Merge pull request #9257 from backstage/analytics/link-no-track
|
2022-02-01 16:39:01 +01:00 |
|
Joon Park
|
ba59832aed
|
Integrate catalog-import with permissions
Signed-off-by: Joon Park <joonp@spotify.com>
|
2022-02-01 12:34:25 +00:00 |
|
github-actions[bot]
|
e1580cf73a
|
Version Packages (next)
|
2022-02-01 08:53:29 +00:00 |
|
blam
|
b61c340676
|
chore: generated API reports
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|