Navigation Menu

Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed May 15, 2020
1 parent 2bdcb35 commit 338f1ba
Show file tree
Hide file tree
Showing 153 changed files with 164 additions and 164 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -21,11 +21,11 @@ deploy:
provider: releases
api_key: $GH_TOKEN
file:
- /home/travis/build/sourceplusplus/Assistant/agent/jvm-agent/build/libs/source-agent-0.2.5.jar
- /home/travis/build/sourceplusplus/Assistant/api/build/libs/source-api-0.2.5.jar
- /home/travis/build/sourceplusplus/Assistant/core/build/distributions/source-core-0.2.5.zip
- /home/travis/build/sourceplusplus/Assistant/plugin/jetbrains-plugin/build/distributions/jetbrains-source-plugin-0.2.5.zip
- /home/travis/build/sourceplusplus/Assistant/portal/build/distributions/source-portal-0.2.5.zip
- /home/travis/build/sourceplusplus/Assistant/agent/jvm-agent/build/libs/source-agent-0.2.6.jar
- /home/travis/build/sourceplusplus/Assistant/api/build/libs/source-api-0.2.6.jar
- /home/travis/build/sourceplusplus/Assistant/core/build/distributions/source-core-0.2.6.zip
- /home/travis/build/sourceplusplus/Assistant/plugin/jetbrains-plugin/build/distributions/jetbrains-source-plugin-0.2.6.zip
- /home/travis/build/sourceplusplus/Assistant/portal/build/distributions/source-portal-0.2.6.zip
skip_cleanup: true
on:
tags: true
Expand Down
Expand Up @@ -41,7 +41,7 @@
* Connects to core, boots APM agent, and adds trace subscribed artifact spans.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class SourceAgent {
Expand Down
Expand Up @@ -21,7 +21,7 @@
* Todo: Can likely be replaced with apm-customize-enhance-plugin
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class ClassFileTransformerImpl implements ClassFileTransformer {
Expand Down
Expand Up @@ -14,7 +14,7 @@
* Todo: Can likely be replaced with apm-customize-enhance-plugin
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class GenericClassAdapter extends ClassVisitor {
Expand Down
Expand Up @@ -8,7 +8,7 @@
* Todo: Can likely be replaced with apm-customize-enhance-plugin
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class SourceApplicationInjector extends AdviceAdapter {
Expand Down
Expand Up @@ -17,7 +17,7 @@
* Syncs the currently trace subscribed artifacts with core.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class ArtifactTraceSubscriptionSync implements Runnable {
Expand Down
Expand Up @@ -11,7 +11,7 @@

/**
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class ActiveSourceAgentTest {
Expand Down
Expand Up @@ -2,7 +2,7 @@

/**
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class JavaTestClass {
Expand Down
Expand Up @@ -12,7 +12,7 @@

/**
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class TraceTest extends ActiveSourceAgentTest {
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/com/sourceplusplus/api/APIException.java
Expand Up @@ -8,7 +8,7 @@
* Represents an exception thrown by Source++ Core API.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.4
*/
public class APIException extends RuntimeException {
Expand Down
Expand Up @@ -6,7 +6,7 @@
* //todo: rename public-events to subscribe-events
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public enum PluginBridgeEndpoints {
Expand Down
Expand Up @@ -15,7 +15,7 @@
* Used to setup a bridge client to core which allows for pub/sub communication.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
public class SourceBridgeClient {
Expand Down
Expand Up @@ -14,7 +14,7 @@
* A common client interface for the various Source++ components.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public interface SourceClient {
Expand Down
Expand Up @@ -33,7 +33,7 @@
* Used to communicate with Source++ Core.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class SourceCoreClient implements SourceClient {
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Time frames the core supports for artifact metrics/traces.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public enum QueryTimeFrame {
Expand Down
Expand Up @@ -10,7 +10,7 @@
* Base message for all Source++ API messages.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonInclude(value = JsonInclude.Include.NON_NULL)
Expand Down
Expand Up @@ -12,7 +12,7 @@
* Immutable settings for Source++ API messages.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonSerialize
Expand Down
Expand Up @@ -17,7 +17,7 @@
* Used to create/update source applications.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -14,7 +14,7 @@
* Used to report current application artifact subscriptions.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -14,7 +14,7 @@
* Represents a subscribable source artifact (method/class/etc).
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -13,7 +13,7 @@
* Used to provide additional configuration to source artifacts.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -14,7 +14,7 @@
* Used to report current artifact metrics/traces.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.2
*/
@SourceStyle
Expand Down
Expand Up @@ -14,7 +14,7 @@
* Used to unsubscribe from artifact metrics/traces.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Used to subscribe to artifact metrics/traces.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonAutoDetect
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Different types of subscriptions artifacts accept.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public enum SourceArtifactSubscriptionType {
Expand Down
Expand Up @@ -21,7 +21,7 @@
* Holds the current configuration used by the agent.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
Expand Down
Expand Up @@ -8,7 +8,7 @@
* Holds the current configuration used by the core.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonAutoDetect
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Holds configuration necessary to connect to core.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class)
Expand Down
Expand Up @@ -9,7 +9,7 @@
* Holds the current configuration used by the plugin.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class)
Expand Down
Expand Up @@ -10,7 +10,7 @@
* Holds the current configuration used by the portal.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
public class SourcePortalConfig {
Expand Down
Expand Up @@ -9,7 +9,7 @@
* Represents an error thrown by the core API.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public class SourceAPIError {
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Possible errors core API is able to throw.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
public interface SourceAPIErrors {
Expand Down
Expand Up @@ -28,7 +28,7 @@
* Used to convey information about the current setup of core.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -12,7 +12,7 @@
* Connection information for a core integration.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
@SourceStyle
Expand Down
Expand Up @@ -19,7 +19,7 @@
* General information about a core integration.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.1
*/
@SourceStyle
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Different types of connections core supports.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
public enum ConnectionType {
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Different types of integrations core supports.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.1
*/
public enum IntegrationCategory {
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Configuration for the Apache SkyWalking APM integration.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
@SourceStyle
Expand Down
Expand Up @@ -4,7 +4,7 @@
* Represents configuration for a core integration.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
public interface IntegrationConfig {
Expand Down
Expand Up @@ -9,7 +9,7 @@
* Used to resolve the correct IntegrationConfig based on the id.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.2.0
*/
public class IntegrationConfigTypeResolver extends TypeIdResolverBase {
Expand Down
Expand Up @@ -10,7 +10,7 @@
* Represents an artifact and the application it belongs to.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Represents an artifact's bar trend data.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down
Expand Up @@ -13,7 +13,7 @@
* Represents some general artifact statistics.
*
* @author <a href="mailto:brandon@srcpl.us">Brandon Fergerson</a>
* @version 0.2.5
* @version 0.2.6
* @since 0.1.0
*/
@SourceStyle
Expand Down

0 comments on commit 338f1ba

Please sign in to comment.