Commit History

Author SHA1 Message Date
  Mantas Masalskis 041bf51b52 Maintenance: Rubocop enforces %r{} regular expression style 3 years ago
  Rolf Schmidt bcd805134d Maintenance: Make CI browser tests more stable by being more generous when facing/retrying exceptions. 3 years ago
  Thorsten Eckel 43b6374d16 Updated rubocop(-* gems) to latest version (1.2.0). 3 years ago
  Thorsten Eckel 0b9e6676f8 Maintenance: Updated rubocop(-* gems) to latest version (1.0.0). 3 years ago
  Thorsten Eckel 623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 4 years ago
  Mantas Masalskis 563bcfbefd Maintenance: Custom Rubocop matcher for making sure "unless" conditional is not used in Ruby 4 years ago
  Thorsten Eckel 73f6a98e29 Updated rubocop(-* gems) to latest version (0.88.0). 4 years ago
  Thorsten Eckel b37e80df9a Updated rubocop(-* gems) to latest version (0.87.0). 4 years ago
  Thorsten Eckel 562c842c8a Updated rubocop(-* gems) to latest version (0.81.0). 4 years ago
  Thorsten Eckel a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 4 years ago
  Thorsten Eckel 201027d23c Maintenance: Update selenium to latest compatible version. Current issue with latest: Chrome crashes in chat test when reloading page. 4 years ago
  Thorsten Eckel 090fcb5408 Maintenance: Make browser tests more robust by waiting for search to stop loading. 4 years ago
  Martin Edenhofer 4e8cf209ca Performance: Observing every Overview of each Agent Session doesn't scale well on larger systems (60 Overviews per Agent). With this change only the last 5 used Overviews are checked on every iteration. A full check is still performed ever 60 seconds. This reduces the overall load. 4 years ago
  Martin Edenhofer 6018d864db Performance: `Sessions::Backend::TicketOverivewList` check whether data has to be sent to the client was wrong. The correct check now compares the list of tickets instead of comparing the whole hash structure including assets. 5 years ago
  Thorsten Eckel 1c63e96675 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1. 5 years ago
  Mantas Masalskis 256e7513b3 Maintenance: Improves CI reliability of browser:core tests in batch 2 by adding delay before performing ticket zoom secondary button action to avoid accessing stale element. 5 years ago
  Ryan Lue a1da3a27f9 Enable Lint/UselessAssignment cop. 5 years ago
  Thorsten Eckel 83c77a4a35 Applied required changes to install and use PHP 5.6 for testing the Zammad PHP API client - until @jepf adds PHP 7 support (for tests). 5 years ago
  Thorsten Eckel fa0ed8c0ba Refactoring: Improve browser test suite speed by starting ruby/rails context only once for all tests by using Rails build in test running rake task. 5 years ago
  Martin Edenhofer dadb8e207b Follow up for issue #2419 - Zammad Icon (Bird) on page top left disappears and does not come back - fixed test. 5 years ago
  Thorsten Eckel e43154c373 Refactoring: Removed unneeded screenshot taking (to speed up tests). 5 years ago
  Thorsten Eckel e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 5 years ago
  Billy Zhou 1be60c91db Fixed #2367 - cannot sort by pending til 5 years ago
  Thorsten Eckel 5e05fadbb8 Applied required changes to run in GitLab docker CI env 🐳. 5 years ago
  Thorsten Eckel f34de820ac Test stabilization: Creation of and communication to remote Selenium browser instance fails in load intense CI scenarios. 5 years ago
  Thorsten Eckel 5eed9c7506 Refactoring: Improving logging of remote browser instance creation errors by logging earlier and adding exception to log. 5 years ago
  Billy Zhou 6ff974e6ec Fix #2344 - Missing translation for quote header timestamp 5 years ago
  Billy Zhou 5796f78c4f Fixed #2332 - Role-Filter shows inactive Roles 5 years ago
  Thorsten Eckel 2ad28ecfcc Fixed unstable tests: ObjectManager Attribute creation/migration fails on fast/slow systems. 6 years ago
  Billy Zhou b1caed65f5 Fixed issue #2273 - Bulk Form javascript error when checking item (fixes #2273) 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
  Billy Zhou 8bf3ab24d5 Fixed issue #2233 - Boolean object set to false is not visible (fixes #2233) 6 years ago
  Billy Zhou 45fee1b752 Fixed issue #2026 by checking for change permission before showing bulk action form (fixes #2026) 6 years ago
  Billy Zhou ccf97ee077 Issue #2232 hide inactive report profiles 6 years ago
  Billy Zhou 9be7269646 Fixed issue #2206 and #2207 by limiting historical_options to only select attributes 6 years ago
  Thorsten Eckel 4dec6209dc Test stabilization: Extended user creation browser helper by phone and active attribute. 6 years ago
  Billy Zhou 1f7841340c Fixed issue #2020 by checking against past select attribute options (fixes #2020) 6 years ago
  Martin Edenhofer be11e9a1d5 Added headless support for ff and chrome. 6 years ago
  Thorsten Eckel 1795ffdb9e Improved modal_ready browser test helper to check for actual css class. 6 years ago
  Thorsten Eckel 6b50097f95 Added browser test helper to navigate to overview by name or link. 6 years ago
  Billy Zhou 166e1e04f1 Added fix for #2117 by disabling the create/update button during file uploading 6 years ago
  Billy Zhou bc489aecef Fixed issue #2104 - image modal not closed when opening new ticket 6 years ago
  Billy Zhou e6fd81b5b4 Fixed #2104 image modal not closed when opening new ticket 6 years ago
  Billy Zhou 09313ed326 Revert "Revert "Added group by direction feature to Overviews"" 6 years ago
  Billy Zhou d02edbfc3b Revert "Added group by direction feature to Overviews" 6 years ago
  Billy Zhou 817f39e8c6 Added group by direction feature to Overviews 6 years ago
  Martin Edenhofer 40a663198c Fixed issue #2099 - Changing data type of new object attributes will lead to errors. 6 years ago
  Thorsten Eckel f1296f6500 Stablized tests: Organization select in user create modal is stale. 6 years ago