Skip to content

Commit

Permalink
Chat integration plugin (#276)
Browse files Browse the repository at this point in the history
* Add chat integration plugin to rock

* Add plugin integration test

* Corrected chat integration commit
  • Loading branch information
alithethird authored Aug 9, 2024
1 parent 0dbb5e7 commit 5245273
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions discourse_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@ parts:
source-depth: 1
organize:
"*": srv/discourse/app/plugins/discourse-gamification/
discourse-chat-integration:
plugin: dump
after: [discourse, bundler-config]
source: https://github.com/discourse/discourse-chat-integration.git
source-commit: 2e17b03e9a435de0079ae1c2eed1b48a11ad16a9
source-depth: 1
organize:
"*": srv/discourse/app/plugins/discourse-chat-integration/
patches:
plugin: dump
after: [discourse]
Expand Down Expand Up @@ -215,6 +223,7 @@ parts:
- discourse-saml
- discourse-solved
- discourse-templates
- discourse-chat-integration
- patches
- scripts
- tooling
Expand All @@ -233,6 +242,7 @@ parts:
bin/bundle install --gemfile="plugins/discourse-saml/Gemfile"
bin/bundle install --gemfile="plugins/discourse-solved/Gemfile"
bin/bundle install --gemfile="plugins/discourse-templates/Gemfile"
bin/bundle install --gemfile="plugins/discourse-chat-integration/Gemfile"
yarn install --immutable
discourse-precompile-assets:
plugin: nil
Expand Down
1 change: 1 addition & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"calendar",
"data_explorer",
"discourse_gamification",
"chat_integration",
]


Expand Down

0 comments on commit 5245273

Please sign in to comment.