File tree
16 files changed
+858
-105
lines changed- src
- components/organisms/files
- constants
- components
- enums/components
- factories
- interfaces/components
- locales/en/modals
16 files changed
+858
-105
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
Submodule autokitteh updated 68 files
- cmd/ak/cmd/deployments/delete.go+10-10
- cmd/ak/cmd/manifest/deploy.go+1-1
- go.mod+8-6
- go.sum+40-10
- integrations/google/gemini/client.go+16-7
- integrations/google/gemini/save.go+1-47
- integrations/height/checks.go+59
- integrations/height/integration.go+53
- integrations/height/oauth.go+88
- integrations/height/save.go+134
- integrations/height/vars.go+13
- integrations/oauth/configs.go+19-1
- internal/backend/auth/authz/common_test.go+9-10
- internal/backend/auth/authz/input.go+6-6
- internal/backend/auth/authz/input_test.go-34
- internal/backend/deployments/deployments.go+1-1
- internal/backend/events/events.go+1-1
- internal/backend/integrations/registry.go+2
- internal/backend/sessions/sessioncalls/calls.go+2-5
- internal/backend/store/store.go-1
- internal/backend/store/values.go+1-20
- internal/backend/temporalclient/activity.go+5-13
- internal/backend/webhookssvc/svc.go+6-16
- internal/backend/webhookssvc/svc_test.go-63
- internal/kittehs/hash.go-8
- proto/autokitteh/values/v1/values.proto-5
- proto/gen/go/autokitteh/values/v1/values.pb.go+275-350
- proto/gen/py/autokitteh_pb/values/v1/__init__.py+2-2
- proto/gen/py/autokitteh_pb/values/v1/values_pb2.py+35-37
- proto/gen/py/autokitteh_pb/values/v1/values_pb2.pyi+2-10
- proto/gen/ts/autokitteh/values/v1/values_pb.ts-43
- runtimes/pythonrt/build.go+4-4
- runtimes/pythonrt/config.go+4-9
- runtimes/pythonrt/dockerclient.go+1
- runtimes/pythonrt/local_runner.go+10-35
- runtimes/pythonrt/local_runner_test.go+2-1
- runtimes/pythonrt/py-sdk/autokitteh/height.py+24
- runtimes/pythonrt/py-sdk/autokitteh/store.py+5-6
- runtimes/pythonrt/py-sdk/docs/index.rst+6
- runtimes/pythonrt/py-sdk/tests/height_test.py+5
- runtimes/pythonrt/pythonrt.go+5-28
- runtimes/pythonrt/requirements.go-35
- runtimes/pythonrt/runner/main.py+1-3
- runtimes/pythonrt/runner/pb/autokitteh/values/v1/values_pb2.py+35-37
- runtimes/pythonrt/runner/pb/autokitteh/values/v1/values_pb2.pyi+2-10
- runtimes/pythonrt/runner/tests/deterministic_test.py+2-2
- runtimes/pythonrt/runner/values.py-4
- runtimes/pythonrt/runner_manager_docker.go+1-18
- runtimes/pythonrt/runner_manager_local.go+14-57
- runtimes/starlarkrt/internal/values/convert.go+6-15
- sdk/internal/rpcerrors/errors.go+1-26
- sdk/sdktypes/value.go-51
- sdk/sdktypes/value_ops.go-24
- sdk/sdktypes/value_scalar.go-45
- sdk/sdktypes/value_unwrap.go-51
- sdk/sdktypes/value_wrap.go-7
- sdk/sdktypes/value_wrap_test.go-19
- tests/sessions/python/activities/bigint.txtar-14
- tests/sessions/python/activities/uuid.txtar-23
- tests/sessions/python/requirements.txtar-10
- tests/sessions/python/store.txtar-6
- tests/system/testdata/authz/default/deployments.txtar+2-2
- web/static/embed.go+3
- web/static/height/form.js+31
- web/static/height/index.html+115
- web/static/height/styles.css+79
- web/static/images/height.png
- web/webplatform/VERSION+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
21 | | - | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
25 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
26 | 42 | | |
27 | 43 | | |
28 | 44 | | |
| |||
0 commit comments