open-nomad/api
Chris Baker 719077a26d added new policy capabilities for recommendations API
state store: call-out to generic update of job recommendations from job update method
recommendations API work, and http endpoint errors for OSS
support for scaling polices in task block of job spec
add query filters for ScalingPolicy list endpoint
command: nomad scaling policy list: added -job and -type
2020-10-28 14:32:16 +00:00
..
contexts csi: CLI for volume status, registration/deregistration and plugin status (#7193) 2020-03-23 13:58:30 -04:00
internal/testutil tests: allow API test server to respect NOMAD_TEST_LOG_LEVEL (#8760) 2020-08-27 14:36:17 -04:00
acl.go
acl_test.go
agent.go api: nomad debug new /agent/host (#8325) 2020-07-02 09:51:25 -04:00
agent_test.go fix tests, update changelog 2020-01-29 13:55:39 -05:00
allocations.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
allocations_test.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
api.go Add API support for cancelation contexts passed via QueryOptions and WriteOptions (#8836) 2020-09-09 16:22:07 -04:00
api_test.go Add API support for cancelation contexts passed via QueryOptions and WriteOptions (#8836) 2020-09-09 16:22:07 -04:00
compose_test.go test: fix up testing around host networks 2020-06-19 13:53:31 -04:00
constraint.go Tag Job spec with HCLv2 tags 2020-10-21 14:05:46 -04:00
constraint_test.go
csi.go Tag Job spec with HCLv2 tags 2020-10-21 14:05:46 -04:00
csi_test.go csi: add -force flag to volume deregister (#8295) 2020-07-01 12:17:51 -04:00
deployments.go multiregion CLI: nomad deployment unblock 2020-06-17 11:03:44 -04:00
evaluations.go
evaluations_test.go
event.go filter on additional filter keys, remove switch statement duplication 2020-10-14 14:14:33 -04:00
event_test.go filter on additional filter keys, remove switch statement duplication 2020-10-14 14:14:33 -04:00
fs.go
fs_test.go
go.mod Metrics gotemplate support, debug bundle features (#9067) 2020-10-14 15:16:10 -04:00
go.sum Metrics gotemplate support, debug bundle features (#9067) 2020-10-14 15:16:10 -04:00
ioutil.go Add api/ package function to save snapshot 2020-05-21 20:04:38 -04:00
ioutil_test.go Add api/ package function to save snapshot 2020-05-21 20:04:38 -04:00
jobs.go Don't parse the server-set fields of the job struct 2020-10-22 08:18:57 -04:00
jobs_test.go updated api tests wrt backwards compat on null chars in IDs 2020-10-05 18:01:50 +00:00
namespace.go
namespace_test.go Fix pro tags 2020-07-17 11:02:00 -04:00
nodes.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
nodes_test.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
operator.go Metrics gotemplate support, debug bundle features (#9067) 2020-10-14 15:16:10 -04:00
operator_autopilot.go implement MinQuorum 2020-02-16 16:04:59 -06:00
operator_metrics.go Metrics gotemplate support, debug bundle features (#9067) 2020-10-14 15:16:10 -04:00
operator_metrics_test.go Metrics gotemplate support, debug bundle features (#9067) 2020-10-14 15:16:10 -04:00
operator_test.go
quota.go
quota_test.go
raw.go
recommendations.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
regions.go
regions_test.go
resources.go Tag Job spec with HCLv2 tags 2020-10-21 14:05:46 -04:00
scaling.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
scaling_test.go add scaling policy type 2020-09-29 17:57:46 -04:00
search.go
search_test.go
sentinel.go
sentinel_test.go Fix pro tags 2020-07-17 11:02:00 -04:00
services.go api: parse service gateway name 2020-10-21 14:05:46 -04:00
services_test.go consul/connect: remove envoy dns option from gateway proxy config 2020-08-24 09:11:55 -05:00
status.go
status_test.go
system.go
system_test.go
tasks.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
tasks_test.go fixed api tests for changes 2020-07-04 19:23:58 +00:00
util_test.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
utils.go more testing for ScalingPolicy, mainly around parsing and canonicalization for Min/Max 2020-03-24 19:43:50 +00:00
utils_test.go