Commit Graph

270 Commits

Author SHA1 Message Date
JFronny 2fe4fa4592 Implement queue management UI and app upload for eto 2021-02-14 16:29:09 +01:00
JFronny 531a1c1e34 Implement app controls and filters in UpToolEto 2021-02-13 14:36:12 +01:00
JFronny 5814336814 Fix download dialog, fix threaded invokes of Eto UTLibFunctions, use UTLibFunctions instead of console logging and direct msgbox calls 2021-02-13 13:05:38 +01:00
JFronny 6af8eba6c6 Split UpToolLib into v1 (basically an interface over XElements with rudementary parsing) and v2 (more object-oriented, less hacky API, will allow easier migration to a more suited information backend) and start work on a new eto-based UI (not functional currently) 2021-02-08 19:00:52 +01:00
J. Fronny ba106c1783 Path 2021-02-04 14:41:34 +00:00
J. Fronny 3d710854b3 CI: no longer try to add /runtimes 2021-02-03 21:55:05 +00:00
JFronny f9b56c91af Upgrade System.Commandline 2021-02-03 22:47:53 +01:00
JFronny 3ddc958e0b Switch to CC-Functions.Core 2021-02-03 22:42:22 +01:00
J. Fronny 536b549114 Specify dotnet path to dotnet-install output 2021-02-03 21:31:56 +00:00
J. Fronny 94c0273304 Readd dotnet download because maybe that fixes it 2021-02-03 21:19:07 +00:00
JFronny e92a074544 net5.0 attempt 2 2021-02-03 22:14:47 +01:00
J. Fronny 9b1935e7a7 Hopefully fix 2021-02-03 20:55:22 +00:00
J. Fronny 3bd245b277 [attempt] install .net using dotnet-install 2020-12-13 19:29:59 +00:00
JFronny 9d42aefe24 .Net 5 - This is to test if gitlab CI has this available now 2020-12-13 21:21:46 +01:00
JFronny ef5947f54c Remove #if (compile-time) conditions. This should make testing scenarios slightly more accurate. This does NOT mean that things like self-updating will suddenly work, just that it won't be ignored when compiling for debug 2020-09-10 20:16:19 +02:00
JFronny f38a0e054d Remove repo link unshortening, noticably reducing load time (way less requests have to be made) 2020-09-10 20:05:48 +02:00
J. Fronny 5e31ff3b45 Merge branch 'renovate/system.commandline-2.x' into 'master'
Update dependency System.CommandLine to v2.0.0-beta1.20427.1

See merge request JFronny/UpTool2!20
2020-09-07 09:44:44 +00:00
Renovate Bot c602b59f21
Update dependency System.CommandLine to v2.0.0-beta1.20427.1 2020-09-07 06:52:50 +00:00
JFronny 042b126634 Add support for starting apps with arguments and custom file names to UpToolLib and UpToolCLI (the UpToolCLI impl is limited due to System.Commandline: values starting with dashes need to share a string with the option switch) 2020-08-31 22:11:40 +02:00
JFronny 0976297348 Fix CLI Installer 2020-08-31 21:14:27 +02:00
JFronny ddbfb39e87 Correct the type for --waitForExit in Start (UpToolCLI) 2020-08-31 21:12:00 +02:00
JFronny 14b2643cbf Fix bug where Basic was used before being set
- Set Basic before FixXml (was accesed before being set)
- Move Basic to Program.cs
2020-08-31 20:40:58 +02:00
JFronny 0eccafa9ea Various CLI improvements
- Show dialog before adding default repo
- Prevent edge-case where --basic is used later in a CLI command
- Fix RemoveRepo in basic mode
- Use default instead of true in basic YesNoDialog
2020-08-31 20:22:37 +02:00
JFronny b2d353b0bb --basic option to disable advanced output (UpToolCLI) 2020-08-31 19:56:10 +02:00
JFronny c5de2e6886 Better logging for debugging, partially reworked interface for UpToolCLI 2020-08-31 18:58:15 +02:00
J. Fronny 73669e16ea Merge branch 'renovate/sixlabors.imagesharp-1.x' into 'master'
Update dependency SixLabors.ImageSharp to v1.0.1

