Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add settings page and proxy configuration #85

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ActiveChooN
Copy link
Collaborator

Added settings page to the application:
Screenshot
Added proxy support to the application with following algorithm:

  • The getProxy() function attempts to fetch the proxy configuration from a WPAD (Web Proxy Auto-Discovery) server.
  • If the WPAD server is not available, it falls back to checking environment variables for proxy settings.
  • If no env variables, do not use proxy

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has checked 450 files.

Valid Invalid Ignored Fixed
190 1 259 0
Click to see the invalid file list
  • lib/pages/settings/settings.dart
Use this command to fix any missing license headers
```bash

docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix

</details>

@@ -0,0 +1,153 @@
// Copyright 2025 Intel Corporation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Copyright 2025 Intel Corporation.
// Copyright (c) 2024 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 Intel Corporation.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 0% with 62 lines in your changes missing coverage. Please review.

Project coverage is 32.33%. Comparing base (59919f5) to head (6ad7dfc).

Files with missing lines Patch % Lines
lib/config.dart 0.00% 30 Missing ⚠️
lib/utils.dart 0.00% 28 Missing ⚠️
lib/theme_fluent.dart 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
- Coverage   33.33%   32.33%   -1.00%     
==========================================
  Files          39       39              
  Lines        1494     1540      +46     
==========================================
  Hits          498      498              
- Misses        996     1042      +46     
Flag Coverage Δ
unittests 32.33% <0.00%> (-1.00%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants