romainq
|
6d3179d761
Automatic tests: improved the automatic benchmark of all queries
|
пре 7 година |
romainq
|
0e1f3d02b9
Rework of the edition of 1-N and N-N links: managed as a delta from the GUI down to the the lowest APIs.
|
пре 8 година |
romainq
|
79fb8d0040
Test: fixed automated tests that were abusively failing due to a few new magic attributes
|
пре 8 година |
romainq
|
4ada1cc5c2
N.689 61 tables limit. INVESTIGATING the issue. Added a test to reproduce the issue on the standard data model, and a test to build statistics on the number of tables used by classes.
|
пре 8 година |
romainq
|
544e145058
Automatic test suite: fixed warnings (benchmarked queries processed instantaneously);
|
пре 8 година |
romainq
|
256616a393
N.788 Impact analysis: graph not refreshed when trying to filter out some classes. The node removal algorithm has been improved in two places. 1) Do not create loops (i.e. an edge having both ends on the same node) when removing a node. 2) Correctly cleanup nodes having a loop (in case there is a loop in the original graph (defensive programming)
|
пре 8 година |
romainq
|
36eb7bde94
N.609 Some multi-column UNION queries failing with various symptoms such as "Class 'IT Department' not found" or "An object id must be an integer value"
|
пре 8 година |
romainq
|
dbbd1d4e56
N.718 Audit failing with message "Attempting to merge a filter of class A with a filter of class B" (regression introduced in branch 2.3). There are circumstances for which the queries cannot (yet) be optimized (fallback to the original algorithm)
|
пре 8 година |
romainq
|
f6c4655769
N.497 Continuation of the fix done in [r4461], to correctly handle validation patterns containing a slash (AttributeURL in the enhanced customer portal). The initial fix has broken the validation of date (+time) fields because the slash was escaped twice, leading to an invalid regular expression. Requires testing of synchro, CSV import, console, customer portal...
|
пре 8 година |
romainq
|
7711c1aeb7
N.539 Regression introduced in [r4451] on oct 7th. Some OQL were issuing a notice and some were generating a SQL query that would fail with error "Column 'functionalci_id' in where clause is ambiguous" (See CI details)
|
пре 8 година |
romainq
|
f58c412702
N.536 Regression introduced in [r4469] (N.505), itself fixing a regression introduced in [r4404]. REQUIRES TESTING
|
пре 8 година |
romainq
|
4471f57ec1
Automated tests: added tests following the latest optimizations of the query engine
|
пре 8 година |
romainq
|
1d69c5f27c
OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='.
|
пре 9 година |
dflaven
|
fe653e891f
Helper class for date & time format conversions between the various conventions for expressing date & time formats.
|
пре 9 година |
dflaven
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
пре 9 година |
romainq
|
9d63033e48
Internal: Implemented DBObject::ExecActions, enables scripting object preset/modifications
|
пре 9 година |
dflaven
|
af69736728
Integration of the Czech translation provided by Lukáš Dvořák. Thanks a lot Lukáš !
|
пре 9 година |
dflaven
|
9af53be708
Completed unit tests to cover 1-N links and to emulate the behavior of the user interface for N-N links.
|
пре 9 година |
dflaven
|
a8795947e2
Unit tests fixes...
|
пре 9 година |
romainq
|
20796bd8fc
Added unit tests for the recording of linksets from one end (->Set('xxxxx_list')
|
пре 9 година |
romainq
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
пре 10 година |
romainq
|
ed43485fa5
OQL enhancement: allow JOIN on a objclass/objkey pair of attributes (requires benchmarking)
|
пре 10 година |
dflaven
|
fc8ca16af8
- Memory optimization: no longer store all DBObjects in memory while browsng through a Set, but pull them one by one from the MySQL client buffer as needed.
|
пре 11 година |
romainq
|
4fe6b12cb0
OQL normalization and dashlets have been made independent from the class MetaModel
|
пре 12 година |
romainq
|
a847938c3b
Updated the unit test for the OQL parser
|
пре 12 година |
dflaven
|
803bf4b9d2
#383: support negative numbers in OQL
|
пре 12 година |
romainq
|
a2d6746d60
#634 Detection of HTTPS not working with nginx (iTop always considering the current connection as being secure)
|
пре 12 година |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
пре 12 година |
romainq
|
429143ab3f
Fixed two bugs revealed with specific constraints (query expression like 'SELECT b FROM a JOIN b', AND the organization context is set)
|
пре 12 година |
romainq
|
34ede9dbde
CSV import/export reworked:
|
пре 12 година |