Skip to content

Commit 7d62465

Browse files
Copilotchefgs
andauthored
Polish Chennai FOSS onboarding dashboard flow
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/ea0c7a95-2d9a-453e-aaa1-7b54e2e22c94 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent c3e4ced commit 7d62465

6 files changed

Lines changed: 2 additions & 17 deletions

File tree

feature-announcements/chennai-foss-2026/idp-onboarding-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h2>TODO</h2>
372372
setToggle("toggle-container", summary.selected_templates.container);
373373
setToggle("toggle-cd", summary.selected_templates.cd);
374374
setToggle("toggle-sre", summary.selected_templates.sre);
375-
renderTimeline(summary.stages.map((stage, index) => ({...stage, state: index === 0 ? "pending" : "pending"})));
375+
renderTimeline(summary.stages.map((stage) => ({...stage, state: "pending"})));
376376
renderArtifacts(summary.artifacts);
377377
renderList("jira-list", summary.demo.todo.jira);
378378
renderList("cloud-list", summary.demo.todo.cloud);

go-project/go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
module go-project
22

33
go 1.16
4-
5-
require (
6-
// Add your dependencies here
7-
)

go-project/go.sum

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
go: module example.com/go-project
2-
3-
# indirect
4-
github.com/gin-gonic/gin v1.7.4 // indirect
5-
github.com/stretchr/testify v1.7.0 // indirect
6-
golang.org/x/net v0.0.0-20220316182356-1c4e7f4e8b2e // indirect
7-
golang.org/x/sys v0.0.0-20220316182356-1c4e7f4e8b2e // indirect

hugo-docs/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/cloudengine-labs/devops_os/hugo-docs
22

33
go 1.21.0
4-
5-
require github.com/alex-shpak/hugo-book v0.0.0-20260108111751-81a841c92d62 // indirect

hugo-docs/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/alex-shpak/hugo-book v0.0.0-20260108111751-81a841c92d62 h1:LQYO67RaSBiWnW3ZPyVPZCVTOFaNK/dc/ZRbh8Wu8Wo=
2-
github.com/alex-shpak/hugo-book v0.0.0-20260108111751-81a841c92d62/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=

hugo-docs/static/feature-announcements/chennai-foss-2026/idp-onboarding-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h2>TODO</h2>
372372
setToggle("toggle-container", summary.selected_templates.container);
373373
setToggle("toggle-cd", summary.selected_templates.cd);
374374
setToggle("toggle-sre", summary.selected_templates.sre);
375-
renderTimeline(summary.stages.map((stage, index) => ({...stage, state: index === 0 ? "pending" : "pending"})));
375+
renderTimeline(summary.stages.map((stage) => ({...stage, state: "pending"})));
376376
renderArtifacts(summary.artifacts);
377377
renderList("jira-list", summary.demo.todo.jira);
378378
renderList("cloud-list", summary.demo.todo.cloud);

0 commit comments

Comments
 (0)