Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions orgs/orgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,11 @@ orgs:
default_branch: main
description: Cloud Foundry stack based on Ubuntu 24.04 LTS
has_projects: true
cf4devs:
default_branch: main
description: Cloud Foundry for Developers. In depth, hands on training
has_projects: false
has_wiki: false
cli:
allow_merge_commit: false
description: The official command line client for Cloud Foundry
Expand Down Expand Up @@ -1246,6 +1251,11 @@ orgs:
has_projects: false
has_wiki: false
archived: true
edx:
default_branch: main
description: Cloud Foundry educational content in edX
has_projects: false
has_wiki: false
eirini-ci:
description: CI for Eirini
has_projects: false
Expand Down Expand Up @@ -1295,6 +1305,11 @@ orgs:
has_projects: true
existingvolumebroker:
has_projects: true
fake-mysql-broker:
default_branch: main
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
firehose_exporter:
description: Cloud Foundry Firehose Prometheus exporter
default_branch: master
Expand Down Expand Up @@ -1560,6 +1575,11 @@ orgs:
has_issues: false
has_projects: true
archived: true
intro-to-korifi:
default_branch: main
description: An introduction to the Korifi project
has_projects: false
has_wiki: false
istio-scaling:
archived: true
has_projects: false
Expand Down Expand Up @@ -1661,6 +1681,11 @@ orgs:
korifi-website:
default_branch: main
has_projects: false
korifi-sample-app:
default_branch: main
description: A sample application used in the Korifi tutorial
has_projects: false
has_wiki: false
lager:
description: An opinionated logger for Go.
has_projects: true
Expand Down Expand Up @@ -2203,6 +2228,11 @@ orgs:
sapi-env-pool:
has_projects: true
private: true
sample-app:
default_branch: main
description: A sample application written in Go used for training purposes
has_projects: false
has_wiki: false
secure-credentials-broker:
has_projects: true
security-notices:
Expand Down Expand Up @@ -2456,6 +2486,11 @@ orgs:
training-cert-admin:
has_projects: true
private: true
tutorials:
default_branch: main
description: This repository contains the landing page for https://tutorials.cloudfoundry.org and automations
has_projects: false
has_wiki: false
tycho-env:
archived: true
has_projects: true
Expand Down Expand Up @@ -2516,6 +2551,11 @@ orgs:
urljoiner:
archived: true
has_projects: true
unhappy-appy:
default_branch: main
description: An app that doesn't always start well. For demo and training ONLY
has_projects: false
has_wiki: false
usn-resource:
has_projects: true
vantablackbox-release:
Expand All @@ -2538,6 +2578,11 @@ orgs:
has_projects: true
volumedriver:
has_projects: true
what-is-cf:
default_branch: main
description: Tutorial explaining what is Cloud Foundry, the foundation, etc
has_projects: false
has_wiki: false
wg-app-platform-runtime-ci:
has_projects: true
winc:
Expand Down
27 changes: 27 additions & 0 deletions toc/working-groups/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/cf4devs
- cloudfoundry/edx
- cloudfoundry/fake-mysql-broker
- cloudfoundry/intro-to-korifi
- cloudfoundry/korifi-sample-app
- cloudfoundry/sample-app
- cloudfoundry/tutorials
- cloudfoundry/unhappy-appy
- cloudfoundry/what-is-cf
```