From 70d8832e6f2547c44261351bf55564be2375b3ab Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Mon, 1 May 2023 22:12:07 +0000 Subject: [PATCH 01/16] Add gh issues notebook --- spec.github-issues | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 spec.github-issues diff --git a/spec.github-issues b/spec.github-issues new file mode 100644 index 00000000..03fcefab --- /dev/null +++ b/spec.github-issues @@ -0,0 +1,37 @@ +[ + { + "kind": 1, + "language": "markdown", + "value": "## Dev Container Spec Issues" + }, + { + "kind": 1, + "language": "markdown", + "value": "### Spec repo" + }, + { + "kind": 2, + "language": "github-issues", + "value": "repo:devcontainers/spec milestone:backlog" + }, + { + "kind": 1, + "language": "markdown", + "value": "### All repos with latest milestone" + }, + { + "kind": 2, + "language": "github-issues", + "value": "repo:devcontainers/images repo:devcontainers/features repo:devcontainers/templates repo:devcontainers/spec repo:devcontainers/devcontainers.github.io repo:devcontainers/cli milestone:\"May 2023\"" + }, + { + "kind": 1, + "language": "markdown", + "value": "### Images and Features" + }, + { + "kind": 2, + "language": "github-issues", + "value": "repo:devcontainers/images repo:devcontainers/features milestone:backlog" + } +] \ No newline at end of file From c9aeedbe549e8e09f08dd57405174bb500fc6b15 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Thu, 18 May 2023 18:22:28 +0000 Subject: [PATCH 02/16] Scaffold post --- _posts/2023-05-18-conferences.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _posts/2023-05-18-conferences.md diff --git a/_posts/2023-05-18-conferences.md b/_posts/2023-05-18-conferences.md new file mode 100644 index 00000000..c966f418 --- /dev/null +++ b/_posts/2023-05-18-conferences.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "Awesome dev container conferences" +author: "@bamurtaugh" +authorUrl: https://github.com/bamurtaugh +--- \ No newline at end of file From f308fbdc53538aaad7fa83d60e54368c0d9d1d0d Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Thu, 18 May 2023 21:57:30 +0000 Subject: [PATCH 03/16] Revert change --- _posts/2023-05-18-conferences.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 _posts/2023-05-18-conferences.md diff --git a/_posts/2023-05-18-conferences.md b/_posts/2023-05-18-conferences.md deleted file mode 100644 index c966f418..00000000 --- a/_posts/2023-05-18-conferences.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: post -title: "Awesome dev container conferences" -author: "@bamurtaugh" -authorUrl: https://github.com/bamurtaugh ---- \ No newline at end of file From 83d5c90f2c5a8a117eae294875c9447db9436c7a Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Thu, 18 May 2023 22:00:18 +0000 Subject: [PATCH 04/16] Add initial conference guide --- _posts/2023-05-18-conferences.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _posts/2023-05-18-conferences.md diff --git a/_posts/2023-05-18-conferences.md b/_posts/2023-05-18-conferences.md new file mode 100644 index 00000000..228916f1 --- /dev/null +++ b/_posts/2023-05-18-conferences.md @@ -0,0 +1,8 @@ +--- +layout: post +title: "Awesome dev container conferences" +author: "@bamurtaugh" +authorUrl: https://github.com/bamurtaugh +--- + +TODO: Add links to all of our great conference talks on dev containers! \ No newline at end of file From 950a874c6ba41fb6e4e9faa23387f6bcd2a3a261 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Thu, 18 May 2023 22:24:10 +0000 Subject: [PATCH 05/16] Revert change --- _posts/2023-05-18-conferences.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 _posts/2023-05-18-conferences.md diff --git a/_posts/2023-05-18-conferences.md b/_posts/2023-05-18-conferences.md deleted file mode 100644 index 228916f1..00000000 --- a/_posts/2023-05-18-conferences.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: post -title: "Awesome dev container conferences" -author: "@bamurtaugh" -authorUrl: https://github.com/bamurtaugh ---- - -TODO: Add links to all of our great conference talks on dev containers! \ No newline at end of file From 4825ad52451bae5882897dede1bc9fab3d3f3270 Mon Sep 17 00:00:00 2001 From: bamurtaugh Date: Mon, 22 May 2023 16:42:33 +0000 Subject: [PATCH 06/16] Prep commit --- _posts/2023-02-15-gitlab-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-02-15-gitlab-ci.md b/_posts/2023-02-15-gitlab-ci.md index 85104558..26c6658c 100644 --- a/_posts/2023-02-15-gitlab-ci.md +++ b/_posts/2023-02-15-gitlab-ci.md @@ -1,6 +1,6 @@ --- layout: post -title: "Working with GitLab CI" +title: "Working with CI" author: "@raginjason" authorUrl: https://github.com/raginjason --- From 75eba5ad520277fab255b9013ba48a69d1fd3bf1 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Mon, 22 May 2023 17:29:40 +0000 Subject: [PATCH 07/16] Scaffold initial post --- _posts/2023-05-22-conferences.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2023-05-22-conferences.md diff --git a/_posts/2023-05-22-conferences.md b/_posts/2023-05-22-conferences.md new file mode 100644 index 00000000..a7387a2a --- /dev/null +++ b/_posts/2023-05-22-conferences.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Awesome talks using dev containers" +author: "@bamurtaugh" +authorUrl: https://github.com/bamurtaugh +--- + +To do: fill in info about dev container talks. + +Add more info! \ No newline at end of file From 733e93e909cc4938c836f0e66e2bb96167b86c2f Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Mon, 22 May 2023 10:47:49 -0700 Subject: [PATCH 08/16] Revert changes --- _posts/2023-02-15-gitlab-ci.md | 2 +- _posts/2023-05-22-conferences.md | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 _posts/2023-05-22-conferences.md diff --git a/_posts/2023-02-15-gitlab-ci.md b/_posts/2023-02-15-gitlab-ci.md index 26c6658c..85104558 100644 --- a/_posts/2023-02-15-gitlab-ci.md +++ b/_posts/2023-02-15-gitlab-ci.md @@ -1,6 +1,6 @@ --- layout: post -title: "Working with CI" +title: "Working with GitLab CI" author: "@raginjason" authorUrl: https://github.com/raginjason --- diff --git a/_posts/2023-05-22-conferences.md b/_posts/2023-05-22-conferences.md deleted file mode 100644 index a7387a2a..00000000 --- a/_posts/2023-05-22-conferences.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: "Awesome talks using dev containers" -author: "@bamurtaugh" -authorUrl: https://github.com/bamurtaugh ---- - -To do: fill in info about dev container talks. - -Add more info! \ No newline at end of file From 0d02f6335419001ac8995936400edb39ef686106 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Tue, 23 May 2023 17:44:15 +0000 Subject: [PATCH 09/16] Add initial conference info --- .devcontainer/devcontainer.json | 5 ++++- _posts/2023-05-23-conferences.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 _posts/2023-05-23-conferences.md diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74ca7760..bde83704 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,10 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - } + }, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "latest" + }, }, // Use 'forwardPorts' to make a list of ports inside the container available locally. diff --git a/_posts/2023-05-23-conferences.md b/_posts/2023-05-23-conferences.md new file mode 100644 index 00000000..dee8889c --- /dev/null +++ b/_posts/2023-05-23-conferences.md @@ -0,0 +1 @@ +Great conference info about dev containers to go here! \ No newline at end of file From ea23d1b79f640ea6d6db69c1b2510d53a54d15c0 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Tue, 23 May 2023 11:10:07 -0700 Subject: [PATCH 10/16] Undo changes --- .devcontainer/devcontainer.json | 5 +---- _posts/2023-05-23-conferences.md | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 _posts/2023-05-23-conferences.md diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bde83704..74ca7760 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,10 +9,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - }, - "ghcr.io/devcontainers/features/ruby:1": { - "version": "latest" - }, + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. diff --git a/_posts/2023-05-23-conferences.md b/_posts/2023-05-23-conferences.md deleted file mode 100644 index dee8889c..00000000 --- a/_posts/2023-05-23-conferences.md +++ /dev/null @@ -1 +0,0 @@ -Great conference info about dev containers to go here! \ No newline at end of file From 27aa126e98b5195bb37f8d0f94677e837cf1b465 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Tue, 23 May 2023 20:44:50 +0000 Subject: [PATCH 11/16] Add ruby feature --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74ca7760..bde83704 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,10 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - } + }, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "latest" + }, }, // Use 'forwardPorts' to make a list of ports inside the container available locally. From 04b96ccfd9b53732cf2d06fa33b931e400cecc50 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Tue, 23 May 2023 13:59:32 -0700 Subject: [PATCH 12/16] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bde83704..74ca7760 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,10 +9,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - }, - "ghcr.io/devcontainers/features/ruby:1": { - "version": "latest" - }, + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. From e797cba42060ac030e9990b6e26bd053e25a421b Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Wed, 24 May 2023 16:47:21 +0000 Subject: [PATCH 13/16] Change dev container --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74ca7760..bde83704 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,10 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - } + }, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "latest" + }, }, // Use 'forwardPorts' to make a list of ports inside the container available locally. From 984af4734589e83ced632c30a32c4b0e9ad0ef36 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Wed, 24 May 2023 10:20:08 -0700 Subject: [PATCH 14/16] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bde83704..74ca7760 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,10 +9,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - }, - "ghcr.io/devcontainers/features/ruby:1": { - "version": "latest" - }, + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. From 91001fd7f39436b56e98187dac2a81a6d2856ea5 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Thu, 25 May 2023 16:55:34 +0000 Subject: [PATCH 15/16] Add new feature --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74ca7760..bde83704 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,10 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "latest" - } + }, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "latest" + }, }, // Use 'forwardPorts' to make a list of ports inside the container available locally. From ab3b15a6fd712ee8f61063044da7b95a84a18f12 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Mon, 11 Dec 2023 18:23:44 +0000 Subject: [PATCH 16/16] Add border style to collection table rows --- collections.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections.html b/collections.html index 205688e5..09b889a4 100644 --- a/collections.html +++ b/collections.html @@ -21,7 +21,7 @@

Collections

{% for c in site.data.collection-index %} - + {{ c.name }} {{ c.maintainer | strip_html }} {{ c.repository | strip_html }}