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 develop into main #608

Open
wants to merge 120 commits into
base: main
Choose a base branch
from
Open

Merge develop into main #608

wants to merge 120 commits into from

Commits on Feb 29, 2024

  1. Created Context for Qualifier 1 Page (#502)

    * Refactored QualifiersPageRoles, added context, and updated documentataion on COP JSON structure
    
    * Removed copData fetching from QualifiersPageRoles and lifted copData to QualifiersContext
    
    * Cleaned up strings for JSON
    
    * Removed extra backtick in markdown
    bzzz-coding authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3aa6974 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. vite-refactor (#503)

    * Added vite, necessary plugins, typescript configs
    
    - svgr to create react components from svg files
    - tsconfigpaths for relative routing in typescript
    - createHtmlPlugin to generate html template
    
    * Renamed all js files to ts for compiling
    
    - Contains errors in ts that needs to be addressed
    
    * example html for vite
    
    * utilize svgr for vite plugin due to no babel
    
    * updated index file to utilize vite env
    
    * Changed to absolute paths
    
    Vite will not recognize relative paths for scss files
    used @ as an alias for src directory
    
    * attempt at vite build
    
    * Removed warning for improperly cased props
    
    * Added aria label for react-axe accessibility warning
    bennyv8 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    05ae319 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    ffef220 View commit details
    Browse the repository at this point in the history
  2. Update MkDocs

    jimmyjuareza committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    53d40a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2756ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37faa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d087c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Added healthcheck endpoint to API (#525)

    * Added healthcheck endpoint to API
    
    * Imported app version from settings and upgraded node in jest test action
    
    * Updated setup-node
    
    * Updated node-version
    bzzz-coding authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    379ea51 View commit details
    Browse the repository at this point in the history
  2. Database schema (#528)

    * Update intro.md (#512)
    
    Hey updated a few steps for onboarding under the intro.
    
    * init sql file to create post table
    
    * Updated docker to create postgres database
    
    - updated git ignore to include /data directory
    
    * Updated dev.env example
    
    - found bug that prevented postgres from connecting
    
    ---------
    
    Co-authored-by: kchotani <87041811+kchotani@users.noreply.github.com>
    bennyv8 and kchotani authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b3c0750 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    b28bdba View commit details
    Browse the repository at this point in the history
  2. Redid backend strucure

    jimmyjuareza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    939a5c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    aaa13e0 View commit details
    Browse the repository at this point in the history
  2. Add docker-compose file.

    jimmyjuareza committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    31ad971 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Backend opportunity model init (#545)

    * Pgdb connected
    
    - added configs in django.settings
    - installed psycopg2-binary **for development only**
    - psycopg2 for production requires certain system depdencies
    
    * init Opportunities model
    
    - Recreated from previous PR
    - Renamed post model to "opportunities"
    - did migration
    
    * Load sample data into database
    
    - Added fixtures
    - make sure to 'python manage.py loaddata ctjbackend/fixtures/*.json'
    bennyv8 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    affa11a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Add docker-compose files

    jimmyjuareza committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    11ad034 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Aug 16, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    140cf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cdaab View commit details
    Browse the repository at this point in the history
  3. fix static assets HMR

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ca49ed6 View commit details
    Browse the repository at this point in the history
  4. ignore build assets

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8c41dcf View commit details
    Browse the repository at this point in the history
  5. configure django env vars

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ed062d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90070ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e07367f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2379e6 View commit details
    Browse the repository at this point in the history
  9. uninstall vite-plugin-html

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cfb08dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df4fe41 View commit details
    Browse the repository at this point in the history
  11. add context for base config

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7978d37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a939335 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5505ecd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f8548a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f512100 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5eb17b1 View commit details
    Browse the repository at this point in the history
  17. remove unneeded env var

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e545784 View commit details
    Browse the repository at this point in the history
  18. fix file names

    LoTerence committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2c4e602 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    4127c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5434d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix django frontend routing

    LoTerence committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b77afe View commit details
    Browse the repository at this point in the history
  2. React Router fixes

    LoTerence committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fccdbf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a682879 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fixed name pattern

    kevin31yu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    32f0d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #576 from kevin31yu/develop

    fixed name pattern
    kevin31yu authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b9d27b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ad7903e View commit details
    Browse the repository at this point in the history
  2. Feature: lint python (#574)

    * install Black linter
    
    * lint entire backend with Black
    
    * install flake8 formatter
    
    * configure flake8
    
    * install isort
    
    * run isort to sort imports
    
    * fixed name pattern
    
    * added /api/healthcheck endpoint
    
    * install Black linter
    
    * lint entire backend with Black
    
    * install flake8 formatter
    
    * configure flake8
    
    * install isort
    
    * run isort to sort imports
    
    * install pre-commit
    
    * comment out admin and tests to pass flake8 linter rules
    
    * init pre-commit
    
    * remove trailing spaces
    
    * configure flake8 settings in pre-commit
    
    * delete obsolete poetry lock file
    
    * configure isort settings
    
    * remove precommit hook
    
    ---------
    
    Co-authored-by: Kevin <kevin31yu@gmail.com>
    Co-authored-by: Kevin Yu <118224034+kevin31yu@users.noreply.github.com>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e3ec821 View commit details
    Browse the repository at this point in the history
  3. Revert "Feature: lint python (#574)"

    This reverts commit e3ec821.
    LoTerence authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3e5fc7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #582 from hackforla/revert-574-feature/lint-python

    Revert "Feature: lint python"
    LoTerence authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    02faf42 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    4a4a2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a2c8b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. test mkdocs deployment

    LoTerence committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2e2b042 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #591 from hackforla/feat/update-docs

    Test mkdocs deployment
    LoTerence authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ad71ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98542c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff4ecb View commit details
    Browse the repository at this point in the history
  5. test mkdocs deployment

    LoTerence committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a0efd8c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. finalize new mkdocs build

    LoTerence committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bdc041b View commit details
    Browse the repository at this point in the history
  2. change branch to develop

    LoTerence committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    623be42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c82790f View commit details
    Browse the repository at this point in the history
  4. change branch to develop

    LoTerence committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5d3b6a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07106a1 View commit details
    Browse the repository at this point in the history
  6. init mkdocs documentation

    LoTerence committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    26a1742 View commit details
    Browse the repository at this point in the history
  7. mkdocs edit instructions

    LoTerence committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5906a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6b5315 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6b76f8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #592 from hackforla/feat/fix-mkdocs

    Feat/fix mkdocs
    LoTerence authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1030865 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. update resources docs

    LoTerence committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    79998a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #593 from hackforla/docs/add-resources

    Update Resources page in docs
    LoTerence authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e40c4f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

  1. update mkdocs

    LoTerence committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6b2c079 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #596 from hackforla/hackforla/develop

    update mkdocs
    LoTerence authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9de609 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    df8717b View commit details
    Browse the repository at this point in the history
  2. rm root poetry lock file

    LoTerence committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7b4b391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf6cbe2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #597 from hackforla/feat/fix-onboarding

    Feat/fix onboarding
    LoTerence authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b47cac View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    926ebdd View commit details
    Browse the repository at this point in the history
  2. install black flake8 isort

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4636204 View commit details
    Browse the repository at this point in the history
  3. run black

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    12da3f3 View commit details
    Browse the repository at this point in the history
  4. configure flake8

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    daaac67 View commit details
    Browse the repository at this point in the history
  5. configure isort

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9b69553 View commit details
    Browse the repository at this point in the history
  6. run isort

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9688865 View commit details
    Browse the repository at this point in the history
  7. fix flake8 linter issues

    LoTerence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1cf89c3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #603 from hackforla/feature/lint-python-redo

    Feature/lint python redo
    LoTerence authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0b2399b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    11f84ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf44469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8caea4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0094b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'develop' of https://github.com/hackforla/CivicTechJobs

    …into adding-prettier-and-eslint-frontend-588
    irais-valenzuela committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    da28a37 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge pull request #589 from irais-valenzuela/adding-prettier-and-esl…

    …int-frontend-588
    
    Adding prettier and eslint to frontend
    irais-valenzuela authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4397667 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. update resources docs

    LoTerence committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f42ff47 View commit details
    Browse the repository at this point in the history
  2. enable django admin

    LoTerence committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9a55948 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. lint urls

    LoTerence committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    70a7e9e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. fix vite warning

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    895557c View commit details
    Browse the repository at this point in the history
  2. install daphne

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ab17510 View commit details
    Browse the repository at this point in the history
  3. configure security settings

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0ccc884 View commit details
    Browse the repository at this point in the history
  4. install whitenoise

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6ed9223 View commit details
    Browse the repository at this point in the history
  5. ran npm audit fix

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d7a08a4 View commit details
    Browse the repository at this point in the history
  6. refactor gitignore

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b554122 View commit details
    Browse the repository at this point in the history
  7. delete frontend/dist folder

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    306745a View commit details
    Browse the repository at this point in the history
  8. refactor gitignore

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ee9e427 View commit details
    Browse the repository at this point in the history
  9. configure whitenoise

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c70ac3d View commit details
    Browse the repository at this point in the history
  10. Configure security settings

    LoTerence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    47ac9ab View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. refactor dockerignore

    LoTerence committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a87f31b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b3e095 View commit details
    Browse the repository at this point in the history
  3. format dockerfiles

    LoTerence committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fa74ce4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #613 from hackforla/feat/deploy-django

    Feature: Deploy django, develop branch
    LoTerence authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    faf0849 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. refactor Dockerfile

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3f79c1d View commit details
    Browse the repository at this point in the history
  2. fix dockerignore dev

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1a56a9d View commit details
    Browse the repository at this point in the history
  3. add git files

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    19d349b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b29ec View commit details
    Browse the repository at this point in the history
  5. remove unused var

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    782c454 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from LoTerence/origin/deploy-dev

    Origin/deploy dev
    LoTerence authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c8a98c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #616 from LoTerence/develop

    Small docker stage fixes
    LoTerence authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e7a0191 View commit details
    Browse the repository at this point in the history
  8. fix dockerignore stage

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f5f590c View commit details
    Browse the repository at this point in the history
  9. do not include schema.yml

    LoTerence committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    837f04d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    0f6e186 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/LoTerence/CivicTechJobs

    …into origin/develop
    LoTerence committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8f70052 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #617 from LoTerence/origin/develop

    minor dockerignore fixes
    LoTerence authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ff52558 View commit details
    Browse the repository at this point in the history