Jonathan Nagayoshi
eadac84cf9
fix(devcontainer): fixes python new requirements for venvs
...
Signed-off-by: Jonathan Nagayoshi <jonathan@nagayoshi.com.br >
2023-08-24 00:52:38 +00:00
George Alton
adbdf39ee3
fix token endpoint url
...
token endpoint was using /authorize when it should've /token
Signed-off-by: George Alton <georgealton@gmail.com >
2023-08-18 14:48:49 +01:00
cloudoutloud
032f748151
Update ts examples in aws alb auth documentation error
...
Signed-off-by: cloudoutloud <39462069+cloudoutloud@users.noreply.github.com >
2023-07-24 19:36:38 +01:00
cloudoutloud
b3da8fb863
Update ts examples in aws alb auth documentation
...
Signed-off-by: cloudoutloud <39462069+cloudoutloud@users.noreply.github.com >
2023-07-23 18:55:22 +01:00
Vity
f2692a4fae
Update default.conf.template - adding mime types support
...
Without mime types,enabled Nginx services files as text/plain. This is not supported eg. in the Firefox does not load CSS files with wrong Content-Type header. This caused stopped to work GraphQL plugin.
Signed-off-by: Vity <vity@vity.cz >
2023-05-25 11:35:26 +02:00
Sergey Shevchenko
65b63dba5c
docs: Fix authenticate-api-requests doc
...
Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com >
2023-05-17 11:01:29 +03:00
Steven Cassamajor
25fc9315ef
Update deprecated packages in ImmediateEntityProvider.ts
...
Imports have been updated to reflect that `DeferredEntity`, `EntityProvider`, `EntityProviderConnection` now reside in `@backstage/plugin-catalog-node`
Signed-off-by: Steven Cassamajor <contributor@networkaxis.org >
2023-05-11 20:26:26 -04:00
Patrik Oldsberg
e5a9031eae
microsite-next: redirects for new index pages + fix links
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-03-06 11:46:11 +01:00
Johan Haals
a1fc696bff
Merge pull request #14917 from sonikro/devcontainers
...
feat: implemented devcontainers support for developing in the backstage repository
2022-12-12 13:37:48 +01:00
Jonathan Nagayoshi
c4bbb4b6bb
chore: moved .devcontainer folder to contrib
...
Signed-off-by: Jonathan Nagayoshi <jonathan@nagayoshi.com.br >
2022-12-10 14:02:17 -06:00
Jeff Tian
4cd5dd5298
docs: fix broken links
...
The latest working link for building docker should be https://backstage.io/docs/deployment/docker .
Signed-off-by: Jeff Tian <jeff.tian@outlook.com >
2022-12-09 13:11:42 +08:00
aaronbraundmeier@gmail.com
8015ff1258
inclusive terms
...
Signed-off-by: aaronbraundmeier@gmail.com <aaronbraundmeier@gmail.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-11-30 12:15:00 +01:00
Matteo Silvestri
133b07121e
chore: only fetch refs for upgrade-backstage-app
...
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2022-11-22 17:49:10 +01:00
Matteo Silvestri
411a2388ac
fix: fix missing blobs for upgrade-backstage-app
...
3 way merge was failing because of missing ancestors.
Fetching the upgrade-helper-diff repository as one of your app's remotes fixes the problem.
The upgrade-helper-diff contains a branch for each version with a clean app bootstrapped with the create-app script.
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2022-11-22 15:27:52 +01:00
Patrik Oldsberg
5e7bdb0109
update docs to match new build script + fixes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-11-15 11:04:19 +01:00
Johan Haals
42f21aaed9
Merge pull request #14449 from elizabeth-a-hobbs/google-analytics-cleanup
...
Remove app.googleAnalyticsTrackingId and related scripts
2022-11-11 10:14:18 +01:00
Elizabeth Hobbs
df21bbd4ad
Remove app.googleAnalyticsTrackingId and related scripts
...
The analytics plugin removed the need for app.googleAnalyticsTrackingId and the script tags in packages/app/public/index.html. More context: https://discord.com/channels/687207715902193673/1007303347914690610/1014108244664401952
Signed-off-by: Elizabeth Hobbs <elizabeth.hobbs94@gmail.com >
2022-11-09 09:03:35 -08:00
Patrik Oldsberg
7605c11cda
bump Node.js to 16 & 18
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-11-07 11:39:08 +01:00
Patrik Oldsberg
9ec4093edf
Merge pull request #14324 from hillmandj/some-more-api-docs-adjustments
...
Additional Authenticate API Doc Updates
2022-11-03 11:19:02 +01:00
Patrik Oldsberg
2be7990268
Merge pull request #13991 from Pike/contrib-test-dry-run
...
Add a contrib document to show how to test scaffolder templates locally
2022-11-02 21:51:26 +01:00
Axel Hecht
53b5069b02
Remove backend token, add ora spinner to some steps
...
Signed-off-by: Axel Hecht <axel@pike.org >
2022-11-02 19:39:04 +01:00
Axel Hecht
c244f2c088
Update API request auth contrib doc for 1.6, use identity from app environment.
...
Signed-off-by: Axel Hecht <axel@pike.org >
2022-10-27 15:31:56 +02:00
hillmandj
1203493c97
Additional Authenticate API Doc Updates
...
Signed-off-by: hillmandj <hillmandj@gmail.com >
2022-10-25 11:10:58 -04:00
hillmandj
5938d1244d
Fix Authenticate API Requests Example
...
Signed-off-by: hillmandj <hillmandj@gmail.com >
2022-10-24 12:52:31 -04:00
Axel Hecht
69f4c35c28
Add reference to RFC
...
Signed-off-by: Axel Hecht <axel@pike.org >
2022-10-24 18:01:15 +02:00
spencerrichardhenry
fc1edff210
Merge branch 'master' into scaffolderPromMetrics
...
Signed-off-by: spencerrichardhenry <46569542+spencerrichardhenry@users.noreply.github.com >
2022-10-19 13:38:32 -06:00
Patrik Oldsberg
0ff5c7c777
Merge pull request #14150 from kissmikijr/contrib/orphan-cleanup-sh
...
port orphan cleanup script to bash
2022-10-17 18:13:55 +02:00
Philipp Hugenroth
75b5444245
Replace outdated url of Cookiecuter.dockerfile
...
- Clicked the URL & it was outdated due to this change: https://github.com/backstage/backstage/commit/ad9d74ff240c934ce46a474ae3f440d5f5fa493b
- No update or verification of the actual documenation content
Signed-off-by: Philipp Hugenroth <tudi2d@users.noreply.github.com >
2022-10-17 11:49:52 +02:00
Kiss Miklos
392c96baec
set pipefail
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-10-16 23:08:08 +02:00
Kiss Miklos
ffedbef726
fix spelling
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-10-16 13:20:14 +02:00
Kiss Miklos
a0da6c275d
port orphan cleanup script to bash
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-10-16 13:15:54 +02:00
Spencer Henry
383dc6e2fa
address mr comments
...
Signed-off-by: Spencer Henry <shenry@qualtrics.com >
2022-10-12 09:17:27 -06:00
Axel Hecht
ac11b898ba
Fix spelling
...
Signed-off-by: Axel Hecht <axel@pike.org >
2022-10-04 20:14:18 +02:00
Axel Hecht
42f39cca99
Update authenticate-api-requests contrib page.
...
This comes with a few adjustments to newer versions of the dependency packages.
Also some cleanup, and adding a server-to-server auth path.
Signed-off-by: Axel Hecht <axel@pike.org >
2022-10-04 19:06:16 +02:00
Axel Hecht
aedf8c86d1
Add a contrib document to show how to test scaffolder templates locally
...
Signed-off-by: Axel Hecht <axel@pike.org >
2022-10-04 18:35:41 +02:00
Matteo Silvestri
9ddff1d46f
add upgrade-backstage-app.sh script to contrib
...
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2022-09-28 16:07:06 +02:00
Spencer Henry
c51c1bbc26
md cleanup, add to prom tutorial doc
...
Signed-off-by: Spencer Henry <shenry@qualtrics.com >
2022-09-27 09:50:34 -06:00
Nick Marinelli
d419784c8b
whitespace
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 17:31:43 -04:00
Nick Marinelli
8bf6ce0223
further vale appeasement
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 17:28:33 -04:00
Nick Marinelli
2ecbd7cbdf
update for #13338 changes, and option
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 16:59:29 -04:00
Nick Marinelli
9acd95709e
spellcheck workaround?
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-08-26 18:25:33 -04:00
Nick Marinelli
928e31bfdc
adapt for mkcert
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-08-26 15:26:11 -04:00
Nick Marinelli
b74962217b
Local SSL tutorial
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-08-25 18:57:57 -04:00
Patrik Oldsberg
afb14027c2
contrib: remove jinja2 extension Dockerfile example, inline in README instead
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-10 15:51:34 +02:00
Patrik Oldsberg
009cffb4ee
contrib: remove kubernetes example as its all documented elsewhere
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-10 15:51:34 +02:00
Patrik Oldsberg
485ee93cde
contrib: add note about k8s best security practices
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-10 14:28:19 +02:00
Patrik Oldsberg
3faed18fd3
docs: update auth providers usage
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-06-20 15:20:06 +02:00
Andre Wanlin
b6ef133aed
Added tutorial for Promehteus metrics
...
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
2022-06-18 11:56:42 -05:00
Emma Indal
73fa59f6b2
replace all usages of @backstage/search-common with @backstage/plugin-search-common
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-02 13:20:29 +02:00
Renovate Bot
a139131db9
chore(deps): update dependency alpine to v3.16
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-06-01 17:16:04 +00:00