open-nomad/scheduler
Drew Bailey 6c788fdccd
Events/msgtype cleanup (#9117)
* use msgtype in upsert node

adds message type to signature for upsert node, update tests, remove placeholder method

* UpsertAllocs msg type test setup

* use upsertallocs with msg type in signature

update test usage of delete node

delete placeholder msgtype method

* add msgtype to upsert evals signature, update test call sites with test setup msg type

handle snapshot upsert eval outside of FSM and ignore eval event

remove placeholder upsertevalsmsgtype

handle job plan rpc and prevent event creation for plan

msgtype cleanup upsertnodeevents

updatenodedrain msgtype

msg type 0 is a node registration event, so set the default  to the ignore type

* fix named import

* fix signature ordering on upsertnode to match
2020-10-19 09:30:15 -04:00
..
annotate.go
annotate_test.go
context.go
context_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
device.go
device_test.go
feasible.go
feasible_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
generic_sched.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
generic_sched_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
preemption.go
preemption_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
propertyset.go
rank.go
rank_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
reconcile.go Revert the requireCanary check introduced in https://github.com/hashicorp/nomad/pull/8691/files#diff-1801138ac4d10f2064ba6f2e434ac9b4L430-R431 . 2020-09-10 14:59:02 -04:00
reconcile_test.go
reconcile_util.go Only ignore rescheduled allocations if they got stopped 2020-09-14 21:11:52 -04:00
reconcile_util_test.go
scheduler.go
scheduler_oss.go
select.go
select_test.go
spread.go
spread_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
stack.go
stack_not_ent.go
stack_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
system_sched.go api: add field filters to /v1/{allocations,nodes} 2020-10-14 10:35:22 -07:00
system_sched_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
testing.go writetxn can return error, add alloc and job generic events. Add events 2020-10-14 12:44:39 -04:00
util.go consul/connect: trigger update as necessary on connect changes 2020-10-05 14:53:00 -05:00
util_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00