[comixed-dev] [comixed/comixed] e63ae2: Fixed loading comic pages from OPDS [#738]

  • From: "Darryl L. Pierce" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "noreply" for DMARC)
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sun, 09 May 2021 18:14:01 -0700

  Branch: refs/heads/master
  Home:   https://github.com/comixed/comixed
  Commit: e63ae26038ed39570f54340dc7431baa4b292086
      
https://github.com/comixed/comixed/commit/e63ae26038ed39570f54340dc7431baa4b292086
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-05-09 (Sun, 09 May 2021)

  Changed paths:
    M 
comixed-adaptors/src/main/java/org/comixedproject/loaders/ImageEntryLoader.java
    M comixed-model/src/main/java/org/comixedproject/model/comic/Page.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/auditlog/AuditableEndpointAspect.java
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/opds/OPDSController.java

  Log Message:
  -----------
  Fixed loading comic pages from OPDS [#738]

Had to also disable storing the response body in the database
as it was causing a lot of performance issues.


  Commit: 2206bc9cdd5193ea7fa65fc67c3b3a755fe47fa8
      
https://github.com/comixed/comixed/commit/2206bc9cdd5193ea7fa65fc67c3b3a755fe47fa8
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-05-09 (Sun, 09 May 2021)

  Changed paths:
    M .github/workflows/publish-release-branch-changes.yml
    M comixed-adaptors/pom.xml
    M comixed-app/pom.xml
    M comixed-model/pom.xml
    M comixed-plugins/pom.xml
    M comixed-release/pom.xml
    M comixed-repositories/pom.xml
    M comixed-rest-api/pom.xml
    M comixed-scrapers/pom.xml
    M comixed-services/pom.xml
    M comixed-tasks/pom.xml
    M comixed-web/package.json
    M comixed-web/pom.xml
    M docker/DOCKER.md
    M docker/Dockerfile
    M docker/README.md
    M pom.xml

  Log Message:
  -----------
  Changed the release version to 0.8.2-1.0 [#605]


Compare: https://github.com/comixed/comixed/compare/29a2f9349159...2206bc9cdd51

Other related posts:

  • » [comixed-dev] [comixed/comixed] e63ae2: Fixed loading comic pages from OPDS [#738] - Darryl L. Pierce