-
Notifications
You must be signed in to change notification settings - Fork 6
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
LZ to DMZ Sync #709
Open
jayjaybunce
wants to merge
16
commits into
develop
Choose a base branch
from
crasm-791
base: develop
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
LZ to DMZ Sync #709
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
jayjaybunce
had a problem deploying
to
production
October 30, 2024 15:20 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
production
October 30, 2024 18:49 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
production
October 30, 2024 19:32 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
production
October 30, 2024 19:49 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:10 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:10 — with
GitHub Actions
Failure
jayjaybunce
temporarily deployed
to
production
November 12, 2024 20:16 — with
GitHub Actions
Inactive
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:17 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:21 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:23 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 12, 2024 20:23 — with
GitHub Actions
Failure
jayjaybunce
temporarily deployed
to
production
November 13, 2024 18:33 — with
GitHub Actions
Inactive
jayjaybunce
had a problem deploying
to
staging
November 13, 2024 18:34 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 13, 2024 18:34 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 13, 2024 18:34 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 13, 2024 18:35 — with
GitHub Actions
Failure
jayjaybunce
temporarily deployed
to
production
November 14, 2024 16:35 — with
GitHub Actions
Inactive
jayjaybunce
had a problem deploying
to
staging
November 14, 2024 16:35 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 14, 2024 16:36 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 14, 2024 16:36 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 14, 2024 16:36 — with
GitHub Actions
Failure
jayjaybunce
temporarily deployed
to
production
November 15, 2024 16:57 — with
GitHub Actions
Inactive
jayjaybunce
had a problem deploying
to
staging
November 15, 2024 16:58 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 15, 2024 16:59 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 15, 2024 16:59 — with
GitHub Actions
Failure
jayjaybunce
had a problem deploying
to
staging
November 15, 2024 17:00 — with
GitHub Actions
Failure
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.
🗣 Description
💭 Motivation and context
Resolves CRASM-714 + CRASM-785
🧪 Testing
Testing Steps
Prepare your local environment
/postgres-data
=> This will reset your local app database/backend
=> npm run mdl-datagenStart all containers (ensure they are rebuilt)
/backend
=>npm run syncdb -- -d populate
/backend
=>npm run syncnewmdl
/backend
=>npm run syncmdl
docker cp /path/to/your/ mdl_backup_data.sql xfd-db-1:/tmp/mdl_backup_data.sql
Connect to the database docker => Run:
docker exec -it xfd-db-1 bash
10b.
psql -U mdl -d crossfeed_mini_datalake -f tmp/mdl_backup_data.sql
Login to the application
Open developer tools and go to network => Copy the Auth header from any request
Add this to .env
/backend
=> npm run build-workerBuild Worker for M1/M2 Apple chips
A. Add the following below line 4 in
/backend/Dockerfile.worker
B.
/backend
=>docker build -t crossfeed-worker -f Dockerfile.worker .
✅ Pre-approval checklist
in code comments.
to reflect the changes in this PR.
✅ Pre-merge checklist
✅ Post-merge checklist