Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zeroshoo/redmine-slack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sciyoshi/redmine-slack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 6 contributors

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    1cebd17 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Utilize Rails callbacks to also trap issues created/saved via email (s…

    …ciyoshi#80)
    
    * utilize Rails callbacks to trap issues created/saved via email
    * do not fire update hook if journal is nil (e.g. when creating sub-tasks)
    * do not reload issues before calling hooks, it affects custom fields
    * skip mentions if text is nil (can happen during bulk updates)
    thanosk authored and sciyoshi committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5bf4d69 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    69ad729 View commit details
    Browse the repository at this point in the history
  2. add difference url (sciyoshi#140)

    wate authored and sciyoshi committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7a0eacd View commit details
    Browse the repository at this point in the history
  3. some custom field value in slack posts is not unformatted (sciyoshi#137)

    * fix custom field formatting
    
    * fix regression bug where NilReferenceError raised if a custom field value is nil
    
    * fix indent
    cat-in-136 authored and sciyoshi committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    1340d83 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Support for Redmine5 (sciyoshi#156)

    * replace require_dependency with require
    
    * Support for Zeitwerk/Rails6
    
    - rename SlackListener to RedmineSlack::Listener
    - replace ActiveSupport::Reloader.to_prepare with Rails.application.config.after_initialize
    cat-in-136 authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    2b12aca View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    de33575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89211cf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    40e234f View commit details
    Browse the repository at this point in the history
Loading