Commit f4a4787
committed
feat(daily-stable): report resolved Langflow version + stamp run date in BRT
- Add a "Resolve Langflow version" step that reads the running service's
GET /api/v1/version and feeds LANGFLOW_VERSION into the payload, so the QA
Platform Run Summary can show the concrete nightly build (e.g. 1.11.0.dev25)
instead of just the ":latest" image tag.
- build-run-payload.mjs: emit langflow_version, and stamp date/time in BRT
(America/Sao_Paulo) instead of UTC. Stamping in UTC rolled a run started
after 21:00 BRT (00:00 UTC) onto the next calendar day, so it fell outside
the QA Platform Trend view's default window while Run Summary still showed it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0a6bc1b commit f4a4787
2 files changed
Lines changed: 33 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
156 | 172 | | |
157 | 173 | | |
158 | 174 | | |
| |||
161 | 177 | | |
162 | 178 | | |
163 | 179 | | |
| 180 | + | |
164 | 181 | | |
165 | 182 | | |
166 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
37 | 50 | | |
38 | 51 | | |
39 | | - | |
40 | | - | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
44 | 57 | | |
| 58 | + | |
45 | 59 | | |
46 | 60 | | |
47 | 61 | | |
| |||
0 commit comments