-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme with logo / trademark #96 * updating models and interface theme #96 * altered color scheme, moved to `nodeorc=0.2.1` #96 * on the fly created files to gitignore #96 * chmod for docker changed back to 666 #96 * version bump and changelog #96
- Loading branch information
1 parent
0b3ccf8
commit d729958
Showing
15 changed files
with
114 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## [0.2.0] - 2024-09-27 | ||
### Added | ||
- Style and logos | ||
### Changed | ||
- Bump nodeorc version to 0.2.1 | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
- Improvements in README.md | ||
### Security | ||
|
||
|
||
## [0.1.1] - 2024-06-14 | ||
### Added | ||
- Tabular downloads | ||
### Changed | ||
- Bump nodeorc version | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security | ||
- Freeze of package versions | ||
- Docker image so that a frozen version is used by end users | ||
|
||
|
||
## [0.1.0] - 2024-05-31 | ||
### Added | ||
- First pre-release of LiveOpenRiverCam | ||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
api/migrations/0003_alter_cameraconfig_version_alter_recipe_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 5.0.6 on 2024-09-26 14:03 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('api', '0002_initial'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='cameraconfig', | ||
name='version', | ||
field=models.CharField(blank=True, editable=False, max_length=15, verbose_name='pyORC version compatibility'), | ||
), | ||
migrations.AlterField( | ||
model_name='recipe', | ||
name='version', | ||
field=models.CharField(blank=True, editable=False, max_length=15), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#version: '3' | ||
services: | ||
webapp: | ||
environment: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#version: '3' | ||
services: | ||
webapp: | ||
volumes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
celery==5.4.0 | ||
cryptography==42.0.8 | ||
Django==5.0.6 | ||
djangorestframework==3.15.1 | ||
cryptography==43.0.1 | ||
Django==5.1.1 | ||
djangorestframework==3.15.2 | ||
djangorestframework-csv==3.0.2 | ||
djangorestframework-queryfields==1.1.0 | ||
djangorestframework-simplejwt==5.3.1 | ||
django-admin-rangefilter==0.13.0 | ||
django-admin-interface==0.28.6 | ||
django-debug-toolbar==4.4.2 | ||
django-admin-rangefilter==0.13.2 | ||
django-admin-interface==0.28.9 | ||
django-debug-toolbar==4.4.6 | ||
django-extensions==3.2.3 | ||
django-filter==24.2 | ||
django-import-export==4.0.8 | ||
django-filter==24.3 | ||
django-import-export==4.1.1 | ||
django-json-widget==2.0.1 | ||
django-object-actions==4.2.0 | ||
django-storages==1.14.3 | ||
django-object-actions==4.3.0 | ||
django-storages==1.14.4 | ||
drf-nested-routers==0.94.1 | ||
drf-spectacular==0.27.2 | ||
fontawesomefree==6.5.1 | ||
nodeorc==0.1.8 | ||
pytest-django==4.8.0 | ||
fontawesomefree==6.6.0 | ||
nodeorc==0.2.1 | ||
pytest-django==4.9.0 | ||
psycopg2-binary==2.9.9 | ||
shortuuid==1.0.13 |