-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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>
lib/pages/settings/settings.dart
Outdated
@@ -0,0 +1,153 @@ | |||
// Copyright 2025 Intel Corporation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright 2025 Intel Corporation. | |
// Copyright (c) 2024 Intel Corporation | |
// | |
// SPDX-License-Identifier: Apache-2.0 | |
// Copyright 2025 Intel Corporation. |
Codecov ReportAttention: Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Added settings page to the application:
Added proxy support to the application with following algorithm:
getProxy()
function attempts to fetch the proxy configuration from a WPAD (Web Proxy Auto-Discovery) server.