Commit 7c92cfc
Irving Popovetsky
Upgrade to Django 4.2 and support Postgres 17 (#402)
* Most minimal update to py3.9 and a better dockerfile
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
* Update django rest_framework by a few micro versions to fix a python 2 syntax warning
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
* A few more surgical dependency updates to rid us of the worst CVEs
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
* dramatically speed up launch and execution time
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
* downgrade psycopg2 because apparently we were picking up 2.9 which is too new
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
* add analysis of Postgres 14 upgrade
* Django and PG upgrade - phase 0
* phase 1 done
* functional test script to temporarily aid us
* phase 2 complete
* phase 3+4 done
* django 4.2 upgrade fully validated in staging
* let's go straight to Postgres 17
* more thoroughly update deps so that we're fully CVE-free and majorly cut down techdebt
* no circleci
* fix admin console
---------
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>1 parent ed1cd14 commit 7c92cfc
74 files changed
Lines changed: 4906 additions & 3582 deletions
File tree
- .circleci
- docker
- scripts
- src
- .dev
- .dev
- api
- migrations
- core
- frontend
- migrations
- static
- css
- img
- js
- templates
- frontend
- operationcode_backend
- settings
- components
- environments
- 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.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
0 commit comments