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

Commits on Mar 12, 2023

  1. 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]>
    10 people authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c6423de View commit details
    Browse the repository at this point in the history
  2. Update README.md

    JimmyTron authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    7c2be7e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    JimmyTron authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    9f95323 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Containerized blog

    mosesmbadi authored and JimmyTron committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c7a9cb6 View commit details
    Browse the repository at this point in the history
  2. 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]>
    10 people authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    18f4b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b6f6fb View commit details
    Browse the repository at this point in the history
  4. 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
    Gibson-Gichuru committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b8ad8de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d16921c View commit details
    Browse the repository at this point in the history
  6. Application ENV support

    the application now fetches the env variables from .env file
    Gibson-Gichuru committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    5fb3463 View commit details
    Browse the repository at this point in the history
  7. env sample file update

    Gibson-Gichuru committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f1c41a2 View commit details
    Browse the repository at this point in the history
  8. latest migrations

    Gibson-Gichuru committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    557761f View commit details
    Browse the repository at this point in the history
  9. Added Password validation (#96)

    * Added password validation
    
    * Code change to follow PEP 8
    
    ---------
    
    Co-authored-by: Jimmy Oty <[email protected]>
    raykipkorir and JimmyTron committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    93b8a22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c67aa0e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    d91b98c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from JimmyTron/gibson

    Gibson refactored
    JimmyTron authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    60a8b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    3c9017d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from SpaceyaTech/account

    Account Registration
    JimmyTron authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b9ce2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c7f40f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge pull request #59 from Gibson-Gichuru/main

    Docker compose file update
    JimmyTron authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ffc3ac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Celery Integration

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c72144d View commit details
    Browse the repository at this point in the history
  2. mail support init

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d54166e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    408a8a1 View commit details
    Browse the repository at this point in the history
  4. celery update

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a4c2f4b View commit details
    Browse the repository at this point in the history
  5. celery update

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1a9dff2 View commit details
    Browse the repository at this point in the history
  6. .env.sample update

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5251ecf View commit details
    Browse the repository at this point in the history
  7. Code documentation

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a82d305 View commit details
    Browse the repository at this point in the history
  8. email template sample

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a101293 View commit details
    Browse the repository at this point in the history
  9. CI/CD env update

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6b0dee1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    260b0ec View commit details
    Browse the repository at this point in the history
  11. env.sample update

    Gibson-Gichuru committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fe1f1f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request #62 from Gibson-Gichuru/main

    Email Service
    JimmyTron authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    db070a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    bbca68c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    b1b9c28 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    671b251 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    5afcf0f View commit details
    Browse the repository at this point in the history