Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enable pagination of Annotations table with temporary hacky query #992

Merged
merged 8 commits into from
Aug 9, 2024

Conversation

bchu1
Copy link
Contributor

@bchu1 bchu1 commented Aug 6, 2024

#581

This changes the Annotations table GQL to query annotation_files at the top level instead of annotations.

Because distinct_on was not able to be used to generate distinct annotation and shape_type pairs (see comments in issue), this instead ignores .zarr files for the time being to make each annotation_file's shape_type within an annotation unique.

@bchu1 bchu1 marked this pull request as ready for review August 6, 2024 23:43
@bchu1 bchu1 requested a review from ehoops-cz August 7, 2024 23:00
@bchu1 bchu1 merged commit 79f7247 into main Aug 9, 2024
13 of 14 checks passed
@bchu1 bchu1 deleted the bchu/unique branch August 9, 2024 22:58
github-actions bot added a commit that referenced this pull request Aug 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.19.0](web-v1.18.0...web-v1.19.0)
(2024-08-12)


### ✨ Features

* Add Tomograms table
([#988](#988))
([420acdd](420acdd))
* Enable pagination of Annotations table with temporary hacky query
([#992](#992))
([79f7247](79f7247))


### ♻️ Code Refactoring

* download dialog tests
([#1011](#1011))
([f0ece55](f0ece55)),
closes
[#962](#962)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
kne42 added a commit that referenced this pull request Aug 16, 2024
* main: (21 commits)
  feat: add filter panel to single deposition page (#1030)
  chore(main): release web 1.21.0 (#1032)
  feat: Update Tomogram Processing field format and query (#1031)
  chore(main): release web 1.20.0 (#1028)
  feat: Implement collapsing Annotated Objects list (#1024)
  chore: Add e2e test for errors on Neuroglancer site (#1027)
  chore(main): release web 1.19.1 (#1023)
  fix: Fix Neuroglancer URL bug (#1026)
  fix: Dedupe authors (#1018)
  chore(main): release web 1.19.0 (#1019)
  refactor: download dialog tests (#1011)
  feat: Add Tomograms table (#988)
  feat: Enable pagination of Annotations table with temporary hacky query (#992)
  chore(main): release web 1.18.0 (#984)
  feat: Add Tomograms tab to Run page (#983)
  chore: remove extra GHA concurrency lock from prod-deploy.yml (#982)
  feat: add user agent to client requests (#966)
  chore: Add additional test case to TestGetDestinationPath (#955)
  chore(main): release web 1.17.0 (#971)
  ci: update frontend release pr filter (#977)
  ...
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.

2 participants