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

Sleepy cat #933

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
47a56c3
Create sleepycats.yaml
ggrossvi May 8, 2024
9b0737d
Added new db migration for constituents and transactions
DietBepis1 Oct 22, 2023
50865ff
Fixed db migration to UPDATE already existing constituent and transac…
DietBepis1 Oct 22, 2023
e6a334e
more db stuff
DietBepis1 Nov 5, 2023
abd3bcf
Added stripe wrapper to new lib directory.
DietBepis1 Nov 12, 2023
95b9245
poop migration
DietBepis1 Nov 15, 2023
bc10da9
Finished stripe checkout refactor (for now)
DietBepis1 Nov 16, 2023
ad31ebb
Tweaks to Stripe class, payment presenter, etc
DietBepis1 Nov 17, 2023
78dbecb
Removed some of the unneeded logic on the ActionComplete page.
DietBepis1 Nov 17, 2023
d6f50e7
Tweaked donation component and where donation validation happens
DietBepis1 Nov 19, 2023
17c804a
Migration now modifies letters table
DietBepis1 Nov 20, 2023
703a845
Added fixtures for payment success and payment failure responses from…
DietBepis1 Dec 15, 2023
602d70b
Merge pull request #924 from OpenSourceFellows/stripe_upgrade
DietBepis1 May 18, 2024
ab948d0
Migration to update campaigns table
DietBepis1 May 25, 2024
ab4e658
Cleaned up some old code now that single-campaign mode is the only one
DietBepis1 May 26, 2024
ccc9a59
Updated landing page to use db assets
DietBepis1 May 27, 2024
b8ecfd9
Removed add-campaign wip script
DietBepis1 May 27, 2024
c0b6085
Merge pull request #926 from OpenSourceFellows/extra_config_for_singl…
DietBepis1 May 27, 2024
bc72fdb
Added json parsing
DietBepis1 May 27, 2024
2515f2b
Merge pull request #927 from OpenSourceFellows/json_fix
DietBepis1 May 27, 2024
0d0ddc5
Added merge_variable column to letters table
DietBepis1 May 28, 2024
608f27f
Merge pull request #928 from OpenSourceFellows/add_merge_vars_to_lett…
DietBepis1 May 28, 2024
61dd70b
Added hardcoded tuolumne letter
DietBepis1 May 28, 2024
ec71bb2
Merge pull request #929 from OpenSourceFellows/tuolumne_letter_stub
DietBepis1 May 28, 2024
091a482
Create app-policy.hcl
mpa-mxiang May 29, 2024
43fc717
Create integration-tests.yaml
mpa-mxiang May 29, 2024
0180948
delete two useless slashes
mpa-mxiang May 29, 2024
bef5745
delete the wrong integration-tests yaml file and modify the original one
mpa-mxiang May 29, 2024
a94210e
Create sleepyCat.yaml
mpa-mxiang Jun 7, 2024
fe85511
Merge branch 'OpenSourceFellows:sleepy-cat' into sleepy-cat
mpa-mxiang Jun 7, 2024
e5021f6
delete all other actions but add sleepy cat
mpa-mxiang Jun 7, 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
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ TWILIO_ACCOUNT_SID=your_twilio_account_id # this is user generated
TWILIO_AUTH_TOKEN=TWILIO_SECRET_KEY

# To run in single-campaign mode, set the following environment vars
VUE_APP_CAMPAIGN_MODE = "default" # or "default" for normal operation
VUE_APP_FEATURED_CAMPAIGN = "5" # campaign's id from Postgres
VUE_APP_LETTER_TEMPLATE = "" # the template associated with the featured campaign
VUE_APP_CAMPAIGN_MODE = "single" # or "default" for normal operation
VUE_APP_FEATURED_CAMPAIGN = "6" # campaign's id from Postgres
VUE_APP_LETTER_TEMPLATE = "tmpl_4ffaf2960112b63" # the template associated with the featured campaign
16 changes: 0 additions & 16 deletions .github/workflows/action-cats.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/build.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/cats.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/check-formatting.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/emojiPR.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/finish-hackpod.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/get-originaltime.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/integration-tests.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/issue-metrics.yml

This file was deleted.

Loading
Loading