Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Updates to the Base Repo #148

Merged
merged 35 commits into from
Aug 31, 2023
Merged

Merge Updates to the Base Repo #148

merged 35 commits into from
Aug 31, 2023

Conversation

RayPhenom
Copy link
Contributor

Merge Updates to the Base Repo

Fixes #147

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

CI Django & Postgres Tests

Jambo

Test Configuration:

          python manage.py migrate
          python manage.py test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

JimmyTron and others added 30 commits March 12, 2023 12:22
* 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]>
* 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]>
this command is used to create a super user without prompting
the user from the commandline

command used while spining the application's container
the application now fetches the env variables from .env file
* Added password validation

* Code change to follow PEP 8

---------

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

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Contributor,👋👋 Thank You For Opening This Pull Request 🎉🎉

Welcome to SpaceYaTech

We are the fastest growing Africa Open-Source Community Looking To Change The Way Young Africans Get Started In Technology.

JOIN US | THRIVE | GROW

SpaceYaTech Server
SpaceYaTech LinkedIn
SpaceYaTech Twitter
Website

It's great having you contribute to this project

Welcome to the community 🤓 🍿 **Fun facts** - we eat bugs 🐛🐛🐛🐛 for breakfast 🥣

This Pull request has been queued for `review`

Sit tight the maintainers are on your case.

Soon the maintainers/owner will review it and provide you with feedback suggestions.
If you think it's something urgent, feel free to reach out

@JimmyTron JimmyTron merged commit de03baa into SpaceyaTech:main Aug 31, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge Updates from the backend Repo
6 participants