Commit History

Author SHA1 Message Date
  Martin Edenhofer c35e2a0aab Removed debug information. 6 years ago
  Martin Edenhofer 7972ec9b6c Added twilio test jobs. 6 years ago
  Billy Zhou ccf97ee077 Issue #2232 hide inactive report profiles 6 years ago
  Martin Edenhofer cc4ce92072 Only allow 1800 loops in a thread, to prevent email IMAP fetch stops working if mailserver is once unreachable. Fixes issue#1861. 6 years ago
  Thorsten Eckel c4ea22470a Fixes #2014 - Import job (LDAP/Exchange) hangs on scheduler restart. 6 years ago
  Thorsten Eckel 68682b3607 Refactoring: Improved test performance and stability by sleeping only in production env. 6 years ago
  Thorsten Eckel 845c9d105b Improved logging for delayed job cleanup logic to reason about left over jobs scheduler restart issue. 6 years ago
  Ryan Lue a04edeb7ff Add wait before retrying failed jobs (Fix #1950) 6 years ago
  Thorsten Eckel fbeccbc85c Updated to latest rubocop version. 6 years ago
  Thorsten Eckel bf6192113a Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%. 6 years ago
  Thorsten Eckel 8300887bae Added advanced thread logging for better reasoning and error handling of Scheduler threads. 6 years ago
  Thorsten Eckel 405a8ce77b Improved handling of non StandardError exceptions in Scheduler Threads for better debugging, reasoning and error handling of Scheduler threads. 6 years ago
  Thorsten Eckel 705487154c Applied changes for Rubocop 0.51. 6 years ago
  Thorsten Eckel 757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 7 years ago
  Martin Edenhofer 1ba32b1a41 Fixed issue #1405 - Scheduler not running because of Bad file descriptor in PGConsumeInput(). 7 years ago
  Thorsten Eckel ef38800bae Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ . 7 years ago
  Thorsten Eckel be730c08d9 Moved listing of failed jobs to own method and added tests. 7 years ago
  Rolf Schmidt 60e7d990ea Moved .restart_failed_jobs to backend and added rspec test. 7 years ago
  Rolf Schmidt d3e4577fa5 Improved codestyle. 7 years ago
  Maarten Raaphorst e40772f7b7 No longer raise exception when scheduler job fails to run after ten tries, but record the error instead. 7 years ago
  Martin Edenhofer c07faa1f11 Merge branch 'develop' of git.znuny.com:zammad/zammad into develop 7 years ago
  Martin Edenhofer 9220ad1008 Small improvement for logging. 7 years ago
  Thorsten Eckel 4a12788e04 Follow up: Fixed issue #1080 - Scheduler won't start because of missing DB connection on PostgreSQL 9.2.18. 7 years ago
  Thorsten Eckel 9934286a33 Fixed issue #1080 - Scheduler won't start because of missing DB connection on PostgreSQL 9.2.18. 7 years ago
  Thorsten Eckel 199686dce1 Fixed issues #1008 - LDAP import stucks when Scheduler gets stopped or restarted. 7 years ago
  Martin Edenhofer c71b0d36d4 Updated copyright. 8 years ago
  Martin Edenhofer 4628299d20 Introduced config.interface_handle to find out via which interface the source code got executed. 8 years ago
  Martin Edenhofer 42d0cd1f8f Updated gems. 8 years ago
  Martin Edenhofer 30fe8aef36 Applied rubocop. 8 years ago
  Martin Edenhofer b9c24748a9 Added reset of UserInfo.current_user_id for background jobs and transactions. 8 years ago
  Martin Edenhofer d8507d0b57 Improved code layout. 8 years ago
  Thorsten Eckel bc6a8ca169 Applied rubocop cop 'Style/RedundantBegin'. 9 years ago
  Thorsten Eckel 54fd62487c Applied rubocop cop 'Style/SpaceInsideStringInterpolation'. 9 years ago
  Martin Edenhofer d685c8f264 Small improvements. 9 years ago
  Martin Edenhofer 708c8cf55c Improved logging. 9 years ago
  Martin Edenhofer d206ef49ed Improved performance, move to threads. 9 years ago
  Thorsten Eckel bf857eeb76 Corrected with rubocop cop 'Style/GlobalVars'. 9 years ago
  Thorsten Eckel 409ae23e78 Corrected with rubocop cop 'Rails/TimeZone'. 9 years ago
  Thorsten Eckel 3641a41af1 Corrected with rubocop cop 'Lint/Eval'. 9 years ago
  Thorsten Eckel 67c4215554 Corrected with rubocop cop 'Style/RedundantSelf'. 9 years ago
  Thorsten Eckel 6a41d0ee18 Corrected with rubocop cop 'Rails/FindBy'. 9 years ago
  Thorsten Eckel 650e17be7c Corrected with rubocop cop 'Lint/StringConversionInInterpolation'. 9 years ago
  Thorsten Eckel d63b9d2f9b Corrected with rubocop cop 'Style/InfiniteLoop'. 9 years ago
  Martin Edenhofer 700616f5e2 Merge branch 'develop' of github.com:martini/zammad into develop 9 years ago
  Martin Edenhofer 4365039f49 Moved to rails logger. 9 years ago
  Thorsten Eckel 487a506423 Corrected with rubocop cop 'Style/FormatString'. 9 years ago
  Thorsten Eckel ce58d465c0 Corrected with rubocop cop 'Style/HashSyntax'. 9 years ago
  Thorsten Eckel a70b3cfc89 Corrected with rubocop cop 'Style/StringLiterals'. 9 years ago
  Martin Edenhofer aacb930094 Close database connection for thread after thread is finished. 9 years ago
  Martin Edenhofer d9938f59c6 Moved to framework logger object. 10 years ago