Plugin for use with discourse docker image
Go to file
Jarek Radosz dcad087190 DEV: Update specs 2023-02-16 14:09:33 +01:00
app DEV: Move stuff to the regular plugin structure 2023-02-16 14:09:33 +01:00
assets DEV: Drop the remaining computed property 2023-02-16 14:09:33 +01:00
config DEV: One more i18n string 2023-02-16 14:09:33 +01:00
lib/docker_manager DEV: Assume `find_compatible_git_resource` is available 2023-02-16 14:09:33 +01:00
scripts DEV: Run stree 2023-02-16 14:09:33 +01:00
spec DEV: Update specs 2023-02-16 14:09:33 +01:00
test/javascripts/integration/components DEV: Update the RepoStatus test 2023-02-16 14:09:33 +01:00
.eslintrc DEV: Make ESLint ignore transpiled assets (#81) 2020-11-02 22:51:39 +03:00
.gitignore DEV: Update linting setup 2023-02-16 14:09:33 +01:00
.prettierrc DEV: Update linting setup 2023-02-16 14:09:33 +01:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 17:46:03 +02:00
.template-lintrc.js DEV: apply coding standards (#76) 2020-09-04 14:35:08 +02:00
Gemfile DEV: Add rubocop-discourse gem 2020-05-06 17:46:03 +02:00
Gemfile.lock DEV: Update linting setup 2023-02-16 14:09:33 +01:00
LICENSE Update Readme and add License 2014-06-28 00:31:12 +05:30
README.md DEV: Update readme 2023-02-16 14:09:33 +01:00
package.json DEV: Update version to 1.0.0 2023-02-16 14:09:33 +01:00
plugin.rb DEV: Update version to 1.0.0 2023-02-16 14:09:33 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:52 +02:00
yarn.lock DEV: Update linting setup 2023-02-16 14:09:33 +01:00

README.md

Docker Manager

This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container.

Running tests

  • Ruby
    • Run RAILS_ENV=test bin/rails "plugin:spec[docker_manager]" in your discourse directory
  • JS
    • Run RAILS_ENV=test bin/rails "plugin:qunit[docker_manager]" in your discourse directory

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT