Skip to content

Conversation

@VukW
Copy link
Contributor

@VukW VukW commented Sep 17, 2024

depends on #606, and #615
Web-UI: add a profile drop-down field to change profiles quickly

VukW added 11 commits August 30, 2024 10:31
Right now all settings are distributed among hardcoded (and updated during init) values at `config.py`, and dynamic (loaded from .yaml file) profile's `ConfigManager`.
So there is a confusion - which module is responsible for what. In future I'm going to move all dynamic values to `ConfigManager`, ensuring `settings` is just a hardcoded list of default init values and is never rewritten.
# Conflicts:
#	cli/medperf/entities/benchmark.py
#	cli/medperf/entities/cube.py
@VukW VukW requested a review from a team as a code owner September 17, 2024 10:32
@VukW VukW had a problem deploying to testing-external-code September 17, 2024 10:32 — with GitHub Actions Failure
@github-actions
Copy link
Contributor

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@router.get("/fetch-yaml")
async def fetch_yaml(url: str):
try:
response = requests.get(url)

Check failure

Code scanning / CodeQL

Full server-side request forgery

The full URL of this request depends on a [user-provided value](1).
@aristizabal95 aristizabal95 changed the base branch from main to web-ui December 16, 2024 17:09
@hasan7n hasan7n mentioned this pull request Dec 21, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants