Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Continuous release#106

Merged
marcauberer merged 14 commits intomainfrom
develop
Jun 14, 2021
Merged

Continuous release#106
marcauberer merged 14 commits intomainfrom
develop

Conversation

@marcauberer
Copy link
Contributor

@marcauberer marcauberer commented Jun 9, 2021

  • Fix email logo bug
  • Inject frontend host from outside the container
  • Many bugfixes
  • Dependency updates

@marcauberer marcauberer added the release Release of new version label Jun 9, 2021
* Update allowed CORS origins

* Add frontend env to workflows

* Add frontend env to workflows

* Rename docker container listing test

Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2021

Codecov Report

Merging #106 (316bfc5) into main (18ebcb3) will decrease coverage by 0.84%.
The diff coverage is 47.80%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #106      +/-   ##
============================================
- Coverage     45.64%   44.79%   -0.85%     
+ Complexity      156      155       -1     
============================================
  Files            68       68              
  Lines          1010     1038      +28     
  Branches         62       69       +7     
============================================
+ Hits            461      465       +4     
- Misses          531      553      +22     
- Partials         18       20       +2     
Impacted Files Coverage Δ
...in/de/livepoll/api/config/QuartzSchedulerConfig.kt 83.33% <ø> (ø)
...otlin/de/livepoll/api/controller/PollController.kt 38.09% <ø> (+1.73%) ⬆️
.../main/kotlin/de/livepoll/api/entity/db/UserAttr.kt 0.00% <0.00%> (ø)
...lin/de/livepoll/api/entity/db/VerificationToken.kt 0.00% <0.00%> (ø)
...ty/dto/MultipleChoiceItemParticipantAnswerDtoIn.kt 0.00% <ø> (ø)
...i/entity/dto/OpenTextItemParticipantAnswerDtoIn.kt 0.00% <ø> (ø)
...otlin/de/livepoll/api/entity/dto/PollItemDtoOut.kt 100.00% <ø> (ø)
...l/api/entity/dto/QuizItemParticipantAnswerDtoIn.kt 0.00% <ø> (ø)
...ain/kotlin/de/livepoll/api/entity/dto/UserDtoIn.kt 0.00% <0.00%> (ø)
...e/livepoll/api/entity/jwt/AuthenticationRequest.kt 100.00% <ø> (ø)
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab7909d...316bfc5. Read the comment docs.

Splines and others added 10 commits June 10, 2021 16:58
This is more performant instead of heaving the volumes NOT mounted in
WSL2.
Bumps [spring-boot-starter-quartz](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-quartz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ringframework.boot-spring-boot-starter-quartz-2.5.1

Bump spring-boot-starter-quartz from 2.5.0 to 2.5.1
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ringframework.boot-spring-boot-starter-parent-2.5.1

Bump spring-boot-starter-parent from 2.5.0 to 2.5.1
* Fix workflow healthcheck bug

* Fix healthcheck bug
* Update poll schdeuling

* Fix date check

* Update PollService.kt

* Handle unscheduling

* Reapply Kotlin style formatting

* Fix spelling mistake & update JavaDocs.

* Remove unused imports

* Fix JavaDoc

Co-authored-by: Splines <dominic-plein@gmx.de>
Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
* Fix logic for updating poll item answers

Complete rewrite of the updateAnswer function

* Rewrite tests and add new checks for quiz item

* Fix Kotlin doc

* Save and flush poll item repository

* Use async operations for postman tests

* Use async operations for postman tests (2)

also implemented for Update multiple choice item

* Fix missing callback calls

* Fix first correct quiz item answer

It is now guaranteed that the first item from the
/v1/poll-items/{quizId} endpoint is the correct selection option

Also added Postman tests for this case

* Fix JUnit Test
@Splines Splines marked this pull request as ready for review June 13, 2021 21:47
@Splines Splines changed the title Continuous release [WIP] Continuous release Jun 13, 2021
* Always send current item

* Possible fix for account confirmation error

* Remove authentication for GET Poll endpoint

* Fix cucumber test

* Update UserStepDefinitions.kt

* Update Livepoll.postman_collection.json
@marcauberer marcauberer merged commit f495a56 into main Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release Release of new version

Development

Successfully merging this pull request may close these issues.

4 participants