Skip to content

Commit

Permalink
Cli multi channels (#8)
Browse files Browse the repository at this point in the history
* Initial commit

* Support multi-channel myStats query

* Fixed bug in multi-channel support

* Switched param from l to c for back compat

* Switched param from l to c for back compat

* Updated test for multi-channel support

* Factored out generateMetadataStream

* Methods for writing enum labels and metadata

* Factored out generateMetadataStream

* Update for jmyapi v7.0.0

* Update version and release date

* Fixed unclosed stream bug

* Fix JSON output error

* Update to support multi-channel queries

* Update to match new multiechannel output

* Only write the stats for one channel, not all

* Update output format to match mySampler.

* Update channels label

* Update release date
  • Loading branch information
apcarp committed May 17, 2023
1 parent 72fa0cb commit b1ceeb1
Show file tree
Hide file tree
Showing 12 changed files with 1,702 additions and 320 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
}

description = "MYA web-based query tool"
version = '3.0.0'
version = '4.0.0'

ext {
releaseDate = 'Jan 24 2023'
releaseDate = 'May 16, 2023'
}

tasks.withType(JavaCompile) {
Expand Down Expand Up @@ -35,7 +35,7 @@ configurations {
}

dependencies {
implementation 'org.jlab:jmyapi:6.3.0',
implementation 'org.jlab:jmyapi:7.0.0',
'org.eclipse.parsson:parsson:1.1.1'
providedCompile 'jakarta.servlet:jakarta.servlet-api:6.0.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
Loading

0 comments on commit b1ceeb1

Please sign in to comment.