See merge request JFronny/UpTool2!19
2020-08-22 16:31:57 +00:00
Renovate Bot ffa645c991
Update dependency SixLabors.ImageSharp to v1.0.1 2020-08-21 16:17:53 +00:00
J. Fronny e642161206 Merge branch 'renovate/sixlabors.imagesharp-1.x' into 'master'
Update dependency SixLabors.ImageSharp to v1.0.0

See merge request JFronny/UpTool2!18
2020-08-05 08:07:27 +00:00
Renovate Bot 568d17e3fa
Update dependency SixLabors.ImageSharp to v1.0.0 2020-08-04 22:42:51 +00:00
J. Fronny 08dfef1498 Merge branch 'renovate/system.commandline-2.x' into 'master'
Update dependency System.CommandLine to v2.0.0-beta1.20371.2

See merge request JFronny/UpTool2!17
2020-07-23 04:49:24 +00:00
Renovate Bot 2670a04542
Update dependency System.CommandLine to v2.0.0-beta1.20371.2 2020-07-23 02:40:03 +00:00
JFronny e36005558d Prevent a bug with mainBin being a global path instead of local 2020-07-16 17:12:31 +02:00
J. Fronny da1dbca8f6 Add LICENSE 2020-06-27 16:22:04 +00:00
J. Fronny 2fd34f5576 Merge branch 'renovate/system.commandline-2.x' into 'master'
Update dependency System.CommandLine to v2.0.0-beta1.20303.1

See merge request JFronny/UpTool2!16
2020-06-23 12:14:53 +00:00
J. Fronny bc7875c512 Update renovate.json 2020-06-23 12:13:46 +00:00
Renovate Bot 2dea7f8138
Update dependency System.CommandLine to v2.0.0-beta1.20303.1 2020-06-23 12:07:00 +00:00
J. Fronny 07ef29d807 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request JFronny/UpTool2!15
2020-06-23 12:06:41 +00:00
Renovate Bot c59bb90032
Add renovate.json 2020-06-23 09:19:30 +00:00
JFronny b3bf4f7026 Kleen 2020-06-21 16:46:34 +02:00
J. Fronny 0f48d64121 Generate Installer-gui Zip for usage in website 2020-06-21 13:22:06 +00:00
J. Fronny 984044f1b0 GitHub to GitLab in Installer 2020-06-21 06:51:16 +00:00
J. Fronny a8479cd577 Update .gitlab-ci.yml 2020-06-21 06:21:12 +00:00
J. Fronny 12b946fdf0 Update README.md, UpToolLib/Tool/XmlTool.cs, UpTool2/Program.cs files 2020-06-21 06:05:35 +00:00
J. Fronny 651992285c Update .gitlab-ci.yml 2020-06-20 11:16:00 +00:00
J. Fronny 4afa77abca Update .gitlab-ci.yml 2020-06-20 11:09:59 +00:00
J. Fronny bc418aaef6 Update .gitlab-ci.yml 2020-06-20 11:07:38 +00:00
J. Fronny 3291f7c460 Update .gitlab-ci.yml 2020-06-20 10:47:35 +00:00
J. Fronny 50c422b701 Add .gitlab-ci.yml 2020-06-20 10:01:52 +00:00
J. Fronny 24529a59e7 Update README.md 2020-06-20 09:45:38 +00:00
dependabot-preview[bot] c8eaeebbde Bump CC-Functions.Misc from 1.1.7450.31626 to 1.1.7468.32091
Bumps [CC-Functions.Misc](https://github.com/JFronny/CC-Functions) from 1.1.7450.31626 to 1.1.7468.32091.
- [Release notes](https://github.com/JFronny/CC-Functions/releases)
- [Commits](https://github.com/JFronny/CC-Functions/compare/1.1.7450.31626...1.1.7468.32091)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 06:53:52 +02:00