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

(#133) pre deployment merge and previous issues resolutions #139

Merged
merged 362 commits into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
362 commits
Select commit Hold shift + click to select a range
244c586
(#91) fix bug regarding EventDto fields
eggwhat Apr 26, 2024
605c58c
(#48) Add the Infrastructure
olegkiprik Apr 26, 2024
e0f7139
(#48) Change the ports
olegkiprik Apr 26, 2024
a22f741
Merge pull request #93 from SaintAngeLs/events_service
eggwhat Apr 26, 2024
9f28927
(#48) Add some corrections
olegkiprik Apr 26, 2024
86b9fe4
(#30) move event service to more fitting directory
eggwhat Apr 26, 2024
2cf0055
(#30) update default sorting criteria
eggwhat Apr 26, 2024
79c953e
(#30) fix issue with event service
eggwhat Apr 26, 2024
4758515
(#87) fix endpoint for adding an organizer
eggwhat Apr 26, 2024
1102d7b
(#87) update endpoints uri
eggwhat Apr 26, 2024
e450ef5
Merge remote-tracking branch 'remotes/origin/dev' into friends_service
SaintAngeLs Apr 27, 2024
d575faa
(#82) insfrastructure qieries for the pending requests
SaintAngeLs Apr 27, 2024
e21bf3f
(#82) update the query handler for the infrastucture
SaintAngeLs Apr 27, 2024
1854711
(#82) api sync with the queris in the infrastructure and dtos in teh…
SaintAngeLs Apr 27, 2024
cda2706
(#80) api udpate
SaintAngeLs Apr 27, 2024
cfb827a
Merge pull request #94 from SaintAngeLs/organizations_service
eggwhat Apr 27, 2024
e21bb2b
(#80) api udpate
SaintAngeLs Apr 27, 2024
f137871
Merge branch 'dev' into posts_service
eggwhat Apr 27, 2024
9ef6f9d
(#80) invite frined handler udpate
SaintAngeLs Apr 27, 2024
af1ce4c
(#32) fix issue with background worker
eggwhat Apr 27, 2024
0301ca9
(#32) add updatedAt field to post
eggwhat Apr 27, 2024
57b52ba
(#32) remove student name field from student repository
eggwhat Apr 27, 2024
ed4cdc0
(#80) adding the basic test projesct
SaintAngeLs Apr 27, 2024
ba17cd1
(#97) adding the basic test projesct
SaintAngeLs Apr 27, 2024
15a9906
(#32) add event repository instead of student to enable request valid…
eggwhat Apr 27, 2024
05c4087
(#32) add auth for creating a post
eggwhat Apr 27, 2024
5abf324
(#32) fix issue with background worker when it skips one task for sec…
eggwhat Apr 27, 2024
43fde56
(#32) add validation for text content length
eggwhat Apr 27, 2024
b7505bc
(#32) add query for organizer posts
eggwhat Apr 27, 2024
1a2ecb2
(#32) add auth for query
eggwhat Apr 27, 2024
229c5b7
(#31) add organization service to ntrada.yml
eggwhat Apr 27, 2024
5b7f0a5
(#31) fix typo
eggwhat Apr 27, 2024
86547a3
initial commit: blank slate
Apr 28, 2024
60dfae3
adding some infrastucture, fixing some ips, adding dto and entity
Apr 28, 2024
be4587a
(#88) pipeline update
SaintAngeLs Apr 28, 2024
b1cbc52
(#88) pipeline update for the ubuntu-lates only
SaintAngeLs Apr 28, 2024
7bd2784
(#88) frineds api cleaning up
SaintAngeLs Apr 28, 2024
577b790
(#32) remove hidden state
eggwhat Apr 28, 2024
a245915
(#30) remove coorganizers field
eggwhat Apr 29, 2024
78a7f6d
(#30) update background worker synchronization
eggwhat Apr 29, 2024
8efc263
Merge pull request #100 from SaintAngeLs/pipiline_update
SaintAngeLs Apr 29, 2024
4986a78
(#30) update organizer entity
eggwhat Apr 29, 2024
5d19e2b
Merge remote-tracking branch 'remotes/origin/dev' into friends_service
SaintAngeLs Apr 29, 2024
d81db4f
(#80) merge with the test branch
SaintAngeLs Apr 29, 2024
2be97d4
(#80) conflicts resolve
SaintAngeLs Apr 29, 2024
c04fb44
(#30) add endpoint for getting organizer events
eggwhat Apr 29, 2024
3324214
(#30) update tuple return type
eggwhat Apr 29, 2024
37345ac
(#30) update event repository for better clarity
eggwhat Apr 29, 2024
87ce133
(#32) fix logging messages
eggwhat Apr 29, 2024
73fd0d6
(#32) update handler for event EventDeleted
eggwhat Apr 29, 2024
eca96cc
(#32) updated name of mongo repository
eggwhat Apr 29, 2024
7d8c72a
Merge pull request #101 from SaintAngeLs/posts_service
eggwhat Apr 29, 2024
2a807c6
(#30) update validation for fields name and description
eggwhat Apr 29, 2024
a5f81e6
(#30) fix issue with mongo filters
eggwhat Apr 29, 2024
c7efaba
(#30) fix nullref exception in mongo aggregation
eggwhat Apr 29, 2024
8ceeb8d
(#31) add endpoint for organizer events
eggwhat Apr 29, 2024
4469c65
(#80) queries testing, updated commands implementations
SaintAngeLs Apr 29, 2024
9824578
(#57) important correction at page for showing events
an2508374 Apr 29, 2024
4815ae1
Merge pull request #105 from SaintAngeLs/frontend_update
SaintAngeLs Apr 30, 2024
3850370
(#80) providing the needed endpoins for the Frineds service, bugs in …
SaintAngeLs Apr 30, 2024
56e337c
Merge remote-tracking branch 'remotes/origin/dev' into friends_service
SaintAngeLs Apr 30, 2024
a92221f
(#80) carving in apigateway and blazor
SaintAngeLs Apr 30, 2024
114eee5
Merge branch 'dev' into events_service
eggwhat Apr 30, 2024
331d8cc
(#87) add endpoint for getting organizers
eggwhat Apr 30, 2024
b5540e5
(#87) remove unnecessary dto
eggwhat Apr 30, 2024
b8b2606
(#30) add service client to get organization details
eggwhat Apr 30, 2024
690d199
(#30) add organizer-organization validation
eggwhat Apr 30, 2024
7c09363
(#57) add page for managing students for admin
an2508374 Apr 30, 2024
a4dbe81
(#30) add new search criteria: state and category
eggwhat Apr 30, 2024
b44cdce
(#30) fix issue with sorting
eggwhat Apr 30, 2024
acfff6e
(#30) add updatedAt field
eggwhat Apr 30, 2024
18050cb
Merge pull request #109 from SaintAngeLs/events_service
eggwhat Apr 30, 2024
61c4a7d
(#80) frineds ntrada update
SaintAngeLs Apr 30, 2024
c8d37f4
(#30) fix missing field assignment
eggwhat Apr 30, 2024
8ba0721
Merge pull request #111 from SaintAngeLs/events_service
an2508374 Apr 30, 2024
634f01c
(#48) Clarify the queries and remove some unneeded files
olegkiprik May 1, 2024
6c0d419
(#48) Finish the initial version
olegkiprik May 1, 2024
b868b74
(#80) (#110) adding the blazor storeage and storign the jwtdto in the…
SaintAngeLs May 1, 2024
1de169c
(#80) (#110) some chaned related to services implementation for code …
SaintAngeLs May 1, 2024
a2031a5
(#80) (#110) proving the full implementation of GetAccessTokenAsync
SaintAngeLs May 1, 2024
11335dc
(#80) udpate the index page
SaintAngeLs May 1, 2024
47837e6
(#80) (#114) (#110) corving in with the BlazorStorrage...
SaintAngeLs May 1, 2024
0c9af32
initilal mongo infrasructure
May 2, 2024
5c03af4
commands for application
May 2, 2024
371fd34
Handlers to commands
May 2, 2024
8bfa915
(#80) friends service udpate
SaintAngeLs May 2, 2024
291ed55
Application events
May 2, 2024
fe5c789
aggregate comment entity
May 2, 2024
40bd012
logger and renaming
May 2, 2024
0790eb0
infrastructure extentions
May 2, 2024
30e58ba
bardzo okrojone endpointy
May 2, 2024
0fc1cf2
adding references and fixing errors
May 2, 2024
9690de4
(#57) add dialog for managing student rights
an2508374 Apr 30, 2024
4a7b2a6
(#80) mainb layot component rendering update
SaintAngeLs May 2, 2024
cfab93d
(#57) add areas and dtos for organizations service
an2508374 May 2, 2024
aaeeb8e
(#31) fix typo
an2508374 May 2, 2024
0b715f8
(#80) udpat eht menu in main layout compoennt for the friends component
SaintAngeLs May 3, 2024
2472b17
(#80) images base64 decode for the friend service
SaintAngeLs May 3, 2024
a1be22f
renaming endpoints
May 3, 2024
6399753
(#80) udpat ehte frined api, adding the GetsentRequests query handling
SaintAngeLs May 3, 2024
f92f191
like funcionality
May 3, 2024
aa3c272
like logger
May 3, 2024
8a28680
(#80) ntrada update for the newly added frined service enpoint
SaintAngeLs May 3, 2024
6b8c73e
(#80) implemening students pages
SaintAngeLs May 3, 2024
78b06b3
(#80) notification sound handling
SaintAngeLs May 3, 2024
4547a94
(#80) profiles connecation getting the frineds ans studnets id in front
SaintAngeLs May 3, 2024
b6d00d4
(#80) handling frinedship dlete async
SaintAngeLs May 3, 2024
0928378
rename PublishedAt >> CreatedAt
May 4, 2024
cee90de
rename PostId >> ContextId
May 4, 2024
fb32a7d
feature: enum to distingish beetwen Event comment and Post comment
May 4, 2024
70a2ee9
event/Post deleted handler | no funcionlity for now
May 4, 2024
57517ab
fix: change like funcionality
May 4, 2024
b415abe
feature: del comment funcionality changed
May 4, 2024
fb36817
feature: last updated at field added
May 4, 2024
fbb0079
fix: del comment func
May 4, 2024
6df279c
fix: Event/Post Deleted feature
May 4, 2024
e3aef74
(#57) add page for managing organizations for admin
an2508374 May 2, 2024
8101ff8
fix: (un)like throws exeption if not used correctly
May 4, 2024
e57ab80
(#57) add dialog for adding organization for admin
an2508374 May 4, 2024
e8f9057
Merge pull request #115 from SaintAngeLs/friends_service
SaintAngeLs May 4, 2024
37c01a1
(#31) update ntrada.yml file
an2508374 May 4, 2024
46717d6
(#41) fix typos
eggwhat May 4, 2024
3b291f5
(#57) add dialog for managing organizers in organization
an2508374 May 4, 2024
ec15d55
(#117) fix issue with logging throwing exception
eggwhat May 4, 2024
c8fb1e6
Merge pull request #118 from SaintAngeLs/organizations_service
an2508374 May 4, 2024
fdf701c
(#117) fix issue with add and remove organizer from organizations end…
eggwhat May 4, 2024
a4efd8a
(#117) fix issue with remove organizer event handler
eggwhat May 4, 2024
a6a7e59
(#117) fix issue with remove organizer event handler
eggwhat May 4, 2024
ae917d5
(#117) fix issue with remove organizer event handler
eggwhat May 4, 2024
cf377da
Merge pull request #119 from SaintAngeLs/organizations_service
an2508374 May 4, 2024
f69f7a6
(#41) update how student are stored in mongo repository
eggwhat May 4, 2024
38f1c6f
(#41) add validation for parent comment
eggwhat May 4, 2024
d92f5db
(#57) update page for searching events
an2508374 May 4, 2024
8f07fdf
(#48) Update the reactions service structure and fix the errors
olegkiprik May 4, 2024
07b9c95
(#48) Fix the reactions summary request
olegkiprik May 4, 2024
4c4d33f
(#57) add page for organizing events
an2508374 May 4, 2024
3c5f3ba
(#41) add endpoint for searching comments
eggwhat May 4, 2024
76a0ef3
(#41) add option for getting children comments
eggwhat May 4, 2024
366b56d
(#41) remove unnecessary field from body
eggwhat May 4, 2024
794261e
(#41) update validation logic
eggwhat May 4, 2024
cd44493
(#41) delete redundant files
eggwhat May 4, 2024
1d36bd6
(#48) ReactionsSummaryDto added
olegkiprik May 5, 2024
6eca3c1
(#48) Removed StudentFullName in CreateReaction request
olegkiprik May 5, 2024
fb1f0d7
(#48) Added identity authorization checking
olegkiprik May 5, 2024
15532d0
(#48) Added fixes to command handlers in Application
olegkiprik May 5, 2024
e9b7bda
(#48) Replace "reactions/{reactionId}" with "reactions" in CreateReac…
olegkiprik May 5, 2024
59dfb92
(#48) Removed redundant comments
olegkiprik May 5, 2024
a4a279a
(#48) Disabled nullability in all projects
olegkiprik May 5, 2024
243f43c
(#48) Add external events and handlers
olegkiprik May 5, 2024
f16ed06
(#48) Rewrite the reaction summary query
olegkiprik May 5, 2024
1bcf5c5
(#48) Removed OrganizerId from Event and EventCreated
olegkiprik May 5, 2024
a433c86
(#48) Added information of authenticated user's reaction in ReactionS…
olegkiprik May 5, 2024
d49d325
(#48) Add reaction type of authenticated user in reaction summary req…
olegkiprik May 5, 2024
eacfecd
(#48) Remove unneeded OrganizerId in EventDocument
olegkiprik May 5, 2024
c74c2d2
(#48) Remove the unused function in ReactionMongoRepository
olegkiprik May 5, 2024
71187c9
(#30) remove email field form participant entity
eggwhat May 6, 2024
39fc8d8
(#57) update page for adding new event
an2508374 May 5, 2024
e78d3b8
(#31) add endpoint for getting organizer organizations
an2508374 May 5, 2024
1f4912b
(#57) fix issue with width of main layout
an2508374 May 7, 2024
3574cb0
(#30) add friends service client
eggwhat May 7, 2024
c507e9c
(#122) fix bug regarding missing setter for organizers field
eggwhat May 7, 2024
937ac91
Merge branch '(#122)_bug_fix' into events_service
eggwhat May 7, 2024
27e9731
(#30) rollback changes for friends service client
eggwhat May 7, 2024
7bee9e7
Merge pull request #123 from SaintAngeLs/(#122)_bug_fix
an2508374 May 7, 2024
302bbaf
(#30) update state validation
eggwhat May 8, 2024
e84944a
(#30) add mongo filter for new friend criteria
eggwhat May 8, 2024
c25fc35
(#30) add friends service client
eggwhat May 8, 2024
5ad17a5
(#30) add friends listing for getEvent
eggwhat May 8, 2024
f1a7d54
(#57) enhancing pages associated with events for mobile
an2508374 May 7, 2024
746d243
(#57) merge frontend_organizations into frontend_merge (dev)
an2508374 May 8, 2024
e3df72d
(#57) some fixes associated with merging friends
an2508374 May 8, 2024
6c83319
(#57) updating event page layout
an2508374 May 8, 2024
19ed109
(#57) updating layout of event page
an2508374 May 8, 2024
bc19529
(#30) fix issues with mongo not handling LINQ properly
eggwhat May 8, 2024
1046f2e
(#80) comment out duplicated endpoint
eggwhat May 8, 2024
7a9a420
(#80) rollback doubtful commit
eggwhat May 8, 2024
e1d4a66
Merge pull request #124 from SaintAngeLs/events_service
eggwhat May 9, 2024
2972775
(#57) some updates associated with events service update
an2508374 May 9, 2024
d5315e3
(#31) update ntrada.yml for friends service
an2508374 May 8, 2024
dc03da9
Merge branch 'dev' into ntradaUpdate
an2508374 May 9, 2024
99480c5
Merge pull request #128 from SaintAngeLs/frontend_merge
an2508374 May 9, 2024
78d2a9d
Merge pull request #129 from SaintAngeLs/ntradaUpdate
an2508374 May 9, 2024
781baa9
Merge pull request #120 from SaintAngeLs/reactions_service
SaintAngeLs May 9, 2024
d73811d
Merge pull request #121 from SaintAngeLs/comments_service
SaintAngeLs May 9, 2024
3f41373
(#41) fix CommentId in request body
eggwhat May 9, 2024
f530e31
(#41) add missing file assignment to mongo extensions
eggwhat May 9, 2024
1a6109e
(#41) update commentDto fields
eggwhat May 9, 2024
fcf3db7
(#41) rename command for adding a like
eggwhat May 9, 2024
f5ca205
(#41) udpdate AddLike command and its handler
eggwhat May 9, 2024
ba5a350
(#41) fix auth for deleteLike command and its handler
eggwhat May 9, 2024
165c845
(#31) add endpoint for deleting like
eggwhat May 9, 2024
f8cb2c8
(#31) add endpoint for searching comments
eggwhat May 9, 2024
7b4b256
(#41) remove unnecessary endpoint declaration
eggwhat May 9, 2024
8423505
Merge pull request #130 from SaintAngeLs/comments_service_fix
eggwhat May 9, 2024
bd9a28c
(#48) fix external events subscription
eggwhat May 9, 2024
963b74d
(#48) update logging messages
eggwhat May 9, 2024
8a0eeaf
(#48) fix issue with aggregateId
eggwhat May 9, 2024
1db1511
(#48) add validation if reaction was already given
eggwhat May 9, 2024
d2b4ad9
(#48) update logging messages
eggwhat May 9, 2024
b5978f1
(#41) update reactions endpoints
eggwhat May 9, 2024
527a4fc
(#48) update GetReactionsSummary handler
eggwhat May 9, 2024
4bedc04
Merge pull request #131 from SaintAngeLs/reactions_service_fix
an2508374 May 10, 2024
354181e
(#57) add page for creating posts
an2508374 May 10, 2024
e55dee8
(#127) update the layout component
SaintAngeLs May 10, 2024
fe25abe
(#127) update the layout adding the RadzenProfileMenu
SaintAngeLs May 10, 2024
7a3ab4d
(#127) dropdown menu component update
SaintAngeLs May 10, 2024
fb84775
(#127) header styles udpate
SaintAngeLs May 10, 2024
2cc33ee
(#127) students tiles update
SaintAngeLs May 10, 2024
0205c52
(#30) add endpoint for getting participants list
eggwhat May 10, 2024
63c7b44
(#30) update getEvent handler
eggwhat May 10, 2024
cedc8e7
(#30) add commands for adding and removing participants from event
eggwhat May 10, 2024
3a56aa0
(#127) pagincation for the GET students
SaintAngeLs May 10, 2024
f9568f5
(#30) add handler for removing participants
eggwhat May 10, 2024
9baa180
(#127) adding the pagincation for the students service
SaintAngeLs May 10, 2024
dfb076b
(#30) add handler for adding a participant
eggwhat May 10, 2024
30bcecc
(#30) add check if an event exceeded its capacity
eggwhat May 10, 2024
a0abc51
(#30) update handlers and logging messages
eggwhat May 10, 2024
7e63510
(#31) add new endpoints for organizer functionality
eggwhat May 11, 2024
ebe8d65
(#30) add security check for event state
eggwhat May 11, 2024
f9b233e
(#30) add security check for event rate event
eggwhat May 11, 2024
da5d8c9
(#30) update signup to event so organizer cannot sign up for his own …
eggwhat May 11, 2024
2a3f52c
(#30) add rejected events
eggwhat May 11, 2024
0c5f964
(#30) update exception mapper
eggwhat May 11, 2024
237e23d
Merge pull request #134 from SaintAngeLs/events_service
eggwhat May 11, 2024
40f7410
(#132) (#127) adding the full implementaiton of the mongo pagincation
SaintAngeLs May 11, 2024
a6548f9
(#127) frined search pagincation implementation (#133) complete reso…
SaintAngeLs May 11, 2024
42a5626
(#127) search frineds styles udpate
SaintAngeLs May 11, 2024
ffb2e5a
(#127) update the frined pending requests state update
SaintAngeLs May 12, 2024
c4b1e7d
(#127) update the frineds search
SaintAngeLs May 12, 2024
7c3e739
(#127) #133 udpate the Comments service -- adding the Docker file and…
SaintAngeLs May 12, 2024
6b96dc3
(#127) (#133) update the projects, preparation for the deployment
SaintAngeLs May 12, 2024
268f8bc
(#127) (#133) update the dockerize_all script
SaintAngeLs May 12, 2024
6ca0518
(#127) (#133) update the dockerize_all script
SaintAngeLs May 12, 2024
344d3fa
(#127) (#133) ntrada async, atrada docker udpate
SaintAngeLs May 12, 2024
8c0c9da
(#127) (#132) adding the docker settings to the posts
SaintAngeLs May 12, 2024
0b13b3a
(#127) (#132) adding the docker settings to the reactions
SaintAngeLs May 12, 2024
ee304a5
(#127) (#137) ntradat update
SaintAngeLs May 12, 2024
66c8583
(#127) (#137) ntrada async docker udpate
SaintAngeLs May 12, 2024
dc3fa64
(#127) (#137) udpate deployment script to make it more polite
SaintAngeLs May 12, 2024
8e5a741
(#127) (#137) resolving the conversations https://github.com/SaintAng…
SaintAngeLs May 12, 2024
78ea74f
Merge pull request #135 from SaintAngeLs/layout_update
SaintAngeLs May 12, 2024
dadd776
(#57) add page for updating events
an2508374 May 10, 2024
9bf050e
(#57) update page for creating events to initalize properly
an2508374 May 12, 2024
d4a8c81
(#57) update page for showing an event to initalize properly
an2508374 May 12, 2024
d2e5512
(#57) add basic version of page for showing a post
an2508374 May 12, 2024
e3133a2
(#57) add endpoint in Posts for getting a post by id
an2508374 May 12, 2024
43ba119
(#57) update page for showing a post
an2508374 May 12, 2024
2bbb2d2
(#57) add page for updating post content
an2508374 May 12, 2024
ac04b74
(#57) add dialog for deleting a post
an2508374 May 12, 2024
b703a35
Merge pull request #142 from SaintAngeLs/frontend_posts
SaintAngeLs May 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion .github/workflows/azure_synchronisation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ jobs:
AZURE_DEVOPS_PASSWORD: ${{ secrets.AZURE_DEVOPS_PASSWORD }}
run: |
# git remote add azure https://$AZURE_DEVOPS_USERNAME:$AZURE_DEVOPS_PASSWORD@dev.azure.com/SocialAppOIPproject/SocialApp_IO/_git/SocialApp_IO
git remote add azure https://$AZURE_DEVOPS_PAT@dev.azure.com/SocialAppOIPproject/SocialApp_IO/_git/SocialApp_IO
# Check if the remote already exists
if git remote get-url azure; then
echo "Remote 'azure' already exists. Updating URL if needed."
git remote set-url azure https://$AZURE_DEVOPS_PAT@dev.azure.com/SocialAppOIPproject/SocialApp_IO/_git/SocialApp_IO
else
git remote add azure https://$AZURE_DEVOPS_PAT@dev.azure.com/SocialAppOIPproject/SocialApp_IO/_git/SocialApp_IO
fi

- name: Push all branches to Azure DevOps
run: git push azure --all --force
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
Expand Down
Loading
Loading