Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pgarrison created a comment on a pull request on aics-int/aics-file-upload-app
@tyler-foster do you think we should remove the "Learn More" button, or link to something else?
pgarrison pushed 3 commits to main aics-int/aics-file-upload-app
pgarrison closed a pull request on aics-int/aics-file-upload-app
Release V3.3.4
Changes: #132 Tested on staging. Uncovered an important bug (#137, https://github.com/aics-int/fms-mongo-etl/issues/52), but I also reproduced that in the prior `v3.3.3`. I've released th...pgarrison created a review on a pull request on aics-int/aics-file-upload-app
Please wait on #139 before merging to preserve accurate commit history
pgarrison created a review on a pull request on aics-int/aics-file-upload-app
Please wait on #139 before merging to preserve accurate commit history
pgarrison opened a pull request on aics-int/aics-file-upload-app
Release V3.3.4
Changes: #132 Tested on staging. Uncovered an important bug (#137, https://github.com/aics-int/fms-mongo-etl/issues/52), but I also reproduced that in the prior `v3.3.3`.pgarrison opened a pull request on aics-int/aics-file-upload-app
Release instructions push to new branch
Old instructions had you push directly to `main`, which we have disallowed. Tested these instructions with my `v3.3.4` PRpgarrison created a branch on aics-int/aics-file-upload-app
docs/release-branch-strategy - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison created a branch on aics-int/aics-file-upload-app
v3.3.4 - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison created a tag on aics-int/aics-file-upload-app
v3.3.4 - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison created a comment on an issue on aics-int/aics-file-upload-app
Reproduced for a non-cloud-only upload (file ID `e0e085eca3584461a75b665584668c0e` in staging), so I'm removing the on-prem cache label
pgarrison opened an issue on aics-int/aics-file-upload-app
JSS jobs not consistently created
It seems the underlying issue(s) from https://github.com/aics-int/file-storage-service/issues/410 and https://github.com/aics-int/file-storage-service/issues/415 are not resolved -- the issue persi...pgarrison pushed 2 commits to main aics-int/aics-file-upload-app
pgarrison closed a pull request on aics-int/aics-file-upload-app
Docs: Replace master with main (tiny)
See titlepgarrison created a branch on aics-int/aics-file-upload-app
v3.3.4-snapshot.0 - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison created a tag on aics-int/aics-file-upload-app
v3.3.4-snapshot.0 - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison created a comment on an issue on AllenInstitute/biofile-finder
Based on the timing, this seems like a bug related to cloud-first features. Perhaps we're handing off the cloud path instead of the Vast path.
pgarrison opened a pull request on aics-int/aics-file-upload-app
Docs: Fix confluence links (tiny)
Confluence has migrated to alleninstitute.atlassian.net: all the old links are broken. The `http://confluence.corp.alleninstitute.org/display/SF/File+Upload+Application#FileUploadApplication-Dow...pgarrison created a branch on aics-int/aics-file-upload-app
docs/confluence-links - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison opened a pull request on aics-int/aics-file-upload-app
Docs: Replace master with main (tiny)
See titlepgarrison created a branch on aics-int/aics-file-upload-app
default-branch-is-main - A desktop client for uploading file and file metadata to the Allen Institute for Cell Science's internal file management system (FMS).
pgarrison closed an issue on aics-int/aics-file-upload-app
BUG: FUA crashes when attempting to edit metadata
# Steps to reproduce * Open FUA to main page * Select a file (our test file has metadata already and is a cloud-only upload) * Right click the file and select View * Actual behavior: application go...pgarrison pushed 3 commits to main aics-int/aics-file-upload-app
pgarrison closed a pull request on aics-int/aics-file-upload-app
Bugfix/128 cloud only upload crash
# Purpose Allow cloud-only uploads to have their metadata edited Closes #128 # Changes Use `fms.file.publicfilepath` instead of `fms.file.localfilepath`. The error that was triggered is on...pgarrison created a comment on a pull request on bioio-devs/bioio
> @pgarrison is there some kind of path to drag AICS internal python code up to >=3.11? With the exception of [cyto-dl](https://github.com/AllenCellModeling/cyto-dl/) and current projects that u...
pgarrison opened an issue on AllenCellModeling/cyto-dl
Make Requirements action deprecated
My [latest attempt](https://github.com/AllenCellModeling/cyto-dl/actions/runs/13063791119) to run this action failed with the following error. ``` This request has been automatically failed because...pgarrison pushed 17 commits to python-311 AllenCellModeling/cyto-dl
- return loaded image instead of bioio.bioimage (#439) Co-authored-by: Benjamin Morris <benjamin.morris@prd-aics-dcp-0... 2def9f5
- upgrade tifffile (#436) * upgrade tifffile * Updating lock files and requirements * Admin/update precommit (#4... 76eeab4
- Updating lock files and requirements 6edccf3
- add centroid transforms (#442) * add centroid transforms * formatting * simplify slice generation, add comment... 8a88689
- by default- use strict 9f66423
- adding overlap as discussed with suraj e7dc50a
- Merge pull request #443 from AllenCellModeling/plugin_config_fixes Default to strict=True for plugin config, add ove... ab630c9
- Bump version 0.4.1 -> 0.4.2 (#444) Co-authored-by: aicsgithub <[email protected]> de63972
- remove unnecessary images from batch (#445) Co-authored-by: Benjamin Morris <[email protected]... 71659df
- Bump version 0.4.2 -> 0.4.3 (#446) Co-authored-by: aicsgithub <[email protected]> ad37fcb
- add predict to saving callback 4247af3
- Merge pull request #452 from AllenCellModeling/hotfix/fix-plugin-config-saving-callback add predict to saving callback 07959b0
- Bump version 0.4.3 -> 0.4.4 52e02cb
- Merge pull request #453 from AllenCellModeling/workflow-release Bump version and publish 79ed149
- Merge branch 'admin/requirements-update_2024-10-11_19-33' into main e204c4f
- Support python 3.11 197a6ab
- Test against python 3.11 684bae1