Commit Graph

33 Commits

Author SHA1 Message Date
Travis CI User
5559ad446e [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-20 09:41:24 +00:00
Travis CI User
ac5396031d [maven-release-plugin][skip ci] prepare release 7.199.306 2020-11-20 09:41:17 +00:00
Travis CI User
a5821023e2 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-19 17:13:06 +00:00
Travis CI User
809e943d15 [maven-release-plugin][skip ci] prepare release 7.199.305 2020-11-19 17:12:59 +00:00
tiagos
a076f28a4c [MNT-22015] REST api does not update the primary path on new version upload
(cherry picked from commit 73b393a541)
2020-11-18 10:51:56 +00:00
Travis CI User
a2021092df [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-16 20:31:56 +00:00
Travis CI User
93260c0bc8 [maven-release-plugin][skip ci] prepare release 7.199.304 2020-11-16 20:31:48 +00:00
Epure Alexandru-Eusebiu
5135482fd2 Remove bad assertion of property count. 2020-11-16 21:34:32 +02:00
Alexandru-Eusebiu Epure
ed9aa57849 Merge pull request #149 from Alfresco/fix/MNT-22036_API_always_applies_versioning
MNT-22036 : REST API always applies versioning
  Add property boolean versioningEnabled
  Add versioningEnabled to node creation using multipart/form-data
  Add versioningEnabled to node creation using JSON
  Add unit tests for node creation using JSON.
(cherry picked from commit 09c2c95081)
2020-11-16 18:11:37 +02:00
Travis CI User
7b578827d1 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-09 11:08:00 +00:00
Travis CI User
11a5731ca7 [maven-release-plugin][skip ci] prepare release 7.199.303 2020-11-09 11:07:53 +00:00
Travis CI User
4a9a7ba4de [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-06 17:25:29 +00:00
Travis CI User
0dc7d62d3f [maven-release-plugin][skip ci] prepare release 7.199.302 2020-11-06 17:25:22 +00:00
Travis CI User
75fbb557fe [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-13 17:02:09 +00:00
Travis CI User
d40fb4f988 [maven-release-plugin][skip ci] prepare release 7.199.301 2020-10-13 17:02:01 +00:00
Travis CI User
c170ed725a [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-11 08:59:51 +00:00
Travis CI User
62ccbe9da2 [maven-release-plugin][skip ci] prepare release 7.199.300 2020-10-11 08:59:45 +00:00
Alan Davis
310689994d Switch to alfresco-community-repo project 2020-10-11 09:28:54 +01:00
Travis CI User
62a506da47 [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-09 09:27:29 +00:00
Travis CI User
399a29eef2 [maven-release-plugin][skip ci] prepare release 7.199.300-TEST5 2020-10-09 09:27:21 +00:00
Travis CI User
01fe638d60 [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-08 12:09:16 +00:00
Travis CI User
3ad2db96ab [maven-release-plugin][skip ci] prepare release 7.199.300-TEST4 2020-10-08 12:09:09 +00:00
Alan Davis
1c9366dcaf Only copy win64 and linux pdf-renderer to dist zip
Sort out what get included in dist jar and zip

(cherry picked from commit 779f8af717)

Remove READMEs that have been moved to the top level.

(cherry picked from commit 9826fd6bb0)
2020-10-08 12:27:35 +01:00
Travis CI User
9c1daf0795 [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-04 19:16:34 +00:00
Travis CI User
fb7a6a8a1f [maven-release-plugin][skip ci] prepare release 7.199.300-TEST3 2020-10-04 19:16:28 +00:00
Alan Davis
4307444e2d Merge commits for 6.2.2.3 changes to release/6.2.2
* [MNT-21766]: Significant degradation of performance as file and site count increase (#1217)
- Added the following indexes on alf_transaction:
idx_alf_txn_ctms_sc, cols (commit_time_ms)
idx_alf_txn_id_ctms, cols (id, commit_time_ms)
- Added the following indexes on alf_node:
idx_alf_node_ver, cols (version)
idx_alf_node_txn, cols (transaction_id)
- Created patch patch.db-V6.3-add-indexes-node-transaction
- Updated version.schema to 14002
- Added system property system.new-node-transaction-indexes.ignored, set
as true by default to not apply the patch automatically
- Created the MySQL update dbscripts to add the new indexes - and also
drop and recreate the pre-existing index idx_alf_txn_ctms on alf_transaction that was
inconsistent with the other DBMS: was indexing only commit_time_ms when
on all other DBMS index idx_alf_txn_ctms was on (commit_time_ms, id)
- Created the Postgres update dbscripts to add the new indexes

(cherry picked from commit d70746f63a6e6a2154d2e37c577955a17c42256e)

* Change schema upgrade from to 13005..13006 on patch apply

* Fixed merge from cherry pick, missing colon

(cherry picked from commit 73f94fc5ca0d2ea322d12a59cf3ae980ef94bf1c)
2020-10-04 19:50:40 +01:00
Travis CI User
89ae5bc193 [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-02 10:38:02 +00:00
Travis CI User
fe537e97d5 [maven-release-plugin][skip ci] prepare release 7.199.300-TEST2 2020-10-02 10:37:55 +00:00
Travis CI User
1f2d85e252 [maven-release-plugin][skip ci] prepare for next development iteration 2020-09-27 10:25:31 +00:00
Travis CI User
efa330adf5 [maven-release-plugin][skip ci] prepare release 7.199.300-TEST1 2020-09-27 10:25:24 +00:00
Alan Davis
abde3fa4cb REPO-5271 Backport new structure to relaese/6.2.2 (#21)
- Simplify dependencies and standardise order
- README updated
- Green builds
- Changes to make Jars in enterprise war match
- Changes to make files in enterprise image match
- Added travis_wait 40 to the initial build as it can take 20 minutes to download artifacts
- Removed NodesTest.siteConsumerWillGet403OnFileWithDisabledInherittedPermissions introduced in 7.0.0 and fails in earlier versions.
- GetSiteMember[s]Tests changed in 7.0.0. Setting test back to previous values.
2020-09-27 10:53:02 +01:00
aftene
30a9c0c065 REPO-5318-Create l10n.properties
- delete l10n.properties files from data-model, remote-api and repository
 - add new global l10n.properties file
2020-08-19 19:40:13 +03:00
Chris Shields
c70fdd47a7 Moved remote-api support/HF/7.147.N into its own directory 2020-07-21 10:44:14 +01:00