generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
LoTerence
wants to merge
120
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* 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
* 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
* Added healthcheck endpoint to API * Imported app version from settings and upgraded node in jest test action * Updated setup-node * Updated node-version
* 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>
* 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'
Feature: Deploy django, develop branch
Origin/deploy dev
Small docker stage fixes
…into origin/develop
minor dockerignore fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #610
This is going to break a lot of things so I need to test it carefully.
This will break the current staging deployment - https://stage.civictechjobs.org/
Actions
We need to test this in its own AWS deployment before merging into main.
develop
) to AWSTests:
Changes
stage
environment builddevelop
branch for staging deployment