-
Notifications
You must be signed in to change notification settings - Fork 228
Add CF Tutorials to CF org automation #1364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
beyhan
wants to merge
3
commits into
main
Choose a base branch
from
add-cloudfoundry-tutorials
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2740,3 +2740,84 @@ orgs: | |
| privacy: closed | ||
| repos: | ||
| terraform-provider-cloudfoundry: admin | ||
| cloudfoundry-tutorials: | ||
| admins: [] # shall be empty, maintained in TOC.md | ||
| billing_email: [email protected] | ||
| company: "" | ||
| default_repository_permission: none | ||
| description: Cloud Foundry Foundation Tutorials active projects | ||
| email: [email protected] | ||
| has_organization_projects: true | ||
| has_repository_projects: true | ||
| location: Worldwide | ||
| members: [] # shall be empty, org members are maintained in contributors.yml and WG charters | ||
| members_can_create_repositories: false | ||
| name: Cloud Foundry Tutorials | ||
| repos: | ||
| cf4devs: | ||
| description: Cloud Foundry for Developers. In depth, hands on training | ||
| has_projects: false | ||
| has_wiki: false | ||
| korifi-ci: | ||
| description: An introduction to the Korifi project | ||
| has_projects: false | ||
| has_wiki: false | ||
| korifi-sample-app: | ||
| description: A sample application used in the Korifi tutorial | ||
| has_projects: false | ||
| has_wiki: false | ||
| tutorials: | ||
| description: This repository contains the landing page for https://tutorials.cloudfoundry.org and automations | ||
| has_projects: false | ||
| has_wiki: false | ||
| what-is-cf: | ||
| description: Tutorial explaining what is Cloud Foundry, the foundation, etc | ||
| has_projects: false | ||
| has_wiki: false | ||
| sample-app: | ||
| description: A sample application written in Go used for training purposes | ||
| has_projects: false | ||
| has_wiki: false | ||
| edx: | ||
| description: Cloud Foundry educational content in edX | ||
| has_projects: false | ||
| has_wiki: false | ||
| trycf: | ||
| description: "" | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| cf4k8s-do: | ||
| description: Installing cf-for-k8s on Digital Ocean | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| unhappy-appy: | ||
| description: An app that doesn't always start well. For demo and training ONLY | ||
| has_projects: false | ||
| has_wiki: false | ||
| cf4k8s-gke: | ||
| description: Learn to deploy cf-for-k8s on Google Kubernetes Engine | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| harness: | ||
| description: Simple script to make live-editing easier | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| fake-mysql-broker: | ||
| description: A service broker that looks like it provisions MySQL but doesn't actually do anything. Used for training | ||
| has_projects: false | ||
| has_wiki: false | ||
| hugo-whisper-theme: | ||
| description: Whisper is a minimal documentation theme for Hugo | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| cf-and-k8s: | ||
| description: "" | ||
| archived: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| teams: {} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,4 +60,31 @@ areas: | |
| - cloudfoundry/docs-credhub | ||
| - cloudfoundry/docs-deploying-cf | ||
| - cloudfoundry/docs-dotnet-core-tutorial | ||
| - name: Cloud Foundry Tutorials | ||
| approvers: | ||
| - name: Steve Greenberg | ||
| github: spgreenberg | ||
| - name: Anita Flegg | ||
| github: anita-flegg | ||
| reviewers: | ||
| - name: Benjamin Guttmann | ||
| github: benjaminguttmann-avtq | ||
| - name: Maurice Brinkmann | ||
| github: mauricebrinkmann | ||
| - name: Andreas Koppenhöfer | ||
| github: akop | ||
| - name: Jovan Kostovski | ||
| github: chombium | ||
| - name: Arsalan Khan | ||
| github: asalan316 | ||
| repositories: | ||
| - cloudfoundry-tutorials/cf4devs | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently you can't have repos from different managed github orgs in one WG. The github org is defined on WG level (default: cloudfoundry). Validation seems to have room for improvement. |
||
| - cloudfoundry-tutorials/korifi-ci | ||
| - cloudfoundry-tutorials/korifi-sample-app | ||
| - cloudfoundry-tutorials/tutorials | ||
| - cloudfoundry-tutorials/what-is-cf | ||
| - cloudfoundry-tutorials/sample-app | ||
| - cloudfoundry-tutorials/edx | ||
| - cloudfoundry-tutorials/unhappy-appy | ||
| - cloudfoundry-tutorials/fake-mysql-broker | ||
| ``` | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beyhan , please add me so that:
1 - I can fix typos, etc.
2 - I can keep the info organization/architecture up-to-date
3 - I know when things are being changed so that I know when to publish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with: eed6d57