-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feat: activities endpoint #5861
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PeterSmallenbroek
temporarily deployed
to
test
September 26, 2024 11:38
— with
GitHub Actions
Inactive
PeterSmallenbroek
added
chore
Something that does not affect the end user
portalicious
Changes related to the portalicious release
labels
Sep 26, 2024
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
September 26, 2024 15:04
b286039
to
7ffb0d8
Compare
PeterSmallenbroek
temporarily deployed
to
test
September 26, 2024 15:04
— with
GitHub Actions
Inactive
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
September 30, 2024 15:10
7ffb0d8
to
53f157d
Compare
PeterSmallenbroek
temporarily deployed
to
test
September 30, 2024 15:11
— with
GitHub Actions
Inactive
PeterSmallenbroek
had a problem deploying
to
test
October 4, 2024 07:24
— with
GitHub Actions
Failure
PeterSmallenbroek
had a problem deploying
to
test
October 4, 2024 08:38
— with
GitHub Actions
Failure
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
October 4, 2024 08:39
68ccb87
to
01ae028
Compare
PeterSmallenbroek
had a problem deploying
to
test
October 4, 2024 08:39
— with
GitHub Actions
Failure
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
October 4, 2024 14:29
6dcf65f
to
fc829b8
Compare
aberonni
force-pushed
the
feat.activities-endpoint
branch
from
October 9, 2024 12:34
fc829b8
to
31870e9
Compare
diderikvw
reviewed
Oct 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of great work to build on!
services/121-service/src/utils/scope/createScopedRepositoryProvider.helper.ts
Show resolved
Hide resolved
aberonni
force-pushed
the
feat.activities-endpoint
branch
from
October 11, 2024 08:30
774809b
to
94ca99d
Compare
aberonni
force-pushed
the
feat.activities-endpoint
branch
from
October 11, 2024 13:02
94ca99d
to
836f386
Compare
aberonni
force-pushed
the
feat.activities-endpoint
branch
from
October 17, 2024 08:13
100ed72
to
dff0bc7
Compare
aberonni
force-pushed
the
feat.activities-endpoint
branch
from
October 17, 2024 12:21
dff0bc7
to
df1ffa9
Compare
PeterSmallenbroek
temporarily deployed
to
test
October 17, 2024 12:31
— with
GitHub Actions
Inactive
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
October 18, 2024 10:59
2a6e5db
to
22c750d
Compare
PeterSmallenbroek
temporarily deployed
to
test
October 18, 2024 10:59
— with
GitHub Actions
Inactive
Some comments and small changes
* activities: fix unit tests * temporarily disable exports
* feat.activities: dto mapping to endpoint AB#30664 * add permissions handling AB#30716 * One export per file
* resolve TODOs * Update services/121-service/src/activities/activities.controller.ts Co-authored-by: Domenico Gemoli <dgemoli@redcross.nl> --------- Co-authored-by: Domenico Gemoli <dgemoli@redcross.nl>
PeterSmallenbroek
force-pushed
the
feat.activities-endpoint
branch
from
October 18, 2024 11:58
22c750d
to
de7d119
Compare
PeterSmallenbroek
temporarily deployed
to
test
October 18, 2024 11:58
— with
GitHub Actions
Inactive
aberonni
approved these changes
Oct 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this based on the sub-branches already being reviewed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
Something that does not affect the end user
portalicious
Changes related to the portalicious release
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AB#30438
Describe your changes
Checklist before requesting a review