]> _ Git - redmine-slack.git/commit
wip #4472 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 May 2021 06:32:50 +0000 (08:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 May 2021 06:32:50 +0000 (08:32 +0200)
commit2e15e00aceba955f37489066f22aafa197f55b6e
treed6e22d6aa9ec500c68f3602a55929edaba23ad6a
wip #4472 @0.25
52 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/deployment.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
.idea/modules.xml [new file with mode: 0644]
.idea/redmine-slack.iml [new file with mode: 0644]
.idea/vcs.xml [new file with mode: 0644]
.rubocop.yml [new file with mode: 0644]
.slim-lint.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
Gemfile [new file with mode: 0644]
README.md [new file with mode: 0644]
app/controllers/redmine_slack_settings_controller.rb [new file with mode: 0644]
app/controllers/slash_commands_controller.rb [new file with mode: 0644]
app/helpers/redmine_slack_projects_helper.rb [new file with mode: 0644]
app/helpers/slash_commands_helper.rb [new file with mode: 0644]
app/models/redmine_slack_notification.rb [new file with mode: 0644]
app/models/redmine_slack_setting.rb [new file with mode: 0644]
app/models/slack.rb [new file with mode: 0644]
app/views/redmine_slack/_issues_silent_updates.html.erb [new file with mode: 0644]
app/views/redmine_slack/_journal_silent_updates.html.erb [new file with mode: 0644]
app/views/redmine_slack_settings/_redmine_slack_select.html.slim [new file with mode: 0644]
app/views/redmine_slack_settings/_redmine_slack_text.html.slim [new file with mode: 0644]
app/views/redmine_slack_settings/_show.html.slim [new file with mode: 0644]
app/views/settings/_redmine_slack_settings.html.slim [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/locales/fr.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/migrate/20200622172451_create_redmine_slack_settings.rb [new file with mode: 0644]
db/migrate/20200623165645_migrate_redmine_messenger_settings.rb [new file with mode: 0644]
db/migrate/20200702092644_add_color_settings.rb [new file with mode: 0644]
db/migrate/20200723160847_create_redmine_slack_notifications.rb [new file with mode: 0644]
db/migrate/20200727112644_add_update_threshold.rb [new file with mode: 0644]
db/migrate/20200818072644_add_replies_threshold.rb [new file with mode: 0644]
docs/images/signing-secret.png [new file with mode: 0644]
docs/images/slack-token.png [new file with mode: 0644]
docs/images/slash-command.png [new file with mode: 0644]
init.rb [new file with mode: 0644]
lib/redmine_slack.rb [new file with mode: 0644]
lib/redmine_slack/diffy.rb [new file with mode: 0644]
lib/redmine_slack/helpers.rb [new file with mode: 0644]
lib/redmine_slack/hooks.rb [new file with mode: 0644]
lib/redmine_slack/patches/issue_patch.rb [new file with mode: 0644]
lib/redmine_slack/patches/issues_controller_patch.rb [new file with mode: 0644]
lib/redmine_slack/patches/journals_patch.rb [new file with mode: 0644]
lib/redmine_slack/patches/wiki_content_patch.rb [new file with mode: 0644]
test/integration/routing_test.rb [new file with mode: 0644]
test/support/database-postgresql-travis.yml [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
test/unit/i18n_test.rb [new file with mode: 0644]
test/unit/issue_test.rb [new file with mode: 0644]
test/unit/project_test.rb [new file with mode: 0644]