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: v/2.0.0 #104

Merged
merged 50 commits into from
Aug 16, 2024
Merged

Release: v/2.0.0 #104

merged 50 commits into from
Aug 16, 2024

Conversation

wderocco8
Copy link
Contributor

What does this PR do?

Updated main with new release.

Type of change

  • Fix: Bug fix (non-breaking change which fixes an issue)
  • Refactor: Any code refactoring
  • Chore: technical debt, workflow improvements
  • Feature: New feature (non-breaking change which adds functionality)
  • Documentation: This change requires a documentation update
  • Merge: Pushing features to an upper envrironment

Tests Performed

Screenshots

Additional Comments

jinyoungbang and others added 30 commits July 14, 2024 15:10
…-zap

Feat/enable rush event cover image zap
patched bug not being able to update event
This reverts commit 8a095b5.

Undo commit to dev/v1.0
…uth-flagged-api

Refactor/split event service and split attendees into separate collection
added functionality to get all events for rush category
wderocco8 and others added 18 commits August 3, 2024 09:42
feat: Create Update Member API + Implement Member API unit tests
…g exceptions --> otherwise user will not get 401 error even if they're unauthenticated)
feat: implement family tree get filter api
fixed polciy to allow delete s3 objects
@wderocco8 wderocco8 added the release New version released to prod label Aug 16, 2024
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2034 1505 74% 70% 🟢

New Files

File Coverage Status
chalicelib/api/events_member.py 96% 🟢
chalicelib/api/events_rush.py 94% 🟢
chalicelib/services/EventsMemberService.py 40% 🟢
chalicelib/services/EventsRushService.py 15% 🟢
tests/api/test_events_members.py 100% 🟢
tests/api/test_events_rush.py 100% 🟢
tests/api/test_members.py 100% 🟢
tests/services/test_events_member_service.py 100% 🟢
TOTAL 81% 🟢

Modified Files

File Coverage Status
app.py 100% 🟢
chalicelib/api/accountability.py 62% 🟢
chalicelib/api/applicants.py 100% 🟢
chalicelib/api/insights.py 100% 🟢
chalicelib/api/listings.py 88% 🟢
chalicelib/api/members.py 98% 🟢
chalicelib/modules/mongo.py 25% 🟢
chalicelib/s3.py 41% 🟢
chalicelib/services/AccountabilityService.py 47% 🟢
chalicelib/services/InsightsService.py 94% 🟢
chalicelib/services/ListingService.py 71% 🟢
chalicelib/services/MemberService.py 33% 🟢
chalicelib/utils.py 100% 🟢
tests/api/test_applicants.py 100% 🟢
tests/api/test_insights.py 100% 🟢
tests/api/test_listings.py 100% 🟢
tests/services/test_applicant_service.py 100% 🟢
tests/services/test_insights_service.py 100% 🟢
tests/services/test_listing_service.py 100% 🟢
tests/test_decorators.py 100% 🟢
tests/test_dynamodb.py 100% 🟢
TOTAL 84% 🟢

updated for commit: a06e1b6 by action🐍

@wderocco8 wderocco8 merged commit ae70f84 into main Aug 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release New version released to prod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants