Paul Holden
165e26fad9
MDL-73938 reportbuilder: helper methods for automating report tests.
...
Implement stress tester methods for iterating over report columns,
aggregation and conditions. Assert that each works correctly in
isolation, and when used in conjunction with other columns.
2022-09-05 12:07:17 +01:00
Paul Holden
4f94e42b5f
MDL-73938 reportbuilder: add filters API to support stress testing.
...
Filter types can now define sample values, to be used in forthcoming
stress test helpers, in order for them to become active in a report.
2022-09-05 11:17:24 +01:00
Sara Arjona
4a5a79b7db
Merge branch 'MDL-74714' of https://github.com/paulholden/moodle
2022-08-31 13:25:31 +02:00
Víctor Déniz
e1c4d1644b
Merge branch 'MDL-75290' of https://github.com/paulholden/moodle
2022-08-23 09:02:19 +01:00
Ilya Tregubov
c3d74f6991
Merge branch 'MDL-74364-master' of https://github.com/dravek/moodle
2022-08-17 14:53:50 +04:00
David Matamoros
0a66ba0188
MDL-74364 course: Add course participants datasource
...
- New Report Builder source for course participants
- New course completion entity
- New course enrolment entity
- New course last access entity
2022-08-17 12:40:34 +02:00
Shamim Rezaie
40f6f35463
Merge branch 'MDL-67685_Master' of https://github.com/tuanngocnguyen/moodle
2022-08-17 01:52:07 +10:00
Paul Holden
411269b529
MDL-74714 reportbuilder: clarify optional properties of exporters.
...
The custom report exporter should define its own editable element
properties (conditions, filters, etc) as optional, rather than each
of those element exporters defining their properties as optional.
2022-08-05 10:25:06 +01:00
Paul Holden
905b394176
MDL-75205 reportbuilder: include report parameters on filters reset.
...
When resetting report filters, we need to include the original report
parameters in the external method call to ensure all those that are
required during validation are present (e.g. when determining if user
can view the current system report).
2022-08-02 12:43:52 +01:00
Nathan Nguyen
f32913dc65
MDL-67685 core_reportbuilder: Add autocomplete filter
2022-08-02 18:21:37 +07:00
Paul Holden
637e3a7c88
MDL-74957 reportbuilder: external method for triggering report view.
2022-07-29 14:11:34 +01:00
Paul Holden
0d1aadc361
MDL-75290 reportbuilder: show user identity data on access tab.
...
Observe configured user identity for the site to determine additional
columns and filters to display on custom report access tab.
2022-07-28 20:35:34 +01:00
Paul Holden
5b91dabaac
MDL-75235 reportbuilder: external method to set report filter values.
2022-07-28 10:47:42 +01:00
Paul Holden
d16ea57405
MDL-75235 reportbuilder: allow default filter form to be disabled.
...
This allows for custom filter forms to be implemented, rather than
using the default one for system reports.
2022-07-22 09:17:48 +01:00
Paul Holden
721f7a01e8
MDL-74777 reportbuilder: report filter by category/sub-categories.
...
AMOS BEGIN
CPY [choosecategory,core_grades],[categoryselect,core_reportbuilder]
AMOS END
2022-06-24 11:44:50 +01:00
Paul Holden
9ebd801c07
MDL-73842 reportbuilder: add tags elements to course/user entities.
...
Both entities define columns and filters for related tags (referred
to as "interests" for users).
Create new generic tags filter type to facilitate this, which can be
re-used by any entities for components which support tagging.
2022-06-12 19:53:24 +01:00
Shamim Rezaie
dea18d2f47
Merge branch 'MDL-73916-master' of https://github.com/dravek/moodle
2022-06-10 13:12:33 +02:00
Ilya Tregubov
a1f60915d4
Merge branch 'MDL-74599' of https://github.com/paulholden/moodle
2022-06-06 15:48:21 +06:00
Ilya Tregubov
3a9b097f5c
Merge branch 'MDL-74600' of https://github.com/paulholden/moodle
2022-06-06 12:52:16 +06:00
David Matamoros
c6777c9cbf
MDL-73916 reportbuilder: Allow to set default condition values
...
- Changes on datasource class to allow to set default condition values
- Added default condition 'suspended' set to 'no' on users datasource
2022-06-03 08:43:46 +02:00
Sara Arjona
7d317cdc5d
Merge branch 'MDL-73988' of https://github.com/paulholden/moodle
2022-05-31 17:04:23 +02:00
Paul Holden
40c574cd74
MDL-73988 reportbuilder: support for getting entity joins in reports.
...
This allow reports using multiple entities to more easily define the
relationship between them, specifically when they share common joined
tables.
2022-05-19 16:35:09 +01:00
Paul Holden
03bfea07ca
MDL-74599 reportbuilder: use context of current report when present.
2022-05-19 16:24:56 +01:00
Paul Holden
ea45aefe62
MDL-74675 reportbuilder: preserve column type during aggregation.
...
When applying callbacks during the group concatenation aggregation
types, ensure the column type is preserved for it's default value.
2022-05-19 16:04:37 +01:00
Paul Holden
1e2dd85346
MDL-74600 reportbuilder: re-factor menu helper methods into exporters.
...
Encapsulate generation of column/audience menu card data, used in the
editor, from helper class methods to specific exporter classes.
2022-05-19 15:56:37 +01:00
Ilya Tregubov
938e8cf5d5
Merge branch 'MDL-74165' of https://github.com/paulholden/moodle
2022-05-19 08:02:17 +06:00
Jun Pataleta
fa48ab35f7
Merge branch 'MDL-74497-master' of https://github.com/dravek/moodle
2022-05-18 14:36:17 +08:00
Mikel Martín
0908a1bdeb
MDL-73184 reportbuilder: Add default page size setting
2022-05-16 17:49:35 +02:00
David Matamoros
9a8091d550
MDL-74497 reportbuilder: Add all columns/filters/conditions at once
2022-05-13 08:36:31 +02:00
Paul Holden
bc206fdec3
MDL-74165 reportbuilder: helpers to create multiple params/aliases.
2022-05-04 13:08:55 +01:00