Skip to content

Commit

Permalink
Update 13-09-2023 (#150)
Browse files Browse the repository at this point in the history
* Documentation (#45)

* Added comments for the blog

* Add created_at & updated_at in Category model.

* Added verification code that resets

* Added verification code that resets

* Added password validation

* Code change to follow PEP 8

* Delete auto-assign.yml

* Delete assign.yml

* Delete auto-assign.yml

* Delete assign.yml

* test comment model (#16)

* Add Date Published feature to blog (#18)

* Add Date Published feature to blog

* Alter field status on stori

* Change default for status field in stori

* Reactions model (#19)

* reactions model

* Delete 0002_reaction.py

* Create 0005_remove_stori_published_date_alter_stori_status_and_more.py

* create postgresql database (#24)

Co-authored-by: sangkips <[email protected]>

* Revert "create postgresql database (#24)" (#32)

This reverts commit 97e25f0.

* Postgres env (#34)

* Postgress Database setup with Environment Variables

* Add psycopg2==2.9.5 to requirements.txt

* workflow env

* Add localhost to database host

* add migrations

* Worked on BlogService to enable fetch, create, update and deletion of blogs(stori) (#27)

* delete migrations

Signed-off-by: JimmyTron <[email protected]>

* Added Nested comments (#31)

the parent_comment relates to comments and a reply it gets. Child comments are comments under a parent comment.
Checking for parent_comment existence makes sure that there can only exist one parent comment and any other replies under parent_comment is a child.

* Update Readme

---------

Signed-off-by: JimmyTron <[email protected]>
Co-authored-by: madbunny <[email protected]>
Co-authored-by: Collins Omariba <[email protected]>
Co-authored-by: raykipkorir <[email protected]>
Co-authored-by: Hellen Wainaina <[email protected]>
Co-authored-by: Moshood Owolabi <[email protected]>
Co-authored-by: Omariba Collins <[email protected]>
Co-authored-by: Kipkoech Sang <[email protected]>
Co-authored-by: Eugene Kwaka <[email protected]>
Co-authored-by: Bunny <[email protected]>

* Update README.md

* Update README.md

* Containerized blog

* Documentation update (#110) (#50)

* Documentation (#45)

* Added comments for the blog

* Add created_at & updated_at in Category model.

* Added verification code that resets

* Added verification code that resets

* Added password validation

* Code change to follow PEP 8

* Delete auto-assign.yml

* Delete assign.yml

* Delete auto-assign.yml

* Delete assign.yml

* test comment model (#16)

* Add Date Published feature to blog (#18)

* Add Date Published feature to blog

* Alter field status on stori

* Change default for status field in stori

* Reactions model (#19)

* reactions model

* Delete 0002_reaction.py

* Create 0005_remove_stori_published_date_alter_stori_status_and_more.py

* create postgresql database (#24)



* Revert "create postgresql database (#24)" (#32)

This reverts commit 97e25f0.

* Postgres env (#34)

* Postgress Database setup with Environment Variables

* Add psycopg2==2.9.5 to requirements.txt

* workflow env

* Add localhost to database host

* add migrations

* Worked on BlogService to enable fetch, create, update and deletion of blogs(stori) (#27)

* delete migrations



* Added Nested comments (#31)

the parent_comment relates to comments and a reply it gets. Child comments are comments under a parent comment.
Checking for parent_comment existence makes sure that there can only exist one parent comment and any other replies under parent_comment is a child.

* Update Readme

---------












* Update README.md

* Update README.md

---------

Signed-off-by: JimmyTron <[email protected]>
Co-authored-by: madbunny <[email protected]>
Co-authored-by: Collins Omariba <[email protected]>
Co-authored-by: raykipkorir <[email protected]>
Co-authored-by: Hellen Wainaina <[email protected]>
Co-authored-by: Moshood Owolabi <[email protected]>
Co-authored-by: Omariba Collins <[email protected]>
Co-authored-by: Kipkoech Sang <[email protected]>
Co-authored-by: Eugene Kwaka <[email protected]>
Co-authored-by: Bunny <[email protected]>

* Application containerization

* Custom super user creation command

this command is used to create a super user without prompting
the user from the commandline

command used while spining the application's container

* docker container migration and super user creation script

* Application ENV support

the application now fetches the env variables from .env file

* env sample file update

* latest migrations

* Added Password validation (#96)

* Added password validation

* Code change to follow PEP 8

---------

Co-authored-by: Jimmy Oty <[email protected]>

* enable creation of just one account

* Docker compose file update

* Celery Integration

* mail support init

* Compose environment refactor

* celery update

* celery update

* .env.sample update

* Code documentation

* email template sample

* CI/CD env update

* dependencies list update

* env.sample update

---------

Signed-off-by: JimmyTron <[email protected]>
Co-authored-by: madbunny <[email protected]>
Co-authored-by: Collins Omariba <[email protected]>
Co-authored-by: raykipkorir <[email protected]>
Co-authored-by: Hellen Wainaina <[email protected]>
Co-authored-by: Moshood Owolabi <[email protected]>
Co-authored-by: Omariba Collins <[email protected]>
Co-authored-by: Kipkoech Sang <[email protected]>
Co-authored-by: Eugene Kwaka <[email protected]>
Co-authored-by: Bunny <[email protected]>
Co-authored-by: Moses Mbadi <[email protected]>
Co-authored-by: Gibson-Gichuru <[email protected]>
  • Loading branch information
12 people authored Sep 13, 2023
1 parent de03baa commit 6ae1c33
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6ae1c33

Please sign in to comment.