This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Techdebt refatorar modulo de adminclient do codex neodv 2150#99
Open
henrique-lh wants to merge 48 commits into
Open
Techdebt refatorar modulo de adminclient do codex neodv 2150#99henrique-lh wants to merge 48 commits into
henrique-lh wants to merge 48 commits into
Conversation
…o-codex-neodv-2150 # Conflicts: # README.md
- apply ruff
- fix: warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead
| @@ -0,0 +1 @@ | |||
| BASE_URL = 'https://neomaril.datarisk.net/api' | |||
There was a problem hiding this comment.
Is the codex only used outside of production in development? Just to confirm that the standard is being maintained.
|
|
||
|
|
||
| @define(slots=True) | ||
| class ServiceProxy: |
There was a problem hiding this comment.
The idea is to refactor the rest of the modules to use this?
- add pydantic
- use f-strings
- ruff
- ruff
- remove proxy and inject auth in the services
- add header property
- add docstrings to MLOpsExperiment - add status property
- move api calls to client.py - turn setup_project_experiment into a class method - remove kwargs to avoid user modify api call
- ruff
- add load experiment and training execution feature - ruff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
With this pr:
Related issues
How to test it
BASE_URLin src/mlops_codex/constants.pyuv build uv pip install -e .Run the following script: