Skip to content

Tags: KRAhn/genie

Tags

v4.0.0-rc.26

Toggle v4.0.0-rc.26's commit message
Revert "Modify command arg parsing for jobs"

This reverts commit b01a44f.

v4.0.0-rc.25

Toggle v4.0.0-rc.25's commit message
Add double quote parsing to arguments

Modifies previous command arg parsing commit (b01a44f) to include respecting double quotes

v4.0.0-rc.24

Toggle v4.0.0-rc.24's commit message
Modify command arg parsing for jobs

Split on whitespace while respecting single quotes.
Allows us to more properly handle it going forward. Internal string representation is really used only for JSON and serializing to old run script.

v4.0.0-rc.23

Toggle v4.0.0-rc.23's commit message
Re-implement URI encoding of Agent file resource

Use base64 encoding for job id as it may otherwise contain URI illegal characters.

v4.0.0-rc.22

Toggle v4.0.0-rc.22's commit message
Create event listener that publishes SNS notifications for job status…

… changes

v4.0.0-rc.21

Toggle v4.0.0-rc.21's commit message
Add tags to LoadBalancer metrics

 - Tag the cluster selected by the ScriptLoadBalancer
 - Tag the final cluster selected by JobServiceSpecificationImpl, as long as the LoadBalancer used to choose it

v4.0.0-rc.20

Toggle v4.0.0-rc.20's commit message
Make user resource usage metrics intermittent

 - Provide a lambda that will work as long as the gauge is registered
 - Produce NaN for users not using any resources (and from nodes that are not cluster leader)

v4.0.0-rc.19

Toggle v4.0.0-rc.19's commit message
Update ClusterChecker metric counters to distinguish between differen…

…t situations

Separate metrics for:
 - Host unreachable
 - Host returning a response that cannot be parsed as health status
 - Host returning status different than UP for a (non-ignored) health indicator

v4.0.0-rc.18

Toggle v4.0.0-rc.18's commit message
Publish metric counter of jobs rejected due to user exceeding their j…

…ob limit

v4.0.0-rc.17

Toggle v4.0.0-rc.17's commit message
Update agent to match server behavior when staging job dependencies

Genie V3 downloads job dependencies and configurations to the root of the job folder.
Whereas the agent was creating 'configurations' and 'dependencies' directories.

Update the agent setup code to match the server setup code.