Stephan
|
7495d89a79
|
U4-9107 - enable bench on empty db
|
2016-10-26 19:26:10 +02:00 |
|
Stephan
|
15ad07f5db
|
Merge pull request #1544 from umbraco/temp-U4-9107
U4-9107 Change BulkInsertRecords to use BulkCopy or TableDirect (SQLCE)
|
2016-10-26 19:24:41 +02:00 |
|
Stephan
|
c95c4c359a
|
Merge branch 'dev-v7' into temp-U4-9107
|
2016-10-26 18:03:43 +02:00 |
|
Stephan
|
1a1dd99a89
|
Merge pull request #1550 from umbraco/temp-U4-9101
U4-9101 fix up how cache refresh instructions are read or written and to prevent duplicate processing
|
2016-10-26 18:01:58 +02:00 |
|
Stephan
|
71afe908b4
|
U4-9101 - comments and misc
|
2016-10-26 18:01:32 +02:00 |
|
Stephan
|
e3c3acfca9
|
Merge branch 'dev-v7' into temp-U4-9101
|
2016-10-26 17:48:41 +02:00 |
|
Shannon
|
7e81768abc
|
adds exception checking to ExamineExtensions
|
2016-10-26 14:25:32 +02:00 |
|
Stephan
|
6d0bca471e
|
U4-8995 - fix health check for trySkipIisError
|
2016-10-26 14:24:31 +02:00 |
|
Shannon
|
8e4e7e5b19
|
Ensures no duplicates are processed between rows
|
2016-10-26 12:19:36 +02:00 |
|
Shannon
|
c667627d2f
|
Changes max row retrieval to 100
|
2016-10-26 12:01:43 +02:00 |
|
Shannon
|
8b411c3d46
|
Adds checks to see if the app is shutting down while processing instruction batches, if so it will exit instruction processing. Also set a timeout on the wait lock so that if the app is shutting down it will after 5 seconds.
|
2016-10-26 11:37:59 +02:00 |
|
Claus
|
db7c20d99a
|
fixing unit test failing on da-DK culture sorting.
|
2016-10-26 11:32:25 +02:00 |
|
Shannon
|
f153332ad5
|
updates logging levels for MainDom
|
2016-10-25 16:56:55 +02:00 |
|
Shannon
|
876d78b4ad
|
During instruction processing, always check if the app is shutting down and if so then exit, if it's in the middle of a batch it will exit even if it's processed a few and will not save the last synced id meaning the batch will get processed again .Reverts the change to process only a portion of the instructions json blob and save back to the db - that won't work in LB scenarios.
|
2016-10-25 16:23:49 +02:00 |
|
Shannon
|
68e871d175
|
Ensures that any given JSON blob written to the instructions can only contain the maximum number of instructions to process
|
2016-10-25 16:01:55 +02:00 |
|
Shannon
|
d7d4b26a66
|
This changes the instruction fetch process to query for the top records based on the MaxProcessingInstructionCount. This changes the Fetch to be a Query so they are not all loaded into memory and instead uses a db reader. This checks if any JSON blob contains more than the MaxProcessingInstructionCount and if so, it breaks out of the reader, takes the max amount to be processed and re-saves the remaining back to the same record so that this single request does not over-process instructions (which can take a long time and cause all sorts of problems)
|
2016-10-25 15:50:33 +02:00 |
|
Mads Rasmussen
|
f1d5ccb1e3
|
Fixes: U4-9039 No progress indication when uploading local package
|
2016-10-25 15:40:31 +02:00 |
|
Stephan
|
bf67cd5acd
|
Merge pull request #1539 from umbraco/temp-U4-9093
U4-9093 Fix SQL used to rebuild the media & content xml structures in…
|
2016-10-25 14:05:13 +02:00 |
|
Stephan
|
e330d40005
|
U4-9090 - Upgrade to ModelsBuilder 3.0.5 (reuse compiled live dll on restart)
|
2016-10-25 12:40:27 +02:00 |
|
Shannon
|
1a6986cfcf
|
U4-9111 Benchmark BulkCopy changes from U4-9107
|
2016-10-25 12:34:06 +02:00 |
|
Stephan
|
b617b9e391
|
U4-9108 - add config setting
|
2016-10-25 12:32:50 +02:00 |
|
Shannon
|
dadcbc8b31
|
U4-9107 Change BulkInsertRecords to use BulkCopy or TableDirect (SQLCE)
|
2016-10-25 12:29:17 +02:00 |
|
Stephan
|
07bb57fac8
|
U4-9018 - provide a way to disable server master election
|
2016-10-25 12:22:06 +02:00 |
|
Stephan
|
c58cffe4a2
|
Add tests for locks
|
2016-10-25 10:38:38 +02:00 |
|
Stephan
|
95af144ae9
|
Migrate locks to their own umbracoLocks table
|
2016-10-25 10:38:05 +02:00 |
|
Shannon
|
92f5ad220a
|
oops, changes back so we have less joins, we don't need to query on cmsDocument or published, we know it will be that
|
2016-10-21 18:17:31 +02:00 |
|
Shannon
|
1a8f53d1de
|
Fixes tests
|
2016-10-21 18:16:02 +02:00 |
|
Shannon
|
4f77caee02
|
U4-9093 Fix SQL used to rebuild the media & content xml structures in the data integrity check
|
2016-10-21 16:23:32 +02:00 |
|
Shannon
|
d64757f3b0
|
U4-9093 Fix SQL used to rebuild the media & content xml structures in the data integrity check
|
2016-10-21 16:17:13 +02:00 |
|
Shannon
|
74a5bf5503
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2016-10-21 16:12:11 +02:00 |
|
Shannon
|
ee8efbb1ab
|
Adds notes about bulk copy
|
2016-10-21 16:11:57 +02:00 |
|
Claus
|
7ab2703388
|
Merge branch 'sniffdk-U4-205' into dev-v7
|
2016-10-20 13:59:00 +02:00 |
|
Claus
|
f753dfa2a7
|
minor updates and a little reformatting.
|
2016-10-20 13:56:52 +02:00 |
|
Stephan
|
1aade7c27c
|
Version 7.6.0-alpha028
|
2016-10-20 13:30:52 +02:00 |
|
Claus
|
8fa02913be
|
Merge branch 'U4-205' of git://github.com/sniffdk/Umbraco-CMS into sniffdk-U4-205
|
2016-10-20 12:53:44 +02:00 |
|
Stephan
|
e8538cc035
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-deploy
|
2016-10-20 12:23:22 +02:00 |
|
Stephan
|
65ef97d9ba
|
deploy-91 - make MediaExtensions public (why not)
|
2016-10-20 12:04:30 +02:00 |
|
Sebastiaan Janssen
|
21426610ad
|
Need to take the current schema into account for the ExcessiveHeadersCheck
|
2016-10-19 17:01:15 +02:00 |
|
Stephan
|
20fc78419e
|
Refactor / fix SignalR integration, add nuspec dependency
|
2016-10-19 15:07:48 +02:00 |
|
Sebastiaan Janssen
|
40b0a62cc3
|
Use int.MaxValue instead of 0
|
2016-10-19 14:58:56 +02:00 |
|
Shannon Deminick
|
3949b78c61
|
Merge pull request #1533 from callumbwhyte/U4-9042
U4-9042: Fixes backoffice members list view for custom membership providers
|
2016-10-19 14:48:44 +02:00 |
|
Claus
|
55179d7400
|
adding missing multiple content picker macro parameter.
|
2016-10-19 13:56:26 +02:00 |
|
Mads Rasmussen
|
517147346e
|
Merge pull request #1534 from umbraco/temp-u4-9048
temp-U4-9048 - security when uploading files
|
2016-10-19 11:01:19 +02:00 |
|
Mads Rasmussen
|
e1e63d079f
|
add curly brackets to fix "grunt vs" task
|
2016-10-19 10:48:14 +02:00 |
|
Sebastiaan Janssen
|
86744046e3
|
Merge pull request #1531 from umbraco/temp-u4-8981
U4-8981 - fix package actions
|
2016-10-19 09:15:01 +02:00 |
|
Stephan
|
a5f1c3e564
|
Merge pull request #1530 from umbraco/temp-U4-8769
fixes: U4-8769 ImageCropper focal points randomly sets to 'null'
|
2016-10-19 09:01:55 +02:00 |
|
Stephan
|
2b2734cd66
|
U4-8981 - fix package actions
|
2016-10-19 08:48:35 +02:00 |
|
Lars-Erik Aabech
|
f199b0a651
|
Added default cachehelper to the relation repositories
|
2016-10-18 22:35:46 +02:00 |
|
Sebastiaan Janssen
|
c2d33f3301
|
Merge pull request #1532 from richarth/patch-1
Update noNodes.aspx
|
2016-10-18 22:12:52 +02:00 |
|
Sebastiaan Janssen
|
8fc999f771
|
Merge pull request #1510 from lukawefocus/dev-v7
U4-7238 issue sorting listview after 7.3.0 upgrade
|
2016-10-18 20:25:17 +02:00 |
|