Alan Davis
423b17d060
Remove section intended for enterprise.
2021-05-17 10:09:22 +01:00
Travis CI User
892c82cafd
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-16 21:50:29 +00:00
Travis CI User
a2c7739e53
[maven-release-plugin][skip ci] prepare release 11.38
11.38
2021-05-16 21:50:25 +00:00
Alexandru-Cristian Balmus
905a590cda
SHA-2478 : Some Share features stop working if a site has description = null ( #463 )
...
- Fixed some sites FTLs that failed due to site description being null
2021-05-16 23:33:04 +03:00
Cezar.Leahu
e984e51a98
[skip ci]
2021-05-15 11:07:42 +03:00
Cezar.Leahu
d7bda5b9f3
[ags]
2021-05-14 19:14:28 +03:00
Cezar.Leahu
3e77bb533f
APPS-993 Fix conflicts during the release deploy phase
2021-05-14 19:10:56 +03:00
Travis CI User
e567998341
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-14 13:39:21 +00:00
Travis CI User
8f6c22bcf3
[maven-release-plugin][skip ci] prepare release 11.37
11.37
2021-05-14 13:39:17 +00:00
Bruno Bossola
8ecf27674b
REPO-5630 Fix for intermittent failing test PeopleTest.testPagingAndSortingByFirstNameDesc ( #461 )
...
* Fix for failing test
* Fixes post review
2021-05-14 14:05:33 +01:00
Travis CI User
083e9285fb
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-14 07:40:10 +00:00
Travis CI User
1f1b1761a7
[maven-release-plugin][skip ci] prepare release 11.36
11.36
2021-05-14 07:40:05 +00:00
Gloria Camino
5ecb620dfc
LOC-303 Fix for this ticket - Fully updated and localised iptc-model.… ( #449 )
...
* LOC-303 Fix for this ticket - Fully updated and localised iptc-model.properties file in 15 languages
* LOC-303 Resubmitted - Fully updated and localised iptc-model.properties file in 15 languages
* Adding iptc-model.properties to be pulled for localisation
2021-05-13 17:26:36 +01:00
alandavis
8310b734ec
.gitignore, CODE_OF_CONDUCT and CONTRIBUTING for AGS [ skip ci]
2021-05-13 16:08:21 +01:00
alandavis
4694f3b212
l10n.properties for AGS [skip ci]
2021-05-13 16:07:03 +01:00
Denis Ungureanu
5e4aa3064e
REPO-5391 : [cmis webservices] isPrivateWorkingCopy throws NullPointerException ( #454 )
...
- upgrade tas-cmis
- remove `bug-ws-REPO-5391` flag on checkout tests
2021-05-13 17:51:34 +03:00
Claudia Agache
7492f9e3bb
APPS-995 Refactor DispositionScheduleLinkedRecordsTest in order to create prec… ( #448 )
...
* Refactor DispositionScheduleLinkedRecordsTest in order to create precondition through rest api [ags][skip repo][skip share][skip db][skip tas]
* code review comments [ags][skip repo][skip share][skip db][skip tas]
* code review comments [ags][skip repo][skip share][skip db][skip tas]
2021-05-13 13:05:57 +00:00
Travis CI User
1d8eaa9432
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-13 11:02:59 +00:00
Travis CI User
151b0c955b
[maven-release-plugin][skip ci] prepare release 11.35
11.35
2021-05-13 11:02:54 +00:00
tiagosalvado10
83ca2878a5
[MNT-20006] Obtaining the site as system in order to allow the activity record when an user is not member of a site ( #317 )
...
[MNT-20006] Obtaining the site as system in order to allow the activity record when an user is not member
2021-05-13 11:29:18 +01:00
Cezar.Leahu
bd14bd3743
[skip repo][skip db][skip tas][ags]
2021-05-12 11:55:49 +03:00
Rodica Sutu
e18575f3d4
remove the Jackson dependency (tas one will be picked) ( #446 )
...
change the mapper to exclude the null value as for NON_DEFAULT values some changes were added on Jackson after 2.8.3 version
2021-05-12 10:45:09 +03:00
Cezar.Leahu
1b7ead965e
Update snapshot versions [ags]
2021-05-12 10:12:40 +03:00
Cezar.Leahu
543af7da85
[ags]
2021-05-12 09:55:44 +03:00
Cezar.Leahu
d43e1990e0
Merge branch 'master' into feature/ags-reorg
2021-05-12 09:47:44 +03:00
CezarLeahu
71e94c977c
ACS-1560 Update AGS amp build configuration for compatibility with ACS and its release plugin [skip ci] ( #447 )
2021-05-12 09:42:22 +03:00
Travis CI User
581a8c284e
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-11 17:59:40 +00:00
Travis CI User
58d9b0192f
[maven-release-plugin][skip ci] prepare release 11.34
11.34
2021-05-11 17:59:34 +00:00
Stefan Kopf
0742c8efbd
ACS-895 - User email should not be necessary for joining a site ( #387 )
...
This behaviour has been inconsistent anyway: It failed and prevented the user from being added to the site if there was no email address. But it proceeded if the email could not be sent for other reasons, like an invalid server name or non existing account on that server.
2021-05-11 19:24:27 +02:00
Travis CI User
ca2766d859
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-11 13:25:59 +00:00
Travis CI User
736ea62083
[maven-release-plugin][skip ci] prepare release 11.33
11.33
2021-05-11 13:25:53 +00:00
Alan Davis
5de64aefa9
MNT-21694 transform option converter ( #444 )
...
* MNT-21694 500 error on new logo upload with Legacy transforms (#284 )
The TransformationOptionsConverter class did not convert the newer transform option format a Map<String, String> to the legacy ImageTransformationOptions class that contains the commandOption (OPT_COMMAND_OPTIONS) property. As a result no legacy transformer is asked if it can do the transform.
Originally not fixed on ACS 7 as Legacy transformers were removed, however the fix was just in the converter class and it is helpful to have identical code on branches if possible.
2021-05-11 13:48:09 +01:00
Travis CI User
0c94df6e43
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-11 12:20:51 +00:00
Travis CI User
af12f87f66
[maven-release-plugin][skip ci] prepare release 11.32
11.32
2021-05-11 12:20:46 +00:00
ungureanu.denis
fe64c8cc60
ACS-1520 : Upgrade trashcan-cleaner
2021-05-11 14:15:51 +03:00
Travis CI User
e212de1a9c
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-10 08:49:36 +00:00
Travis CI User
ac7f3da203
[maven-release-plugin][skip ci] prepare release 11.31
11.31
2021-05-10 08:49:31 +00:00
montgolfiere
6f35fddab7
ATS-912: Bump to T-Core 2.4.0 ( #441 )
2021-05-10 09:17:16 +01:00
Alan Davis
93b6fa681d
Turn off all but 1 db job on pull requests ( #440 )
...
* Now the full set are only run on master and release branches by default.
2021-05-08 12:53:46 +01:00
Travis CI User
6f5139af64
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-07 18:16:59 +00:00
Travis CI User
90f222b725
[maven-release-plugin][skip ci] prepare release 11.30
11.30
2021-05-07 18:16:54 +00:00
Bruno Bossola
7d56ac28ea
Bugfix/ACS-1319 fix long running patch ( #425 )
...
* REPO-1319 - Migration to remove alf_server table
* Updated test schema reference
* Renamed test env. schema bootstrap configuration file
This is done to avoid test failing due to special spring configuration overrides
* [skip ci] Better output from test errors, fixed table patterns for MSSQL support
* Now message patterns for migration are case insensitive
* Fixed NPE in SchemaDifferenceHelperUnitTest
* Fixed path to special test spring configuration
* Changes after review
* Changes after review
Co-authored-by: Nana Insaidoo <insaidoo.nana@yahoo.it >
2021-05-07 15:52:47 +01:00
Travis CI User
ec7c322362
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-07 07:03:04 +00:00
Travis CI User
25ac89b0ae
[maven-release-plugin][skip ci] prepare release 11.29
11.29
2021-05-07 07:02:58 +00:00
dependabot-preview[bot]
e11b1fa7ec
Bump metadata-extractor from 2.15.0 to 2.16.0 ( #438 )
2021-05-06 23:07:11 +00:00
Travis CI User
ba0025c207
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-06 22:42:19 +00:00
Travis CI User
3e71aa0f0e
[maven-release-plugin][skip ci] prepare release 11.28
11.28
2021-05-06 22:42:15 +00:00
Cezar.Leahu
cf538a5e0c
Revert ACS-1372
2021-05-07 00:50:08 +03:00
Piero Cittadino
82195597b6
[maven-release-plugin][skip ci] prepare for next development iteration
2021-05-07 00:46:14 +03:00
Piero Cittadino
336f685b8c
[maven-release-plugin][skip ci] prepare release 11.27
11.27
2021-05-07 00:45:55 +03:00