Justin Swanson
3bac5d2f00
AbstractDownloadState.Download returns bool
...
There's sort of a theoretical disagreement, still. Should a failed download throw an exception, or return false? Users of this function still need to handle/prep for either/or.
Still, this is better than before, where some failures were being swallowed completely
2020-01-18 14:07:27 -06:00
Justin Swanson
32bb4cd8e9
Some minor refactors on modlist downloading
...
Metrics send in parallel. Exceptions caught/rethrown on tcs
2020-01-18 14:07:20 -06:00
Justin Swanson
80508aa494
Made changes to help cope with my allergy to strings
2020-01-18 13:28:42 -06:00
Timothy Baldridge
ada207fb11
Merge pull request #386 from wabbajack-tools/dependabot/nuget/Swashbuckle.AspNetCore-5.0.0
...
Bump Swashbuckle.AspNetCore from 5.0.0-rc5 to 5.0.0
2020-01-17 08:12:16 -07:00
Timothy Baldridge
f959c3871e
Merge pull request #391 from Noggog/image-loading-gui-GC
...
Image Loading Display and GUI GC correctness pass
2020-01-17 08:11:52 -07:00
Justin Swanson
b440e72793
Changelog update
2020-01-16 23:30:15 -06:00
Justin Swanson
3ed80d1aba
Added loading progress display for modlist images in gallery
2020-01-16 23:18:35 -06:00
Justin Swanson
f8c640467f
Added explicit schedulers to some Rx calls
2020-01-16 22:52:29 -06:00
Justin Swanson
8571003cfd
ToGuiProperty convenience call
...
Automatically wires on GUI thread and disposes
2020-01-16 22:48:54 -06:00
Justin Swanson
04b2d13499
UserControlRx implements ReactiveUserControl. Properties moved to WhenActivated
2020-01-16 18:28:52 -06:00
Justin Swanson
36d73b82f0
A GC and dispose correctness pass
2020-01-15 21:54:06 -06:00
Justin Swanson
508fca2bf7
InstallerVM modlist loading/deloading improvements
2020-01-15 21:19:00 -06:00
Justin Swanson
b3ddb13a11
Added modlist "loading" visualization
2020-01-15 20:29:45 -06:00
dependabot-preview[bot]
6faf14e20f
Bump Swashbuckle.AspNetCore from 5.0.0-rc5 to 5.0.0
...
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 5.0.0-rc5 to 5.0.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.0.0-rc5...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 07:10:28 +00:00
Justin Swanson
5abcdc651b
Fixed status term used when in failed state
2020-01-14 23:24:59 -06:00
Justin Swanson
bd87c0c719
ToHashSet optimization
2020-01-14 23:24:38 -06:00
Timothy Baldridge
853c6ad29a
Merge pull request #384 from wabbajack-tools/enqueue-recent-files
...
Enqueue recent files
2020-01-14 15:21:09 -07:00
Timothy Baldridge
880ab875dc
Merge pull request #383 from tr4wzified/master
...
Fix typos + inconsistencies in logs
2020-01-14 05:36:55 -08:00
Timothy Baldridge
af9f0dbf89
Can manually enqueue jobs
2020-01-14 06:35:50 -07:00
Timothy Baldridge
ec0e7ca13c
Merge pull request #385 from Noggog/download-crash
...
Modlist Download Crash
2020-01-14 05:35:14 -08:00
Justin Swanson
8ae8e28f67
ModListMetadataVM FlowSwitch on exists check
2020-01-13 23:17:54 -06:00
Justin Swanson
bc6580c846
Error handling for modlist download exceptions
2020-01-13 23:04:45 -06:00
Justin Swanson
5b33a74075
Offloaded ModlistGallery image downloading
2020-01-13 23:04:45 -06:00
Justin Swanson
14da5254c8
ModListTileView
2020-01-13 23:04:33 -06:00
Timothy Baldridge
213df5bc0e
Gotta stop disabling the job queue
2020-01-13 16:06:09 -07:00
Timothy Baldridge
14f7f45a77
Add size validation to HTTPDownloader, to catch stealth updates. Check whitelist during list validation.
2020-01-13 15:55:55 -07:00
trawzified
877989ba16
Fix typos + inconsistencies in logs
2020-01-13 22:11:07 +01:00
Timothy Baldridge
caa2ec8dd4
Fix broken RSS feed and status html
2020-01-12 21:31:43 -07:00
Timothy Baldridge
5edcb4c673
Update settings json file
2020-01-12 21:05:07 -07:00
Timothy Baldridge
527f30f1c0
Index new files on the nexus each day
2020-01-12 21:04:46 -07:00
Timothy Baldridge
955924fdac
Merge pull request #377 from wabbajack-tools/asp-net-core-rewrite
...
Asp net core rewrite
2020-01-12 14:27:34 -08:00
Timothy Baldridge
fe28d2b2ea
Update azure-pipelines.yml for Azure Pipelines
2020-01-11 21:53:04 -08:00
Timothy Baldridge
511fc04c7e
Update azure-pipelines.yml for Azure Pipelines
2020-01-11 21:06:09 -08:00
Timothy Baldridge
d80292d3e8
Merge pull request #381 from Noggog/cores-usage-settings
...
Cores Usage Settings
2020-01-11 21:02:35 -08:00
Timothy Baldridge
7df6d06e98
WJ can now infer metas with the help of the build server
2020-01-11 22:00:41 -07:00
Justin Swanson
1bb7038af6
WorkQueue._tasks swapped to Dictionary
2020-01-11 18:36:45 -06:00
Justin Swanson
b9f27a1080
Unit tests
2020-01-11 18:36:30 -06:00
Justin Swanson
0106d020f9
WorkQueue taking of queue swapped to TryTake
...
Helps shut down threads during quiet periods
2020-01-11 17:17:45 -06:00
Justin Swanson
e2b2ea1727
Some more comments
2020-01-11 14:59:40 -06:00
Justin Swanson
7fb79f4a9a
Some comments
2020-01-11 14:41:44 -06:00
Justin Swanson
df20f65f90
WorkQueue's desired threads obs can be set after ctor. CurrentCpuCount display
2020-01-11 14:20:14 -06:00
Justin Swanson
ddbd1ef754
CpuStatus binding refactors. Target usage slider
2020-01-11 00:43:40 -06:00
Justin Swanson
75c48e5fe2
Merge branch 'master' into settings-pane
2020-01-11 00:42:51 -06:00
Justin Swanson
818d92320e
Initial dynamic WorkQueue threads system
2020-01-11 00:42:25 -06:00
Timothy Baldridge
4e4cd49a89
Use job priorities
2020-01-10 21:34:01 -07:00
Timothy Baldridge
4d2f887517
Endpoint for downloading meta.ini data
2020-01-10 21:25:55 -07:00
Timothy Baldridge
5393ed4a84
Can now get meta.ini data from a download state
2020-01-10 21:15:53 -07:00
Timothy Baldridge
bac5e958bf
Primary key string
2020-01-10 06:25:01 -07:00
Timothy Baldridge
a1258b5ea9
Index all archives from all modlists
2020-01-10 06:16:41 -07:00
Justin Swanson
265953499d
Bgufix for LoginManagerVM.Metadata
2020-01-09 23:00:31 -06:00