Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
Clayton Coleman
|
fdb110c859
|
Fix the rest of the code
|
2016-04-29 17:12:10 -04:00 |
|
Clayton Coleman
|
4a6935b31f
|
Remaining codec change refactors
|
2016-01-22 13:27:27 -05:00 |
|
Sergiusz Urbaniak
|
9eae47c6e6
|
scheduler: implement role awareness
|
2015-11-23 17:27:14 +01:00 |
|
Dr. Stefan Schimanski
|
7adfabecda
|
Shorten component constructor names
|
2015-11-12 01:33:50 +01:00 |
|
Dr. Stefan Schimanski
|
e04bfd0a3e
|
Remove merrors package alias where possible
|
2015-11-12 01:33:50 +01:00 |
|
Dr. Stefan Schimanski
|
bb53cc26d3
|
Reorder scheduler packages
- Scheduler implemenation -> components
- types -> toplevel scheduler package
- integration_test.go -> integration
|
2015-11-12 01:33:50 +01:00 |
|
Dr. Stefan Schimanski
|
be57bd63e5
|
Introduce interfaces for all scheduler components
|
2015-11-12 01:33:50 +01:00 |
|
Dr. Stefan Schimanski
|
29e58bab68
|
Move scheduler components into their own packages
- rename scheduler.{operations -> components}
- move each component into its own directory with doc.go file, for proper
access isolation
|
2015-11-12 01:33:50 +01:00 |
|