Skip to content

Commit

Permalink
docs: update history.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Dec 20, 2023
1 parent 23840aa commit 8dbac34
Showing 1 changed file with 66 additions and 5 deletions.
71 changes: 66 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,74 @@ History
----------------------
<small>Note: This file is autogenerated with [generate-history.sh](generate-history.sh)</small>

### 2022-01-05
### 2023-12-20
- feat(fly-io): Added fly.io template files (#475) ([John Taylor])

- Integrate poetry and update makefile commands. ([Sanyam Khurana])
- Move isort/black config from .editorconfig to .pyproject.toml. ([Sanyam Khurana])
### 2023-11-27
- feat(async): add uvicorn, asgi, upgrade django=4.1 (#473) ([Suneet Choudhary])

### 2022-01-11
- Fix the use of letsencrypt tasks to run only on hosts configured with `use_letsencrypt`. ([Sanyam Khurana])
### 2023-04-18
- fix(docker): Fixed an issue with the Postgres Docker image name (#474) ([John Taylor])

### 2023-03-28
- feat: add GraphQL API implementation using django-graphene (#449) ([Suneet Choudhary])

### 2023-03-03
- fix(docker-start): Redirect access/error logs to std-out (#470) ([Sanyam Khurana])

### 2023-02-27
- fix(Makefile): Update poetry export command to use --with option (#468) ([Sanyam Khurana])

### 2023-02-06
- fix(compose): Use postgis protocol for connection (#467) ([Sanyam Khurana])

### 2023-01-06
- feat(docker): Use GDAL/postgis when postgis is enabled (#464) ([Sanyam Khurana])

### 2022-12-15
- Configure Renovate (#459) ([renovate[bot]])

### 2022-12-07
- fix(users/api): Make code conformant to PEP8 ([Sanyam Khurana])
- chore: Add docker-compose to run all services through docker (#440) ([Sanyam Khurana])

### 2022-10-27
- fix(pyproject.toml): Add dependencies for mkdocs (#458) ([Sanyam Khurana])

### 2022-10-25
- docs(README): Update docs to drop legacy poetry command (#457) ([Sanyam Khurana])
- fix(github-actions): Use poetry to install requirements & run tests (#456) ([Sanyam Khurana])

### 2022-09-27
- docs(coding_rules): correct class names to be PascalCase (#455) ([Sanyam Khurana])

### 2022-09-16
- ci(github-actions): ensure poetry is installed lint action (#453) ([Sanyam Khurana])

### 2022-09-14
- chore: make the relative and absolute imports consistent (#450) ([Sahith Chandan Mekala])
- upgrade packages (#451) ([Sahith Chandan Mekala])

### 2022-06-18
- upgrade(requirements): black 21.12b0 => 22.3.0 (#447) ([Akash Mishra])

### 2022-02-16
- feat(setup): Add dependency management with poetry (#444) ([Sanyam Khurana])

### 2022-01-17
- chore: update packages - celery, ansible (#445) ([Suneet Choudhary])

### 2022-01-13
- fix(nginx/tasks): Run letsencrypt only for hosts with use_letsencrypt config (#446) ([Sanyam Khurana])

### 2022-01-04
- Fix(API-docs): deprecated rest_framework_swagger (#441) ([Suneet Choudhary])

### 2021-12-17
- feat: update python dependencies (#443) ([Saurabh Kumar])

### 2021-12-14
- chore(CI): add python cache with pip ([Saurabh Kumar])

### 2021-12-07
- chore: Update django-sites to 0.11 for Django 3.x (#442) ([Sanyam Khurana])
Expand Down

0 comments on commit 8dbac34

Please sign in to comment.