summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-20/+7
* fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin...Toshi MARUYAMA2014-01-311-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-231-0/+1
* Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...Jean-Philippe Lang2013-11-111-3/+0
* Check that the SCM log file is writable before using it (#13541).Jean-Philippe Lang2013-04-031-4/+25
* Log SCM stderr when log level is set to debug only (#13541).Jean-Philippe Lang2013-03-221-2/+2
* Always log scm stderr and makes the log file path configurable.Jean-Philippe Lang2013-01-201-4/+9
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-0/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* code cleanup scm_iconv (#12228)Toshi MARUYAMA2012-10-281-1/+1
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-1/+1
* use String#encode at scm_iconv on Ruby 1.9 (#12228)Toshi MARUYAMA2012-10-281-5/+15
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-0/+12
* Extract code from view.Jean-Philippe Lang2012-06-101-0/+8
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-1/+2
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-261-0/+7
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-281-4/+4
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* scm: lib: add Branch class to abstract adapter (#5501)Toshi MARUYAMA2011-10-281-0/+4
* scm: lib: add parents attribute to Revision class of abstract adapter (#5501)Toshi MARUYAMA2011-10-281-1/+3
* scm: add new method "shell_quote_command" at abstract adapter (#8825).Toshi MARUYAMA2011-07-151-0/+8
* scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...Toshi MARUYAMA2011-07-101-1/+5
* scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.Toshi MARUYAMA2011-06-221-1/+1
* scm: replace RAILS_ROOT to Rails.root at lib/redmine/scm/adapters/abstract_ad...Toshi MARUYAMA2011-06-171-1/+1
* scm: add log message of config/configuration.yml if scm command raise Errno::...Toshi MARUYAMA2011-06-081-2/+3
* scm: code clean up abstract adapter.Toshi MARUYAMA2011-06-081-2/+9
* scm: switch to use shell quote with parameter in abstract adapter target().Toshi MARUYAMA2011-05-251-2/+6
* scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.Toshi MARUYAMA2011-05-251-0/+4
* scm: add "path_encoding" method in abstract adapter (#2274, #3462, #2664, #52...Toshi MARUYAMA2011-05-211-0/+4
* scm: remove trailing white-spaces from abstract adapter source.Toshi MARUYAMA2011-05-061-18/+18
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-041-1/+1
* scm remove trailing white-spaces in abstract adapter.Toshi MARUYAMA2011-05-041-8/+8
* scm: code clean up abstract_adapter.rb.Toshi MARUYAMA2011-04-111-8/+8
* scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.Toshi MARUYAMA2011-04-111-8/+3
* scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-04-101-3/+3
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-21/+0
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-241-7/+8
* scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.Toshi MARUYAMA2011-02-241-1/+6
* scm: add "scm_iconv" method for repository path encoding in abstract_adapter....Toshi MARUYAMA2011-02-211-1/+12
* scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-02-181-8/+8
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-10/+22
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-1/+12