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

Update staging branch from main #15

Closed
wants to merge 49 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3a39a6c
Cascade delete interaction step
crayolakat Dec 1, 2022
254ba40
Merge branch 'main' into cascade_delete_interaction_step
crayolakat Feb 3, 2023
383c065
SQLite adjustments
crayolakat Feb 3, 2023
4a64fb1
Add assignment load limit
crayolakat Jan 31, 2024
fcf7b67
Address SonarCloud issue
crayolakat Feb 21, 2024
b8ac77b
Update nesting
crayolakat Feb 21, 2024
d441c03
Refactor for SonarCloud
crayolakat Feb 21, 2024
38187bb
Update for SonarCloud
crayolakat Feb 21, 2024
8abcdfa
Address SonarCloud issue
crayolakat Feb 21, 2024
f19483c
Address SonarCloud
crayolakat Feb 21, 2024
cb70095
Address SonarCloud issue
crayolakat Feb 21, 2024
2608d70
Address SonarCloud nesting
crayolakat Feb 21, 2024
774ad1b
Address SonarCloud nesting
crayolakat Feb 21, 2024
6e03023
Address SonarCloud nesting
crayolakat Feb 21, 2024
980390d
Fix SonarCloud nesting issues
crayolakat Feb 21, 2024
b0b5345
Address SonarCloud nesting
crayolakat Feb 21, 2024
bbaa85a
Remove code duplication
crayolakat Feb 22, 2024
2e22a88
Address SonarCloud issues
crayolakat Feb 22, 2024
bab1160
Refactor test for SonarCloud
crayolakat Feb 23, 2024
7e8e5ad
Refactor for SonarCloud issues
crayolakat Feb 23, 2024
68c1e47
Reduce code duplication
crayolakat Feb 23, 2024
ddd9221
Delete CampaignInteractionStepsForm.test copy.js
crayolakat Feb 23, 2024
acede3f
Implement zip caching
crayolakat Feb 24, 2024
476f2ae
Merge pull request #10 from StateVoicesNational/cascade_delete_intera…
crayolakat Feb 29, 2024
b8b651f
Merge pull request #8 from MoveOnOrg/kathy-cpa
crayolakat Feb 29, 2024
e2d1d44
Merge branch 'main' into kathy-fix-504-bulk
crayolakat Mar 4, 2024
bfee000
Update test
crayolakat Mar 5, 2024
f9d00b7
Add jest tests
crayolakat Mar 6, 2024
de558ff
Merge pull request #9 from MoveOnOrg/kathy-fix-504-bulk
crayolakat Mar 8, 2024
19de49a
Update build-image.yaml
crayolakat Mar 8, 2024
6a9238b
Test GHCR
crayolakat Mar 8, 2024
a0ab2ea
Update build-image.yaml
crayolakat Mar 8, 2024
7cf51d4
Change branch name to main
crayolakat Mar 8, 2024
9caf12b
Revert "Update build-image.yaml"
crayolakat Mar 8, 2024
42fd005
Merge branch 'main' into kathy-ghcr
crayolakat Mar 8, 2024
816fd7d
Merge pull request #12 from MoveOnOrg/kathy-ghcr
crayolakat Mar 8, 2024
5e31328
Dynamic replies initial implementation
sjwmoveon May 3, 2024
ddcd444
Update campaign_contact.updated_at on change
sjwmoveon May 3, 2024
226f4e0
Only run migration on postgres, not sqlite
sjwmoveon May 3, 2024
454e1db
Fix comments
sjwmoveon May 3, 2024
217d23a
Merge campaign_contact.updated_at fix
sjwmoveon May 3, 2024
4be13a6
Add test for dynamicReassign method
sjwmoveon May 3, 2024
de74eb9
Merge pull request #13 from MoveOnOrg/updatedat
sjwmoveon May 3, 2024
0dfcea5
Use 'joinToken' in place of 'organizationUuid' since we are actually …
sjwmoveon May 3, 2024
77cc415
Merge pull request #14 from MoveOnOrg/dynamicreplies
sjwmoveon May 7, 2024
716a154
Fix SonarCloud alert
sjwmoveon May 15, 2024
5941cc5
Merge pull request #16 from MoveOnOrg/sjwmoveon-patch-1
sjwmoveon May 15, 2024
14a5673
retrigger checks
sjwmoveon May 15, 2024
f01f203
retrigger checks x2
sjwmoveon May 15, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
ghcr.io/statevoicesnational/spoke
ghcr.io/moveonorg/moveon-spoke
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down
Loading
Loading