Skip to content

Releases: icgc-argo/song-search

2.5.0

22 Jan 17:35
24842f7
Compare
Choose a tag to compare

!!! BREAKING CHANGES !!!

  • New GQL query response format to support better paging and sort (full details found in src/main/resources/schema.graphqls), this is only a top-level change, the Analysis and File entities response remains unchanged :

Excerpt from Schema

type SearchResultInfo {
    contentCount: String!
    hasNextFrom: String!
    totalHits: String!
}

type AnalysesSearchResult {
    content: [Analysis!]
    info: SearchResultInfo!
}

New Features

  • New Aggregation query in GQL (currently only counts, plans for expansion in future releases):
type AggregationResult {
    totalHits: String!
}

Misc

  • Migrated Jenkins to use GitHub Packages

2.4.0

04 Nov 16:56
cfaf782
Compare
Choose a tag to compare
  • sub-filtering for nested GQL queries
  • add query for analysis and sample matched analysis given analysisId
  • adds missing repositories field to analysis

2.0.0

03 Jul 13:37
248fe9b
Compare
Choose a tag to compare
Merge pull request #11 from icgc-argo/RC/2.0.0

RC/2.0.0