From b86d9cbc7eb6abc4f62458e96b7c436d4352fc51 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Thu, 21 Aug 2025 14:55:03 -0400 Subject: [PATCH 01/35] remove reference to governance repo add pixel air to ecosystem page add link to Taylor's GH profile for project finance matters Signed-off-by: Taylor Silva Signed-off-by: Kevin Bimonte --- lit/ecosystem.lit | 2 ++ lit/project.lit | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lit/ecosystem.lit b/lit/ecosystem.lit index 24059d53..a0bf8d5d 100644 --- a/lit/ecosystem.lit +++ b/lit/ecosystem.lit @@ -39,6 +39,8 @@ many people do things continuously with Concourse. \link{Cycloid}{https://www.cycloid.io} }{ \link{Gstack}{https://www.gstack.io} + }{ + \link{Pixel Air IO}{https://pixelair.io} }{ \link{SuperOrbital}{https://www.superorbital.io} } diff --git a/lit/project.lit b/lit/project.lit index cca35125..db14b35d 100644 --- a/lit/project.lit +++ b/lit/project.lit @@ -17,7 +17,7 @@ around the world. tracked. It is overseen by the \team{maintainers}. }{ The \link{Docs repo}{https://github.com/concourse/docs} contains the source for - the website you're reading now! It is overseen by the \team{community}. + the website you're reading now! }{ \link{GitHub Discussions}{https://github.com/concourse/concourse/discussions} are used for support, announcements, idea sharing, and general conversations. @@ -62,6 +62,10 @@ around the world. If you're interested in contributing, head over to GitHub and check out the \link{contributing docs}{https://github.com/concourse/concourse/blob/master/CONTRIBUTING.md}! + + If you're able to financially contribute to the continued development of + Concourse, please reach out to + \link{Taylor}{https://github.com/taylorsilva/}. } \section{ From 120c7d75c6bc64375e311d878711dd5580ae1f90 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Thu, 21 Aug 2025 16:39:28 -0400 Subject: [PATCH 02/35] enable all the fun features for quickstart Signed-off-by: Taylor Silva Signed-off-by: Kevin Bimonte --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 2686968a..a58efaf9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,3 +37,6 @@ services: CONCOURSE_CLUSTER_NAME: tutorial CONCOURSE_WORKER_CONTAINERD_DNS_SERVER: "8.8.8.8" CONCOURSE_WORKER_RUNTIME: "containerd" + CONCOURSE_ENABLE_PIPELINE_INSTANCES: "true" + CONCOURSE_ENABLE_ACROSS_STEP: "true" + CONCOURSE_ENABLE_RESOURCE_CAUSALITY: "true" From c1edacb3029b9953640310fa8ffb989bfd5a2417 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Thu, 28 Aug 2025 12:48:35 -0400 Subject: [PATCH 03/35] hide banner Signed-off-by: Taylor Silva Signed-off-by: Kevin Bimonte --- html/top.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/top.tmpl b/html/top.tmpl index b4a7a56f..0ad4e2bc 100644 --- a/html/top.tmpl +++ b/html/top.tmpl @@ -1,4 +1,4 @@ -{{template "banner.tmpl"}} +