Update vale vocabulary to unify company and product names
This commit is contained in:
@@ -10,7 +10,7 @@ to the appropriate provider in the backend.
|
||||
## Local development
|
||||
|
||||
Choose your OAuth Providers, replace `x` with actual value and then start backend:
|
||||
Example for Google Oauth Provider at root directory:
|
||||
Example for Google OAuth Provider at root directory:
|
||||
|
||||
```bash
|
||||
export AUTH_GOOGLE_CLIENT_ID=x
|
||||
@@ -91,9 +91,9 @@ export AUTH_GITLAB_CLIENT_SECRET=x
|
||||
|
||||
Add a new Okta application using the following URI conventions:
|
||||
|
||||
Login redirect URI's: http://localhost:7000/api/auth/okta/handler/frame
|
||||
Logout redirect URI's: http://localhost:7000/api/auth/okta/logout
|
||||
Initiate login URI's: http://localhost:7000/api/auth/okta/start
|
||||
Login redirect URI's: `http://localhost:7000/api/auth/okta/handler/frame`
|
||||
Logout redirect URI's: `http://localhost:7000/api/auth/okta/logout`
|
||||
Initiate login URI's: `http://localhost:7000/api/auth/okta/start`
|
||||
|
||||
Then configure the following environment variables to be used in the `app-config.yaml` file:
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c6eeefa35: Add support for Github Enterprise in GitHubOrgReaderProcessor so you can properly ingest users of a GHE organization.
|
||||
- c6eeefa35: Add support for GitHub Enterprise in GitHubOrgReaderProcessor so you can properly ingest users of a GHE organization.
|
||||
- fb386b760: Break the refresh loop into several smaller transactions
|
||||
- 7c3ffc0cd: Support `profile` of groups including `displayName`, `email`, and `picture` in
|
||||
`LdapOrgReaderProcessor`. The source fields for them can be configured in the
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 19554f6d6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- 19554f6d6: Added GitHub Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- Updated dependencies [d681db2b5]
|
||||
- Updated dependencies [1dc445e89]
|
||||
- Updated dependencies [342270e4d]
|
||||
@@ -94,7 +94,7 @@
|
||||
### Minor Changes
|
||||
|
||||
- 28edd7d29: Create backend plugin through CLI
|
||||
- d67c529ab: Adds a widget to show recent git workflow runs to the github actions plugin. The default setting is the last 5 runs across all branches but both branch and the number of runs are configurable.
|
||||
- d67c529ab: Adds a widget to show recent git workflow runs to the GitHub actions plugin. The default setting is the last 5 runs across all branches but both branch and the number of runs are configurable.
|
||||
- 6d97d2d6f: The InfoCard variant `'height100'` is deprecated. Use variant `'gridItem'` instead.
|
||||
|
||||
When the InfoCard is displayed as a grid item within a grid, you may want items to have the same height for all items.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5eb8c9b9e: Fix gitlab scaffolder publisher
|
||||
- 5eb8c9b9e: Fix GitLab scaffolder publisher
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 19554f6d6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- 19554f6d6: Added GitHub Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- 33a82a713: GitLab preparer uses the right token (primarily the same one as the publisher, falling back to the integrations token)
|
||||
- aed8f7f12: Clearer error message when preparer or publisher type can't be determined.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 19554f6d6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- 19554f6d6: Added GitHub Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
|
||||
- Updated dependencies [1dc445e89]
|
||||
- Updated dependencies [342270e4d]
|
||||
- @backstage/core@0.4.2
|
||||
|
||||
Reference in New Issue
Block a user