Skip to content

Fix SimilarMorphologyTo 500 + gate, upgrade all thumbnail URLs to https#72

Merged
Robbie1977 merged 1 commit into
mainfrom
fix/thumbnail-https-and-similarmorphology-offset
Jul 13, 2026
Merged

Fix SimilarMorphologyTo 500 + gate, upgrade all thumbnail URLs to https#72
Robbie1977 merged 1 commit into
mainfrom
fix/thumbnail-https-and-similarmorphology-offset

Conversation

@Robbie1977

Copy link
Copy Markdown
Contributor
  • with_solr_cache: never pass offset to wrapped funcs that don't declare it (get_similar_neurons lacked offset -> TypeError on cache miss; the wrapper already slices for offset itself). Fixes SimilarMorphologyTo 500 on every neuron that has NBLAST data.
  • SimilarMorphologyTo gate: require the NBLAST facet (was Individual+Neuron), so the query is no longer offered to neurons with no similarity data and returning 0 rows (e.g. MaleCNS/BANC).
  • Upgrade every Cypher-built thumbnail URL http-> https (17 sites incl. neuron-neuron connectivity) so thumbnails aren't mixed-content blocked.
  • Bump version 1.22.24 -> 1.22.25.

- with_solr_cache: never pass offset to wrapped funcs that don't declare it
  (get_similar_neurons lacked offset -> TypeError on cache miss; the wrapper
  already slices for offset itself). Fixes SimilarMorphologyTo 500 on every
  neuron that has NBLAST data.
- SimilarMorphologyTo gate: require the NBLAST facet (was Individual+Neuron),
  so the query is no longer offered to neurons with no similarity data and
  returning 0 rows (e.g. MaleCNS/BANC).
- Upgrade every Cypher-built thumbnail URL http-> https (17 sites incl.
  neuron-neuron connectivity) so thumbnails aren't mixed-content blocked.
- Bump version 1.22.24 -> 1.22.25.
@Robbie1977 Robbie1977 merged commit 3b87ae0 into main Jul 13, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant