• France
  • Joined on 2019-04-26
koalp created branch feature/article_location_defined_errors in poc/crieur 2021-04-30 20:00:13 +02:00
koalp opened issue poc/crieur#22 2021-04-30 19:25:13 +02:00
Additional newspapers
koalp opened issue poc/crieur#21 2021-04-30 18:55:37 +02:00
embeded iframe stays on the page
koalp opened issue poc/crieur#20 2021-04-30 14:51:19 +02:00
Consistent configuration
koalp deleted branch feature/container_image from poc/crieur 2021-04-30 02:22:37 +02:00
koalp pushed to development at poc/crieur 2021-04-30 02:22:28 +02:00
2e6aed97ef Merge pull request 'feat: add a containerfile to build a chatbot image' (#19) from feature/container_image into development
48485c3097 feat: add a containerfile to build a chatbot image
Compare 2 commits »
koalp closed issue poc/crieur#12 2021-04-30 02:22:28 +02:00
Container image
koalp merged pull request poc/crieur#19 2021-04-30 02:22:28 +02:00
feat: add a containerfile to build a chatbot image
koalp created pull request poc/crieur#19 2021-04-30 02:15:20 +02:00
feat: add a containerfile to build a chatbot image
koalp created branch feature/container_image in poc/crieur 2021-04-30 02:14:36 +02:00
koalp pushed to feature/container_image at poc/crieur 2021-04-30 02:14:36 +02:00
48485c3097 feat: add a containerfile to build a chatbot image
koalp deleted branch feature/minimal-chatbot from poc/crieur 2021-04-29 02:24:29 +02:00
koalp merged pull request poc/crieur#14 2021-04-29 02:24:20 +02:00
feat: add basic chatbot
koalp closed issue poc/crieur#8 2021-04-29 02:24:20 +02:00
Create a Newspaper builder.
koalp pushed to development at poc/crieur 2021-04-29 02:24:20 +02:00
9655b086f0 Merge pull request 'feat: add basic chatbot' (#14) from feature/minimal-chatbot into development
9dd501418e chore(ci): add cmake to the test stage
865b949b5f feat: add builder for mediapart, document chatbot
a16dbbc790 feat: add basic chatbot
Compare 4 commits »
koalp closed issue poc/crieur#6 2021-04-29 02:24:20 +02:00
minimal chatbot
koalp pushed to feature/minimal-chatbot at poc/crieur 2021-04-29 02:14:38 +02:00
9dd501418e chore(ci): add cmake to the test stage
koalp pushed to feature/minimal-chatbot at poc/crieur 2021-04-29 02:11:46 +02:00
865b949b5f feat: add builder for mediapart, document chatbot
cabd5592f4 feat: add builder for mediapart, document chatbot
Compare 2 commits »
koalp pushed to feature/minimal-chatbot at poc/crieur 2021-04-29 02:08:16 +02:00
cabd5592f4 feat: add builder for mediapart, document chatbot
koalp commented on issue poc/crieur#8 2021-04-28 20:57:16 +02:00
Create a Newspaper builder.

The builder doesn't have to be generic for all Newspapers yet as there is no use for it yet. A usecase would be dynamicly adding newspapers from config, but this will be reviewed later.

However,…