Skip to content
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

CC-1227 Update slugs to use new format #51

Merged
merged 2 commits into from
May 17, 2024
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
12 changes: 6 additions & 6 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ marketing:

stages:
- legacy_slug: "init"
slug: "init"
slug: "je9"
name: "Execute a program"
difficulty: very_easy
description_md: |-
Expand All @@ -95,7 +95,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/docker-tester/blob/18245703a5beed8ee0a7e1cbb7204a7ee3b3b5d1/internal/stage_basic_exec.go#L9"

- legacy_slug: "stdio"
slug: "stdio"
slug: "kf3"
name: "Wireup stdout & stderr"
difficulty: easy
description_md: |-
Expand Down Expand Up @@ -124,7 +124,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/docker-tester/blob/18245703a5beed8ee0a7e1cbb7204a7ee3b3b5d1/internal/stage_stdio.go#L9"

- legacy_slug: "exit_code"
slug: "exit_code"
slug: "cn8"
name: "Handle exit codes"
difficulty: easy
description_md: |-
Expand All @@ -148,7 +148,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/docker-tester/blob/18245703a5beed8ee0a7e1cbb7204a7ee3b3b5d1/internal/stage_exit_code.go#L9"

- legacy_slug: "fs_isolation"
slug: "fs_isolation"
slug: "if6"
name: "Filesystem isolation"
difficulty: medium
description_md: |-
Expand Down Expand Up @@ -204,7 +204,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/docker-tester/blob/18245703a5beed8ee0a7e1cbb7204a7ee3b3b5d1/internal/stage_fs_isolation.go#L8"

- legacy_slug: "process_isolation"
slug: "process_isolation"
slug: "lu7"
name: "Process isolation"
difficulty: medium
description_md: |-
Expand Down Expand Up @@ -238,7 +238,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/docker-tester/blob/18245703a5beed8ee0a7e1cbb7204a7ee3b3b5d1/internal/stage_process_isolation.go#L5"

- legacy_slug: "fetch_from_registry"
slug: "fetch_from_registry"
slug: "hs1"
name: "Fetch an image from the Docker Registry"
should_skip_previous_stages_for_test_run: true
difficulty: hard
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions solutions/ruby/01-init/your_docker.sh

This file was deleted.

Loading