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 flakey test (#2506) * Fix flakey test * More test flake 875cc88
  • [auto-commit] [skip ci] Bump the build number 1c923e0

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • `get_function_type` usage cleanup (#2513) 850b4f0
  • [auto-commit] [skip ci] Bump the build number ca9601f

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Update the changelog manually with improved input timeout / cancel behavior notes. (#2511) 41aaeb1
  • [auto-commit] [skip ci] Bump the build number 58beee6
  • Update FunctionData proto with recently added Function fields (#2512) Picking up the Function -> FunctionData migrat... 4a02929

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Changelog cleanup (#2508) 2319477
  • [auto-commit] [skip ci] Bump the build number 18f6afc

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Improve lookup/from_name docs on Modal objects (#2498) * Improve lookup/from_name docs on Modal objects * Fix typ... 52bfaa6
  • Add util to get api_pb2.Function.FunctionType from is_generator (#2503) ad17692
  • [auto-commit] [skip ci] Bump the build number 1666982

View on GitHub

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

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Image metadata hydration (#2493) 84d3ee3

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Misc cluster interface improvements (#2505) * make clustered size 1 functions behave the same * improve error mes... 1457438
  • [auto-commit] [skip ci] Bump the build number 58fe43c

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number ab116bd
  • Update secret resolution logic in sandbox exec (#2504) * override obj resolution with client * don't do extra cli... 59d2628
  • [auto-commit] [skip ci] Bump the build number 1109997

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Add logging to reflect when a cancellation was received and processed. (#2499) * Add logging to reflect when a cance... c96070d
  • Revert "Add logging to reflect when a cancellation was received and processed." (#2501) Revert "Add logging to refle... da1cf6d
  • [auto-commit] [skip ci] Bump the build number 9a7daaa
  • Add logging to reflect when a cancellation was received and processed. (#2502) * Revert "Revert "Add logging to refl... 9dc348c

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • [Multi Node] Add Clustered Functions (#2465) * Remove grouped functions; add clustered function * Move grouped fu... 23e93d2
  • [auto-commit] [skip ci] Bump the build number e91ae31

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Push terminated outputs before exiting the IO context. (#2461) * Push terminated outputs before exiting the IO conte... 9f56004
  • [auto-commit] [skip ci] Bump the build number 6b5871f

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 6cea71c
  • Note support for 3.13 in README (#2497) c01dd66
  • [auto-commit] [skip ci] Bump the build number 590b99b

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Add result and metadata to `ImageGetOrCreateResponse` (#2496) Protos only from freider/image-get-or-create-metadata 1ec950e
  • [auto-commit] [skip ci] Bump the build number cb26c83
  • Suppress some previously deprecated methods from API docs (#2494) * Suppress some previously deprecated methods from... 8600952

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Adds client side ImageMetadata (#2492) a74e6c4
  • [auto-commit] [skip ci] Bump the build number 4c4cebd

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • [Multi Node] Add `TaskClusterHello` RPC (#2491) * add task cluster hello rpc * remove redundant cluster-size fiel... 0700d59
  • [auto-commit] [skip ci] Bump the build number db9d43e

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Revert "Updates path to Proxy docs (#2488)" (#2489) This reverts commit a1c1181d669d88d9e5cb45e6865fc166589aa436. adcbe41

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [WRK-462] Allow setting custom CPU limits (#2484) * [WRK-462] Allow setting custom CPU limits * fix error msgs 93750eb
  • Updates path to Proxy docs (#2488) a1c1181
  • [auto-commit] [skip ci] Bump the build number 26a242b

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fixes typo with `ProxyCreate` (#2487) Made the response be the request by accident. 8271dc7
  • [auto-commit] [skip ci] Bump the build number 53881d9

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Adds ProxyCreate proto definition (#2486) This adds `ProxyCreate` for creating proxies. This has the same motivation... fb6b7e7
  • [auto-commit] [skip ci] Bump the build number 67eae4f

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add RetryInputs endpoint to protos (#2485) ed7d7d9
  • [auto-commit] [skip ci] Bump the build number ec41d52

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Make the runner module rich-safe (#2479) * Make the runner module rich-safe * Move FunctionCreationStatus out of ... e4313ef
  • Adapt to typer 0.13 deprecation of `is_flag` (#2483) 8b2051c
  • Add app deploy warning (#2480) * add app deploy warning * move console out of runner * add typing 440f647
  • [auto-commit] [skip ci] Bump the build number d10353e

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Alter syntax for installing client dependencies with `uv` (#2482) * Use simple `uv pip install` command line for cli... b5e639d
  • [auto-commit] [skip ci] Bump the build number a451f45
  • Add timeout, workdir, secrets to sandbox exec (#2474) 35e763d
  • [auto-commit] [skip ci] Bump the build number 344ed42

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • intro milli_cpu_max for CPU limit configuration (#2481) f147999
  • [auto-commit] [skip ci] Bump the build number d71704b
  • Replaces `ProxyGetOrCreate` with `ProxyGet` (#2470) Companion client PR to https://github.com/modal-labs/modal/pull/... 2286101
  • Add proto for streaming raw bytes (#2478) * add proto for sending raw bytes * remove unnecessary branching * f... eef1d87

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Remove WRK-241 fix and rely on worker-side fix (#2458) 42fb5fc
  • [auto-commit] [skip ci] Bump the build number 3b24ced

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Typo in error msg (#2477) Typo in name self ref e61eb2a
  • [auto-commit] [skip ci] Bump the build number 09b63d1

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add warnings on app publish response proto (#2473) add warnings field aa6f099
  • [auto-commit] [skip ci] Bump the build number 291f090

View on GitHub

codegen-team pushed 5 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 66d1fc3
  • Make tag parameter non-optional in from_name and lookup for Function and Cls (#2471) d4ce7f0
  • Expose experimental scaling factor to users (#2464) 561b2d6
  • [auto-commit] [skip ci] Bump the build number 13e32cb
  • Add user telemetry protos (#2472) * Add user telemetry protos * update encoding type * update order 3e9864d

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Adds py.typed to get type safe usage of modal_proto package (#2434) d7792cb
  • [auto-commit] [skip ci] Bump the build number 7feaea0
  • Make it possible to use the Resolver without rich installed (#2468) 131ceda

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • cleanup: remove deprecated flag and broken deprecation msg (#2463) 8b4590e
  • [auto-commit] [skip ci] Bump the build number 3e83924

View on GitHub

Load more