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

v0.15.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@nanliu nanliu released this 15 Jul 21:22
· 705 commits to master since this release

CHANGELOG

d4e3fbb Add medium test to travis.ci
7a3573b Fixes #1044: Returns an error when trying to stop a disabled task.
5d91b04 Adds log capturing from plugins to be carried through to snapd's logs
84aa75e Fixes 1043: Modifies snap to allow for removal of disabled tasks
f497408 Added new file publisher plugin location
b95a3e6 Fixes #1058: Adds code to ensure Snap restarts in response to a SIGHUP
5e09053 Updated mock example tasks
4199ee7 Fixed distributed WF tests
9937cd3 Fixed a few more broken unit test references
a1b5fe6 Fixed plugin name in various tests
a5a7b61 Renamed file publisher plugin and updated names and imports
3d27f31 Consistent tagline and Snappy 🐢
472b9c8 Adding Mesos Collector 🎁
c51379f Altered plugin test files and helper.go - main_test.go in plugin dirs no longer needlessly rebuilds plugins. - Rewrote helper.go and added CheckPluginBuilt func to make sure the binaries are there
c21517c Fixes #1002: Generate a test config with an available port.
ca0a9b6 Fixes #1037: Adds medium tags to new test files and rename them as medium tests
cc4eda7 Update snap build scripts (#1027)
47b789c Add checking and documentation around proper use of metric namespaces
0476ccf Stops control after test blocks
51314c6 Renames CollectMetricsReply in controlproxy avoiding duplicate registration
03e2d69 Fix to run tests only when legacy is specified.
085ff41 Fixed broken links and table
e1459db Documentation for tagging metrics via task manifest
320ec8d medium tests for snap-collector-mock1 (#946)
b292715 Fixes #1013 (#1036)
ae1890d Added publishing tags by file publisher
558af15 Fixes #1031: Adds code to set RESTful API address correctly and use it when starting the RESTful server
2b32785 Change out Gitter for Slack
e68b1a3 Fix #1011: Group dynamic metrics in cache under appropriate keys (#1025)
4553e08 Added PROFILING.md
e8b6ce2 Fixes #979: Adds code to check the CLI and config file port definitions (#1014)
8539f5a Enables plugin communication over gRPC (#1012)
902b9ae add snap-plugin-collector-memcache to catalog (#1022)
6552130 issue#967: Task will not been disabled on consecutive failures if the maximum failures value is -1
ec2d493 issue#967: Customizable number of failures before snap disable the task
a28dc01 all signatures of cli commands changed to return error
ff8ca32 Adding new options to docs
f919e65 Add snap-plugin-collector-ping to catalog
c8eef2c resolves the missing SNAP_TEST-TYPE in calling scripts/test.sh
5c56564 Use go get -d to get Snap
dfc1e3c Removes task pkg Updating protobuf revisionId
0c1c232 Tests added
58a60c3 Add tasks creation and activation when some found in auto_discover_path
6dc4186 Adds GetAutodiscoverPaths() to Controlproxy
c6a7c45 Adding log coloring command line option parameter
91fc4c2 Added log truncation option Updated logrus version to match same than most plugins
ed47d6d Fixes #1004: Uses https link for go report card link.
6a8ba3a Fixes #988 - Plugins with multiple config policy nodes may cause a panic (#989)
cc6189c Fixes #799: Exposes collector plugin defaults to the framework (#959)
b0d56f9 Fixes #987: Adds check for metrics during unsubscribe
cbe7b96 Fixes #986 Kubernetes dependency.
0af3ca3 Fixed a typo on the plugin name
2c58263 Adding CloudWatch Publisher Plugin onto the catalog
c0dac05 Adds unique context per grpc call in controlproxy
096bd7d Added build tags to grpc_server and fixtures
6061a44 Adds timeout to grpc calls to enable failures
54fa222 Adds testing fixure to control for sharing mocks between different test types
8c5c543 Removes gob and plugin as deps for grpc/common
1a113b5 Adds legacy tag to distributed task test
9f64f29 Adds docs related to distributed workflow
32eac42 Adds/Updates examples
867b7af Updated Godeps
c7e285d Adds distributed workflow ability to scheduler
d26bb72 gen-proto
0b8120f Adds gen-proto.sh script to scripts directory
ebdd1fb Adds control grpc server files
4123af2 Adds grpc/ directory
0c9871f Update tribe config to use netutil package
172f518 Add netutil and rpcutil to pkg directory
7e82a85 Adding CloudWatch Publisher Plugin onto the catalog
f2bf1f5 Fixes #971: Rechecks config option constraints after CLI flags applied
998f694 Only use version for specific tags.
4f7afa7 Fixes #900: Removes '0' from the list of valid ports the REST API can be started on; also refactors how command-line flags are set and prints valid defaults where applicable