Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AliceO2Group
/
Control
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
7
Code
Pull requests
13
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
Control
core
environment
manager.go
on
master
User selector
All users
All time
Commit history
Commits on Nov 17, 2025
Improvements in logging failures of auto-environments
Show description for 365efca
knopers8
committed
365efca
View commit details
Copy full SHA for 365efca
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Set special users before automatic run stops
Show description for 20f3a93
knopers8
committed
20f3a93
View commit details
Copy full SHA for 20f3a93
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
Perform GO_ERROR after failed STOP_ACTIVITY and RESET during env destruction
Show description for ae22899
knopers8
committed
ae22899
View commit details
Copy full SHA for ae22899
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Rework handling failed GO_ERROR
Show description for c64a594
knopers8
committed
c64a594
View commit details
Copy full SHA for c64a594
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
OCTRL-678 Pass the error message to BKP in case of GO_ERROR
Show description for 9588d2f
knopers8
committed
9588d2f
View commit details
Copy full SHA for 9588d2f
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
Stop ongoing runs upon beam dump if requested
Show description for faa6de6
knopers8
committed
faa6de6
View commit details
Copy full SHA for faa6de6
View code at this point
Browse repository at this point
[OCTRL-1051] Missing Error & Done Kafka events for early failed NewAutoEnvironment (#757)
Show description for f03795d
justonedev1
authored
f03795d
View commit details
Copy full SHA for f03795d
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
OCTRL-1046: Missing main transition event for CREATE (#750)
Show description for 5a36d3c
justonedev1
authored
5a36d3c
View commit details
Copy full SHA for 5a36d3c
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
OCTRL-981: Do not print error for BASIC_TASK_TERMINATED event with no parent role (#741)
Show description for 2d0bcb1
Copilot
and
knopers8
authored
2d0bcb1
View commit details
Copy full SHA for 2d0bcb1
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
Add missing transitionStatus to Environment Events (#738)
Show description for e97b3fc
knopers8
authored
e97b3fc
View commit details
Copy full SHA for e97b3fc
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
No need to force ERROR when GO_ERROR succeeded
Show description for 07ef0bb
knopers8
authored and
justonedev1
committed
07ef0bb
View commit details
Copy full SHA for 07ef0bb
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
[core] OCTRL-989
Show description for 74d5eee
justonedev1
authored and
knopers8
committed
74d5eee
View commit details
Copy full SHA for 74d5eee
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
[core][executor] fine-tuning operator logs
Show description for 5126853
knopers8
committed
5126853
View commit details
Copy full SHA for 5126853
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
OCTRL-949 [core] Improve reaction to controlled nodes becoming unreachable
Show description for 9b967cc
knopers8
authored and
teo
committed
9b967cc
View commit details
Copy full SHA for 9b967cc
View code at this point
Browse repository at this point
Commits on Nov 15, 2024
[core] removed wrong code in environment/manager.go TasksStateChangedEvent
justonedev1
authored and
teo
committed
b77cc0a
View commit details
Copy full SHA for b77cc0a
View code at this point
Browse repository at this point
Commits on Oct 31, 2024
format everything with gofmt -s -w .
justonedev1
authored and
knopers8
committed
8bf8da1
View commit details
Copy full SHA for 8bf8da1
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
[core] Include workflow template info (incl public) in all env events
teo
committed
5b4d802
View commit details
Copy full SHA for 5b4d802
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
[core] improve a few logs
Show description for 0a11513
knopers8
committed
0a11513
View commit details
Copy full SHA for 0a11513
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
[core] Emit environment events from CreateAutoEnvironment
teo
committed
157f3b3
View commit details
Copy full SHA for 157f3b3
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
[core] OCTRL-912 Cancel calls pending await upon environment destruction
Show description for 865db66
knopers8
committed
865db66
View commit details
Copy full SHA for 865db66
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
[core] OCTRL-911 do not teardown an environment in DONE
Show description for 025a3ed
knopers8
authored and
teo
committed
025a3ed
View commit details
Copy full SHA for 025a3ed
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
[core] OCTRL-911 Transitions should not be performed concurrently
knopers8
committed
48ea72a
View commit details
Copy full SHA for 48ea72a
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
OCTRL-902 [core] Set run timestamps before executing triggers with weight 0
knopers8
authored and
teo
committed
4833f42
View commit details
Copy full SHA for 4833f42
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
[core] Include last known request user in all env and run events
teo
committed
e045f52
View commit details
Copy full SHA for e045f52
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
[core] Useless lock is useless
teo
committed
ac23091
View commit details
Copy full SHA for ac23091
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
[core] Set state to DONE in last autoEnv event - stopgap until Kafka switch
teo
committed
da4bffc
View commit details
Copy full SHA for da4bffc
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
[core] Move state and transition into their own sm package
teo
committed
6161c3b
View commit details
Copy full SHA for 6161c3b
View code at this point
Browse repository at this point
Commits on May 28, 2024
[core] Emit environment events for Teardown and AutoEnv
teo
committed
8f0d0ad
View commit details
Copy full SHA for 8f0d0ad
View code at this point
Browse repository at this point
Commits on May 23, 2024
[core] Ensure SOEOR/EOEOR events are pushed in case of kill
teo
committed
06dcf41
View commit details
Copy full SHA for 06dcf41
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
[core] OCTRL-889 proper usage of mutex in environment.go
justonedev1
authored and
teo
committed
ede577b
View commit details
Copy full SHA for ede577b
View code at this point
Browse repository at this point
[core] OCTRL-886 correctly use mutex in environment/manager.go
justonedev1
authored and
teo
committed
6e72bea
View commit details
Copy full SHA for 6e72bea
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
[core] Push env vars on workflow load
teo
committed
fc487c0
View commit details
Copy full SHA for fc487c0
View code at this point
Browse repository at this point
[core] Emit environment events
teo
committed
131b2fc
View commit details
Copy full SHA for 131b2fc
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
[core] Improve auto-transitioning environment events to GUI
teo
authored and
knopers8
committed
c5062e3
View commit details
Copy full SHA for c5062e3
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
[core] Ensure auto-transitioning environments always end
teo
committed
c24398f
View commit details
Copy full SHA for c24398f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.