[comixed-dev] [comixed/comixed] fc54d2: Removed the Summary field from Comic [#544]

  • From: "Darryl L. Pierce" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "noreply" for DMARC)
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sat, 05 Dec 2020 07:04:01 -0800

  Branch: refs/heads/release/0.7
  Home:   https://github.com/comixed/comixed
  Commit: fc54d276b841c24696094490a6315eb32e73e9bc
      
https://github.com/comixed/comixed/commit/fc54d276b841c24696094490a6315eb32e73e9bc
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-05 (Sat, 05 Dec 2020)

  Changed paths:
    M 
comixed-adaptors/src/main/java/org/comixedproject/adaptors/ComicDataAdaptor.java
    M 
comixed-adaptors/src/main/java/org/comixedproject/adaptors/ComicInfoEntryAdaptor.java
    M 
comixed-adaptors/src/test/java/org/comixedproject/adaptors/ComicInfoEntryAdaptorTest.java
    M 
comixed-adaptors/src/test/java/org/comixedproject/model/comic/ComicTest.java
    M comixed-app/src/main/resources/application.properties
    M 
comixed-frontend/src/app/comics/components/comic-story/comic-story.component.html
    M comixed-frontend/src/app/comics/models/comic.fixtures.ts
    M comixed-frontend/src/app/comics/models/comic.ts
    M comixed-frontend/src/assets/i18n/en/comics.json
    M comixed-frontend/src/assets/i18n/es/comics.json
    M comixed-frontend/src/assets/i18n/fr/comics.json
    M comixed-frontend/src/assets/i18n/pt/comics.json
    M comixed-model/src/main/java/org/comixedproject/model/comic/Comic.java
    A 
comixed-model/src/main/resources/db/migrations/0.7.0/007_issue-544_remove_summary_column.xml
    M comixed-model/src/main/resources/db/migrations/0.7.0/changelog-0.7.0.xml
    M 
comixed-repositories/src/test/java/org/comixedproject/repositories/comic/ComicRepositoryTest.java
    M comixed-repositories/src/test/resources/test-database.xml
    M 
comixed-rest-api/src/main/java/org/comixedproject/model/opds/OPDSEntry.java

  Log Message:
  -----------
  Removed the Summary field from Comic [#544]

The field is redundant with Description, and Description is the
field name used by ComicVine.


  Commit: 0e3033393252f5daf1b9e403b267a8bfb4782329
      
https://github.com/comixed/comixed/commit/0e3033393252f5daf1b9e403b267a8bfb4782329
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-12-05 (Sat, 05 Dec 2020)

  Changed paths:
    M .github/workflows/create-release.yml
    M .github/workflows/publish-merges-to-develop.yml
    M comixed-adaptors/pom.xml
    M comixed-app/pom.xml
    M comixed-frontend/package.json
    M comixed-frontend/pom.xml
    M comixed-importer/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 docker/DOCKER.md
    M docker/Dockerfile
    M docker/README.md
    M pom.xml

  Log Message:
  -----------
  Changed the release version to 0.7.1-1 [#496]


Compare: https://github.com/comixed/comixed/compare/baff9b1788aa...0e3033393252

Other related posts:

  • » [comixed-dev] [comixed/comixed] fc54d2: Removed the Summary field from Comic [#544] - Darryl L. Pierce