Commit History

Author SHA1 Message Date
  Thorsten Eckel b538b05209 Switched over to DB reset strategy in tests and removed DatabaseCleaner because it can't guarantee a clean DB state for all test scenarios. 6 years ago
  Thorsten Eckel 7d9c087a84 Fixed bug: RSpec tests are broken because of not using RSpec hooks and structures. 6 years ago
  Thorsten Eckel f3e20bca29 Improved ObjectManager::Attribute factory defaults. 6 years ago
  Thorsten Eckel 28793f1338 Fixed bug: Tests are not ID agnostic. 6 years ago
  Thorsten Eckel b80cfda86e Added ENV NO_RESET_BEFORE_SUITE to allow RSpec test suite start without DB reset (for e.g. running single tests where no DB reset is needed). 6 years ago
  Martin Edenhofer c8ab4275d6 Fixed issue #2297 - `rake searchindex:rebuild` is not working after Elasticsearch 2.4 upgrade to Elasticsearch 5.6 "Limit of total fields [1000] in index" 6 years ago
  Thorsten e8e0bf93b9 Merge pull request #2295 from maysam/patch-1 6 years ago
  Maysam Torabi 21617f7c2f Update bot_add.jst.eco 6 years ago
  Martin Edenhofer bca9312ce0 Follow up for issue #2292 - improved migration. 6 years ago
  Denny Bresch cdb0895984 Added new stylesheets directory 'addons' to store all addon css files. 6 years ago
  Martin Edenhofer 86c2df69ad Fixed issue #2292 - CTI Log: duration_talking_time is incorrect and after update initialized_at is a string (not timestamp) 6 years ago
  Billy Zhou fb24de11cc Fixed issue #2279 - performance issue in bulk action selection in overview (fixes #2279) 6 years ago
  Martin Edenhofer 5b38c9e546 Improved migration. 6 years ago
  Martin Edenhofer c35e2a0aab Removed debug information. 6 years ago
  Martin Edenhofer a160c518e1 Merge branch 'develop' into private-me-several_enhancements 6 years ago
  Martin Edenhofer 3f284003eb Improved doc. 6 years ago
  Martin Edenhofer 23f499dffc Improved test. 6 years ago
  Martin Edenhofer d0bafea5e7 Improved test. 6 years ago
  Martin Edenhofer 7972ec9b6c Added twilio test jobs. 6 years ago
  Thorsten Eckel 0cca58f0b7 Missing GitLab CI browser tag causes job to run on non-browser CI server and fail. 6 years ago
  Thorsten Eckel 2ad28ecfcc Fixed unstable tests: ObjectManager Attribute creation/migration fails on fast/slow systems. 6 years ago
  Thorsten Eckel 18cec289b6 Fixed bug: Having multiple associations to different attributes of one Model lead to invalid association data. 6 years ago
  Billy Zhou ea12b0f676 Fixed issue #2277 - note is not shown for customer/organisations if it's empty (fixes #2277) 6 years ago
  Martin Edenhofer 22b2f44ba0 Initial SMS integration for trigger notifications and additional channel. Thanks to sys4 AG! 6 years ago
  Martin Edenhofer 271102057d Initial Placetel integration. 6 years ago
  Martin Edenhofer 402b28b3e7 Fixed issue #2285 - Permission issue: response templates only usable when admin is also agent. 6 years ago
  Billy Zhou b1caed65f5 Fixed issue #2273 - Bulk Form javascript error when checking item (fixes #2273) 6 years ago
  Martin Edenhofer 6439203900 Fixed issue #2281 - O365/Office365 authentication missing given- and surname. 6 years ago
  Martin Edenhofer 7dd6675552 Implemented issue #2223 - Callback issue when Zammad if internal and external FQDN differ. 6 years ago
  Billy Zhou 5ff371f51b Fixed issue #2246 - Records in Reporting not updated when single ActiveRecord can not be found (fixes #2246) 6 years ago
  Ryan Lue 58a8c047bb Prevent LDAP sync from needlessly deactivating inactive users (fixes #2256) 6 years ago
  Billy Zhou bfccecc012 Fixed issue #2195 - Search with id:123 does not work anymore (fixes #2195) 6 years ago
  Thorsten Eckel f15ac3be7e Follow up - 9af50f2a4eaa8297d09a3f75509c04380e608267: Fixed Layout/EmptyLineAfterGuardClause rubocop complain. 6 years ago
  Thorsten Eckel 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
  Thorsten Eckel 3d4d5414f1 Fixed stuck CI env: Organization search results in endless loop while creating a user because ES is not ready yet. 6 years ago
  Martin Edenhofer 3a5cd0bce5 Implemented issue #2270 - Italian and Spanish translations for notifications. 6 years ago
  André Bauer e2deedef28 Merge pull request #2269 from vaibhavgeek/develop 6 years ago
  Vaibhav Maheshwari f19b14f31f Update zammad_ssl.conf 6 years ago
  Thorsten f74bcdda5b Merge pull request #2268 from zammad/te-travisci_fix 6 years ago
  Thorsten fbc167944c Update .travis.yml 6 years ago
  Thorsten Eckel 22ba8f8fcb Fixed bug: Form request spec is not testing ES search (DB only). 6 years ago
  Thorsten Eckel 02ba0e455e Added db_strategy (:truncaction) meta helper to switch to DB cleanup via truncation (from transaction) for single examples. We choose to stick to Rails/RSpec transactional cleanup over DatabaseCleaner transaction strategy because of performance reasons. Rails default performs between 30 and 50% better. 6 years ago
  Thorsten Eckel 44e89271fe Refactoring: Momorize result and more idiomatic ruby. 6 years ago
  Thorsten Eckel e006684c83 Added RSpec support file to initialize database into clean state before running suite. 6 years ago
  Thorsten Eckel 50162cc250 Refactoring: Split up RSpec rails_helper into separate support files. 6 years ago
  Thorsten Eckel a00f3c51a8 Improved RSpec suite by having dedicated last_admin_check meta attribute instead of polluting the whole suite (and adding side effects by being to assumtious). 6 years ago
  Thorsten Eckel 86bab028a4 Fixed bug: Setting change_id is always nil after re-initializing of app in test env and prevents (re-)loading of Settings. 6 years ago
  Thorsten Eckel 83ed53d245 Fixed bug: Re-seed-ing not possible in same process because require_relative loads file only once. 6 years ago
  Thorsten Eckel 8d078e7398 Fixed bug: Argon2 secret differs after app-reinitialization in test env. 6 years ago
  Thorsten Eckel dbcac7083c Made spec indenpenent of user id. 6 years ago