This website requires JavaScript.
Explore
Help
Register
Sign In
htwkmooc
/
codeocean
Watch
1
Star
0
Fork
0
You've already forked codeocean
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c5f018985976642683dcd5acaeaa7f17ae988a92
codeocean
/
lib
/
runner
History
Sebastian Serth
c5f0189859
Connection::Buffer: Remove duplicated new line character
...
"a\r".gsub(/\r?$/, "\n") ==> "a\n\n"
2022-04-24 18:57:33 +02:00
..
connection
Connection::Buffer: Remove duplicated new line character
2022-04-24 18:57:33 +02:00
strategy
Add comment to DockerContainerPool strategy regarding filtering
2022-04-12 12:47:16 +02:00
backend-output.schema.json
Add newline to end of json schema
2021-11-01 17:12:45 +01:00
connection.rb
Send the WebSocket message immediately with EventMachine.next_tick
2022-04-13 14:39:07 +02:00
event_loop.rb
Move EventMachine initialization to Runner::EventLoop
2021-11-01 17:12:53 +01:00
strategy.rb
Add environments method to all strategies
2021-11-04 20:09:19 +01:00