Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

v0.13.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@geauxvirtual geauxvirtual released this 31 Mar 03:22
· 950 commits to master since this release

CHANGELOG
d5f0eec Removed /bin following .Added instruction to open a second shell. Ensured the user is in the proper directory before referencing plugin and task files.
d7b4897 Adds a valid plugin log path on Windows
28c31c3 Resolves plugin permission change (Windows)
7836afc remove superfluous error logging in cache.go
78e129e Fixes #659: snapd shouldn't start if API port is already in use
71c6994 Update Godeps.json to work with later versions of godep.
7f0203b Update .travis.yml to test Go 1.5.3
34a5245 Added error checking of NewRequestedPlugin return values to properly catch problems with accessing plugins.
ccd8414 Fixed link to snap global settings.
b0a85ec Fixed link to plugin signing.
2e4d245 Fix #701: Change flags from --u and --a to -u and -a
ee67681 Fix #703: Use the client.http transport in WatchTask for HTTPs configuration
7ead1a3 Removing the old way of releasing snap from the project
b2ab216 Added graphite publisher to plugin catalog committed plugins.
fa14f5f Added checking of interval flags when using WF Manifest via snapctl to give a better error.
fbcf52e Partially fixes #698 - Adds error checking for NewRequestedPlugin calls in plugin_test.go
e63c844 Added ability to start snapd with global config
2d45244 moves flags out of control.config entirely
f750763 Fixed unmarshal flags, updated tests, renamed dir
b567f84 Removing accidental pointer in flags.go...
59f6a94 Updated plugin URL
c67f4fd Adds test for managing a failed plugin
04133ab SDI-818 restart plugin to the allowed count at the DeadAvailablePluginEvent
dc59424 Adds event on plugin restart
364d41d added warn log for restarting a plugin
cd9252d SDI-818 restart plugin to the allowed count at the DeadAvailablePluginEvent
61984a5 try to fix the test failure in travis
774c42e Added checking of arg length to avoid panics when parsing in snapctl.
d6a0ffa added Elasticsearch collector plugin into the committed plugin catalog
f87bd4f Removed reading of config file multiple times
218d358 Added error for non-Json responses to client requests.
b026e9f Remove dependency on glibc on linux platform.
55f8236 fixes vet errors 'composite literal uses unkeyed fields'
822d5ee Add Go 1.6 to the testing matrix
1a7de4f Added annotation to example task
bb850bd Updating roadmap
e28589e Clarification of caching testing and limits
c027304 Fixes #211: Adds logging to control/metrics.go
cf857f5 Fixes #733: Removed panic from control/metric.go
82beafc Add the rules from a plugins GetConfigPolicy() to the endpoint /v1/plugins/:type/:name/:version under the key "policy"
79c9390 Fixes typos in comments and literals.
6fa4afd Fixed typos/mispellings in comments and docs
c57344b Added error checking to control_test.go plugin loading. Now gives errors instead of panicing when plugins are not present.
955a7f4 Fixed dead link in snap/control/config
cff79e4 Added Promise::IsError().
feb4c53 Fixes #260: Adds URL checking
08d96ac Add err msg for invalid target
0c8c818 removed error in cache where metrics with different versions would be stored in the same cache entry/added test for this behavior
a15bdee Adding more psutil for ☁️ 💻-ing
512744c Added a PR template for GitHub.
90e3dc5 Ensures scheduler jobs submissions are sent concurrently for a workflow. Refactors scheduler.workJobs() to a package unexported function workJobs().
8f1398c Adds RecordFailure() to task for recording run failures safely. Refactors submitProcessJob and submitPublishJob to use this new function.
8b6ea9b Add server REST API auth
5b48baa Added REST API auth documentation
8a31dfd Added snapctl config file option
d6a1fbe Added auth to client, tribe and cli.
fc65790 Added support for bool type to the cpolicy package
7ddfdf0 Adds Name(), Version(), TypeString() to scheduler.job to allow for better logging during execution.
77d6b1a Refactors the schedule package logger for scheduler.go and task.go. Allows for better resuse.
8a9fec0 Fixes work manage testing mocks to make new job interface.
500fd73 Adds debug logging to scheduler.workflow.
99c1b19 Adds unit testing for workJob submission calls.
6cedaaa Removed commented code
9198f97 Added mutex to workflow job submission mock struc to make it thread safe. Removed the delay.
cb7ead2 Ensures scheduler jobs submissions are sent concurrently for a workflow. Refactors scheduler.workJobs() to a package unexported function workJobs().
1da6589 Adds RecordFailure() to task for recording run failures safely. Refactors submitProcessJob and submitPublishJob to use this new function.
abe8e0e Adds Name(), Version(), TypeString() to scheduler.job to allow for better logging during execution.
f6e58df Refactors the schedule package logger for scheduler.go and task.go. Allows for better resuse.
c539df3 Fixes work manage testing mocks to make new job interface.
a61f835 Adds debug logging to scheduler.workflow.
460c657 Adds unit testing for workJob submission calls.
8209778 Adds IsError() to match new promise interface changes
e8ded86 Removes time delay from workflow test mock struct. This was left over from when this was a test harness for new workflow testing behavior.
717b91f Fixes #751
548d463 Documentation for labeling strategy - SDI-808
606ace9 Fix #760: Use log file when specified in config file or via command line parameter
9fcef62 Improves issue link part of PR template.
77669db Fixes #767
fcab2fc Enhancement #386: Implement Global Config per Spec with support for YAML config files
4537157 Feature #247: adds new command-line flags for work manager queue and pool sizes
cf4b969 Remove golint download as scripts/test.sh does not run golint. This will allow testing to run in Go 1.4.3 for now
d4807ee Fix #776: Fix zombie task by removing trying to lock an already locked task.
6ece85a Fix #768: Return and check error from *schedulerWorkflow.BindPluginContentType() method
e1f7bf0 snapctl: use default in metric get
71dae70 Fix link from TASKS doc to SNAPCTL
6d1844f Correcting example task & adding another
dc12496 Fix #787: Set gitcookie for go.googlesource.com due to rate limit for dependency
93bdc31 adds snappy to readme
7b14ecf Fixed typo in passthru processor
f6acee8 rest: add tags to task watch events
8c55bbb Fix #795: Return both cached and collected metrics
9c62f8d Fixes some typos
e41e628 added Cassandra publisher and colletor plugins into the committed plugin catalog
eb1c78f Fixes #807 - Resets the lastFireTime on a task.Spin()
6a3560f Fix #650: forward tags and labels from the catalog to the plugin on collection