Branch: refs/heads/fluentd-ui
Home: https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin
Commit: 133cde0bc2a61cf88007e85249d1b0e2e1c39a83
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/133cde0bc2a61cf88007e85249d1b0e2e1c39a83
Author: Jesse Glick <[email protected]>
Date: 2018-08-15 (Wed, 15 Aug 2018)
Changed paths:
M pom.xml
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridge.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
Log Message:
-----------
Sketch of live test.
Commit: c98e6025abf056aa381effc1bad830ff557e0a7c
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/c98e6025abf056aa381effc1bad830ff557e0a7c
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Log Message:
-----------
Merge branch 'master' into PipelineBridgeTest
Commit: 2b232b40503efe65d73cd0039c6a32c535b58864
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/2b232b40503efe65d73cd0039c6a32c535b58864
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchRetriever.java
Log Message:
-----------
Race condition in CloudWatchRetriever.stepLog between couldBeCompleted and
stream.
Commit: 40a523802f3214117bbb52a8745ba14f21f81dab
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/40a523802f3214117bbb52a8745ba14f21f81dab
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchRetriever.java
Log Message:
-----------
Treat a bad start offset as nonfatal.
Commit: 1078688527f4e000e083d321a8a2a3f58b61df62
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/1078688527f4e000e083d321a8a2a3f58b61df62
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
Log Message:
-----------
We need a distinct buildId per test.
Commit: d876e0e0ce6e5399f8450ad7af4e5ea5f255f765
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/d876e0e0ce6e5399f8450ad7af4e5ea5f255f765
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
Log Message:
-----------
FluentdLogger should be Closeable.
Commit: d47c688e916ef8543fd79b430e2c6a99ca53d47d
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/d47c688e916ef8543fd79b430e2c6a99ca53d47d
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTracker.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTrackerTest.java
Log Message:
-----------
Make the event timestamp usually be strictly (and always monotonically)
increasing, so that we properly interleave even fairly rapid messages from a
single node.
Commit: d73b4687a611f72eb6a7f7c169af0fe98061f319
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/d73b4687a611f72eb6a7f7c169af0fe98061f319
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchRetriever.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTracker.java
M
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
Log Message:
-----------
Improved logging.
Commit: 80e570890052d87a2e37307e5a5580a6e91f5f43
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/80e570890052d87a2e37307e5a5580a6e91f5f43
Author: Jesse Glick <[email protected]>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Pick up
https://github.com/jenkinsci/workflow-api-plugin/pull/17/commits/d4e41dfec503331587da11b67e2bbcba423207c5
so that couldBeComplete is properly interpreted.
Commit: 0abc5f56ae933b218ab73283294098a9947722fe
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/0abc5f56ae933b218ab73283294098a9947722fe
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M pom.xml
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchAwsGlobalConfiguration.java
M
src/main/resources/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchAwsGlobalConfiguration/config.jelly
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchAwsGlobalConfigurationStub.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchAwsGlobalConfigurationTest.java
Log Message:
-----------
Merge branch 'master' into PipelineBridgeTest
Commit: f11da539ac10565c1404f80dd2ddff8e3c4d318d
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/f11da539ac10565c1404f80dd2ddff8e3c4d318d
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
Log Message:
-----------
Picking up Fluency liveness assertion from #6 thanks to @carlossg.
Commit: a0cc9264c8673b9e6e250e5e96d3804669335dd5
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/a0cc9264c8673b9e6e250e5e96d3804669335dd5
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
Log Message:
-----------
Reusing existing form validation for CloudWatch Logs.
Commit: bc65dfc1d29446d458483437dc8144d307a93c29
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/bc65dfc1d29446d458483437dc8144d307a93c29
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M pom.xml
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
Log Message:
-----------
FluentdLogger.timestampTracker nullability was being incorrectly handled in
agent JVMs.
Commit: 8f716072cbe8043b09c5e7568ec8c0af48b88e2b
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/8f716072cbe8043b09c5e7568ec8c0af48b88e2b
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
Log Message:
-----------
Working around https://github.com/komamitsu/fluency/pull/100 chattiness.
Commit: bb95513981680e8a51ea288143a14319a7488e8c
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/bb95513981680e8a51ea288143a14319a7488e8c
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Incremental update to a version which deployed successfully.
Commit: 8150c41b73fd4448232b01e21eddecdec97250d3
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/8150c41b73fd4448232b01e21eddecdec97250d3
Author: Jesse Glick <[email protected]>
Date: 2018-08-17 (Fri, 17 Aug 2018)
Changed paths:
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
Log Message:
-----------
FindBugs
Commit: 73e63aeb60e1e1e616d30f122f7eda0c8ed0ab99
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/73e63aeb60e1e1e616d30f122f7eda0c8ed0ab99
Author: Jesse Glick <[email protected]>
Date: 2018-08-20 (Mon, 20 Aug 2018)
Changed paths:
M pom.xml
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchRetriever.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridge.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTracker.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTrackerTest.java
Log Message:
-----------
Merge pull request #5 from jglick/PipelineBridgeTest
Live test
Commit: e245d8cf0a59fad9214659a654fd7cb474cea497
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/e245d8cf0a59fad9214659a654fd7cb474cea497
Author: Jesse Glick <[email protected]>
Date: 2018-08-20 (Mon, 20 Aug 2018)
Changed paths:
M pom.xml
M src/main/resources/index.jelly
Log Message:
-----------
[INFRA-1747] Adding <scm> section to allow incremental deployment.
Commit: 807684ef962fca52b9408c8ce53fd67f6e4c6c15
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/807684ef962fca52b9408c8ce53fd67f6e4c6c15
Author: Jesse Glick <[email protected]>
Date: 2018-08-20 (Mon, 20 Aug 2018)
Changed paths:
M pom.xml
M src/main/resources/index.jelly
Log Message:
-----------
Merge pull request #7 from jglick/scm
[INFRA-1747] Adding <scm> section to allow incremental deployment
Commit: 9fd5a46ab854676eda720292773a3c909115f3c8
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/commit/9fd5a46ab854676eda720292773a3c909115f3c8
Author: Carlos Sanchez <[email protected]>
Date: 2018-08-23 (Thu, 23 Aug 2018)
Changed paths:
M pom.xml
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchAwsGlobalConfiguration.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/CloudWatchRetriever.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/FluentdLogger.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridge.java
M
src/main/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTracker.java
M src/main/resources/index.jelly
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/PipelineBridgeTest.java
A
src/test/java/io/jenkins/plugins/pipeline_log_fluentd_cloudwatch/TimestampTrackerTest.java
Log Message:
-----------
Merge branch 'master' into fluentd-ui
Compare:
https://github.com/jenkinsci/pipeline-log-fluentd-cloudwatch-plugin/compare/31d6a9542f41...9fd5a46ab854
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.