Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
cdstar
Commits
5e06abe7
Commit
5e06abe7
authored
Jan 15, 2020
by
mhellka
Browse files
Small cleanup
parent
a2b0a4ea
Pipeline
#119889
passed with stage
in 8 minutes and 29 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cdstar-plugins-pom/cdstar-push/README.adoc
View file @
5e06abe7
...
...
@@ -14,7 +14,7 @@ cdstar:
plugin:
push:
class: PushEventFilter
fail.log:
/var/log/cdst
ar/push-fail.log
fail.log:
"${path.v
ar
}
/push-fail.log
"
retry.max: 3
retry.delay: 1000
retry.cooldown: 60000
...
...
cdstar-plugins-pom/cdstar-push/src/main/java/de/gwdg/cdstar/plugins/push/PushEventFilter.java
View file @
5e06abe7
...
...
@@ -86,7 +86,7 @@ public class PushEventFilter extends AbstractEventFilter implements RuntimeListe
log
.
warn
(
"Fail.log is not empty: {}"
,
logFile
);
}
}
catch
(
final
IOException
e
)
{
throw
new
ConfigException
(
key
+
": "
+
e
.
getMessage
());
throw
new
ConfigException
(
key
+
": "
+
e
.
getMessage
()
,
e
);
}
}
...
...
cdstar-plugins-pom/cdstar-rabbitmq-sink/src/main/java/de/gwdg/cdstar/ext/rabbitmq/RabbitMQConnector.java
View file @
5e06abe7
...
...
@@ -38,9 +38,6 @@ class RabbitMQConnector implements Closeable {
mapper
.
disable
(
SerializationFeature
.
INDENT_OUTPUT
);
}
public
static
final
String
PROP_BROKER
=
"broker"
;
public
static
final
String
PROP_EXCHANGE
=
"exchange"
;
private
volatile
boolean
closed
=
false
;
private
Connection
connection
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment