Commit c6f49cf
Fix context.TODO() usage and add Python requirements
- Replace context.TODO() with context.Background() in SSM manager
- Add requirements.txt for Python dependencies
- Go tests passing successfully
Co-authored-by: Amp <[email protected]>
Amp-Thread-ID: https://ampcode.com/threads/T-5be4213f-26eb-400c-bb7b-d4c79b7ee6fe1 parent f10e993 commit c6f49cf
File tree
2,151 files changed
+610783
-1
lines changed- pkg/secrets
- venv
- bin
- lib/python3.12/site-packages
- _pytest
- _code
- _io
- _py
- assertion
- config
- mark
- blinker-1.9.0.dist-info
- blinker
- certifi-2025.10.5.dist-info
- licenses
- certifi
- charset_normalizer-3.4.4.dist-info
- licenses
- charset_normalizer
- cli
- click-8.3.0.dist-info
- licenses
- click
- flask-3.1.2.dist-info
- licenses
- flask
- json
- sansio
- googleapis_common_protos-1.70.0.dist-info
- google
- _upb
- api
- cloud
- location
- gapic/metadata
- logging/type
- longrunning
- protobuf
- compiler
- internal
- pyext
- testdata
- util
- rpc
- context
- type
- grpcio-1.75.1.dist-info
- grpc
- _cython
- _credentials
- _cygrpc
- aio
- beta
- experimental
- aio
- framework
- common
- foundation
- interfaces
- base
- face
- idna-3.11.dist-info
- licenses
- idna
- importlib_metadata-8.7.0.dist-info
- licenses
- importlib_metadata
- compat
- iniconfig-2.3.0.dist-info
- licenses
- iniconfig
- itsdangerous-2.2.0.dist-info
- itsdangerous
- jinja2-3.1.6.dist-info
- licenses
- jinja2
- markupsafe-3.0.3.dist-info
- licenses
- markupsafe
- opentelemetry_api-1.38.0.dist-info
- licenses
- opentelemetry_exporter_otlp-1.38.0.dist-info
- licenses
- opentelemetry_exporter_otlp_proto_common-1.38.0.dist-info
- licenses
- opentelemetry_exporter_otlp_proto_grpc-1.38.0.dist-info
- licenses
- opentelemetry_exporter_otlp_proto_http-1.38.0.dist-info
- licenses
- opentelemetry_instrumentation-0.59b0.dist-info
- licenses
- opentelemetry_instrumentation_flask-0.59b0.dist-info
- licenses
- opentelemetry_instrumentation_wsgi-0.59b0.dist-info
- licenses
- opentelemetry_proto-1.38.0.dist-info
- licenses
- opentelemetry_sdk-1.38.0.dist-info
- licenses
- opentelemetry_semantic_conventions-0.59b0.dist-info
- licenses
- opentelemetry_util_http-0.59b0.dist-info
- opentelemetry
- _events
- _logs
- _internal
- severity
- attributes
- baggage
- propagation
- context
- environment_variables
- exporter/otlp
- proto
- common
- _internal
- _log_encoder
- metrics_encoder
- trace_encoder
- version
- grpc
- _log_exporter
- metric_exporter
- trace_exporter
- version
- http
- _common
- _log_exporter
- metric_exporter
- trace_exporter
- encoder
- version
- version
- instrumentation
- auto_instrumentation
- flask
- wsgi
- metrics
- _internal
- propagate
- propagators
- proto
- collector
- logs/v1
- metrics
- v1
- profiles/v1development
- trace
- v1
- common
- v1
- logs/v1
- metrics
- v1
- profiles/v1development
- resource
- v1
- trace
- v1
- version
- sdk
- _configuration
- _events
- _logs
- _internal
- export
- export
- environment_variables
- error_handler
- metrics
- _internal
- exemplar
- exponential_histogram
- mapping
- export
- export
- view
- resources
- trace
- _sampling_experimental
- export
- util
- version
- semconv
- _incubating
- attributes
- metrics
- attributes
- metrics
- resource
- trace
- version
- trace
- propagation
- util
- http
- version
- packaging-25.0.dist-info
- licenses
- packaging
- licenses
- pip-24.0.dist-info
- pip
- _internal
- cli
- commands
- distributions
- index
- locations
- metadata
- importlib
- models
- network
- operations
- build
- install
- req
- resolution
- legacy
- resolvelib
- utils
- vcs
- _vendor
- cachecontrol
- caches
- certifi
- chardet
- cli
- metadata
- colorama
- tests
- distlib
- distro
- idna
- msgpack
- packaging
- pkg_resources
- platformdirs
- pygments
- filters
- formatters
- lexers
- styles
- pyparsing
- diagram
- pyproject_hooks
- _in_process
- requests
- resolvelib
- compat
- rich
- tenacity
- tomli
- truststore
- urllib3
- contrib
- _securetransport
- packages
- backports
- util
- webencodings
- pluggy-1.6.0.dist-info
- licenses
- pluggy
- protobuf-6.33.0.dist-info
- psycopg-3.2.11.dist-info
- licenses
- psycopg
- crdb
- pq
- types
- pygments-2.19.2.dist-info
- licenses
- pygments
- filters
- formatters
- lexers
- styles
- pytest-8.4.2.dist-info
- licenses
- pytest
- requests-2.32.5.dist-info
- licenses
- requests
- typing_extensions-4.15.0.dist-info
- licenses
- urllib3-2.5.0.dist-info
- licenses
- urllib3
- contrib
- emscripten
- http2
- util
- werkzeug-3.1.3.dist-info
- werkzeug
- datastructures
- debug
- middleware
- routing
- sansio
- wrappers
- wrapt-1.17.3.dist-info
- licenses
- wrapt
- zipp-3.23.0.dist-info
- licenses
- zipp
- compat
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,151 files changed
+610783
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 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 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 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 | + | |
| 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 | + | |
0 commit comments