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

Merge develop to release #419

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Merge develop to release #419

merged 1 commit into from
Jul 29, 2021

Conversation

Izarx
Copy link
Contributor

@Izarx Izarx commented Jul 29, 2021

  • add sql file

  • implement test data sql script

* add sql file

* implement test data sql script

* change test data sql script
@Izarx Izarx added backend Tasks for Java team SQL SQL issues labels Jul 29, 2021
@Izarx Izarx added this to the Sprint 19 milestone Jul 29, 2021
@Izarx Izarx requested a review from AxelNordov July 29, 2021 14:15
@Izarx Izarx self-assigned this Jul 29, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AxelNordov AxelNordov merged commit 6231e80 into release Jul 29, 2021
V-Kaidash added a commit that referenced this pull request Jun 26, 2022
* Issue add testdata reset password (#418) (#419)

* add sql file

* implement test data sql script

* change test data sql script

* Inv changes (#478)

* Update application.properties

* Update application.properties

* Update develop.md

* Update master.md

* changes in code

* change sql script

* change sql script to sort by first name

* change sorting order in two methods in PostController

* change sorting order in two methods in PostController

* revert changes

* fix

* fix tests

* add field to post important_mobile_image_url

* delete not needed funtionality

* delete not needed funtionality

* delete not needed funtionality

* delete not needed functionality

* change in postController with comments

* change in postController w/o comments

* change sort in @PageableDefault

* Revert "change sort in @PageableDefault"

This reverts commit 756e722.

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* fixing sorting and set default value for fake_views

* modified_at to sort

* add condition

* add condition

* formatted where mock

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* Author page (#526)

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* rebase

Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* change in postController with comments

* change in postController w/o comments

* Fixed sorting issue for PostControllerTest

Co-authored-by: Oleksandr Bielan <46462953+alexandr-bielan@users.noreply.github.com>
Co-authored-by: Liza <58970455+lizozavr@users.noreply.github.com>
Co-authored-by: Vitalii Kulinskyi <71768856+VitaliiKulinskyi@users.noreply.github.com>
Co-authored-by: Ihor Zakharko <igor.zaharko@gmail.com>
Co-authored-by: Stanislav Kucher <42771133+StanislavKucher@users.noreply.github.com>
Co-authored-by: AxelNordov <53081068+AxelNordov@users.noreply.github.com>
Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: Nickolay <nickolay.ilyushin@gmail.com>
Co-authored-by: Anton Sidliar <78530619+antoshaSid@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>
V-Kaidash added a commit that referenced this pull request Jun 27, 2022
* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* Author page (#526)

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* rebase

Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* Change in post controller (#515)

* Issue add testdata reset password (#418) (#419)

* add sql file

* implement test data sql script

* change test data sql script

* Inv changes (#478)

* Update application.properties

* Update application.properties

* Update develop.md

* Update master.md

* changes in code

* change sql script

* change sql script to sort by first name

* change sorting order in two methods in PostController

* change sorting order in two methods in PostController

* revert changes

* fix

* fix tests

* add field to post important_mobile_image_url

* delete not needed funtionality

* delete not needed funtionality

* delete not needed funtionality

* delete not needed functionality

* change in postController with comments

* change in postController w/o comments

* change sort in @PageableDefault

* Revert "change sort in @PageableDefault"

This reverts commit 756e722.

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* fixing sorting and set default value for fake_views

* modified_at to sort

* add condition

* add condition

* formatted where mock

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* Author page (#526)

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* rebase

Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* change in postController with comments

* change in postController w/o comments

* Fixed sorting issue for PostControllerTest

Co-authored-by: Oleksandr Bielan <46462953+alexandr-bielan@users.noreply.github.com>
Co-authored-by: Liza <58970455+lizozavr@users.noreply.github.com>
Co-authored-by: Vitalii Kulinskyi <71768856+VitaliiKulinskyi@users.noreply.github.com>
Co-authored-by: Ihor Zakharko <igor.zaharko@gmail.com>
Co-authored-by: Stanislav Kucher <42771133+StanislavKucher@users.noreply.github.com>
Co-authored-by: AxelNordov <53081068+AxelNordov@users.noreply.github.com>
Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: Nickolay <nickolay.ilyushin@gmail.com>
Co-authored-by: Anton Sidliar <78530619+antoshaSid@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

Co-authored-by: mvalchyshen <75570021+mvalchyshen@users.noreply.github.com>
Co-authored-by: Oleksandr Bielan <46462953+alexandr-bielan@users.noreply.github.com>
Co-authored-by: Liza <58970455+lizozavr@users.noreply.github.com>
Co-authored-by: Vitalii Kulinskyi <71768856+VitaliiKulinskyi@users.noreply.github.com>
Co-authored-by: Ihor Zakharko <igor.zaharko@gmail.com>
Co-authored-by: Stanislav Kucher <42771133+StanislavKucher@users.noreply.github.com>
Co-authored-by: AxelNordov <53081068+AxelNordov@users.noreply.github.com>
Co-authored-by: Nickolay <nickolay.ilyushin@gmail.com>
Co-authored-by: Anton Sidliar <78530619+antoshaSid@users.noreply.github.com>
V-Kaidash added a commit that referenced this pull request Jun 30, 2022
* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* Author page (#526)

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* rebase

Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* Change in post controller (#515)

* Issue add testdata reset password (#418) (#419)

* add sql file

* implement test data sql script

* change test data sql script

* Inv changes (#478)

* Update application.properties

* Update application.properties

* Update develop.md

* Update master.md

* changes in code

* change sql script

* change sql script to sort by first name

* change sorting order in two methods in PostController

* change sorting order in two methods in PostController

* revert changes

* fix

* fix tests

* add field to post important_mobile_image_url

* delete not needed funtionality

* delete not needed funtionality

* delete not needed funtionality

* delete not needed functionality

* change in postController with comments

* change in postController w/o comments

* change sort in @PageableDefault

* Revert "change sort in @PageableDefault"

This reverts commit 756e722.

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* change sort in @PageableDefault

* fixing sorting and set default value for fake_views

* modified_at to sort

* add condition

* add condition

* formatted where mock

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* Author page (#526)

* add code to edit "publishedAt" state for post

* update status for PLANNED posts

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostController new method

* test for PostServiceImplTest new method

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* change PostServiceImplTest delete updateStatusTest

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* 1. Adjusted toPostEntity mapping, so that views & realViews for new posts were set to 0 instead of null (#530)

* author page branch init

* Revert "test for PostController new method"

This reverts commit bc29440.

* changes: delete tests; change time in updatePlannedStatus method

* line lngth changes in PostControllerTest

* rebase

Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* change in postController with comments

* change in postController w/o comments

* Fixed sorting issue for PostControllerTest

Co-authored-by: Oleksandr Bielan <46462953+alexandr-bielan@users.noreply.github.com>
Co-authored-by: Liza <58970455+lizozavr@users.noreply.github.com>
Co-authored-by: Vitalii Kulinskyi <71768856+VitaliiKulinskyi@users.noreply.github.com>
Co-authored-by: Ihor Zakharko <igor.zaharko@gmail.com>
Co-authored-by: Stanislav Kucher <42771133+StanislavKucher@users.noreply.github.com>
Co-authored-by: AxelNordov <53081068+AxelNordov@users.noreply.github.com>
Co-authored-by: Vlad Kaidash <86650723+V-Kaidash@users.noreply.github.com>
Co-authored-by: Nickolay <nickolay.ilyushin@gmail.com>
Co-authored-by: Anton Sidliar <78530619+antoshaSid@users.noreply.github.com>
Co-authored-by: V-Kaidash <dev.kaidash@gmail.com>

* Fixed sort value parameter for @PagebleDefault that couldn't be found and caused exception

* Issue_534_[Post views counting] For newly created post (#535)

* Fixed sort value parameter for @PagebleDefault that couldn't be found and caused exception

* Adjusted toPostEntity mapping, so that fakeViews for new posts were set to 0 instead of null

* Adjusted toPostEntity mapping, so that fakeViews for new posts were set to 0 instead of null

Co-authored-by: teaFunny <teaFunny@users.noreply.github.com>

Co-authored-by: mvalchyshen <75570021+mvalchyshen@users.noreply.github.com>
Co-authored-by: Oleksandr Bielan <46462953+alexandr-bielan@users.noreply.github.com>
Co-authored-by: Liza <58970455+lizozavr@users.noreply.github.com>
Co-authored-by: Vitalii Kulinskyi <71768856+VitaliiKulinskyi@users.noreply.github.com>
Co-authored-by: Ihor Zakharko <igor.zaharko@gmail.com>
Co-authored-by: Stanislav Kucher <42771133+StanislavKucher@users.noreply.github.com>
Co-authored-by: AxelNordov <53081068+AxelNordov@users.noreply.github.com>
Co-authored-by: Nickolay <nickolay.ilyushin@gmail.com>
Co-authored-by: Anton Sidliar <78530619+antoshaSid@users.noreply.github.com>
Co-authored-by: teaFunny <teaFunny@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Tasks for Java team SQL SQL issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants