open-nomad/api
James Rasell 2736cf0dfa
acl: make listing RPC and HTTP API a stub return object. (#14211)
Making the ACL Role listing return object a stub future-proofs the
endpoint. In the event the role object grows, we are not bound by
having to return all fields within the list endpoint or change the
signature of the endpoint to reduce the list return size.
2022-08-22 17:20:23 +02:00
..
contexts Implement HTTP search API for Variables (#13257) 2022-07-11 13:34:05 -04:00
internal/testutil Fix Testutil for delve debugging API tests (#13589) 2022-07-06 10:47:48 -04:00
acl.go acl: make listing RPC and HTTP API a stub return object. (#14211) 2022-08-22 17:20:23 +02:00
acl_test.go api: add ACL role linking to ACL tokens. 2022-08-17 14:45:32 +01:00
agent.go
agent_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
allocations.go api: add service registration HTTP API wrapper. 2022-03-03 12:14:00 +01:00
allocations_exec.go
allocations_test.go Merge branch 'main' into f-1.3-boogie-nights 2022-03-23 09:41:25 +01:00
api.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
api_test.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
compose_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
constraint.go
constraint_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
consul.go adding support for customized ingress tls (#13184) 2022-06-02 18:43:58 -04:00
consul_test.go adding support for customized ingress tls (#13184) 2022-06-02 18:43:58 -04:00
csi.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
csi_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
deployments.go
evaluations.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
evaluations_test.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
event_stream.go events: add API helpers for service events stream topics. 2022-04-05 08:26:02 +01:00
event_stream_test.go events: add API helpers for service events stream topics. 2022-04-05 08:26:02 +01:00
fs.go Ensure to close StreamFrame channel (#12248) 2022-03-28 10:28:23 -04:00
fs_test.go raw_exec: fixup review comments 2022-04-05 15:21:28 -05:00
go.mod chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 in /api (#12725) 2022-07-13 11:57:16 -07:00
go.sum chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 in /api (#12725) 2022-07-13 11:57:16 -07:00
ioutil.go
ioutil_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
jobs.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
jobs_test.go api: added sysbatch job type constant to match other schedulers. (#13359) 2022-06-16 11:53:04 +02:00
keyring.go keyring: use nanos for CreateTime in key metadata (#13849) 2022-07-20 14:46:57 -04:00
keyring_test.go core job for secure variables re-key (#13440) 2022-07-11 13:34:06 -04:00
namespace.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
namespace_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
nodes.go Add os to NodeListStub struct. (#12497) 2022-04-15 17:22:45 -07:00
nodes_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
operator.go core: allow pausing and un-pausing of leader broker routine (#13045) 2022-07-06 16:13:48 +02:00
operator_autopilot.go
operator_ent_test.go api: fix ENT-only test imports for moved testutil package (#12320) 2022-03-18 10:12:28 -04:00
operator_metrics.go
operator_metrics_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
operator_test.go core: allow pausing and un-pausing of leader broker routine (#13045) 2022-07-06 16:13:48 +02:00
quota.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
quota_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
raw.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
recommendations.go
regions.go
regions_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
resources.go
resources_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
scaling.go
scaling_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
search.go
search_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
secure_variables.go SV: GO API: Secure Variables Go API (#13502) 2022-07-11 13:34:06 -04:00
secure_variables_test.go SV: GO API: Secure Variables Go API (#13502) 2022-07-11 13:34:06 -04:00
sentinel.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
sentinel_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
services.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
services_test.go docs: add docs and tests for tagged_addresses 2022-05-31 13:02:48 -05:00
status.go
status_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
system.go
system_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00
tasks.go CSI: make plugin health_timeout configurable in csi_plugin stanza (#13340) 2022-06-14 10:04:16 -04:00
tasks_test.go vault: revert support for entity aliases (#12723) 2022-04-22 10:46:34 -04:00
util_test.go
utils.go
utils_test.go ci: use serial testing for api in CI 2022-03-17 08:35:01 -05:00