Commit e1e97b0
authored
Implement comprehensive support for process services (#83)
* feat: Implement comprehensive support for process services
- Updated version to 0.7.0 in pr-registry.json
- Added .gitignore for process-services-test project
- Created README.md for process-services-test project detailing service types and modes
- Implemented FastAPI for HTTP service in api/main.py with health check endpoint
- Added requirements.txt for FastAPI dependencies
- Defined azure.yaml for process-services-test project with multiple service configurations
- Developed CLI tool with TypeScript for process service modes (watch/build)
- Created data processor in Python for task mode execution
- Added .NET service with health check and watch mode
- Implemented Go service with air.toml for hot reload
- Developed TCP server for raw socket connections
- Created web-watch service with Express for HTTP endpoints
- Documented process services in archive and specs
* chore: update Go version to 1.25.5 across all relevant files and documentation
* chore: update Go version to 'stable' in CI workflows and documentation
* chore: clean Go build cache in CI workflow and update .gitignore for Mage files
* chore: update CI workflows to install specific Go version and improve setup steps1 parent 07e6ba9 commit e1e97b0
File tree
56 files changed
+3039
-343
lines changed- .devcontainer
- .github/workflows
- cli
- dashboard/src
- components
- hooks
- lib
- docs
- commands
- dev
- src
- cmd/app/commands
- internal
- cache
- healthcheck
- registry
- service
- tests/projects
- go-api
- process-services-test
- api
- cli-tool
- src
- data-processor
- dotnet-tool
- go-tool
- mcp-server
- src
- tcp-server
- web-watch
- src
- docs
- archive
- specs/process-services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+3039
-343
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
| |||
64 | 79 | | |
65 | 80 | | |
66 | 81 | | |
67 | | - | |
68 | 82 | | |
69 | 83 | | |
70 | 84 | | |
71 | 85 | | |
72 | 86 | | |
73 | | - | |
| 87 | + | |
74 | 88 | | |
75 | 89 | | |
76 | | - | |
77 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
78 | 113 | | |
79 | 114 | | |
80 | 115 | | |
| |||
134 | 169 | | |
135 | 170 | | |
136 | 171 | | |
137 | | - | |
| 172 | + | |
138 | 173 | | |
139 | 174 | | |
140 | 175 | | |
| |||
160 | 195 | | |
161 | 196 | | |
162 | 197 | | |
163 | | - | |
| 198 | + | |
164 | 199 | | |
165 | 200 | | |
166 | | - | |
167 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
168 | 213 | | |
169 | 214 | | |
170 | 215 | | |
| |||
202 | 247 | | |
203 | 248 | | |
204 | 249 | | |
205 | | - | |
| 250 | + | |
206 | 251 | | |
207 | 252 | | |
208 | | - | |
209 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
210 | 265 | | |
211 | 266 | | |
212 | 267 | | |
| |||
246 | 301 | | |
247 | 302 | | |
248 | 303 | | |
249 | | - | |
250 | 304 | | |
251 | 305 | | |
252 | 306 | | |
253 | 307 | | |
254 | 308 | | |
255 | | - | |
| 309 | + | |
256 | 310 | | |
257 | 311 | | |
258 | | - | |
259 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
260 | 335 | | |
261 | 336 | | |
262 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
183 | | - | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | | - | |
187 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
188 | 201 | | |
189 | 202 | | |
190 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
33 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
| |||
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
69 | | - | |
70 | 82 | | |
71 | 83 | | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
75 | | - | |
| 87 | + | |
76 | 88 | | |
77 | 89 | | |
78 | | - | |
79 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
80 | 113 | | |
81 | 114 | | |
82 | 115 | | |
| |||
136 | 169 | | |
137 | 170 | | |
138 | 171 | | |
139 | | - | |
| 172 | + | |
140 | 173 | | |
141 | 174 | | |
142 | 175 | | |
| |||
149 | 182 | | |
150 | 183 | | |
151 | 184 | | |
152 | | - | |
| 185 | + | |
153 | 186 | | |
154 | 187 | | |
155 | | - | |
156 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
157 | 200 | | |
158 | 201 | | |
159 | 202 | | |
| |||
191 | 234 | | |
192 | 235 | | |
193 | 236 | | |
194 | | - | |
| 237 | + | |
195 | 238 | | |
196 | 239 | | |
197 | | - | |
198 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
199 | 252 | | |
200 | 253 | | |
201 | 254 | | |
| |||
241 | 294 | | |
242 | 295 | | |
243 | 296 | | |
244 | | - | |
| 297 | + | |
245 | 298 | | |
246 | 299 | | |
247 | | - | |
248 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
249 | 312 | | |
250 | 313 | | |
251 | 314 | | |
| |||
0 commit comments