@@ -2,13 +2,74 @@ History
2
2
----------------------
3
3
<small >Note: This file is autogenerated with [ generate-history.sh] ( generate-history.sh ) </small >
4
4
5
- ### 2022-01-05
5
+ ### 2023-12-20
6
+ - feat(fly-io): Added fly.io template files (#475 ) ([ John Taylor] )
6
7
7
- - Integrate poetry and update makefile commands. ( [ Sanyam Khurana ] )
8
- - Move isort/black config from .editorconfig to .pyproject.toml. ( [ Sanyam Khurana ] )
8
+ ### 2023-11-27
9
+ - feat(async): add uvicorn, asgi, upgrade django=4.1 ( # 473 ) ( [ Suneet Choudhary ] )
9
10
10
- ### 2022-01-11
11
- - Fix the use of letsencrypt tasks to run only on hosts configured with ` use_letsencrypt ` . ([ Sanyam Khurana] )
11
+ ### 2023-04-18
12
+ - fix(docker): Fixed an issue with the Postgres Docker image name (#474 ) ([ John Taylor] )
13
+
14
+ ### 2023-03-28
15
+ - feat: add GraphQL API implementation using django-graphene (#449 ) ([ Suneet Choudhary] )
16
+
17
+ ### 2023-03-03
18
+ - fix(docker-start): Redirect access/error logs to std-out (#470 ) ([ Sanyam Khurana] )
19
+
20
+ ### 2023-02-27
21
+ - fix(Makefile): Update poetry export command to use --with option (#468 ) ([ Sanyam Khurana] )
22
+
23
+ ### 2023-02-06
24
+ - fix(compose): Use postgis protocol for connection (#467 ) ([ Sanyam Khurana] )
25
+
26
+ ### 2023-01-06
27
+ - feat(docker): Use GDAL/postgis when postgis is enabled (#464 ) ([ Sanyam Khurana] )
28
+
29
+ ### 2022-12-15
30
+ - Configure Renovate (#459 ) ([ renovate[ bot]] )
31
+
32
+ ### 2022-12-07
33
+ - fix(users/api): Make code conformant to PEP8 ([ Sanyam Khurana] )
34
+ - chore: Add docker-compose to run all services through docker (#440 ) ([ Sanyam Khurana] )
35
+
36
+ ### 2022-10-27
37
+ - fix(pyproject.toml): Add dependencies for mkdocs (#458 ) ([ Sanyam Khurana] )
38
+
39
+ ### 2022-10-25
40
+ - docs(README): Update docs to drop legacy poetry command (#457 ) ([ Sanyam Khurana] )
41
+ - fix(github-actions): Use poetry to install requirements & run tests (#456 ) ([ Sanyam Khurana] )
42
+
43
+ ### 2022-09-27
44
+ - docs(coding_rules): correct class names to be PascalCase (#455 ) ([ Sanyam Khurana] )
45
+
46
+ ### 2022-09-16
47
+ - ci(github-actions): ensure poetry is installed lint action (#453 ) ([ Sanyam Khurana] )
48
+
49
+ ### 2022-09-14
50
+ - chore: make the relative and absolute imports consistent (#450 ) ([ Sahith Chandan Mekala] )
51
+ - upgrade packages (#451 ) ([ Sahith Chandan Mekala] )
52
+
53
+ ### 2022-06-18
54
+ - upgrade(requirements): black 21.12b0 => 22.3.0 (#447 ) ([ Akash Mishra] )
55
+
56
+ ### 2022-02-16
57
+ - feat(setup): Add dependency management with poetry (#444 ) ([ Sanyam Khurana] )
58
+
59
+ ### 2022-01-17
60
+ - chore: update packages - celery, ansible (#445 ) ([ Suneet Choudhary] )
61
+
62
+ ### 2022-01-13
63
+ - fix(nginx/tasks): Run letsencrypt only for hosts with use_letsencrypt config (#446 ) ([ Sanyam Khurana] )
64
+
65
+ ### 2022-01-04
66
+ - Fix(API-docs): deprecated rest_framework_swagger (#441 ) ([ Suneet Choudhary] )
67
+
68
+ ### 2021-12-17
69
+ - feat: update python dependencies (#443 ) ([ Saurabh Kumar] )
70
+
71
+ ### 2021-12-14
72
+ - chore(CI): add python cache with pip ([ Saurabh Kumar] )
12
73
13
74
### 2021-12-07
14
75
- chore: Update django-sites to 0.11 for Django 3.x (#442 ) ([ Sanyam Khurana] )
0 commit comments