-
Notifications
You must be signed in to change notification settings - Fork 3
Fix styling of sessions in hallway and exhibition #42
Fix styling of sessions in hallway and exhibition #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like some changes were committed that shouldn't have been committed...
cinema/build.gradle
Outdated
// jvmArgs '-Dorg.tweetwallfx.scheduledata.day=friday' | ||
// jvmArgs '-Dorg.tweetwallfx.scheduledata.time=10:00Z' | ||
// jvmArgs '-Dorg.tweetwallfx.conference.randomRatedTalks=true' | ||
jvmArgs '-Dorg.tweetwallfx.scheduledata.day=thursday' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo please
@@ -2,6 +2,7 @@ | |||
"conferenceClient": { | |||
"eventBaseUri": "https://dvbe23.cfp.dev/api/public", | |||
"votingResultsUri": "https://us-central1-voxxrin-v3.cloudfunctions.net/publicEventStats", | |||
"votingResultsToken": "eventStats:devoxx-voxxed:c5ac7b45-f7cb-4192-a0ee-f6f7596cad30", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should no longer be necessary. Undo please
@@ -112,6 +112,9 @@ | |||
"nodeSelector": "#scheduleNode" | |||
} | |||
}, | |||
{ | |||
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.SpeakerImageMosaicStep" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time to go to production?
exhibition/build.gradle
Outdated
@@ -29,8 +29,8 @@ application { | |||
} | |||
|
|||
tasks.withType(JavaExec).configureEach { | |||
// jvmArgs '-Dorg.tweetwallfx.scheduledata.day=friday' | |||
// jvmArgs '-Dorg.tweetwallfx.scheduledata.time=10:00Z' | |||
jvmArgs '-Dorg.tweetwallfx.scheduledata.day=monday' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo please
hallway/build.gradle
Outdated
@@ -29,8 +29,8 @@ application { | |||
} | |||
|
|||
tasks.withType(JavaExec).configureEach { | |||
// jvmArgs '-Dorg.tweetwallfx.scheduledata.day=friday' | |||
// jvmArgs '-Dorg.tweetwallfx.scheduledata.time=10:00Z' | |||
jvmArgs '-Dorg.tweetwallfx.scheduledata.day=monday' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo please
Also spotless is complaining |
68caef8
to
db11b28
Compare
^Add meaningful description above
By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -
Please make sure (eg.
git log
) that all commits have a valid name and email address for you in the Author field.If you're a first time contributor, see the Contributing guidelines for more information.