blam
28bdc0328c
chore: rework types slightly for string or undefined instead of void
2020-12-29 14:26:28 +01:00
blam
82469a5d5a
chore: explicitly set the types returned from the functions
2020-12-29 14:13:07 +01:00
Patrik Oldsberg
316905094d
Merge pull request #3866 from backstage/rugvip/fields
...
backend-common: include extra fields on dev log formatter
2020-12-29 13:58:08 +01:00
blam
8bccc6bec0
chore: refactor variable names for isomorphic git.
2020-12-29 13:32:24 +01:00
github-actions[bot]
a1ebbdeee0
Version Packages
2020-12-29 10:59:38 +00:00
Patrik Oldsberg
c1dea1a1bf
Merge pull request #3864 from backstage/rugvip/cbaclean
...
create-app: fix lint error and nodemon config
2020-12-29 11:55:06 +01:00
blam
610b3a205a
chore: try to fix the alignment
2020-12-29 11:54:30 +01:00
Patrik Oldsberg
0829ff1269
backend-common: include extra fields on dev log formatter
2020-12-29 11:52:46 +01:00
blam
ba6f2b8a40
chore: reworking the API exports and fixing the logging to be a little less verbose
2020-12-29 11:46:36 +01:00
Patrik Oldsberg
352a6581ff
create-app: add start-backend script to template
2020-12-29 11:17:58 +01:00
Patrik Oldsberg
cb94165745
create-app: fix nodemon config
2020-12-29 11:08:54 +01:00
Patrik Oldsberg
50aa364d0b
create-app: ignore lint error
2020-12-29 11:08:44 +01:00
Joel Low
4e0e3b1bf0
Add missing yarn clean for frontend
2020-12-29 16:26:12 +08:00
Adam Harvey
69d4991cca
Fix link
2020-12-29 00:58:28 -05:00
Joel Low
d45efbc9bd
Fix typo in .app.listen.port config schema
2020-12-29 09:25:29 +08:00
Himanshu Mishra
231b55b874
Merge remote-tracking branch 'origin/master' into blam/isomorphic-git
2020-12-28 22:02:46 +01:00
Himanshu Mishra
8804e89811
techdocs: Add changeset for @backstage/integration changes
2020-12-28 21:18:18 +01:00
Himanshu Mishra
c91e4d6b04
techdocs: Use @backstage/integration for scm tokens and request options
2020-12-28 21:08:54 +01:00
blam
f60b02bec4
Merge branch 'master' of github.com:backstage/backstage into blam/isomorphic-git
...
* 'master' of github.com:backstage/backstage: (23 commits)
cli: fix windows tests
Introduce slight bias towards positive trend in cost insights mock data
core-api: rename BackstageRoutes to FlatRoutes
Update plugins/catalog/src/hooks/useEntity.ts
Fix parameter name in docstring for duration#inclusiveStartDateOf
Adjust test
Add changeset
fix: token expiration in s, not ms
Create loud-days-breathe.md
Create polite-glasses-occur.md
dev-utils: add a small label with the entity name to EntityGridItems
dev-utils: add EntityGridItem for easily displaying various entity cards
dev-utils: use dev index module as root for hot reloading
dev-utils: add .registerPage for use with extensions
catalog: rename EntityProvider to EntityLoaderProvider, and add new EntityProvider
reduce close timeout to 100 ms
changeset: add changeset for core-api RouteRef deprecations
core-api: use typescript workaround for using private constructor instead of a runtime one
core-api: deprecate RouteRef path and remove deprecated createSubRoute
delay window close by 200 ms
...
2020-12-28 17:39:15 +01:00
blam
5118cb472f
test(backend-common/git): Adding tests for all the git helpers in backend common
2020-12-28 16:16:18 +01:00
Patrik Oldsberg
b23bc9638f
Merge pull request #3854 from backstage/rugvip/flat
...
core-api: rename BackstageRoutes to FlatRoutes
2020-12-28 13:36:39 +01:00
Patrik Oldsberg
b2195fc06c
Merge pull request #3844 from backstage/mob/dev-utils
...
dev-utils: add addPage for use with composability API + EntityGridItem to easily create different card test cases
2020-12-28 12:43:08 +01:00
Fredrik Adelöw
f36db36cc5
Merge pull request #3852 from backstage/freben/linked-win32
...
cli: fix LinkedPackageResolvePlugin windows tests
2020-12-28 12:18:54 +01:00
Fredrik Adelöw
0574a27b7c
cli: fix windows tests
2020-12-28 11:43:25 +01:00
Patrik Oldsberg
5b6533eb76
core-api: rename BackstageRoutes to FlatRoutes
2020-12-28 11:19:52 +01:00
Patrik Oldsberg
246281b6e3
Merge pull request #3840 from backstage/rugvip/depr
...
core-api: deprecate RouteRef path and remove deprecated createSubRoute
2020-12-28 11:15:08 +01:00
Adam Harvey
65632b3a36
Add catalog-import plugin
2020-12-27 23:44:51 -05:00
Adam Harvey
48d78aaf19
Clarify local instructions
2020-12-27 23:37:24 -05: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
Dylan Jeffers
265a7ab308
fix(core): SidebarItem without to prop renders accessible button
2020-12-23 17:12:52 -08:00
Patrik Oldsberg
920b5a4f54
dev-utils: add a small label with the entity name to EntityGridItems
2020-12-23 18:34:43 +01:00
Patrik Oldsberg
36ffbd71b7
dev-utils: add EntityGridItem for easily displaying various entity cards
...
Co-authored-by: blam <ben@blam.sh >
2020-12-23 18:34:42 +01:00
Patrik Oldsberg
4f467143c3
dev-utils: use dev index module as root for hot reloading
...
Co-authored-by: blam <ben@blam.sh >
2020-12-23 18:34:42 +01:00
Patrik Oldsberg
91518a253f
dev-utils: add .registerPage for use with extensions
...
Co-authored-by: blam <ben@blam.sh >
2020-12-23 18:34:42 +01:00
Patrik Oldsberg
0f0e7a94f1
Merge pull request #3826 from backstage/mob/br
...
core-api: add BackstageRoutes
2020-12-23 14:43:14 +01:00
Patrik Oldsberg
99205ec625
core-api: use typescript workaround for using private constructor instead of a runtime one
2020-12-23 14:29:13 +01:00
Patrik Oldsberg
4b896485e4
core-api: deprecate RouteRef path and remove deprecated createSubRoute
2020-12-23 13:56:24 +01:00
Himanshu Mishra
cb28e1a6a0
chore(git): Need author and commiter for doing git merge
2020-12-23 00:34:12 +01:00
Himanshu Mishra
9ca586e579
techdocs: Replace nodegit with isomorphic-git
...
TechDocs needs 4 functions from the git library
1. To clone 2. To get the commit timestamp for HEAD 3. To fetch 4. To merge two branches
Created necessary commands in the new SCM client and reordered them alphabetically for convenience
2020-12-23 00:12:20 +01:00
Erik Larsson
186604d350
Fix for 'integration.github.apiBaseUrl' configuration not properly overriding apiBaseUrl used by techdocs.
2020-12-22 23:10:19 +01:00
Patrik Oldsberg
4a77461f84
core-api: add BackstageRoutes
...
Co-authored-by: blam <ben@blam.sh >
2020-12-22 19:18:57 +01:00
github-actions[bot]
c3c04658f2
Version Packages
2020-12-22 12:14:20 +00:00
blam
3727e3b367
feat: update all preparers to use isomorphic git
2020-12-22 13:00:36 +01:00
Patrik Oldsberg
748a3ce1f6
core-api: gather all relevant route refs into each route object
...
Co-authored-by: blam <ben@blam.sh >
2020-12-22 12:30:04 +01:00
Patrik Oldsberg
f6255ec47c
Merge pull request #3808 from backstage/mob/gmp
...
core-api: implement mount point gathering for entity page tabs
2020-12-22 10:06:39 +01: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
9838c202d3
core-api: implement mount point gathering for entity page tabs
...
Co-authored-by: blam <ben@blam.sh >
2020-12-21 18:14:36 +01:00
blam
ff0f7f89a2
Merge branch 'master' of github.com:backstage/backstage into blam/isomorphic-git
...
* 'master' of github.com:backstage/backstage: (269 commits)
address comments
catalog-backend: flesh out and tweak the config schema
Update chilled-pigs-destroy.md
catalog-backend: start warning about usage of deprecated location types
scripts: add script for migrating away from deprecated location types
chore: fixing changeset prettyness
Create good-hairs-sniff.md
Update IconLinkVertical.tsx
Update violet-sloths-reply.md
Delete fuzzy-windows-cry.md
Create violet-sloths-reply.md
Added changeset
build(deps): bump archiver from 5.0.2 to 5.1.0
build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
docs: Update lighthouse docs
fix(app): listen to app.listen.host
scaffolder-backend: clarify type detection error message
docs: Update techdocs architecture features status
scaffolder-backend: gitlab preparer uses integrations token
core-api: ensure that routable extension components are discovered at boot
...
2020-12-21 16:31:15 +01:00
blam
54a19d4444
feat: move all publishers over to the backend common way to interact with git scm
2020-12-21 16:05:24 +01:00
blam
d0a972eb63
chore: reworking how we deal with exporting things from the main package
2020-12-21 16:05:10 +01:00