Skip to content

Develop#62

Merged
alxnik merged 11 commits into
mainfrom
develop
Jan 18, 2026
Merged

Develop#62
alxnik merged 11 commits into
mainfrom
develop

Conversation

@alxnik

@alxnik alxnik commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Alexandros Nikolopoulos and others added 10 commits January 13, 2026 17:19
* Complete refactor of load balancing to unify types.

* Handle protocol per type

* Removed protocol and type from lb editing

* Added filtering and verification of rule condition types

* Add support for SNI

---------

Co-authored-by: Alexandros Nikolopoulos <a.nikolopoulos@tilework.dev>
Comment on lines +122 to +124
var result = await _containerManager.ExecuteContainerCommand(
container.Id,
$"influx setup --username admin --password \"{token}\" --org \"{orgName}\" --bucket tilework --token \"{token}\" --force");
{
Acls = acls.Select(a => a.Name).ToList(),
Target = rule.TargetGroup.Id.ToString(),
Name = $"{rule.Id.ToString()}-{i}",

@code {
NewBaseLoadBalancerForm form = new NewBaseLoadBalancerForm();
NewLoadBalancerForm form = new NewLoadBalancerForm();
Comment on lines +236 to +240
catch (Exception ex)
{
_snackbar.Add($"Failed to load target health: {ex.Message}", Severity.Error);
_targetHealth = _targets.ToDictionary(target => target.Id, _ => LoadBalancerStatus.UNKNOWN);
}
Comment on lines +190 to +194
catch (Exception ex)
{
_logger.LogWarning(ex, "Failed to recover admin token from influxdb2 config");
return null;
}
Comment on lines +365 to +372
catch
{
if (Enum.TryParse(destinationType, stringValue, ignoreCase: true, out var parsedValue))
{
convertedValue = parsedValue;
return true;
}
}
…ariable'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
@alxnik alxnik merged commit 8744a47 into main Jan 18, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant