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 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 3874006
  • Connect socket in create_channel (#2454) * Connect socket in create_channel * Break out the connection into a sep... e389220
  • [auto-commit] [skip ci] Bump the build number 67ffac7

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Add arguments from Sandbox.create to exec protos (#2453) 8170c3d
  • [auto-commit] [skip ci] Bump the build number 0343b3d
  • Add Image stability tests for 2024.10 builder (#2452) d06559f

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Remove aiostream from the 2024.10 Image Builder requirements (#2450) 49e56a7
  • Replace macos-12 CI runner with macos-13 (#2448) 236fe90
  • [auto-commit] [skip ci] Bump the build number 54fc6a1

View on GitHub

codegen-team pushed 5 commits to main codegen-oss/modal-client
  • Add back build_function_def and build_function_globals (#2447) a3368a3
  • [auto-commit] [skip ci] Bump the build number 1a340dd
  • MOD-2454: replace aiostream.stream.map with async_utils async_map & async_map_ordered (#2422) 92e4c49
  • MOD-2454: add async_chain (#2418) 0b2a021
  • Updates to support Python 3.13 (#2334) * Image updates to support Python 3.13 * Update version support error mess... 008a74a

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • remove some proto deprecations (#2444) 1fe1f19
  • [auto-commit] [skip ci] Bump the build number c382755

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Proto changes for FunctionPrecreate RPC changes (#2442) 71ffcce
  • [auto-commit] [skip ci] Bump the build number b30037d

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number fb563c5
  • Add "method definitions" to function definition (#2441) cdff9f5
  • [auto-commit] [skip ci] Bump the build number 550cb02

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Add `proxy_id` to `Proxy` (#2440) Makes deleting a proxy easier. 74f1cac
  • [auto-commit] [skip ci] Bump the build number c45cf4d
  • Remove old container heartbeat fields and add new ones. (#2429) * Remove old container heartbeat fields and add new ... d1c5f58

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number afbcd8a
  • Simplify `from_env` test (#2438) * Simplify from_env test * Add back test for resetting singleton be95dc3
  • [auto-commit] [skip ci] Bump the build number 25bb095

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 0a24ab5
  • Adds `Proxy` proto object (#2436) Establishes a clear relationship between proxies and proxy IPs--a proxy can eventu... ba7ea31
  • [auto-commit] [skip ci] Bump the build number 6a91b1c
  • Move fixture logic from ClientHello to the middleware (#2437) * Move fixture logic from ClientHello to the middlewar... 5417a2d

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Adds Proxy delete and list methods (#2435) Adds RPC methods for listing and deleting `Proxy` objects. `Proxy` supers... c0f5f29

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • VolumeFsVersion: Remove old enum values (#2433) 77ed594
  • [auto-commit] [skip ci] Bump the build number 71c9653

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Switch VolumeFsVersion enum fields to proper standard (#2432) 754fa03
  • [auto-commit] [skip ci] Bump the build number c76b823

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Fix Image.imports not re-raising when using a Cls (#2423) * Fix Image.imports not re-raising when using a Cls * A... 17951d9
  • [auto-commit] [skip ci] Bump the build number 8a4d911
  • Align sandbox exec arguments with subprocess (#2419) This commit adds new sandbox exec arguments, allowing the user ... 8f8e31a
  • [auto-commit] [skip ci] Bump the build number 9b36523

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number f99196b
  • Fix excessive tracebacks when sigint:ing a .map call [CLI-33] (#2322) ## Changelog * Fixes Ctrl-C on Windows clie... 1a2e341
  • [auto-commit] [skip ci] Bump the build number 66909f7

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Remove _experimental_boost proto field (#2430) Unused now - grouped functions just use the new gang-scheduler uncon... 64adb64
  • [auto-commit] [skip ci] Bump the build number 865705a

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Adds new new enum `ProxyType` (#2431) The new enum allows us to differentiate between the different proxy systems of... edf2b5c
  • [auto-commit] [skip ci] Bump the build number 426f7c0

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • [CLI-215] Fix 10s delay when getting server side errors during app.run load (#2425) 521f2bf
  • [auto-commit] [skip ci] Bump the build number ecdd783
  • Send terminated output when canceling a concurrent input. (#2382) * Send terminated output when canceling a concurre... 5f10a8a
  • [auto-commit] [skip ci] Bump the build number a030649

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Proto for SharedVolumeDelete (#2424) 7d8b509
  • [auto-commit] [skip ci] Bump the build number 0c7535f

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number ca01d42

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Don't rely on MODAL_TASK_SECRET anymore (#2420) * Don't rely on MODAL_TASK_SECRET anymore * 0.65 63e2531

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Use uv to install client dependencies with 2024.10 image builder (#2408) * Use uv to install client dependencies wit... 3839d67
  • [auto-commit] [skip ci] Bump the build number 37870a4

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Add proto definitions for exec output options (#2416) When running an exec, we block the process if its stdout or st... 2b4cb6c

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Update tasklist cli command changelog (#2406) * update changelog * update changelog 76f36d3
  • [auto-commit] [skip ci] Bump the build number e1540bf

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Update docstring of Proxy to link to guide page (#2411) * Update docstring of Proxy to link to guide page * Updat... aab75fc
  • [auto-commit] [skip ci] Bump the build number d9fff52

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Redact token_secret in default `modal config show` output (#2409) * Redact token_secret in default `modal config sho... ca074c4
  • [auto-commit] [skip ci] Bump the build number aca18ce

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Add vscode config for client tests (#2405) 3e40b86

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Exclude test dir from published package [CLI-207] (#2396) Exclude test dir from published package a751037

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • TaskList RPC takes environment filter (#2395) tasklist filter by environment 2fe452c
  • [auto-commit] [skip ci] Bump the build number 0c0a039
  • MOD-2454: update async utils (#2397) - make async_zip statically type safe - ensure we clean up active tasks when e... a324784
  • [auto-commit] [skip ci] Bump the build number eb17227

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Temporary fix for token issue (#2401) * Temporary fix for token issue * Add test * Fix other tests dc432ff
  • [auto-commit] [skip ci] Bump the build number f804d02

View on GitHub

Load more