Commit Graph

2813 Commits

Author SHA1 Message Date
Harry Powell c72c6172db Correct kubernetes.ts file path in installation.md
Correcting file path from `packages/backend/src/plugin/kubernetes.ts` to `packages/backend/src/plugins/kubernetes.ts`

Signed-off-by: Harry Powell <powell.harryj@gmail.com>
2022-11-14 14:18:18 +00:00
Fredrik Adelöw 6eacb64386 Merge pull request #14588 from afscrome/msgraphdocs
Improve MS Graph docs
2022-11-14 15:15:45 +01:00
Patrik Oldsberg fcecba4dac Merge pull request #14593 from sploschee/patch-4
fix(docs): update listed contents of .dockerignore
2022-11-14 14:10:38 +01:00
Fredrik Adelöw 56e853ef3b Merge pull request #14591 from kunickiaj/iap-header-config
Permit customizing the header name for the IAP jwt
2022-11-14 13:14:48 +01:00
Fredrik Adelöw 69e9f4e887 Merge pull request #13931 from Bonial-International-GmbH/pjungermann/bitbucket-cloud/events
feat: events
2022-11-14 12:08:52 +01:00
Leena b763cf3456 reverted removal of yarn3 specific items
Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
2022-11-14 08:10:50 +00:00
Leena 19048e60a4 remove yarn3 specific items in .gitignore
as per comment

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
2022-11-12 17:26:07 +00:00
Leena f14bd69e29 fix(docs): update listed contents of .dockerignore
It appears that further items have been added to out-of-the-box .dockerignore file created when running `@backstage/create-app`

Updated to reflect the current contents

was:
```
.git
node_modules
packages/*/src
packages/*/node_modules
plugins
```
now:
```
.git
.yarn/cache
.yarn/install-state.gz
node_modules
packages/*/src
packages/*/node_modules
plugins
*.local.yaml
```

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
2022-11-12 16:37:57 +00:00
Adam Kunicki 89d705e806 Permit customizing the header name for the IAP jwt
This creates a new configuration parameter `jwtHeader` for the gcp-iap
auth provider. This allows setting a custom header to look in for the
IAP issued JWT.

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2022-11-11 21:02:55 -08:00
Patrick Jungermann d089fbe7dc feat(events,catalog/bitbucketCloud): handle repo:push events
Relates-to: #10866
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00
Alex Crome 7e4ba8de90 Improve MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-11-11 21:12:56 +00:00
Fredrik Adelöw 07637bc5cb Merge pull request #13640 from philips-forks/feature/org_emails
Allow import of github org verified email in User entities
2022-11-10 09:04:39 +01:00
Fredrik Adelöw 14d24ae808 Merge pull request #14265 from luchillo17/feat/BCKSTG-68-typography-guidelines
docs: Add component design guidelines
2022-11-10 08:46:04 +01:00
Kyle Smith 6132afe4a3 docs: fix /frame/handler => /handler/frame typo
Signed-off-by: Kyle Smith <knksmith57@gmail.com>
2022-11-09 22:23:32 -06:00
Scott Guymer bef063dc8d feat: Enable User and Team transformers in GitHub Provider
Introduces the ability to use custom transformers to generate entities from GitHub users and teams. Meaning you can now transform them however you like as they are being imported.

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
2022-11-08 15:05:53 +01:00
github-actions[bot] b01fea7b8c Version Packages (next) 2022-11-08 14:04:37 +00:00
Patrik Oldsberg 8d987cc809 docs: no space
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 15:38:18 +01:00
Fredrik Adelöw fe0ec687bb Merge pull request #14355 from jamieklassen/patch-4
[docs] complete azure outbound access requirements
2022-11-07 15:23:20 +01:00
Patrik Oldsberg 5b5d73b06a Merge pull request #14421 from backstage/rugvip/concede
docs: update node versioning policy to be less optimistic
2022-11-07 13:54:36 +01: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 31337af760 Merge pull request #14450 from johnnyhuy/patch-1
Rename to GithubOrgEntityProvider
2022-11-04 11:45:03 +01:00
Gabriel Dantas d1547a6547 fix: change secret input and sidebar order
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-11-03 22:30:48 -03:00
Johnny Huynh a54b681d02 Rename to GithubOrgEntityProvider
The other one has been deprecated!

Signed-off-by: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com>
2022-11-04 09:28:45 +11:00
Gabriel Dantas Gomes 83c77f12d6 Update docs/features/software-templates/input-examples.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Gabriel Dantas Gomes <gabriel.dantas98@outlook.com.br>
2022-11-03 19:05:04 -03:00
Gabriel Dantas Gomes cd987f1c26 Merge branch 'backstage:master' into docs/scaffolder-input-examples 2022-11-03 11:55:23 -03:00
Patrik Oldsberg 4befb8d638 docs: update node versioning policy to be less optimistic
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-03 11:07:58 +01:00
Patrik Oldsberg 2b3d3a9fee Merge pull request #14129 from jrwpatterson/master
Extend the UserProfileCard and GroupProfileCard to allow for adding links
2022-11-02 17:18:21 +01:00
Mark Anderson-Trocme 84f076bcfd Typo in documentation
Signed-off-by: Mark Anderson-Trocme <mark.anderson.trocme@gmail.com>
2022-11-02 09:18:38 -04:00
Patrik Oldsberg 7a503c0d41 Merge pull request #14368 from jgrumboe/fix-gh-cb-docs
Fix GitHub callback URL documentation
2022-11-02 13:57:10 +01:00
Diego Morales 77df9eef6f Fix typo on architecture-overview.md
Signed-off-by: Diego Morales <dgmorales@gmail.com>
2022-11-02 08:31:11 -03:00
Joe Patterson 614270f41a Merge branch 'backstage:master' into master 2022-11-02 10:05:27 +10:00
github-actions[bot] f1c3cdfb2d Version Packages (next) 2022-10-31 16:19:04 +00:00
Gabriel Dantas Gomes 75cbec788a fix quotes
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:12 -03:00
Gabriel Dantas d7d8e00a52 fix: prettier
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Gabriel Dantas 87f1b7e515 fix: review comments
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Gabriel Dantas 2815e37895 fix: run prettier -w
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Gabriel Dantas 0913ace69a style: fix markdown errors
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Gabriel Dantas 8b0d1e72dc fix docs quality error
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Gabriel Dantas 135314fdc2 docs: scaffolder inputs examples
Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
2022-10-31 01:34:11 -03:00
Carlos Esteban Lopez 6b2ad43a90 docs: Additional explanation & punctuation
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-28 18:39:03 -05:00
Carlos Esteban Lopez a24ae1e7a9 docs: Improve guidelines docs & update links to MUI V4
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-28 18:20:00 -05:00
Johannes Grumboeck c7a6c96d0b chore: fix wrong github callback url documentation
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-28 01:08:07 +02:00
Carlos Esteban Lopez Jaramillo 842b8a7b80 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:12:58 -05:00
Carlos Esteban Lopez Jaramillo 606d4f5247 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:12:17 -05:00
Carlos Esteban Lopez Jaramillo 8c46fedd36 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:11:53 -05:00
Carlos Esteban Lopez Jaramillo d4e4e45437 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:10:48 -05:00
Carlos Esteban Lopez Jaramillo 5c49a73041 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:10:39 -05:00
Carlos Esteban Lopez Jaramillo 33ee80aba6 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:10:28 -05:00
Carlos Esteban Lopez Jaramillo e47357dedc Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:10:18 -05:00
Carlos Esteban Lopez Jaramillo 9dddc98de5 Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-27 09:10:09 -05:00