Commit 76c6e35
authored
* fix bad array element removal
* Project to ProjectName to prevent clash
* suffix for clashing rest and db models
* update gen
* update oapi-codegen
* gen test client server
* update gen - pending Db rename to Models everywhere
* can generate
* fixed gen and tests - pending old models removal
* try update crud gen
* update test client gen
* rest test client with rest types bodies for simpler tests
* bring back rest models for crud gen
* migration ci
* check no type grouping in models.go
* suffix magic file rest models
* refactor client-server gen
* refactor
* schema name guards
* faster camel and pascal and fix spec parameter helper gen
* run go generate separately - current noop
* lint sql dirs concurrently
* memoized to_pascal
* fix crud gen
* update forms
* discriminated ui form
* typed discriminated form default values
* intercept id types in schema arrays
* dont use deprecated swaggest interceptor
* linter update
* cache gen db migrations
* refactor
* update gen
* clean old models
1 parent 7167ced commit 76c6e35
File tree
515 files changed
+13466
-14412
lines changed- .github/workflows
- bin
- templates
- cmd
- ast-parser
- cli
- codegen
- initial-data
- e2e
- oapi-codegen
- oapi-templates
- db/migrations
- e2e
- __tests__/data
- client/gen
- activity
- model
- project
- team
- time-entry
- user
- work-item-comment
- work-item-tag
- work-item-type
- work-item
- frontend/src
- client-validator/gen
- components/Layout
- gen
- activity
- model
- project
- team
- time-entry
- user
- work-item-comment
- work-item-tag
- work-item-type
- work-item
- services
- slices
- types
- utils
- views
- DemoGeneratedForm
- DemoMantineReactTable
- Project
- Settings/UserPermissionsPage
- internal
- client
- codegen
- templates
- envvar
- gowrap-templates
- models
- repos
- postgresql
- gen/models
- postgresqlrandom
- xo-templates
- tests
- got
- snapshot
- redis
- repostesting
- reposwrappers
- rest
- resttesting
- services
- servicetestutil
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
515 files changed
+13466
-14412
lines changed| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
192 | 208 | | |
193 | 209 | | |
194 | 210 | | |
| |||
207 | 223 | | |
208 | 224 | | |
209 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
210 | 231 | | |
211 | | - | |
212 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
213 | 240 | | |
214 | 241 | | |
215 | 242 | | |
| |||
223 | 250 | | |
224 | 251 | | |
225 | 252 | | |
226 | | - | |
| 253 | + | |
227 | 254 | | |
228 | | - | |
| 255 | + | |
229 | 256 | | |
230 | 257 | | |
231 | 258 | | |
232 | | - | |
| 259 | + | |
233 | 260 | | |
234 | 261 | | |
| 262 | + | |
235 | 263 | | |
236 | | - | |
237 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
238 | 269 | | |
239 | 270 | | |
240 | 271 | | |
| |||
0 commit comments