Commit 63a81b6
Prisma upgrade (#206)
* Upgrade Prisma to last of major 3 #200
* Format all schemas with Prisma format
* Preview feature "atomicNumberOperations" is deprecated. The functionality can be used without specifying it as a preview feature.
* Update dependencies also in prisma folder
* Types complain
* Raw query needs to be a template now
* Update documentation
* Another round of running prisma format against all schemas
* Use same types as elsewhere in the same file
* Moving to Prisma 4.0.0
* Going to Prisma v5 which came out like 20 hours ago..
* Remove previous migrations and update import path for generated client
* Update lock file
* Update prisma folder package to match the root more closely
* Works locally until docker-compose...
* Same image versions as frontend currently uses
* Prisma deploy instead of dev
* fix e2e tests (#212)
* fix e2e tests
* migration added
* manual migration are obsolete witn new DB schema
* Let me try PostgreSQL v14
* Just had to try with the predefined server info for pgadmin
---------
Co-authored-by: Juga Paazmaya <[email protected]>
* 200 fix migration (#213)
---------
Co-authored-by: Pavel Strunkin <[email protected]>1 parent 0b6d92e commit 63a81b6
File tree
95 files changed
+690
-7249
lines changed- .github/workflows
- prisma
- migrations
- 20200503001556-init
- 20200524162125-baseline-history
- 20200526195312-approved-test-status-added
- 20200627134248-comment-added
- 20200707182652-project-name-unique-constraint
- 20200715232608-branch-strategy
- 20200728221159-zero-diff-tolerance
- 20200812213545-build-run-status
- 20200909223305-test-variation-project-id-added-into-unique-constraint
- 20201007145002-builds-counter
- 20201115155739-ci-build-id-added
- 20201201211711-test-run--temp-ignore-areas-added
- 20210118201534-build--project-id---ci-build-id-constraint
- 20210130115922-test-run-auto-approve-status-added
- 20210228121726-test-run--nullable-test-variation-id
- 20210405171118-github_243-set-empty-test-variation-tags-instead-of-null
- 20210425191116-github_215_project_config
- 20210517203552-add-custom-tags
- 20210605124856-image-compare-config-as-json
- 20210612140950-limit-build-number
- 20210705154453-baseline-author
- 20210709115233-gh-275-max-branch-lifetime
- 20210709133029-275-project-to-testrun-relation
- 20210724121852-roles
- 20230730154101_init
- src
- builds
- compare
- health
- test-variations
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+690
-7249
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 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments