Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scord
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eu
ADMIRE
scord
Graph
c4dd784e8d975b3f7f7aa48dedb141a87b548cad
Select Git revision
Branches
3
97-scord-should-have-a-dry_run-mode
amiranda/117-fatal-reference-is-not-a-tree-b74fecd4448a1a5549402d17ddc51e39faa5020c
main
default
protected
Tags
9
v0.3.4
v0.3.3
v0.3.2-bf1
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
May
11
10
9
28
Mar
27
Feb
22
20
19
18
17
14
13
11
10
7
6
4
24
Jan
25
Nov
23
21
18
17
4
27
Oct
26
25
21
20
19
18
17
14
13
7
1
30
Sep
29
19
13
12
6
5
31
Aug
30
23
29
Jul
28
26
14
7
6
5
4
30
Jun
29
28
27
25
23
15
14
1
23
May
20
9
5
4
28
Apr
19
Nov
17
15
9
Minor fix to error path in `register_job` RPC handler
scord-ctl: Add handler for deploy_adhoc_storage RPC
Fix formatting
API: Propagate node type between C and C++ APIs
scord: Refactor internal types
examples: Fix error processing
scord-ctl: Put RPC handlers in correct namespace
Merge branch 'amiranda/127-refactor-cli-for-scord-and-scord-ctl' into 'main'
Update README.md
Refactor configuration for scord and scord-ctl
Merge branch 'amiranda/125-build-fails-with-outdated-tl-expected' into 'main'
CMake: Update `tl::expected` to v1.1.0
Merge branch 'amiranda/93-api-offers-no-way-to-tear-down-an-adhoc-storage-system-after-it-has-been-deployed' into 'main'
Tests: Update and improve check_rpcs.py
Tests: Add tests for ADM_tear_down_adhoc_storage()
API: Add logic for ADM_tear_down_adhoc_storage()
Merge branch 'amiranda/121-build-with-clang' into 'main'
Remove -stdlib=libc++ from CMakeLists.txt
CI: Add jobs for Clang
Update docker image for 0.2.0-wip
Fix tl::expected hash
Empty structs have different sizes in C and C++
Fix UB in va_start with argument undergoing default promotion
Replace __VA_OPT__ with ##__VA_ARGS__ in C logging macros
Use std::exchange() instead of std::__exchange()
Use std::addressof() instead of std::__addressof()
Remove use of GCC-specific header
Merge branch 'amiranda/114-missing-information-about-which-job-nodes-can-be-used-for-administrative-purposes' into 'main'
API: Add node type information to ADM_node_t
Merge branch 'amiranda/106-adm_adhoc_resources_t-should-be-an-explicit-argument-of-adm_register_adhoc_storage-rather-than' into 'main'
API: Update resources instead of execution context in ADM_update_adhoc_storage()
API: Add adhoc_resources to ADM_adhoc_storage_t
API: Remove adhoc_resources from ADM_adhoc_context_t
API: Add `adhoc_resources` argument to ADM_register_adhoc_storage()
Merge branch 'amiranda/67-admire-job_requirements-should-become-admire-job-requirements-symmetrically-with-job-resources' into 'main'
Update version of genopts
Replace usages of job_requirements with job::requirements
Remove old job_requirements class
Add job::requirements class
Merge branch 'amiranda/110-refactor-api-rpc_types-c-h' into 'main'
Loading