Skip to content

Update default values in everest config schema #10431

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

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

Conversation

oyvindeide
Copy link
Collaborator

This will remove a lot of the "invalid" default values from the json schema and improve the documentation.

Old:
image

New:
image

Approach
Short description of the approach

(Screenshot of new behavior in GUI if applicable)

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'just rapid-tests')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Add backport label to latest release (format: 'backport release-branch-name')

Copy link

codspeed-hq bot commented Mar 21, 2025

CodSpeed Performance Report

Merging #10431 will not alter performance

Comparing oyvindeide:update_schema (48870b6) with main (4f22072)

Summary

✅ 25 untouched benchmarks

@@ -11,7 +11,6 @@ def test_input_constraint_initialization():
cfg = relpath(cfg_dir, "config_input_constraints.yml")
config = EverestConfig.load_file(cfg)
# Check that an input constraint has been defined
Copy link
Contributor

@DanSava DanSava Mar 21, 2025

Choose a reason for hiding this comment

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

I think this comment can be removed now

DanSava
DanSava previously approved these changes Mar 21, 2025
Copy link
Contributor

@DanSava DanSava left a comment

Choose a reason for hiding this comment

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

Magical 🧙‍♂️

Some tests are still failing

@DanSava DanSava dismissed their stale review March 21, 2025 13:25

Some tests are failing

@oyvindeide oyvindeide added this to SCOUT Apr 15, 2025
@oyvindeide oyvindeide moved this to In Progress in SCOUT Apr 15, 2025
@oyvindeide oyvindeide changed the title Update schema Update default values in everest config schema Apr 16, 2025
@oyvindeide oyvindeide self-assigned this Apr 16, 2025
@oyvindeide oyvindeide force-pushed the update_schema branch 5 times, most recently from 9fedf0b to b252f80 Compare April 25, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants