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
  • 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

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix type annotation on _experimental_proxy_ip (#2400) cc @luiscape fced793
  • [auto-commit] [skip ci] Bump the build number d03ddd1

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • Fixes `Mount.from_local_python_packages` not working for packages in .-prefixed ancestor dirs (#2366) * Fix mounting... fcb3693

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • [CLI-25] Fixes modal serve not showing status messages/logs when reloading the app (#2378) ## Changelog * Fix for... 8bfbadf
  • [auto-commit] [skip ci] Bump the build number 9021ab5

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • [WRK-200] fix mistaken missing parens (#2394) [WRK-200] fix missing parens with test e024e11
  • [auto-commit] [skip ci] Bump the build number bc2235d

View on GitHub

codegen-team pushed 6 commits to main codegen-oss/modal-client
  • Suppress local config during testing (#2390) 2fa2723
  • [auto-commit] [skip ci] Bump the build number bf399fa
  • Clear config better (#2392) 9889a79
  • [auto-commit] [skip ci] Bump the build number b171a8f
  • Don't print token_secret from test fixture (#2391) 65f8e45
  • [auto-commit] [skip ci] Bump the build number 6ce4da3

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • Removes deprecated instance method version of Volume.delete (#2388) * Removes deprecated instance method version of ... faf1968
  • [auto-commit] [skip ci] Bump the build number f58add1
  • Allow token auth inside container (#2389) This adds a test that was failing previously and succeeds with the change.... 68450c1
  • [auto-commit] [skip ci] Bump the build number 6acff15

View on GitHub

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

View on GitHub

codegen-team pushed 7 commits to main codegen-oss/modal-client
  • Move some logic from `ClientHello` into `grpc_utils` (#2381) * Pass through most GRPCError from ClientHello * Mov... 5090d7c
  • [auto-commit] [skip ci] Bump the build number 5b125f1
  • `_check_config` in `Client.from_env` (#2385) _check_config in Client.from_env 5867672
  • [auto-commit] [skip ci] Bump the build number 8df4f66
  • Upgrade to latest pytest-markdown-docs (#2377) 582c923
  • [auto-commit] [skip ci] Bump the build number 6bbecb7
  • Keep supported Python series in expected order (#2386) 4344f36

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • [WRK-200] memory snapshot causes clientclosed error for webapp (#2367) 80a9a57
  • [auto-commit] [skip ci] Bump the build number f339f96

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • More tests for creating clients (#2379) * More tests for creating clients * Make new tests sync f4db264
  • use credentials iff not `_is_remote` (#2374) * use credentials iff not _is_remote * Fix test fixture issue 31843ff
  • [auto-commit] [skip ci] Bump the build number 4988381

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Don't explicity check that the client is authenticated (#2375) ab5946b
  • [auto-commit] [skip ci] Bump the build number 31159ae

View on GitHub

codegen-team pushed 5 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 8f526fe
  • use a container client for test_container_debug_snapshot (#2373) 5710b56
  • [auto-commit] [skip ci] Bump the build number d539f30
  • Fix container app tests (part 2) – use the right client type (#2376) Fix container app tests b56e2ea
  • [auto-commit] [skip ci] Bump the build number f8835f2

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • Strict credential authentication in tests (#2368) * Check credentials in unit tests * Fix e2e_test * Fix conta... c6e51c1
  • [auto-commit] [skip ci] Bump the build number 77a55a3
  • Use unique server credentials in every unit test (#2372) Use per-test credentials f75caa7

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Move the authentication check during running/deploy earlier (#2370) 2bac38d
  • [auto-commit] [skip ci] Bump the build number 96f534d

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add _experimental_spawn function (#2354) * Add _experimental_spawn function * Add type to signature * Address ... ba5ad8e
  • [auto-commit] [skip ci] Bump the build number 8a5c7bc

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Miscellaneous cleanup of `@app.cls` code (#2362) a0144c4
  • [auto-commit] [skip ci] Bump the build number fc1cb66

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Add test to deploy from within container (#2365) 36d7778
  • [auto-commit] [skip ci] Bump the build number 52ed84c

View on GitHub

codegen-team pushed 5 commits to main codegen-oss/modal-client
  • Add split output fields (#2359) * add split output fields * update message 6f65ded
  • Fix queue put_many not respecting infinite timeout (#2360) fix queue put_many not respecting infinite timeout 83d7269
  • [auto-commit] [skip ci] Bump the build number db235da
  • Don't use credentials in container (#2350) * Don't use credentials in container * Remove test that doesn't apply bf9a4a9
  • [auto-commit] [skip ci] Bump the build number 48a632e

View on GitHub

codegen-team pushed 3 commits to main codegen-oss/modal-client
  • [auto-commit] [skip ci] Bump the build number 199eb30
  • Remove some cruft from name_utils (#2357) 0d4164c
  • [auto-commit] [skip ci] Bump the build number 737a915

View on GitHub

codegen-team pushed 7 commits to main codegen-oss/modal-client
  • Expire the deprecation of `web_endpoint(wait_for_response=False)` (#2353) * Expire the deprecation of `web_endpoint(... a2de52c
  • [auto-commit] [skip ci] Bump the build number 2ca9e46
  • Expire deprecation of `modal volume delete --confirm` (#2355) 16eebe9
  • [auto-commit] [skip ci] Bump the build number 41c04d3
  • Expire wait_for_response in other webhook decorators (#2358) e84d388
  • [auto-commit] [skip ci] Bump the build number 3fc585d
  • Fix conda deprecation warning->error (#2356) 14f30ef

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • Fix i6pn main address being None (typo) (#2351) fix i6pn main address being None (typo) 196e648
  • [auto-commit] [skip ci] Bump the build number 52389ea

View on GitHub

codegen-team pushed 4 commits to main codegen-oss/modal-client
  • MOD-4118: handle deserialization errors (#2342) adbd096
  • [auto-commit] [skip ci] Bump the build number 3f719c6
  • MOD-2454: remove aiostream dependency: async_merge (#2344) 5610347
  • [auto-commit] [skip ci] Bump the build number e656534

View on GitHub

codegen-team pushed 1 commit to main codegen-oss/modal-client
  • fix: restore admin-only ability to get runtime debug on exec (#2348) 59610e3

View on GitHub

codegen-team pushed 2 commits to main codegen-oss/modal-client
  • MOD-2454: remove aiostream dependency: async_zip (#2341) 0b9497b
  • [auto-commit] [skip ci] Bump the build number 2d125a6

View on GitHub

Load more