Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Step Runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
Step Runner
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ajwalker/oci
Select Git revision
Branches
20
add-dependency-scanning
add-step-domain-type
add-test-builders
ajwalker/oci
avonbertoldi/cobra-vs-go-args
avonbertoldi/follow-step-results-offset
avonbertoldi/grpc-endpoint
avonbertoldi/service-action-test
avonbertoldi/stream-step-results
cam-fix-bug-steps-context-env
cam/encapsulate-stepsctx-in-steps
cam/inline-language-steps
cam/remove-executable-delegation
cam/reuse-cache-for-build-and-test
cam/simplify-step-result-builder
furkanayhan-main-patch-29196
initial-parser
jburnett-generic-git
jburnett-run-up
jburnett-run-up-squashed
Tags
6
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.0
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
5
4
3
28
Feb
26
21
20
19
18
14
13
12
7
5
31
Jan
30
28
27
16
10
7
6
18
Dec
16
13
12
11
10
6
5
4
2
29
Nov
28
27
26
22
20
19
18
15
14
13
12
8
7
6
5
4
31
Oct
29
28
25
24
23
22
21
18
17
10
9
8
7
3
2
1
27
Sep
25
24
23
20
16
12
11
10
9
5
4
19
Aug
16
15
14
12
9
8
7
5
1
31
Jul
30
29
27
26
24
23
22
19
18
17
16
15
11
10
9
8
5
4
19
Jun
18
16
12
5
4
1
29
May
28
24
23
15
14
10
9
2
1
26
Apr
22
19
18
15
12
29
Mar
28
27
20
9
8
6
4
2
1
28
Feb
26
23
22
21
16
8
Merge branch 'cam/continue-publish-oci-images' into 'main'
main
main
Rename from/to to src/dst
Remove unnecessary closing of files on read
Add an integration test that publishes a step
Empty directories are written to the OCI image layer
Artifact creates a FileSystem ready to be tarred for an OCI layer
Merge branch 'cam/add-publish-step' into 'main'
Simplify Artifacts type for readability
Optimize code for readability
Main calls the releaser after parsing inputs
Artifact knows from and to directories, as well as the platform are files for
Use a builder for OCI artifact in tests
Merge branch 'cam/rename-oci-fields' into 'main'
Add changelog entry
Replace proto OCI url/version with registry, repository and tag
Support OCI fields registry and repository instead of url
Parse publish step inputs
Merge branch 'cam/add-builtin-step-ref' into 'main'
Fix unsafe directory operations by using a mutex
Move builtin steps to builtin dir for clarity
Fetch embedded built in steps
Build built-in steps when building the step-runner
Compile builtin short ref to proto builtin
Merge branch 'cam/publish-oci-step' into 'main'
Export a junit report to easily see CI test failures
Rename And to Add for clarity
Clean up the work directory after publish
Publish images for many platforms
Remove debugging statements
Refactor image building to a factory
Push an OCI image for a hard coded platform
Merge branch 'cam/create-fetcher-for-oci-step' into 'main'
v0.5.0
v0.5.0
Update code to be more idiomatic of Go
Add changelog entry
Add integration tests to prove functionality works
Compile OCI step reference
Verify steps can be loaded from a directory within an OCI image
Fix failing loads OCI step test
Add failing test to load an OCI step
Merge branch 'cam/improve-fetch-oci-step' into 'main'
Loading