Ecosyste.ms: Timeline

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

codegen-oss/modal-client

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix state for detached (disconnected) Apps in `modal app list` (#2760) 6e1e498
  • [auto-commit] [skip ci] Bump the build number 00bf226

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Remove fallbacks related to container arguments (#2721) * Remove fallbacks for container arguments * Fix test 580929c
  • [auto-commit] [skip ci] Bump the build number 303f67b

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Accept string path to FilePatternMatcher.from_file (#2758) * Accept str file path to FilePatternMatcher.from_file *... df896c3
  • [auto-commit] [skip ci] Bump the build number 1701ff7

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • CLI-227: Add deprecation warnings for mount methods on images (#2756) b7c5fbb
  • [auto-commit] [skip ci] Bump the build number 88c30d3

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix formatting on `modal shell` docs (#2757) * Edits to the reference docs * Update * See whether this change ... 7ac8483
  • [auto-commit] [skip ci] Bump the build number 864ccbe

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Adds deprecation warning when trying to access method directly on class [CLI-302] (#2755) * Date * Types 45a4df9
  • [auto-commit] [skip ci] Bump the build number 13145ed

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix bug with add_python='3.9' (#2751) * Fix bug with add_python='3.9' * Remove debugging print and add an assertion... 831c384
  • [auto-commit] [skip ci] Bump the build number 3c986b7

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Add h200 gpu type (#2749) 6396ffc
  • [auto-commit] [skip ci] Bump the build number a34b0d5
  • Better container tests for exceptions (#2750) * Test exception deserialization * Test for custom exception * F... 4617375
  • [auto-commit] [skip ci] Bump the build number e45e8a6

View on GitHub

codegen-team pushed 5 commits to main codegen-oss/modal-client
  • Adds pending deprecations for Mount.from_* methods (#2683) * Adds pending deprecations for Mount.from_* methods W... 83650fa
  • More tests for concurrency info (#2746) * Test to make sure we run functions on the main thread * test to make su... 4fffa57
  • [auto-commit] [skip ci] Bump the build number 2519323
  • Make FilePatternMatcher.with_repr private and update docs (#2747) make with_repr hidden & update docs 8504d66
  • [auto-commit] [skip ci] Bump the build number 6be7a05

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Make sure we don't have an event loop when the function is not async (#2745) f8e8f7b
  • [auto-commit] [skip ci] Bump the build number 79c0942

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix Python 3.13 standalone mount steps (#2743) a32d5c8
  • [auto-commit] [skip ci] Bump the build number 68b6cb1

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add Python standalone mount deployment back to CD pipeline (#2741) d3ea87d
  • [auto-commit] [skip ci] Bump the build number 2c8e526

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • CLI-298: auto detect dockerignore for `Image.from_dockerfile()` and `Image.dockerfile_commands()` methods (#2729) bbea6a9
  • [auto-commit] [skip ci] Bump the build number 8f6b065

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Add web_server decorator container test (#2738) 54a0b70
  • [auto-commit] [skip ci] Bump the build number 3e6c1d2
  • CLI-298: Add from_file support to FilePatternMatcher & Image.*_docker_* methods (#2739) 1c4cfc0
  • [auto-commit] [skip ci] Bump the build number d8245cc

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add `modal volume rename` and `modal.Volume.rename` (#2737) * Implement Volume.rename and modal volume rename CLI *... 9743e02
  • [auto-commit] [skip ci] Bump the build number 95bd78b

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Protos for VolumeRename RPC (#2736) 43561c2
  • [auto-commit] [skip ci] Bump the build number 4539513

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Update `file_io` and `io_stream` logic (#2735) * address comments * remove _io_streams_helper fc951f0
  • [auto-commit] [skip ci] Bump the build number 1015ec2

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Make sure background task for asgi lifespans is cancelled before container shuts down (#2698) * Make sure background... e068215
  • [auto-commit] [skip ci] Bump the build number e495331

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Image.from_id (#2732) image.from_id 947d8d6
  • [auto-commit] [skip ci] Bump the build number 8bdcda2

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Add Image.from_id validation proto (#2731) from_id proto 7e129c1
  • [auto-commit] [skip ci] Bump the build number 5345df6
  • Add avatar url to AppDeploymentHistory (#2733) 37bdeea
  • [auto-commit] [skip ci] Bump the build number 9ce0302

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Have client retry lost inputs (#2600) * Have client retry lost inputs * Update modal/exception.py Co-authored-... 07e0100
  • [auto-commit] [skip ci] Bump the build number 0bef21e

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Pass `pty` correctly in `modal shell <task-id>` (#2725) a8a3103
  • [auto-commit] [skip ci] Bump the build number 9e938ed

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add file watching client changes (#2660) * watch * save * save progress * work * remove * fix type-ch... e8fb7ee
  • [auto-commit] [skip ci] Bump the build number baa1057

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Read container arguments from file if provided (#2720) * Read container arguments from file if provided * bump to... b06252b
  • [auto-commit] [skip ci] Bump the build number 7169281

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • fix: reject cluster of size zero (or less) (#2719) 43b1d50
  • [auto-commit] [skip ci] Bump the build number 361a4b0

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Make the container_app classmethod internal (#2718) 7a95406
  • [auto-commit] [skip ci] Bump the build number 750dbbf

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Container app singleton (#2712) * Failing test for function without app * Always create an app * Make _App._co... ce4e96a
  • [auto-commit] [skip ci] Bump the build number d55f6f6
  • Add proto changes for lost inputs (#2717) * Add proto changes for lost inputs * Update modal_proto/api.proto C... 7eb6513
  • [auto-commit] [skip ci] Bump the build number 53cc76d

View on GitHub