Thorsten Eckel
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 лет назад |
Thorsten Eckel
|
562c842c8a
Updated rubocop(-* gems) to latest version (0.81.0).
|
4 лет назад |
Thorsten Eckel
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
4 лет назад |
Thorsten Eckel
|
201027d23c
Maintenance: Update selenium to latest compatible version. Current issue with latest: Chrome crashes in chat test when reloading page.
|
4 лет назад |
Thorsten Eckel
|
090fcb5408
Maintenance: Make browser tests more robust by waiting for search to stop loading.
|
4 лет назад |
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.
|
5 лет назад |
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 лет назад |
Thorsten Eckel
|
1c63e96675
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
|
5 лет назад |
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 лет назад |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 лет назад |
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 лет назад |
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 лет назад |
Martin Edenhofer
|
dadb8e207b
Follow up for issue #2419 - Zammad Icon (Bird) on page top left disappears and does not come back - fixed test.
|
5 лет назад |
Thorsten Eckel
|
e43154c373
Refactoring: Removed unneeded screenshot taking (to speed up tests).
|
5 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 лет назад |
Billy Zhou
|
1be60c91db
Fixed #2367 - cannot sort by pending til
|
6 лет назад |
Thorsten Eckel
|
5e05fadbb8
Applied required changes to run in GitLab docker CI env 🐳.
|
6 лет назад |
Thorsten Eckel
|
f34de820ac
Test stabilization: Creation of and communication to remote Selenium browser instance fails in load intense CI scenarios.
|
6 лет назад |
Thorsten Eckel
|
5eed9c7506
Refactoring: Improving logging of remote browser instance creation errors by logging earlier and adding exception to log.
|
6 лет назад |
Billy Zhou
|
6ff974e6ec
Fix #2344 - Missing translation for quote header timestamp
|
6 лет назад |
Billy Zhou
|
5796f78c4f
Fixed #2332 - Role-Filter shows inactive Roles
|
6 лет назад |
Thorsten Eckel
|
2ad28ecfcc
Fixed unstable tests: ObjectManager Attribute creation/migration fails on fast/slow systems.
|
6 лет назад |
Billy Zhou
|
b1caed65f5
Fixed issue #2273 - Bulk Form javascript error when checking item (fixes #2273)
|
6 лет назад |
Thorsten Eckel
|
f15ac3be7e
Follow up - 9af50f2a4eaa8297d09a3f75509c04380e608267: Fixed Layout/EmptyLineAfterGuardClause rubocop complain.
|
6 лет назад |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 лет назад |
Thorsten Eckel
|
3d4d5414f1
Fixed stuck CI env: Organization search results in endless loop while creating a user because ES is not ready yet.
|
6 лет назад |
Billy Zhou
|
8bf3ab24d5
Fixed issue #2233 - Boolean object set to false is not visible (fixes #2233)
|
6 лет назад |
Billy Zhou
|
45fee1b752
Fixed issue #2026 by checking for change permission before showing bulk action form (fixes #2026)
|
6 лет назад |
Billy Zhou
|
ccf97ee077
Issue #2232 hide inactive report profiles
|
6 лет назад |
Billy Zhou
|
9be7269646
Fixed issue #2206 and #2207 by limiting historical_options to only select attributes
|
6 лет назад |
Thorsten Eckel
|
4dec6209dc
Test stabilization: Extended user creation browser helper by phone and active attribute.
|
6 лет назад |
Billy Zhou
|
1f7841340c
Fixed issue #2020 by checking against past select attribute options (fixes #2020)
|
6 лет назад |
Martin Edenhofer
|
be11e9a1d5
Added headless support for ff and chrome.
|
6 лет назад |
Thorsten Eckel
|
1795ffdb9e
Improved modal_ready browser test helper to check for actual css class.
|
6 лет назад |
Thorsten Eckel
|
6b50097f95
Added browser test helper to navigate to overview by name or link.
|
6 лет назад |
Billy Zhou
|
166e1e04f1
Added fix for #2117 by disabling the create/update button during file uploading
|
6 лет назад |
Billy Zhou
|
bc489aecef
Fixed issue #2104 - image modal not closed when opening new ticket
|
6 лет назад |
Billy Zhou
|
e6fd81b5b4
Fixed #2104 image modal not closed when opening new ticket
|
6 лет назад |
Billy Zhou
|
09313ed326
Revert "Revert "Added group by direction feature to Overviews""
|
6 лет назад |
Billy Zhou
|
d02edbfc3b
Revert "Added group by direction feature to Overviews"
|
6 лет назад |
Billy Zhou
|
817f39e8c6
Added group by direction feature to Overviews
|
6 лет назад |
Martin Edenhofer
|
40a663198c
Fixed issue #2099 - Changing data type of new object attributes will lead to errors.
|
6 лет назад |
Thorsten Eckel
|
f1296f6500
Stablized tests: Organization select in user create modal is stale.
|
6 лет назад |
Thorsten Eckel
|
82feb10fce
Allow taking screenshots in selenium session without the need of providing parameters.
|
6 лет назад |
Thorsten Eckel
|
fb397822be
Added browser test helper to create and perfom Macros.
|
6 лет назад |
Martin Edenhofer
|
82acddc420
Fixed issue #2046 - Special characters get HTML encoded when displayed in overviews. Improved PR #2049.
|
6 лет назад |
Muhammad Nuzaihan
|
9f559276e4
improve email filters by adding a tag option - closes #1991
|
6 лет назад |
Ryan Lue
|
dfebe8d767
Relocate test data files from test/fixtures to test/data
|
6 лет назад |
Martin Edenhofer
|
7338b91a31
Improved monitoring controller to get storage usage.
|
6 лет назад |
Thorsten Eckel
|
7f4c540fa0
Retry on stale element reference to avoid race conditions while interface is not ready yet.
|
6 лет назад |