Martin Edenhofer
|
f204b89fe3
Fixes issue #2785 - Reporting does not return all tickets when using values with that "divide" values (e. g. some_value).
|
5 лет назад |
Mantas
|
a883bbadb3
Refactoring: DRYing up HTTP calls in SearchIndexBackend.
|
5 лет назад |
Martin Edenhofer
|
f806ac3611
Fixed issue #2742 - Removing a record drops whole index on Elasticsearch 6 and later.
|
5 лет назад |
Mantas Masalskis
|
21c3b31c97
Maintenance: Added test coverage for public Knowledge Base search.
|
5 лет назад |
Thorsten Eckel
|
429b95e65d
Maintenance: Make ES connection establishment more stable by:
|
5 лет назад |
Martin Edenhofer
|
d57ac5338e
Fixed issue #2720 - Sometimes es takes longer as expected and will raise timeout in Zammad.
|
5 лет назад |
Denny Bresch
|
c60e1c0780
Fixed issue #2611 - SearchIndexBackend.remove() (ES) is not removing entries
|
5 лет назад |
Martin Edenhofer
|
af9fcf4565
Added support for elasticsearch 6 and 7. Fixes #1688.
|
5 лет назад |
Martin Edenhofer
|
97d14a93b3
Initial knowledge base support.
|
5 лет назад |
Martin Edenhofer
|
8a6ffc23cb
Fixed issue #2059 - Incorrect display count of a report profile if tree_select is used.
|
5 лет назад |
Martin Edenhofer
|
f72b44234e
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
5 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 лет назад |
Martin Edenhofer
|
c2f4755a6c
Search query extension refactoring to use params and not arguments.
|
6 лет назад |
Billy Zhou
|
bfccecc012
Fixed issue #2195 - Search with id:123 does not work anymore (fixes #2195)
|
6 лет назад |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 лет назад |
Billy Zhou
|
01717bcc7f
For Elasticsearch, sort by active flag first before everything else
|
6 лет назад |
Martin Edenhofer
|
86c79c3dba
Follwup for issue #2031 - restored original default sort_by updated_at attribute and unified names of controller tests.
|
6 лет назад |
Martin Edenhofer
|
597cd01b5a
Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API.
|
6 лет назад |
Thorsten Eckel
|
132a88005f
Test stabilization: Increase read timeout of Elasticsearch index creation to avoid index_already_exists_exception because of retry.
|
6 лет назад |
Martin Edenhofer
|
2b31311bea
Fixes #1847 - Report profiles - ticket.tags conditions are not working.
|
6 лет назад |
Martin Edenhofer
|
5bbff10764
Fixes issue#2098 - Report profiles: "before(relative)" and friends broken.
|
6 лет назад |
Billy Zhou
|
cf327a09a1
Fixed issue #2058 - Autocomplete hangs on dot in the new user form
|
6 лет назад |
Martin Edenhofer
|
f2c7ced74d
Log search backend errors also to application log.
|
6 лет назад |
Martin Edenhofer
|
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
|
6 лет назад |
Thorsten Eckel
|
7954ee0dce
Follow up 8c5f87c9d4: Improved detection of ES attachment plugin error and output message.
|
6 лет назад |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 лет назад |
Thorsten Eckel
|
c479fba664
Added check for supported elasticsearch version.
|
6 лет назад |
Thorsten Eckel
|
8c5f87c9d4
Humanized error messages created by failing elasticsearch requests.
|
6 лет назад |
Muhammad Nuzaihan
|
84121e9fda
#1741 do not show merged issues in reports
|
6 лет назад |
Martin Edenhofer
|
8ac7356184
Small refactoring of search index backend.
|
7 лет назад |
Martin Edenhofer
|
a08d5f1b51
Improved error handling.
|
7 лет назад |
Martin Edenhofer
|
f3cbe7f10e
Added ability to delete elasticsearch processors first (for cleanup).
|
7 лет назад |
Martin Edenhofer
|
0d1d86511f
Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
|
7 лет назад |
Martin Edenhofer
|
5ba83da6f5
Fixed issue #599 - Elasticsearchs mapper-attachments plugin has been deprecated, use ingest-attachment now.
|
7 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
Martin Edenhofer
|
78a98ab51e
Append * on simple query like "somephrase23" or "attribute23: somephrase23"
|
7 лет назад |
Martin Edenhofer
|
e81d871b01
Append * on simple query like "somephrase23" or "attribute: somephrase23"
|
7 лет назад |
Martin Edenhofer
|
81c6aa0af0
Append * also for searches with umlaut or other utf8 chars.
|
7 лет назад |
Martin Edenhofer
|
1d4ce42c67
Improved bot detection - issue #1207. Added ticket limits per hour and day.
|
7 лет назад |
Martin Edenhofer
|
1f14ae5895
Fixed typo in pod.
|
7 лет назад |
Martin Edenhofer
|
0d4e391ad9
Implemented issue #1090 - Switch elasticsearch standard operator from OR to AND.
|
7 лет назад |
Martin Edenhofer
|
c12372dd47
Added ES 5 support (filtered query has been deprecated and removed in ES 5.0).
|
8 лет назад |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 лет назад |
Martin Edenhofer
|
4628299d20
Introduced config.interface_handle to find out via which interface the source code got executed.
|
8 лет назад |
Martin Edenhofer
|
80a9fd5dab
Spliced searches to separate call to handle limit issue (only usable for one query/request).
|
8 лет назад |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 лет назад |
Martin Edenhofer
|
6c3dc608ab
Code cleanup.
|
8 лет назад |
Martin Edenhofer
|
72d22ad56b
Add * automatically to normal queries.
|
8 лет назад |
Martin Edenhofer
|
ba3f868638
Upgrade to new rubocop.
|
8 лет назад |