WIP: Draft: Resolve "Add sorting functionality to get_single_events" #3304

Draft
yuha wants to merge 3 commits from 1158-add-sorting-functionality-to-get_single_events into master
Member

Closes #1158

Closes #1158
Author
Member

assigned to @yuha

assigned to @yuha
Author
Member

mentioned in merge request AlekSIS-App-Alsijil!2090

mentioned in merge request AlekSIS-App-Alsijil!2090
Author
Member
this will need https://edugit.org/AlekSIS/libs/django-pg-rrule/-/merge_requests/4
Author
Member

added 1 commit

Compare with previous version

added 1 commit <ul><li>20388a1b - Pass order_by argument</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/1659/diffs?diff_id=51508&start_sha=cd90993556f0400bb2a7ce2aaa64270c57fd9253)
Author
Member

As far as I can see, recurring_ical_events messes things up here. I assume that https://edugit.org/AlekSIS/official/AlekSIS-Core/-/issues/1127 could fix that.

As far as I can see, `recurring_ical_events` messes things up here. I assume that https://edugit.org/AlekSIS/official/AlekSIS-Core/-/issues/1127 could fix that.
Author
Member

added 2 commits

  • fd68056a - Remove resolving recurrences twice
  • 2eed7cb2 - Merge branch...

Compare with previous version

added 2 commits <ul><li>fd68056a - Remove resolving recurrences twice</li><li>2eed7cb2 - Merge branch...</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/1659/diffs?diff_id=51518&start_sha=20388a1bdc1b02f1028dcb1a0aff90f6d4ee7ce5)
Author
Member

assigned to @hansegucker and unassigned @yuha

assigned to @hansegucker and unassigned @yuha
Author
Member

marked this merge request as ready

marked this merge request as **ready**
Author
Member

added 2 commits

Compare with previous version

added 2 commits <ul><li>d19627d4 - Remove resolving recurrences twice</li><li>01382591 - Merge branch...</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/1659/diffs?diff_id=51524&start_sha=2eed7cb228767f08f7bda6a5b42554ad8854826a)
Owner

As far I know there are places where get_single_events is used. Did you test them?

As far I know there are places where `get_single_events` is used. Did you test them?
Author
Member

As far as I see all these places use the get_single_events method provided by the CalendarEventMixin which should not be affected in its functionality

As far as I see all these places use the `get_single_events` method provided by the `CalendarEventMixin` which should not be affected in its functionality
Owner

marked this merge request as draft

marked this merge request as **draft**
This pull request has changes conflicting with the target branch.
  • aleksis/core/mixins.py
  • aleksis/core/models.py
  • aleksis/core/util/core_helpers.py
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 1158-add-sorting-functionality-to-get_single_events:1158-add-sorting-functionality-to-get_single_events
git switch 1158-add-sorting-functionality-to-get_single_events

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff 1158-add-sorting-functionality-to-get_single_events
git switch 1158-add-sorting-functionality-to-get_single_events
git rebase master
git switch master
git merge --ff-only 1158-add-sorting-functionality-to-get_single_events
git switch 1158-add-sorting-functionality-to-get_single_events
git rebase master
git switch master
git merge --no-ff 1158-add-sorting-functionality-to-get_single_events
git switch master
git merge --squash 1158-add-sorting-functionality-to-get_single_events
git switch master
git merge --ff-only 1158-add-sorting-functionality-to-get_single_events
git switch master
git merge 1158-add-sorting-functionality-to-get_single_events
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core!3304
No description provided.