[comixed-dev] [comixed/comixed] 3020b4: Added publishing messages on individual comic upda...

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

  Branch: refs/heads/develop
  Home:   https://github.com/comixed/comixed
  Commit: 3020b43997b68e81fce423e9a1c141b1000d8219
      
https://github.com/comixed/comixed/commit/3020b43997b68e81fce423e9a1c141b1000d8219
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2021-03-28 (Sun, 28 Mar 2021)

  Changed paths:
    M 
comixed-rest-api/src/main/java/org/comixedproject/controller/comic/ComicController.java
    M 
comixed-rest-api/src/test/java/org/comixedproject/controller/comic/ComicControllerTest.java
    A comixed-web/src/app/library/actions/comic.actions.ts
    M comixed-web/src/app/library/actions/library.actions.ts
    M 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.html
    M 
comixed-web/src/app/library/components/comic-edit/comic-edit.component.spec.ts
    M comixed-web/src/app/library/components/comic-edit/comic-edit.component.ts
    A comixed-web/src/app/library/effects/comic.effects.spec.ts
    A comixed-web/src/app/library/effects/comic.effects.ts
    M comixed-web/src/app/library/effects/library.effects.spec.ts
    M comixed-web/src/app/library/effects/library.effects.ts
    M comixed-web/src/app/library/effects/scraping.effects.spec.ts
    M comixed-web/src/app/library/effects/scraping.effects.ts
    M comixed-web/src/app/library/index.ts
    M comixed-web/src/app/library/library.constants.ts
    M comixed-web/src/app/library/library.module.ts
    M 
comixed-web/src/app/library/pages/comic-details/comic-details.component.spec.ts
    M comixed-web/src/app/library/pages/comic-details/comic-details.component.ts
    A comixed-web/src/app/library/reducers/comic.reducer.spec.ts
    A comixed-web/src/app/library/reducers/comic.reducer.ts
    M comixed-web/src/app/library/reducers/library.reducer.spec.ts
    M comixed-web/src/app/library/reducers/library.reducer.ts
    A comixed-web/src/app/library/selectors/comic.selectors.spec.ts
    A comixed-web/src/app/library/selectors/comic.selectors.ts
    M comixed-web/src/app/library/selectors/library.selectors.spec.ts
    M comixed-web/src/app/library/selectors/library.selectors.ts
    A comixed-web/src/app/library/services/comic.service.spec.ts
    A comixed-web/src/app/library/services/comic.service.ts
    M comixed-web/src/assets/i18n/en/admin.json
    M comixed-web/src/assets/i18n/en/library.json
    M comixed-web/src/assets/i18n/es/admin.json
    M comixed-web/src/assets/i18n/es/library.json
    M comixed-web/src/assets/i18n/fr/admin.json
    M comixed-web/src/assets/i18n/fr/library.json
    M comixed-web/src/assets/i18n/pt/admin.json
    M comixed-web/src/assets/i18n/pt/library.json
    M comixed-web/src/index.html

  Log Message:
  -----------
  Added publishing messages on individual comic updates [#660]

 * Added a new comic feature for indvidual comic actions.
 * Added publishing to the update topic on individual comic changes.
 * Removed unused and unneeded server-side endpoints.



Other related posts:

  • » [comixed-dev] [comixed/comixed] 3020b4: Added publishing messages on individual comic upda... - Darryl L. Pierce