Skip to content

Include fixtures in build #3

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

Merged
merged 30 commits into from
Aug 11, 2023
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a8180f5
s/DJANGO_SECRET_KEY/SECRET_KEY
ajhai Aug 9, 2023
cdd7bf9
Update README
ajhai Aug 9, 2023
231a2ed
Prod docker-compose and env
ajhai Aug 10, 2023
5e3f6a8
Register post_save signal handler before account creation
ajhai Aug 10, 2023
f9e048f
Cleanup docker-compose files
ajhai Aug 10, 2023
318e986
Update admin page title
ajhai Aug 10, 2023
ce238cc
Update client proxy
ajhai Aug 10, 2023
2e47c51
Revamp login page
ajhai Aug 10, 2023
63bcd2c
Use site name in title
ajhai Aug 10, 2023
6962338
Add docs and prod docker compose
ajhai Aug 10, 2023
7282edb
Add github action to build docker images
ajhai Aug 10, 2023
5096947
Ignore .vscode folder
vegito22 Aug 10, 2023
25c59bd
Update github action to build and push docker image
ajhai Aug 10, 2023
6460815
Docs refactor
vegito22 Aug 10, 2023
e9fad20
Bump up action versions
ajhai Aug 10, 2023
c99e610
Add qemu for cross platform builds
ajhai Aug 10, 2023
9057e01
Add Slack and Discord docs
vegito22 Aug 10, 2023
f871332
Disable unstructured traces
ajhai Aug 10, 2023
742c128
Use multi-stage docker build
ajhai Aug 10, 2023
351272c
Use org in image name
ajhai Aug 10, 2023
cc01d66
Use registry image as builder for nginx
ajhai Aug 11, 2023
3c9c68a
Use registry env value for nginx builder
ajhai Aug 11, 2023
dc35a39
Use username when email isn't set in Input request
vegito22 Aug 11, 2023
d2ce4ef
Use build-args to pass REGISTRY value
ajhai Aug 11, 2023
6b63629
Take REGISTRY as ARG in Dockerfile
ajhai Aug 11, 2023
3a0ca18
Use registry image in prod docker compose
ajhai Aug 11, 2023
0f6877d
Disable image build action on develop
ajhai Aug 11, 2023
586949b
Disable image builds on PR
ajhai Aug 11, 2023
83cc022
Include fixtures for initial load
ajhai Aug 11, 2023
315f271
Merge branch 'main' into develop
ajhai Aug 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ db.sqlite3
Dockerfile
docker-compose.yml
docker-compose.dev.yml
fixtures
nginx
tests
web