Commit Graph

1503 Commits

Author SHA1 Message Date
b6d1f05e00 Improve type detection
We use blob.type property to detect the content-type
2017-04-19 14:24:34 +02:00
bf12046afa add specific page for download 2017-04-19 00:30:36 +02:00
8e9b94898f fix error when filter::describeAction return an array with only one element 2017-04-19 00:29:53 +02:00
7b8d22a486 remove dump statement 2017-04-18 22:18:19 +02:00
e4b4483845 replace flashbag 2017-04-18 22:14:42 +02:00
edc4889461 move service form.type definition to new file + introduce date type 2017-04-07 23:07:49 +02:00
13f3a1f55f add validation and translations 2017-02-26 01:04:02 +01:00
7a76868f6a add validation to activityreasonaggregator 2017-02-26 00:12:52 +01:00
d5c26c6d47 [export] adding spreadsheet formatter 2017-02-19 21:40:55 +01:00
5c0ca70ebf add api to add a validation on export elements
Exports elements should implements "ExportElementValidatedInterface"
2017-02-02 22:45:10 +01:00
9bcd7a2c10 improve exports and filters 2017-01-31 15:34:41 +01:00
43047c5008 add test - test that getQueryKeys returns an array 2017-01-17 12:19:03 +01:00
67c8c19885 improve exports & add new filter, export, aggregators 2017-01-17 00:34:32 +01:00
3671918777 adding custom dql function get_json_field_by_key and jsonaggregate 2017-01-16 20:20:43 +01:00
b36ec02b65 fix required role 2017-01-16 19:53:27 +01:00
faf5b7ca94 fix role hierarchy 2017-01-16 15:24:14 +01:00
f792d02e43 fix error: add missing return statements 2017-01-16 15:20:08 +01:00
9d1e414e79 set 'enabled' key to a constant
As this key is reused in other bundle, it is safer to hold the key in a constant
2017-01-16 13:14:10 +01:00
9ad651a5d8 rename ReasonAggregator => ActivityReasonAggregator for consistency 2017-01-12 17:59:06 +01:00
d90248349d fix invalid test on expected return by getDescriptionAction 2017-01-12 17:45:56 +01:00
2997614a04 update export & aggregator & filter to new api + add tests 2017-01-12 17:42:37 +01:00
a7dfc5e1bd moving export services definition to new file 2017-01-12 17:42:37 +01:00
b5737f4801 clone query builder to avoid to run test on altered queries
if the instance is not cloned, the queryBuilder is used multiple times, and the
second test is run on an already altered test.
2017-01-09 21:12:48 +01:00
7c57dd3661 add abstract test for aggregators 2017-01-09 20:17:58 +01:00
828d009fa8 rename class 2017-01-09 20:03:50 +01:00
e506cc84bd creating abstract filter test 2016-12-26 21:18:17 +01:00
45342fcde3 move export test helper to new namespace 2016-12-26 21:15:29 +01:00
e19868e595 ExportInterface::getLabels should return a closure 2016-12-23 15:25:21 +01:00
49b3a7154e adding Test directory to apigen generation 2016-12-20 12:15:48 +01:00
39a2dc0c41 add an abstract class for testing ExportInterface
This class provide methods to test Exports in a simple way.
2016-12-20 11:29:53 +01:00
86c0622ef3 adding apigen definition file 2016-12-19 11:43:00 +01:00
83b45fd88b re-introduce platform-reqs in installation phase 2016-12-19 11:33:33 +01:00
74c6c645f1 removing memory_limit and adding deploy - doc 2016-12-19 10:13:12 +01:00
8cda910918 fix test
The button seems to be translated
2016-12-19 10:02:28 +01:00
c58d101ade fixing error in creating mock
A public method became protected in phpunit
2016-12-19 09:54:32 +01:00
6eef0fcf88 removing memory limit on composer install 2016-12-18 22:46:18 +01:00
96bb765b03 remove memory_limit on composer install 2016-12-18 21:57:08 +01:00
7a6b2c3fe7 fixing path in deploy-doc stage 2016-12-14 16:36:34 +01:00
98b6174cd2 fixing deploy-doc stage 2016-12-14 16:27:42 +01:00
7763bddc80 adding deploy doc stage 2016-12-14 16:20:55 +01:00
d5d88ca954 adding apigen & publicaiton of api 2016-12-12 22:18:03 +01:00
fedfa5dad3 setting version before project name in api 2016-12-12 21:29:18 +01:00
0842708b7e change ordering of stages : publishing api at the end 2016-12-11 21:51:37 +01:00
e0fdf3ebf6 fix escaping 2016-12-11 21:48:52 +01:00
efa24e2838 fix upload dir and add delete-after for api doc 2016-12-11 21:36:27 +01:00
f9e5005f8d upload api to swift container for publication 2016-12-11 21:01:40 +01:00
122e86f4d6 Rename PrepareScopeTrait => PrepareCircleTrait
Scope is progressivly deprecated
2016-12-10 00:18:50 +01:00
2cf948192c fix error with empty yield 2016-12-09 20:35:26 +01:00
9d18581db1 add an interface for export which are lists
Lists does not supports aggregators.

The export manager will filter the aggregators applying on the export
depending on the interface implemented by the export: if the export implements
`Export\ListInterface`, no aggregators will be returned for this export.
2016-12-09 19:52:54 +01:00
dc59c99f70 fix test with new filerinterface 2016-12-01 22:46:25 +01:00