Compare commits
	
		
			3 Commits
		
	
	
		
			8e1c670ffd
			...
			fix-csrf
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 615d4e59c6 | |||
| 83f075e49d | |||
| d3682368b4 | 
| @ -1,4 +1,4 @@ | ||||
| ## 0.1.4 / 2023-01-08 15:45+01:00 | ||||
| ## Unreleased | ||||
|  | ||||
| * Fix collectstaticfiles causing error when restarting container (https://git.kucharczyk.xyz/lukas/timetracker/issues/23) | ||||
|  | ||||
| @ -31,4 +31,4 @@ | ||||
| * Make it possible to add a new platform | ||||
| * Save calculated duration to database if both timestamps are set | ||||
| * Improve session listing | ||||
| * Set version in the footer to fixed, fix main container height | ||||
| * Set version in the footer to fixed, fix main container height | ||||
| @ -6,7 +6,7 @@ RUN npm install && \ | ||||
|  | ||||
| FROM python:3.10.9-alpine | ||||
|  | ||||
| ENV VERSION_NUMBER 0.1.4 | ||||
| ENV VERSION_NUMBER 0.1.2-3-g83f075e | ||||
| ENV PROD 1 | ||||
|  | ||||
| RUN apk add \ | ||||
|  | ||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -44,7 +44,7 @@ shell: | ||||
| 	poetry run python src/web/manage.py shell | ||||
|  | ||||
| collectstatic: | ||||
| 	poetry run python src/web/manage.py collectstatic --clear --no-input | ||||
| 	poetry run python src/web/manage.py collectstatic -c --no-input | ||||
|  | ||||
| poetry.lock: pyproject.toml | ||||
| 	poetry install | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| [tool.poetry] | ||||
| name = "timetracker" | ||||
| version = "0.1.4" | ||||
| version = "0.1.2" | ||||
| description = "A simple time tracker." | ||||
| authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"] | ||||
| license = "GPL" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user