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

Release v5.3.0 #778

Merged
merged 27 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d658c0e
build(deps-dev): bump rexml from 3.3.6 to 3.3.9 (#765)
dependabot[bot] Oct 28, 2024
e782a03
Add "Transfer Time" text to mobile view (#767)
gmartincor Nov 6, 2024
f6bc2e2
build(deps): bump rails-html-sanitizer from 1.6.0 to 1.6.1 (#768)
dependabot[bot] Dec 2, 2024
1c07665
build(deps): bump actionpack from 7.0.8.5 to 7.0.8.7 (#769)
dependabot[bot] Dec 11, 2024
a5dc242
Better UI for member cards component (#764)
gmartincor Dec 27, 2024
d7662b0
[refactor] rename UI component: to-member-card -> member-card
markets Dec 27, 2024
9db9786
[deps] bundle update
markets Dec 27, 2024
0b6df07
redirect users with no membership to organizations list + add org nam…
markets Dec 29, 2024
3d103a1
Notify orgs admins (CCO) when membership remove their membership
markets Dec 29, 2024
1e7454f
introduce "highlighted" flag for organizations (they will be featured…
markets Dec 30, 2024
d88be54
[admin] allow to filter out users with no memberships
markets Jan 1, 2025
827a6f6
add warning for user with no memberships
markets Jan 1, 2025
8eaddd3
rename partial: layouts/messages -> application/flash_messages
markets Jan 1, 2025
0ecec0f
[mailer] refine locale for sending emails to org managers
markets Jan 2, 2025
e9690bc
add validation to avoid petitions between the same user and organization
markets Jan 3, 2025
db6c315
[refactor] Petition: make "pending" the default status
markets Jan 3, 2025
d9eaed3
[admin] allow to destroy pending and declined petitions
markets Jan 3, 2025
9756c71
[FIX] Push notifications are not being sent (#772)
franpb14 Jan 6, 2025
506f625
[CI] fix build by installing ImageMagick
markets Jan 25, 2025
ffbafdf
Send emails in background
markets Jan 25, 2025
fc003f3
add new cron job to warn the users about the need to join a Timebank
markets Jan 25, 2025
110e883
[specs] add test case for job MembershipWarningJob
markets Jan 25, 2025
17904b2
[config] use a different queue for mailers
markets Jan 31, 2025
153122f
fix several issues with new emails
markets Feb 1, 2025
d4f6efd
Merge pull request #771 from coopdevs/improve_onboarding_base
markets Feb 15, 2025
10e2864
build(deps): bump net-imap from 0.5.4 to 0.5.6 (#775)
dependabot[bot] Feb 15, 2025
2d52a87
build(deps): bump rack from 2.2.10 to 2.2.11 (#776)
dependabot[bot] Feb 15, 2025
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
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install ImageMagick
uses: mfinelli/setup-imagemagick@v6
with:
cache: true
- name: Run tests
env:
RAILS_ENV: test
Expand Down
Loading
Loading