Commit 7ca0317
authored
Dev (#289)
* row action menu exmaple
* operation authorization helper
* css
* traefikless setup for oidc - useful for broken wsl2 with wifi + acrylic dns setups
* dont fix via golangci-lint
* refactor mrt custom filters
* css and refactoring
* date input
* proper components
* fix oapi template gen
* notes to fix oapi-codegen mapping gen upstream
* fix oapi codegen upstream
* orval also broken for shared schemas
* orval update
* update filters
* add filter tests
* filter tests
* refactor filter tests
* update filter tests
* squash migrations due to slow golang-migrate
* null filters
* update pagination and filters representation
* update tests1 parent e26b6bc commit 7ca0317
File tree
199 files changed
+3741
-1779
lines changed- .vscode
- bin
- cmd/oapi-codegen/oapi-templates
- db/migrations
- docker
- e2e/client/gen/model
- frontend
- src
- client-validator/gen
- components
- ErrorPage
- Permissions
- gen
- activity
- admin
- default
- events
- model
- notifications
- oidc
- project
- team
- time-entry
- user
- work-item-comment
- work-item-tag
- work-item-type
- work-item
- hooks/auth
- services
- types
- utils
- views
- DemoMantineReactTable
- Settings/UserPermissionsPage
- internal
- models
- repos/postgresql
- postgresqlrandom
- rest
- testutil
- vendor
- github.com/deepmap/oapi-codegen/v2/pkg/codegen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
199 files changed
+3741
-1779
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | | - | |
25 | | - | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
855 | | - | |
856 | | - | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
| 1131 | + | |
| 1132 | + | |
1132 | 1133 | | |
1133 | 1134 | | |
1134 | 1135 | | |
| |||
1225 | 1226 | | |
1226 | 1227 | | |
1227 | 1228 | | |
1228 | | - | |
| 1229 | + | |
1229 | 1230 | | |
1230 | 1231 | | |
1231 | 1232 | | |
| |||
1384 | 1385 | | |
1385 | 1386 | | |
1386 | 1387 | | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
1387 | 1391 | | |
1388 | 1392 | | |
| 1393 | + | |
| 1394 | + | |
1389 | 1395 | | |
1390 | 1396 | | |
1391 | 1397 | | |
| |||
1394 | 1400 | | |
1395 | 1401 | | |
1396 | 1402 | | |
1397 | | - | |
| 1403 | + | |
1398 | 1404 | | |
1399 | 1405 | | |
1400 | 1406 | | |
1401 | | - | |
1402 | 1407 | | |
1403 | 1408 | | |
1404 | 1409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | | - | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments