Ecosyste.ms: Timeline

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

GitHK

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK pushed 3 commits to pr-osparc-stream-zipping-of-s3-content GitHK/osparc-simcore-forked
  • ✨ Add `storage` dummy rpc endpoints for zipping (#7202) 5ac65f7
  • ♻️ Refactor `webserver` projects: drops request dependency on service layer functions (#7228) 4ca666e
  • Merge remote-tracking branch 'upstream/master' into pr-osparc-stream-zipping-of-s3-content 9d48624

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
I think it's OK like so, since we don't care about what type of has it computes. It's a fast hash, for details one can look in the function.

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
I have no real idea about this.

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
could not figure out how to do it. will not use time on it. If you have an example that already works I will give it a try.

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
replying below

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK pushed 1 commit to pr-osparc-s3-zip-stream-worker-code GitHK/osparc-simcore-forked

View on GitHub

GitHK pushed 4 commits to pr-osparc-s3-zip-stream-worker-code GitHK/osparc-simcore-forked
  • removed uneccessary edbc905
  • ✨ Add `storage` dummy rpc endpoints for zipping (#7202) 5ac65f7
  • refactor a7d1dbc
  • Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-stream-worker-code e884e54

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
@sanderegg I'll rewrite the last part. To achieve on demand file chunk download, the only way I found was to pull once chunk like I did here.

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK pushed 10 commits to pr-osparc-s3-zip-stream-worker-code GitHK/osparc-simcore-forked
  • πŸ› migration fix (πŸ—ƒοΈ) (#7216) 62c8a09
  • ♻️ Making `docker-api-network` internal (#7222) Co-authored-by: Andrei Neagu <[email protected]> c53197d
  • ✨ product's ui config πŸ—ƒοΈ (#7217) 510d846
  • ✨ [Frontend] Read product.ui from backend (#7220) 5f92eca
  • ♻️ VIP models introduce licensed versioning (πŸ—ƒοΈ) (#7215) e35a13f
  • 🎨 itis vip syncer: adds periodicity in config ⚠️🚨 (#7221) c6b7aff
  • 🎨 [Frontend] ViP Market enhancements (#7212) 43afd74
  • 🎨 add `is_hidden_on_market` field for listing (πŸ—ƒοΈ) (#7227) 2305d68
  • refactor 12440f7
  • Merge remote-tracking branch 'upstream/master' into pr-osparc-s3-zip-stream-worker-code 74611a9

View on GitHub

GitHK pushed 1 commit to pr-osparc-stream-zipping-of-s3-content GitHK/osparc-simcore-forked

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
Current implementation is still valid. I tried really hard to use `download_fileobj`, but could not do so. The `download_fileobj` writes to a `file object`. The options you are highlighting, help...

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
Yes. I think it has no impact on the execution since this is praised with functions that access disk and/or network. It's simply more convenient.

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK pushed 5 commits to pr-osparc-stream-zipping-of-s3-content GitHK/osparc-simcore-forked
  • 🎨 itis vip syncer: adds periodicity in config ⚠️🚨 (#7221) c6b7aff
  • 🎨 [Frontend] ViP Market enhancements (#7212) 43afd74
  • 🎨 add `is_hidden_on_market` field for listing (πŸ—ƒοΈ) (#7227) 2305d68
  • added missing type 2c2d2db
  • Merge remote-tracking branch 'upstream/master' into pr-osparc-stream-zipping-of-s3-content 526ed0a

View on GitHub

GitHK pushed 4 commits to pr-osparc-stream-zipping-of-s3-content GitHK/osparc-simcore-forked

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
missing return type

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
πŸ‘

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
missing return type

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-ops-environments

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore
Please rename the directory as suggested

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore
Please rename the method as suggested

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
There is something wrong with what you are doing and long running tasks. Long running tasks come with their own execution backend. The name you have chosen is wrong. I do not agree with it. Littera...

View on GitHub

GitHK created a review on a pull request on ITISFoundation/osparc-simcore

View on GitHub

GitHK pushed 26 commits to pr-osparc-stream-zipping-of-s3-content GitHK/osparc-simcore-forked
  • ✨ adding `docker-api-proxy` service ⚠️ (#7070) Co-authored-by: Andrei Neagu <[email protected]> f9f5df3
  • πŸ›Storage: fix access to DatCore (#7213) 5726949
  • 🎨 [Frontend] Hide Sim4Life->oSparc integration features (#7207) c04a389
  • ♻️ refactors web-api project's `ui` schemas (#7210) dd342a3
  • ✨ Adding `catalog` client to `dynamic-scheduler` ⚠️ (#7162) Co-authored-by: Andrei Neagu <[email protected]> b0edf43
  • πŸ› migration fix (πŸ—ƒοΈ) (#7216) 62c8a09
  • ♻️ Making `docker-api-network` internal (#7222) Co-authored-by: Andrei Neagu <[email protected]> c53197d
  • Merge remote-tracking branch 'upstream/master' into pr-osparc-stream-zipping-of-s3-content eea3fba
  • ✨ product's ui config πŸ—ƒοΈ (#7217) 510d846
  • rename ed8280f
  • rename f170791
  • ✨ [Frontend] Read product.ui from backend (#7220) 5f92eca
  • rename module 17c0ac5
  • refactor interface c024827
  • ♻️ VIP models introduce licensed versioning (πŸ—ƒοΈ) (#7215) e35a13f
  • refactor progress a844a0c
  • refactor placement of FileLikeFileStreamReader a277e12
  • rename 5a1a8e7
  • update ec87ba0
  • rename and move around parts b835ae0
  • and 6 more ...

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
made public because they are used externally

View on GitHub

GitHK created a review comment on a pull request on ITISFoundation/osparc-simcore
changed the approach here

View on GitHub

Load more