Commit 1cc3466
ancongui
release: v26.5.10 — v1 endpoints + RetentionWorker + worker CLI + repo extraction + SDK helpers
Headlines
- v1 history/billing/stats: GET /queries, /queries/{id}, /queries/{id}/result, /billing, /stats
- RetentionWorker (TTL sweep + stuck-RUNNING reaper + orphan-PENDING republisher)
- Worker CLI: flyquery worker {ingest|retention|all}
- Repository extraction complete: 8 new repos, 0 raw SQL in controllers, CI gate enforces
- Paginated[T] uniform envelope across 14 list endpoints
- /datasets/{id}/files:async endpoint with Stage-1-only sync path
- /datasets/{id}:purge endpoint with object-store walk
- Agent surface: 8 → 28 paths
- Idempotency-Key wired on 5 endpoints
- OpenAPI spec ships header + security + SSE content surface
- Java FlyqueryClient + Python FlyqueryClient with v1 helpers
- 311 unit tests (+53 vs session start), lint clean, lockstep clean
- Two new deep-dive docs: schema-detection.md (6.2k words), workers.md (4.3k words)
- 16 existing docs refreshed for the release
- Release runbook at docs/release.md
Fixes
- Production bug in IngestWorker._drain_inflight (with asyncio.timeout → wait_for)
- Missing return-type annotations on 8 controllers (dropped schemas from spec)
- Docker label was flycanon string
- 4 documented endpoints (/audit, /billing, /stats, /queries) now live
Spec: 64 → 95 paths · 51 → 85 schemas · 22 → 32 tags
Routes: 129 → 142 mounted
Tests: 258 → 3111 parent 0a1c63c commit 1cc3466
730 files changed
Lines changed: 81979 additions & 50206 deletions
File tree
- .github/workflows
- docs
- scripts
- sdks
- java
- .openapi-generator
- api
- docs
- src
- main/java/com/firefly/flyquery
- api
- auth
- model
- test/java/com/firefly/flyquery
- api
- model
- python
- .openapi-generator
- docs
- flyquery_sdk
- api
- models
- tests
- test
- src/flyquery
- core/services
- datasets
- files
- ingest_jobs
- ingestion
- stages
- ops
- query
- relations
- retention
- schema_changes
- schema_objects
- tables
- interfaces
- web
- controllers
- agent
- tests
- integration
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
97 | 113 | | |
98 | 114 | | |
99 | 115 | | |
100 | 116 | | |
101 | 117 | | |
102 | | - | |
| 118 | + | |
103 | 119 | | |
104 | 120 | | |
105 | 121 | | |
106 | 122 | | |
107 | 123 | | |
108 | 124 | | |
109 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
110 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
111 | 135 | | |
112 | 136 | | |
113 | 137 | | |
| |||
116 | 140 | | |
117 | 141 | | |
118 | 142 | | |
119 | | - | |
| 143 | + | |
120 | 144 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
141 | | - | |
| 146 | + | |
142 | 147 | | |
| 148 | + | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | 152 | | |
| |||
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
167 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
168 | 177 | | |
169 | | - | |
| 178 | + | |
170 | 179 | | |
171 | 180 | | |
172 | 181 | | |
173 | 182 | | |
174 | | - | |
| 183 | + | |
175 | 184 | | |
176 | 185 | | |
177 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
295 | 328 | | |
296 | 329 | | |
297 | 330 | | |
| |||
883 | 916 | | |
884 | 917 | | |
885 | 918 | | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
886 | 958 | | |
887 | 959 | | |
888 | | - | |
889 | | - | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
890 | 972 | | |
891 | 973 | | |
892 | 974 | | |
893 | 975 | | |
894 | 976 | | |
895 | | - | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
896 | 987 | | |
897 | 988 | | |
898 | 989 | | |
899 | 990 | | |
900 | 991 | | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
901 | 995 | | |
902 | 996 | | |
| 997 | + | |
903 | 998 | | |
904 | 999 | | |
905 | 1000 | | |
906 | 1001 | | |
907 | 1002 | | |
908 | 1003 | | |
909 | 1004 | | |
910 | | - | |
911 | | - | |
912 | | - | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
913 | 1010 | | |
914 | | - | |
| 1011 | + | |
915 | 1012 | | |
916 | 1013 | | |
917 | 1014 | | |
918 | 1015 | | |
919 | 1016 | | |
920 | | - | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
921 | 1021 | | |
922 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
923 | 1029 | | |
924 | | - | |
925 | 1030 | | |
926 | 1031 | | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
927 | 1035 | | |
928 | 1036 | | |
929 | | - | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
930 | 1044 | | |
931 | 1045 | | |
932 | 1046 | | |
933 | 1047 | | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
934 | 1054 | | |
935 | 1055 | | |
936 | 1056 | | |
937 | 1057 | | |
938 | | - | |
939 | | - | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
940 | 1076 | | |
941 | 1077 | | |
942 | 1078 | | |
| |||
946 | 1082 | | |
947 | 1083 | | |
948 | 1084 | | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
949 | 1106 | | |
950 | 1107 | | |
951 | 1108 | | |
| |||
0 commit comments