julienfastre
717845f799
move to new architecture for test - improve autoloading
2017-07-04 15:34:28 +02:00
julienfastre
cf40c0dc76
add translations for pagination
2017-06-22 22:51:40 +02:00
julienfastre
1dc3a57b48
add a margin at the top of pagination
2017-06-22 22:50:04 +02:00
julienfastre
29882dd09c
add cascade persisting on permissionsGroups#roleScopes
...
This is required for a fluent fixtures creation.
2017-06-20 18:59:58 +02:00
julienfastre
c71058610e
add php 7.1 to tests
2017-06-20 18:14:32 +02:00
julienfastre
07aca6c4a3
fix gitlab-ci
...
- remove php 5.6;
- fix some namespace problem with PHPUnit in tests ;
- add phpunit to vendors
2017-06-20 18:11:23 +02:00
julienfastre
0e8c9bd565
add missing translation
2017-04-27 12:22:09 +02:00
julienfastre
95145171da
add a ScopePickerType and a UserPickerType
...
Those type allow easily to
- pick a Scope/circle in form
- pick a user in form
2017-04-25 17:29:25 +02:00
julienfastre
b038cdfdf5
fix bug when the form "add role" fails
2017-04-20 16:27:33 +02:00
julienfastre
0e5ab47474
Make a hierarchy in roles
...
This is more understandable for users.
2017-04-19 21:24:35 +02:00
julienfastre
b6d1f05e00
Improve type detection
...
We use blob.type property to detect the content-type
2017-04-19 14:24:34 +02:00
julienfastre
bf12046afa
add specific page for download
2017-04-19 00:30:36 +02:00
julienfastre
8e9b94898f
fix error when filter::describeAction return an array with only one element
2017-04-19 00:29:53 +02:00
julienfastre
7b8d22a486
remove dump statement
2017-04-18 22:18:19 +02:00
julienfastre
e4b4483845
replace flashbag
2017-04-18 22:14:42 +02:00
julienfastre
edc4889461
move service form.type definition to new file + introduce date type
2017-04-07 23:07:49 +02:00
julienfastre
d5c26c6d47
[export] adding spreadsheet formatter
2017-02-19 21:40:55 +01:00
julienfastre
5c0ca70ebf
add api to add a validation on export elements
...
Exports elements should implements "ExportElementValidatedInterface"
2017-02-02 22:45:10 +01:00
julienfastre
43047c5008
add test - test that getQueryKeys returns an array
2017-01-17 12:19:03 +01:00
julienfastre
3671918777
adding custom dql function get_json_field_by_key and jsonaggregate
2017-01-16 20:20:43 +01:00
julienfastre
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
julienfastre
d90248349d
fix invalid test on expected return by getDescriptionAction
2017-01-12 17:45:56 +01:00
julienfastre
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
julienfastre
7c57dd3661
add abstract test for aggregators
2017-01-09 20:17:58 +01:00
julienfastre
828d009fa8
rename class
2017-01-09 20:03:50 +01:00
julienfastre
e506cc84bd
creating abstract filter test
2016-12-26 21:18:17 +01:00
julienfastre
45342fcde3
move export test helper to new namespace
2016-12-26 21:15:29 +01:00
julienfastre
e19868e595
ExportInterface::getLabels should return a closure
2016-12-23 15:25:21 +01:00
julienfastre
49b3a7154e
adding Test directory to apigen generation
2016-12-20 12:15:48 +01:00
julienfastre
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
julienfastre
fedfa5dad3
setting version before project name in api
2016-12-12 21:29:18 +01:00
julienfastre
0842708b7e
change ordering of stages : publishing api at the end
2016-12-11 21:51:37 +01:00
julienfastre
e0fdf3ebf6
fix escaping
2016-12-11 21:48:52 +01:00
julienfastre
efa24e2838
fix upload dir and add delete-after for api doc
2016-12-11 21:36:27 +01:00
julienfastre
f9e5005f8d
upload api to swift container for publication
2016-12-11 21:01:40 +01:00
julienfastre
122e86f4d6
Rename PrepareScopeTrait => PrepareCircleTrait
...
Scope is progressivly deprecated
2016-12-10 00:18:50 +01:00
julienfastre
2cf948192c
fix error with empty yield
2016-12-09 20:35:26 +01:00
julienfastre
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
julienfastre
dc59c99f70
fix test with new filerinterface
2016-12-01 22:46:25 +01:00
julienfastre
12dbb587df
improve export to add filtering parameters on result
...
The csv formatter now add a message about filtering parameters.
The filterInterface has been adapted to render a message.
2016-12-01 22:29:41 +01:00
julienfastre
2a21787ad4
add function to get countries by continent
...
The class Util::Country info return countries code by continent
2016-12-01 15:53:11 +01:00
julienfastre
34c0ff3ba1
improve layout of export
...
The filters and aggregators form are now displayed only if
the form is checked.
2016-12-01 15:49:48 +01:00
julienfastre
d33500f764
improve layout and messages for export
2016-11-24 22:48:11 +01:00
julienfastre
6c1c481e1a
adding a container for form rows
...
fix #14
2016-11-23 21:47:02 +01:00
julienfastre
eb624ac63d
improve layout of export form
2016-11-21 23:05:31 +01:00
julienfastre
d77746a299
fix comment in wrong place
2016-11-21 22:46:22 +01:00
julienfastre
9e8afe78c5
insert deploy to packagist
2016-11-19 19:52:52 +01:00
julienfastre
38ed02b514
Customization of buttons :
...
- new bt-show and bt-new classes
- add margin-right after i inside sc-button
2016-11-15 21:49:33 +01:00
julienfastre
5fd6aa95e5
make cf-title look a legend
...
ref Chill-project/Chill-Person#12
2016-11-13 20:59:08 +01:00
julienfastre
428007284e
adapt ExportManager test to current api
2016-10-20 12:21:29 +02:00