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

Feature/backpack item concurrency token #16

Merged
merged 147 commits into from
Oct 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
147 commits
Select commit Hold shift + click to select a range
7f4e10c
Fix dashboard access when running in docker
idormenco Apr 2, 2021
f74c718
Merge pull request #23 from idormenco/bugfix/hangfire-dashboar-docker…
idormenco Apr 3, 2021
e822db1
Merge pull request #20 from idormenco/feature/add-backpack-endpoints
idormenco Apr 3, 2021
15b354a
Update dockerfile with vars for Hangfire
catileptic Apr 3, 2021
4e90fc7
Merge pull request #24 from code4romania/update-dockerfile
idormenco Apr 3, 2021
3efac46
Feature/add identity server (#15)
idormenco Apr 3, 2021
ad7fbc0
Add admin endpoints for events and blog posts (#25)
idormenco Apr 3, 2021
4a0600e
Fix docker-compose
tudoramariei Apr 3, 2021
c7ccc8e
Fix cs 401 error
tudoramariei Apr 3, 2021
6a31c89
Merge pull request #26 from tudoramariei/tamariei/fix_compose
idormenco Apr 3, 2021
679a32e
Add env vars for sendgrid (#28)
catileptic Apr 3, 2021
9fc2600
Fix docker issue
catileptic Apr 3, 2021
fc6ef83
Add .env file with everything but the Sendgrid API key in it
catileptic Apr 3, 2021
dbd9fe4
Update Identity Server URL
catileptic Apr 3, 2021
ef61a9f
Rename .env file in order to avoid clashes
catileptic Apr 3, 2021
6516783
added ios mobile client (#30)
trupci Apr 3, 2021
14ff3ed
correct key for connection string setting (#31)
bvizureanu Apr 3, 2021
b4c3e4d
Update Startup.cs (#32)
idormenco Apr 3, 2021
2f0e931
Fix templates (#34)
idormenco Apr 3, 2021
b1be7d5
Docker/add settings (#35)
bvizureanu Apr 4, 2021
88cb678
Add TEMPLATE_FOLDER to .env.example
catileptic Apr 4, 2021
b653eb6
set proper default folder (#37)
bvizureanu Apr 4, 2021
9ba6a06
add more detailed instructions to get started
bvizureanu Apr 4, 2021
0908592
Add group endpoints and contracts (#27)
idormenco Apr 4, 2021
fe3bf22
Merge pull request #38 from code4romania/docker/enhance-readme
bvizureanu Apr 4, 2021
74bf12e
Add CORS (#40)
idormenco Apr 4, 2021
9b335f5
Format docker-compose (#39)
tudoramariei Apr 4, 2021
e99aa9d
Update Startup.cs
idormenco Apr 4, 2021
56b17ea
Feature/add serilog to backend (#41)
idormenco Apr 4, 2021
cf79fe6
Add user api (#43)
idormenco Apr 8, 2021
51a1d37
Feature/add auth (#44)
idormenco Apr 13, 2021
fe04446
Fix recurring jobs
idormenco Apr 13, 2021
73a58d5
add config for identity db
idormenco Apr 13, 2021
a7e0924
fix docker compose
idormenco Apr 13, 2021
4328ed4
fix: authorize calls from swagger (#45)
trupci Apr 24, 2021
f0379d5
Feature/confirm registration (#48)
trupci Apr 28, 2021
e8d8ac1
Feature/group crud (#47)
idormenco May 13, 2021
1720e2c
Feature/backpack crud (#52)
idormenco May 13, 2021
388b512
Backpack items 53 (#55)
idormenco May 17, 2021
e64e6ef
Fix merge issues
idormenco May 17, 2021
6306036
Enhace login (#57)
idormenco May 18, 2021
b939a6a
remove required birthdate
idormenco May 19, 2021
607346c
Make api to not fail when sending email (#58)
idormenco May 27, 2021
0e1df97
Update docker-compose.yml (#59)
idormenco May 27, 2021
af2b1a5
Fix sending mails (#60)
idormenco May 27, 2021
a26ec28
Add container_name to docker-compose
catileptic Jun 2, 2021
4e790bc
Improved endpoints documentation so they are not confusing
idormenco Jun 4, 2021
28ada66
Return extra info about user on login
idormenco Jun 7, 2021
62b113c
Merge pull request #69 from code4romania/feature/return-first-last-na…
idormenco Jun 17, 2021
4aff090
Feature/certifications crud (#71)
anamarisimo Jun 17, 2021
f09ce79
Update README.md
catileptic Jun 21, 2021
86b2fa9
Add models validation #73 (#74)
doruu12 Jul 28, 2021
4be28d5
Feature/change password (#75)
DSVDavid Aug 7, 2021
20d2975
Implement user endpoins (#70)
idormenco Aug 7, 2021
9795643
Add AddFluentValidationRulesToSwagger (#79)
idormenco Aug 8, 2021
0989195
Add backpackId in response (#80)
idormenco Aug 8, 2021
fd74adb
Fix building Docker image for recurring jobs container (#81)
GabrielMajeri Aug 11, 2021
cce03ef
Make nullable for expiration date, change validator (#85)
idormenco Aug 18, 2021
2c11667
Store course related values in db #50 (#83)
doruu12 Sep 22, 2021
4144a87
88 add model validators unit tests (#91)
decembrya Sep 23, 2021
eafe756
Update CODEOWNERS (#95)
aniri Sep 23, 2021
d127356
Cleanup code to align with our code style (#94)
idormenco Sep 23, 2021
2cf7aef
66 upload certification photo (#89)
decembrya Sep 24, 2021
5d41180
initial setup
decembrya Sep 27, 2021
2fe0f89
Update dotnet.yml
decembrya Sep 27, 2021
b787791
run coverage even if some tests fail
decembrya Sep 27, 2021
d501019
add postgres service
decembrya Sep 27, 2021
7a21998
update credentials
decembrya Sep 27, 2021
83f8acf
remove migration run from startup
decembrya Sep 27, 2021
0a3815d
update credentials
decembrya Sep 27, 2021
db26597
Update dotnet.yml
decembrya Sep 27, 2021
c4c7201
add main branch
decembrya Sep 27, 2021
187b12f
rename file
decembrya Sep 28, 2021
27fb372
prevent deadlocks on test run
decembrya Sep 29, 2021
9163c82
Merge pull request #100 from code4romania/gha-backend
decembrya Sep 29, 2021
69ef191
106 create certification bug (#108)
decembrya Oct 5, 2021
6a5391c
13 add job expired certifications (#104)
decembrya Oct 5, 2021
188905d
Added a configurable limit to the number of groups a user can create …
VladCuciureanu Oct 5, 2021
273e2a1
Transitioned tests from Shouldly to FluentAssertions (#111)
VladCuciureanu Oct 5, 2021
3e063e3
extract project
decembrya Oct 5, 2021
5b94bdd
cleanup configuration
decembrya Oct 5, 2021
29cd9e7
rename folders
decembrya Oct 5, 2021
8389511
Added event archival job
VladCuciureanu Oct 5, 2021
42b8f55
Wrote tests for each test case
VladCuciureanu Oct 5, 2021
872e586
Bound Identity password options to a config in appsettings.json
VladCuciureanu Oct 5, 2021
b78282c
Merge pull request #115 from VladCuciureanu/feature/appsettings-passw…
decembrya Oct 6, 2021
2a8b5f0
Add group users limit verification
Laxynium Oct 5, 2021
7d75151
Moved cron expression over to cronguru format, implemented an event b…
VladCuciureanu Oct 6, 2021
d138965
Merge pull request #113 from VladCuciureanu/feature/event-archival-job
decembrya Oct 6, 2021
341301c
Merge pull request #114 from Laxynium/feature/group-users-limit#98
decembrya Oct 6, 2021
23bfd0f
remove Ioptionsmonitor
decembrya Oct 6, 2021
bc5997c
consolidate email options
decembrya Oct 6, 2021
2af91b2
Fixed typo in appsettings.json
VladCuciureanu Oct 6, 2021
eeafe11
fix conflicts
decembrya Oct 6, 2021
3931840
Merge pull request #117 from VladCuciureanu/bugfix/appsettings-typo-g…
decembrya Oct 6, 2021
9bbad07
Merge pull request #112 from decembrya/106-extract-email-sending-logic
decembrya Oct 6, 2021
2c45f78
rename project folder
decembrya Oct 6, 2021
e20ed6d
Added max number of users to GroupModel
VladCuciureanu Oct 6, 2021
87414f0
send notification emails
decembrya Oct 6, 2021
257e6e9
add test
decembrya Oct 6, 2021
3e6d07c
add todo
decembrya Oct 6, 2021
4085745
Merge pull request #118 from VladCuciureanu/feature/group-model-enhan…
decembrya Oct 6, 2021
a535e32
Merge pull request #119 from decembrya/107-implement-email-notificati…
decembrya Oct 6, 2021
3b19e0e
add jobs_ci (#122)
decembrya Oct 7, 2021
5019171
add invite table
decembrya Oct 7, 2021
cc8de0b
Add CRUD for admin blog posts (#121)
Laxynium Oct 8, 2021
dbd6614
add invite api and generate invite method
decembrya Oct 8, 2021
1ba40bb
add docs
decembrya Oct 8, 2021
1d08c22
add request validator and tests
decembrya Oct 8, 2021
b6e4f02
Add health checks
idormenco Oct 8, 2021
817a140
fix conflicts
decembrya Oct 8, 2021
8c6e5d3
cr suggestions
decembrya Oct 8, 2021
6bace7b
Merge pull request #128 from decembrya/124-add-generate-invite-endpoint
decembrya Oct 8, 2021
04afa4d
fix pr comments
idormenco Oct 8, 2021
5193586
Merge pull request #127 from code4romania/feature/add-healthchecks
decembrya Oct 8, 2021
c41d5d0
add accept invite endpoint
decembrya Oct 11, 2021
edc6b4f
implement handler
decembrya Oct 11, 2021
83b246b
#102 Add api health checks (#129)
ursaciuc-adrian Oct 12, 2021
d802337
rework handler
decembrya Oct 12, 2021
faa164b
cr suggestions
decembrya Oct 12, 2021
49f2fc5
cr suggestions
decembrya Oct 12, 2021
af49384
Merge pull request #130 from decembrya/124-add-accept-invite-endpoint
decembrya Oct 12, 2021
c65cbf3
Preserve local changes with git stash (#135)
catileptic Oct 12, 2021
2482a4c
Update .env.example (#136)
catileptic Oct 12, 2021
a8b857f
Update docker-compose.yml (#137)
catileptic Oct 12, 2021
847bb62
Update docker-compose.yml (#138)
decembrya Oct 12, 2021
6b210a6
Cleanup add requested property (#134)
idormenco Oct 12, 2021
1b76180
extract env
decembrya Oct 12, 2021
c5d6bc2
Merge pull request #139 from decembrya/cleanup-env
decembrya Oct 12, 2021
25e0e30
Change validator signature
idormenco Oct 12, 2021
429a91d
Update DeUrgenta.Invite.Api.csproj
idormenco Oct 12, 2021
3d657b1
124 cleanup old invite logic (#140)
decembrya Oct 13, 2021
5a93790
rework controller actions response
idormenco Oct 13, 2021
d452fd4
rename class
idormenco Oct 13, 2021
a891a90
Merge branch 'develop' into feature/rework-validation
idormenco Oct 13, 2021
4761606
Merge dev
idormenco Oct 13, 2021
f611bf2
Update GetEventValidatorShould.cs
idormenco Oct 13, 2021
bcdc10c
Update ValidationResult.cs
idormenco Oct 13, 2021
a743a42
return validation result
idormenco Oct 13, 2021
ca42251
PR comments
idormenco Oct 13, 2021
5c4a540
Merge pull request #144 from code4romania/feature/rework-validation
decembrya Oct 13, 2021
2011ec6
Add extra info in group members response
idormenco Oct 13, 2021
759a9f0
Merge pull request #146 from code4romania/feature/extra-details-in-gr…
decembrya Oct 14, 2021
5ddc36e
11 job expired item notifications (#148)
decembrya Oct 15, 2021
16c0ed5
Add db migrator (#150)
idormenco Oct 15, 2021
db83ec6
[Wip][PoC] Add localization in api (#147)
idormenco Oct 15, 2021
7b57dfb
Added a version field to backpack items which is used as a make-shift…
VladCuciureanu Oct 15, 2021
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
Prev Previous commit
Next Next commit
Merge pull request code4romania#20 from idormenco/feature/add-backpac…
…k-endpoints

Add Backpack Crud endpoints and examples
idormenco authored Apr 3, 2021
commit e822db1faf71c972606dfa76e90ca3c971a9c633

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.