blam
b7b6a82a76
chore: blogs are pretty
...
Signed-off-by: blam <ben@blam.sh >
2023-04-28 12:59:05 +02:00
blam
b808dfba7e
chore: convert blogs to mdx
...
Signed-off-by: blam <ben@blam.sh >
2023-04-28 12:58:37 +02:00
blam
63e2d448d1
chore: cannot spell ignore
...
Signed-off-by: blam <ben@blam.sh >
2023-04-28 10:50:18 +02:00
blam
dfcf9365b4
chore: added new truncate
...
Signed-off-by: blam <ben@blam.sh >
2023-04-28 10:14:44 +02:00
Patrik Oldsberg
ff5112a129
Update microsite/blog/2023-04-26-kubecon-eu-2023.md
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
2277eee8a8
fix KubeCon misprint
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
1ad38cb327
Fix images for kubecon-eu
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
e6b7cf16fe
prettify
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
8ed3fa3175
Create 2023-04-26-kubecon-eu-2023.md
...
Signed-off-by: Bailey Brooks <bailey@github.com >
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
550e689ecf
fix file naming for contributor ladder
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
e2b22ae899
Add kubeconeu images
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
6f4ff57420
fix kubecon eu images
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
c1154b6992
Add kubecon eu images
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:02 +02:00
Bailey Brooks
58f06d7b2c
Moved to subdirectory
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:01 +02:00
Bailey Brooks
9b34c87982
move kubecon banner to subdirectory
...
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:01 +02:00
Bailey Brooks
32a0f25a86
Add files via upload
...
Signed-off-by: Bailey Brooks <bailey@github.com >
Signed-off-by: Bailey Brooks <baileyb@spotify.com >
2023-04-28 10:14:01 +02:00
Ben Lambert
c8c649464b
Merge pull request #17549 from backstage/blam/fix-microsite-build
...
[microsite] Use Docusaurus@canary
2023-04-28 10:12:10 +02:00
Fredrik Adelöw
0884e5d09d
Merge pull request #17544 from backstage/freben/norequest
...
Remove the direct dependency on deprecated "request" library
2023-04-28 09:34:50 +02:00
blam
2a20913877
chore: use the new syntax for truncate
...
Signed-off-by: blam <ben@blam.sh >
2023-04-27 21:23:57 +02:00
blam
79edc8e6aa
chore: fixing prettier
...
Signed-off-by: blam <ben@blam.sh >
2023-04-27 20:44:28 +02:00
blam
c0bb87da5e
chore: add a comment for replacing
...
Signed-off-by: blam <ben@blam.sh >
2023-04-27 20:14:33 +02:00
blam
e768c7e53e
feat: move microsite to canary
...
Signed-off-by: blam <ben@blam.sh >
2023-04-27 19:57:16 +02:00
Ben Lambert
b71739bcf0
Merge pull request #17186 from shubhamjajoo/expose-props-catalog-graph-page
...
Expose props to CatalogGraphPage
2023-04-27 19:04:24 +02:00
Fredrik Adelöw
0297f7a54a
Remove the direct dependency on deprecated "request" library
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-04-27 16:39:39 +02:00
Ben Lambert
5785510bd2
Merge pull request #17357 from ivangonzalezacuna/feat/custom-tech-insight-description
...
feat(tech-insights) Add option to override description in result renderer
2023-04-27 14:31:35 +02:00
Ben Lambert
3908be3130
Merge pull request #17532 from backstage/blam/home/rjfs
...
[home] include required dependencies and use later version
2023-04-27 11:02:03 +02:00
Ben Lambert
86ed5a8036
Merge pull request #17537 from martin-wanerskar/join-adopters
...
Volvo Cars joining as Backstage adopters
2023-04-27 10:40:39 +02:00
martin-wanerskar
775f29ec5c
Volvo Cars joining as Backstage adopters
...
Signed-off-by: martin-wanerskar <martin.wanerskar@volvocars.com >
2023-04-26 22:58:45 +02:00
James Peach
a160e02c3d
Omit ManagedFields from the Kubernetes resource YAML display. ( #17497 )
...
* Omit ManagedFields from the Kubernetes resource YAML display.
The default for the Kubernetes CLI tooling is to omit the managed fields
by default, since these are only present for internal machinery. For
the Kubernetes resource YAML display, the managed fields take up a ton
of space, but are never useful to operators who are interested in the
details of their Kubernetes resources.
This fixes #14177 .
Signed-off-by: James Peach <jpeach@apache.org >
* Add a control to toggle whether the managed fields display.
So that managed fields can be used for debugging purposes, add a switch
to toggle allow managed fields to display. This is off by default.
Signed-off-by: James Peach <jpeach@apache.org >
---------
Signed-off-by: James Peach <jpeach@apache.org >
2023-04-26 15:44:15 -04:00
Luna Stadler
f4114f02d4
Fetch only the required podMetrics for the given component ( #17489 )
...
The `PodMetrics` are now limited by `labelSelector` like already done
for pods and probably other requests to Kubernetes. This limits the
amount of data that is fetched.
Tested locally by modifying `app-config.yaml` and an example component
to use an internal cluster, which leads to the following request size
improvements:
Before: 344.71 kB compressed, 6.89 MB uncompressed
After: 12.01 kB compressed, 238.86 kB uncompressed
For the POST http://localhost:7007/api/kubernetes/services/playback-order
call, in a Kubernetes cluster with ~500 pods.
Fixes #17450 .
Signed-off-by: Luna Stadler <luc@spreadshirt.net >
2023-04-26 15:43:53 -04:00
blam
586f2bb3a4
chore: little fix
...
Signed-off-by: blam <ben@blam.sh >
2023-04-26 19:24:59 +02:00
blam
0e19e7b0f3
chore: add changeset
...
Signed-off-by: blam <ben@blam.sh >
2023-04-26 18:21:28 +02:00
blam
28a8126b1a
chore: small rename and fix ts
...
Signed-off-by: blam <ben@blam.sh >
2023-04-26 18:19:12 +02:00
blam
bd53eb2be1
chore: rename this package like we do in scaffolder to avoid typescript namespace clashes
...
Signed-off-by: blam <ben@blam.sh >
2023-04-26 18:16:32 +02:00
blam
a9495557c1
chore: this should be broken
...
Signed-off-by: blam <ben@blam.sh >
2023-04-26 17:53:18 +02:00
Fredrik Adelöw
1c907ad726
Merge pull request #17501 from backstage/renovate/prettier-2.x-lockfile
...
Update dependency prettier to v2.8.8
2023-04-26 16:36:35 +02:00
Shubham
d446f8fb0a
Expose props
...
Signed-off-by: Shubham <Shubhamjajoo1@gmail.com >
2023-04-26 19:51:53 +05:30
ivgo
22963209d2
Add option to override description in result renderer
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2023-04-26 14:08:15 +02:00
Johan Haals
8ee31f38bf
Merge pull request #17471 from Andy2003/feature/scaffolder-allow-to-configure-cations-of-any-type
...
Update typing for usage of scaffolder TemplateAction
2023-04-26 13:57:37 +02:00
Fredrik Adelöw
7dc55a8b5b
Merge pull request #17521 from backstage/freben/doc
...
tweak the config docs slightly
2023-04-26 13:28:51 +02:00
Johan Haals
028041161a
Merge pull request #17379 from backstage/docs/scaffolder-permissions
...
Docs: scaffolder permissions
2023-04-26 13:20:38 +02:00
Johan Haals
d2aac513df
Merge pull request #17493 from tuananh/fix-gitlab-repo-picker
...
scaffolder: Fix GitLab repo picker in case workspace is nested subgroup
2023-04-26 13:20:14 +02:00
Camila Belo
0a1dfad42e
Merge pull request #17504 from backstage/track-sidebar-item-clicks
...
Track sidebar item clicks by default
2023-04-26 11:22:10 +02:00
Fredrik Adelöw
a12f58054d
tweak the config docs slightly
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-04-26 10:28:13 +02:00
Ben Lambert
453f40e024
Merge pull request #17315 from backstage/renovate/esbuild-0.x-lockfile
...
chore(deps): update dependency esbuild to v0.17.18
2023-04-26 09:59:33 +02:00
Johan Haals
a95f0144b4
Merge pull request #17502 from backstage/renovate/swr-2.x-lockfile
...
chore(deps): update dependency swr to v2.1.5
2023-04-26 09:29:33 +02:00
Patrik Oldsberg
c18597e1a6
Merge pull request #17453 from backstage/changeset-release/master
...
Version Packages (next)
2023-04-25 19:47:21 +02:00
github-actions[bot]
e04bb20bdc
Version Packages (next)
2023-04-25 15:53:19 +00:00
Patrik Oldsberg
fc900418b9
Merge pull request #17508 from backstage/rugvip/generator
...
config-loader: rename AsyncConfigSourceIterator -> AsyncConfigSourceGenerator
2023-04-25 17:44:49 +02:00
Patrik Oldsberg
0377143666
config-loader: rename AsyncConfigSourceIterator -> AsyncConfigSourceGenerator
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-04-25 17:34:42 +02:00