Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

galaxyproject/galaxy

davelopez created a comment on a pull request on galaxyproject/galaxy
> Here we cannot associate directly using the id because those are new objects (their id is still None) and having the viewonly flag to true will ignore this assignment as far as I understand. h...

View on GitHub

davelopez created a review comment on a pull request on galaxyproject/galaxy
You can also assert that the history_name is in response["username_and_slug"], whatever you prefer

View on GitHub

davelopez created a review on a pull request on galaxyproject/galaxy

View on GitHub

arash77 created a review comment on a pull request on galaxyproject/galaxy
like this: ```suggestion assert response["username_and_slug"].split("h/")[1] == history_name ```

View on GitHub

arash77 created a review on a pull request on galaxyproject/galaxy

View on GitHub

arash77 created a review comment on a pull request on galaxyproject/galaxy
The `SharingStatus` model doesn't have the slug itself. Should I split it from this one?

View on GitHub

arash77 created a review on a pull request on galaxyproject/galaxy

View on GitHub

github-actions[bot] created a comment on a pull request on galaxyproject/galaxy
This PR was merged without a "kind/" label, please correct.

View on GitHub

mvdbeek pushed 5 commits to dev galaxyproject/galaxy
  • Account that k8s pods may be uncounted yet. f8c8001
  • Fix linting 4b8b23a
  • Update lib/galaxy/jobs/runners/kubernetes.py Co-authored-by: Marius van den Beek <[email protected]> 2944d57
  • Update lib/galaxy/jobs/runners/kubernetes.py Co-authored-by: Nuwan Goonasekera <[email protected].... 3576afd
  • Merge pull request #19001 from mapk-amazon/random-failure-fix Fixes random job failures in kubernetes 409b790

View on GitHub

mvdbeek created a review comment on a pull request on galaxyproject/galaxy
Can you assert the actual slug, and maybe we can use something not religious ?

View on GitHub

mvdbeek created a review on a pull request on galaxyproject/galaxy

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on galaxyproject/galaxy
## Clear-text logging of sensitive information This expression logs [sensitive data (password)](1) as clear text. [Show more details](https://github.com/galaxyproject/galaxy/security/code-scannin...

View on GitHub

github-advanced-security[bot] created a review on a pull request on galaxyproject/galaxy

View on GitHub

davelopez created a comment on a pull request on galaxyproject/galaxy
I think https://github.com/galaxyproject/galaxy/pull/19017/commits/e14d76a909fb3f334c7e89fe20c35c54da1246a3 will fix these tests https://github.com/galaxyproject/galaxy/actions/runs/11380325900?pr=...

View on GitHub

nsoranzo pushed 2 commits to release_24.0 galaxyproject/galaxy
  • PR title update workflow 677c90b
  • Merge pull request #19019 from arash77/backport-pr-title-update-workflow [24.0] Backporting PR title update workflow 19811a6

View on GitHub

nsoranzo closed a pull request on galaxyproject/galaxy
[24.0] Backporting PR title update workflow
Backporting the PR title update workflow to the release_24.0 branch ensures it runs on PRs where it's useful. Thanks @nsoranzo for mentioning this https://github.com/galaxyproject/galaxy/pull/1883...
davelopez created a review on a pull request on galaxyproject/galaxy
Thank you @arash77!

View on GitHub

arash77 created a comment on a pull request on galaxyproject/galaxy
The test failures seems to be irrelevant.

View on GitHub

arash77 opened a pull request on galaxyproject/galaxy
[24.0] Backporting PR title update workflow
Backporting the PR title update workflow to the release_24.0 branch ensures it runs on PRs where it's useful. Thanks @nsoranzo for mentioning this https://github.com/galaxyproject/galaxy/pull/1883...
hexylena opened an issue on galaxyproject/galaxy
Filtering a selection in a data library does not inform user they are retained
I tried to import some datasets from a large library and could not figure out until today why I was getting duplicates imported because the UI didn't communicate that state. **Steps to reproduce...
davelopez opened a pull request on galaxyproject/galaxy
[24.1] Fix possible CircularDependencyError when importing collections
Fixes #18927 xref #19005 Making copied HistoryDatasetCollectionAssociation relationships view-only as an attempt to avoid potential circular dependency errors. In practice, this gets rid of ...
guerler created a comment on a pull request on galaxyproject/galaxy
Thank you @dannon for helping with this project. This looks gtm +1.

View on GitHub

shenweiyan created a comment on an issue on galaxyproject/galaxy
> sh manage_db.sh upgrade I performed the update in one go, but the correct approach should be to go through all DB releases step by step? For example: ```bash sh manage_db.sh upgrade 21.01 ...

View on GitHub

davelopez created a comment on a pull request on galaxyproject/galaxy
> this might be good and I wouldn't necessarily say you're on the wrong track ? Alright, I'll reopen and investigate the test.

View on GitHub

davelopez created a comment on a pull request on galaxyproject/galaxy
> this might be good and I wouldn't necessarily say you're on the wrong track ? Alright, I'll reopen and investigate the test.

View on GitHub

bgruening created a comment on an issue on galaxyproject/galaxy
@shenweiyan have you update in one go or have you gone through all DB releases step by step?

View on GitHub

bgruening created a review comment on a pull request on galaxyproject/galaxy
```suggestion ```

View on GitHub

bgruening created a review on a pull request on galaxyproject/galaxy

View on GitHub

bgruening pushed 2 commits to release_24.1 galaxyproject/galaxy
  • Fix typo in hasLoadingCollectionElementsError computed property As it was, false was being used as an index instead ... 62e9b34
  • Merge pull request #19015 from dannon/collection-elements-store-bug [24.1] Fix collectionElementsStore's hasLoadingC... 1a6b7fe

View on GitHub

bgruening closed a pull request on galaxyproject/galaxy
[24.1] Fix collectionElementsStore's hasLoadingCollectionElementsError computed.
As it was, false was being used as an index instead of the fallback return value -- just a minor typo from https://github.com/galaxyproject/galaxy/pull/18756. No idea if this manifested as anyth...
Load more