update
This commit is contained in:
@@ -2,21 +2,19 @@
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
internal class GitLabRepoWorkspaceConfig : WorkspaceConfig
|
||||
public class GitLabRepoWorkspaceConfig : WorkspaceConfig, ICloneable
|
||||
{
|
||||
public override string DisplayText => $"{RepoName ?? "?"} | {RepoBranche} | {InstanceUrl}";
|
||||
|
||||
public string? RepoName { get; set; }
|
||||
|
||||
public string InstanceUrl { get; set; } = "https://gitlab.com";
|
||||
|
||||
public string? ApiToken { get; set; }
|
||||
|
||||
public long RepoId { get; set; } = 0L;
|
||||
|
||||
public string RepoBranche { get; set; } = "master";
|
||||
|
||||
public string FileLocationInstallJson { get; set; } = "install.json";
|
||||
|
||||
public string FileLocationUpdateJson { get; set; } = "updates.json";
|
||||
|
||||
public object Clone()
|
||||
{
|
||||
return MemberwiseClone();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,266 +0,0 @@
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
partial class GitLabRepoWorkspaceConfigEditor
|
||||
{
|
||||
/// <summary>
|
||||
/// Erforderliche Designervariable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Verwendete Ressourcen bereinigen.
|
||||
/// </summary>
|
||||
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Vom Komponenten-Designer generierter Code
|
||||
|
||||
/// <summary>
|
||||
/// Erforderliche Methode für die Designerunterstützung.
|
||||
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
tableLayoutPanel1 = new TableLayoutPanel();
|
||||
radTextBox_FileLocUpdateJson = new Telerik.WinControls.UI.RadTextBox();
|
||||
radTextBox_FileLocInstallJson = new Telerik.WinControls.UI.RadTextBox();
|
||||
radTextBox_RepoBranche = new Telerik.WinControls.UI.RadTextBox();
|
||||
radSpinEditor_RepoId = new Telerik.WinControls.UI.RadSpinEditor();
|
||||
radTextBox_ApiToken = new Telerik.WinControls.UI.RadTextBox();
|
||||
radTextBox_InstanceUrl = new Telerik.WinControls.UI.RadTextBox();
|
||||
radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel5 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel6 = new Telerik.WinControls.UI.RadLabel();
|
||||
radLabel7 = new Telerik.WinControls.UI.RadLabel();
|
||||
radTextBox_ModpackConfigUrl = new Telerik.WinControls.UI.RadTextBox();
|
||||
tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_FileLocUpdateJson).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_FileLocInstallJson).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_RepoBranche).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radSpinEditor_RepoId).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_ApiToken).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_InstanceUrl).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel2).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel3).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel4).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel5).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel6).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel7).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_ModpackConfigUrl).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
tableLayoutPanel1.AutoSize = true;
|
||||
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||
tableLayoutPanel1.ColumnCount = 1;
|
||||
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_FileLocUpdateJson, 0, 11);
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_FileLocInstallJson, 0, 9);
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_RepoBranche, 0, 7);
|
||||
tableLayoutPanel1.Controls.Add(radSpinEditor_RepoId, 0, 5);
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_ApiToken, 0, 3);
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_InstanceUrl, 0, 1);
|
||||
tableLayoutPanel1.Controls.Add(radLabel1, 0, 0);
|
||||
tableLayoutPanel1.Controls.Add(radLabel2, 0, 2);
|
||||
tableLayoutPanel1.Controls.Add(radLabel3, 0, 4);
|
||||
tableLayoutPanel1.Controls.Add(radLabel4, 0, 6);
|
||||
tableLayoutPanel1.Controls.Add(radLabel5, 0, 8);
|
||||
tableLayoutPanel1.Controls.Add(radLabel6, 0, 10);
|
||||
tableLayoutPanel1.Controls.Add(radLabel7, 0, 12);
|
||||
tableLayoutPanel1.Controls.Add(radTextBox_ModpackConfigUrl, 0, 13);
|
||||
tableLayoutPanel1.Dock = DockStyle.Fill;
|
||||
tableLayoutPanel1.Location = new Point(0, 30);
|
||||
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
tableLayoutPanel1.RowCount = 14;
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||||
tableLayoutPanel1.Size = new Size(300, 406);
|
||||
tableLayoutPanel1.TabIndex = 4;
|
||||
//
|
||||
// radTextBox_FileLocUpdateJson
|
||||
//
|
||||
radTextBox_FileLocUpdateJson.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_FileLocUpdateJson.Location = new Point(3, 321);
|
||||
radTextBox_FileLocUpdateJson.Name = "radTextBox_FileLocUpdateJson";
|
||||
radTextBox_FileLocUpdateJson.Size = new Size(294, 24);
|
||||
radTextBox_FileLocUpdateJson.TabIndex = 4;
|
||||
//
|
||||
// radTextBox_FileLocInstallJson
|
||||
//
|
||||
radTextBox_FileLocInstallJson.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_FileLocInstallJson.Location = new Point(3, 263);
|
||||
radTextBox_FileLocInstallJson.Name = "radTextBox_FileLocInstallJson";
|
||||
radTextBox_FileLocInstallJson.Size = new Size(294, 24);
|
||||
radTextBox_FileLocInstallJson.TabIndex = 3;
|
||||
//
|
||||
// radTextBox_RepoBranche
|
||||
//
|
||||
radTextBox_RepoBranche.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_RepoBranche.Location = new Point(3, 205);
|
||||
radTextBox_RepoBranche.Name = "radTextBox_RepoBranche";
|
||||
radTextBox_RepoBranche.Size = new Size(294, 24);
|
||||
radTextBox_RepoBranche.TabIndex = 2;
|
||||
//
|
||||
// radSpinEditor_RepoId
|
||||
//
|
||||
radSpinEditor_RepoId.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radSpinEditor_RepoId.Location = new Point(3, 147);
|
||||
radSpinEditor_RepoId.Maximum = new decimal(new int[] { -1, int.MaxValue, 0, 0 });
|
||||
radSpinEditor_RepoId.Name = "radSpinEditor_RepoId";
|
||||
radSpinEditor_RepoId.Size = new Size(294, 24);
|
||||
radSpinEditor_RepoId.TabIndex = 6;
|
||||
//
|
||||
// radTextBox_ApiToken
|
||||
//
|
||||
radTextBox_ApiToken.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_ApiToken.Location = new Point(3, 89);
|
||||
radTextBox_ApiToken.Name = "radTextBox_ApiToken";
|
||||
radTextBox_ApiToken.Size = new Size(294, 24);
|
||||
radTextBox_ApiToken.TabIndex = 1;
|
||||
//
|
||||
// radTextBox_InstanceUrl
|
||||
//
|
||||
radTextBox_InstanceUrl.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_InstanceUrl.Location = new Point(3, 31);
|
||||
radTextBox_InstanceUrl.Name = "radTextBox_InstanceUrl";
|
||||
radTextBox_InstanceUrl.Size = new Size(294, 24);
|
||||
radTextBox_InstanceUrl.TabIndex = 0;
|
||||
//
|
||||
// radLabel1
|
||||
//
|
||||
radLabel1.Location = new Point(3, 3);
|
||||
radLabel1.Name = "radLabel1";
|
||||
radLabel1.Size = new Size(80, 22);
|
||||
radLabel1.TabIndex = 7;
|
||||
radLabel1.Text = "Instance url";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
radLabel2.Location = new Point(3, 61);
|
||||
radLabel2.Name = "radLabel2";
|
||||
radLabel2.Size = new Size(69, 22);
|
||||
radLabel2.TabIndex = 8;
|
||||
radLabel2.Text = "Api token";
|
||||
//
|
||||
// radLabel3
|
||||
//
|
||||
radLabel3.Location = new Point(3, 119);
|
||||
radLabel3.Name = "radLabel3";
|
||||
radLabel3.Size = new Size(91, 22);
|
||||
radLabel3.TabIndex = 9;
|
||||
radLabel3.Text = "Repository id";
|
||||
//
|
||||
// radLabel4
|
||||
//
|
||||
radLabel4.Location = new Point(3, 177);
|
||||
radLabel4.Name = "radLabel4";
|
||||
radLabel4.Size = new Size(130, 22);
|
||||
radLabel4.TabIndex = 10;
|
||||
radLabel4.Text = "Repository branche";
|
||||
//
|
||||
// radLabel5
|
||||
//
|
||||
radLabel5.Location = new Point(3, 235);
|
||||
radLabel5.Name = "radLabel5";
|
||||
radLabel5.Size = new Size(181, 22);
|
||||
radLabel5.TabIndex = 11;
|
||||
radLabel5.Text = "File location for install infos";
|
||||
//
|
||||
// radLabel6
|
||||
//
|
||||
radLabel6.Location = new Point(3, 293);
|
||||
radLabel6.Name = "radLabel6";
|
||||
radLabel6.Size = new Size(189, 22);
|
||||
radLabel6.TabIndex = 12;
|
||||
radLabel6.Text = "File location for updates info";
|
||||
//
|
||||
// radLabel7
|
||||
//
|
||||
radLabel7.Location = new Point(3, 351);
|
||||
radLabel7.Name = "radLabel7";
|
||||
radLabel7.Size = new Size(131, 22);
|
||||
radLabel7.TabIndex = 13;
|
||||
radLabel7.Text = "Modpack config url";
|
||||
//
|
||||
// radTextBox_ModpackConfigUrl
|
||||
//
|
||||
radTextBox_ModpackConfigUrl.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
radTextBox_ModpackConfigUrl.Location = new Point(3, 379);
|
||||
radTextBox_ModpackConfigUrl.Name = "radTextBox_ModpackConfigUrl";
|
||||
radTextBox_ModpackConfigUrl.Size = new Size(294, 24);
|
||||
radTextBox_ModpackConfigUrl.TabIndex = 14;
|
||||
//
|
||||
// GitLabRepoWorkspaceConfigEditor
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
AutoSize = true;
|
||||
AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||
BackColor = Color.Transparent;
|
||||
Controls.Add(tableLayoutPanel1);
|
||||
MinimumSize = new Size(300, 0);
|
||||
Name = "GitLabRepoWorkspaceConfigEditor";
|
||||
Size = new Size(300, 466);
|
||||
Controls.SetChildIndex(tableLayoutPanel1, 0);
|
||||
tableLayoutPanel1.ResumeLayout(false);
|
||||
tableLayoutPanel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_FileLocUpdateJson).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_FileLocInstallJson).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_RepoBranche).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radSpinEditor_RepoId).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_ApiToken).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_InstanceUrl).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel2).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel3).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel4).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel5).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel6).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel7).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBox_ModpackConfigUrl).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private TableLayoutPanel tableLayoutPanel1;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_InstanceUrl;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_ApiToken;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_RepoBranche;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_FileLocInstallJson;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_FileLocUpdateJson;
|
||||
private Telerik.WinControls.UI.RadSpinEditor radSpinEditor_RepoId;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel1;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel2;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel3;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel4;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel5;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel6;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel7;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_ModpackConfigUrl;
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
using Pilz.UI;
|
||||
using Pilz.UI.WinForms.Telerik.Dialogs;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
internal partial class GitLabRepoWorkspaceConfigEditor : RadFlyoutBase, ILoadContent
|
||||
{
|
||||
private readonly GitLabRepoWorkspaceConfig settings;
|
||||
|
||||
public GitLabRepoWorkspaceConfigEditor(GitLabRepoWorkspaceConfig settings)
|
||||
{
|
||||
this.settings = settings;
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
var defaults = new GitLabRepoWorkspaceConfig();
|
||||
radTextBox_InstanceUrl.NullText = defaults.InstanceUrl;
|
||||
radTextBox_RepoBranche.NullText = defaults.RepoBranche;
|
||||
radTextBox_FileLocInstallJson.NullText = defaults.InstanceUrl;
|
||||
radTextBox_FileLocUpdateJson.NullText = defaults.FileLocationUpdateJson;
|
||||
}
|
||||
|
||||
public void LoadContent()
|
||||
{
|
||||
radTextBox_InstanceUrl.Text = settings.InstanceUrl;
|
||||
radTextBox_ApiToken.Text = settings.ApiToken;
|
||||
radSpinEditor_RepoId.Value = settings.RepoId;
|
||||
radTextBox_RepoBranche.Text = settings.RepoBranche;
|
||||
radTextBox_FileLocInstallJson.Text = settings.FileLocationInstallJson;
|
||||
radTextBox_FileLocUpdateJson.Text = settings.FileLocationUpdateJson;
|
||||
radTextBox_ModpackConfigUrl.Text = settings.ModpackConfigUrl;
|
||||
}
|
||||
|
||||
protected override bool ValidateOK()
|
||||
{
|
||||
settings.InstanceUrl = radTextBox_InstanceUrl.Text.Trim();
|
||||
settings.ApiToken = radTextBox_ApiToken.Text.Trim();
|
||||
settings.RepoId = (long)radSpinEditor_RepoId.Value;
|
||||
settings.RepoBranche = radTextBox_RepoBranche.Text.Trim();
|
||||
settings.FileLocationInstallJson = radTextBox_FileLocInstallJson.Text.Trim();
|
||||
settings.FileLocationUpdateJson = radTextBox_FileLocUpdateJson.Text.Trim();
|
||||
settings.ModpackConfigUrl = radTextBox_ModpackConfigUrl.Text.Trim();
|
||||
return base.ValidateOK();
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -0,0 +1,36 @@
|
||||
<dialogs:AvaloniaFlyoutBase
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:dialogs="https://git.pilzinsel64.de/pilz-framework/pilz"
|
||||
xmlns:gitLabRepo="clr-namespace:ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo"
|
||||
xmlns:langRes="clr-namespace:ModpackUpdater.Apps.Manager.LangRes"
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
Width="300"
|
||||
x:Class="ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo.GitLabRepoWorkspaceConfigEditorView">
|
||||
|
||||
<dialogs:AvaloniaFlyoutBase.MainContent>
|
||||
<StackPanel Spacing="6">
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.GitLabInstanceUrl}"/>
|
||||
<TextBox Text="{Binding InstanceUrl, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.GitLabApiToken}"/>
|
||||
<TextBox Text="{Binding ApiToken, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.RepositoryId}"/>
|
||||
<NumericUpDown Value="{Binding RepoId, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.FileLocationOfInstallJson}"/>
|
||||
<TextBox Text="{Binding FileLocationInstallJson, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.FileLocationOfUpdateJson}"/>
|
||||
<TextBox Text="{Binding FileLocationUpdateJson, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
|
||||
<TextBlock Text="{x:Static langRes:GeneralLangRes.ModpackConfigUrl}"/>
|
||||
<TextBox Text="{Binding ModpackConfigUrl, DataType=gitLabRepo:GitLabRepoWorkspaceConfig}"/>
|
||||
</StackPanel>
|
||||
</dialogs:AvaloniaFlyoutBase.MainContent>
|
||||
</dialogs:AvaloniaFlyoutBase>
|
||||
@@ -0,0 +1,17 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using Pilz.UI.AvaloniaUI.Dialogs;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
public partial class GitLabRepoWorkspaceConfigEditorView : AvaloniaFlyoutBase
|
||||
{
|
||||
public GitLabRepoWorkspaceConfig Settings { get; }
|
||||
|
||||
public GitLabRepoWorkspaceConfigEditorView(GitLabRepoWorkspaceConfig settings)
|
||||
{
|
||||
Settings = settings;
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,7 @@
|
||||
using ModpackUpdater.Apps.Manager.Api.Plugins.Features;
|
||||
using ModpackUpdater.Apps.Manager.LangRes;
|
||||
using Pilz.Features;
|
||||
using Pilz.UI.Symbols;
|
||||
using Pilz.UI.WinForms.Extensions;
|
||||
using Pilz.UI.WinForms.Telerik.Dialogs;
|
||||
using Pilz.UI.AvaloniaUI.Dialogs;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
@@ -14,26 +12,26 @@ internal class GitLabRepoWorkspaceFeature : WorkspaceFeature, IPluginFeatureProv
|
||||
|
||||
public GitLabRepoWorkspaceFeature() : base("origin.gitlab", FeatureNamesLangRes.GitLabWorkspace)
|
||||
{
|
||||
Icon = AppGlobals.Symbols.GetSvgImage(AppSymbols.gitlab, SymbolSize.Small);
|
||||
Icon = AppGlobals.Symbols.GetImageSource(AppSymbols.gitlab);
|
||||
}
|
||||
|
||||
protected override bool OnConfigure(ref IWorkspace? workspace)
|
||||
protected override async Task OnConfigure(WorkspaceContext context)
|
||||
{
|
||||
var settings = workspace?.Config as GitLabRepoWorkspaceConfig ?? new();
|
||||
var settings = context.Workspace?.Config as GitLabRepoWorkspaceConfig ?? new();
|
||||
|
||||
if (RadDialogBase.ShowDialog(new GitLabRepoWorkspaceConfigEditor(settings), TitlesLangRes.GitLabRepoWorkspaceEditor, AppGlobals.Symbols.GetSvgImage(AppSymbols.gitlab, SymbolSize.Small)).Result.IsNotOk())
|
||||
return false;
|
||||
|
||||
workspace = new GitLabRepoWorkspace(settings);
|
||||
|
||||
return true;
|
||||
if ((await AvaloniaFlyoutBase.Show(
|
||||
new GitLabRepoWorkspaceConfigEditorView((GitLabRepoWorkspaceConfig)settings.Clone()),
|
||||
context.MainApi.MainWindow,
|
||||
TitlesLangRes.GitLabRepoWorkspaceEditor,
|
||||
AppGlobals.Symbols.GetImageSource(AppSymbols.gitlab)))
|
||||
.Result is GitLabRepoWorkspaceConfig settingsNew)
|
||||
context.Workspace = new GitLabRepoWorkspace(settingsNew);
|
||||
}
|
||||
|
||||
protected override void OnCreate(out IWorkspace workspace, WorkspaceConfig config)
|
||||
{
|
||||
if (config is not GitLabRepoWorkspaceConfig gitlabConfig)
|
||||
throw new NotImplementedException($"Only configs of type {typeof(GitLabRepoWorkspaceConfig).Name} are allowed.");
|
||||
|
||||
throw new NotImplementedException($"Only configs of type {nameof(GitLabRepoWorkspaceConfig)} are allowed.");
|
||||
workspace = new GitLabRepoWorkspace(gitlabConfig);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user