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

Host stable and dev validators #86

Closed
effigies opened this issue Nov 6, 2024 · 2 comments · Fixed by #96
Closed

Host stable and dev validators #86

effigies opened this issue Nov 6, 2024 · 2 comments · Fixed by #96
Labels
enhancement New feature or request web

Comments

@effigies
Copy link
Contributor

effigies commented Nov 6, 2024

This is a redux of bids-standard/legacy-validator#1227, in light of #85, also with branching diagrams.

I propose that we have the following URLs:

The goal here would be for the stable release to reliably correspond to the latest version of the BIDS specification, while dev can be updated and used continuously, with a warning that it contains experimental features that may be removed before a stable release.

We would use patch releases to fix bugs in the stable validator, but not to add any new features, which will be largely helped by #85 allowing us to upgrade the schema without adopting unreleased features.

gitGraph TB:
  branch web order: 2
  branch web-dev order: 3
  checkout main
  commit id: "v1.15.0.devN"
  branch stable order: 1
  commit id: "v1.15.0" tag: "v1.15.0"
  checkout web
  commit
  branch gh-pages order: 4
  checkout main
  merge stable id: "v1.16.0.dev1"
  checkout web-dev
  commit
  checkout gh-pages
  merge web-dev
  checkout main
  commit id: "v1.16.0.dev2"
  checkout web-dev
  commit
  checkout gh-pages
  merge web-dev
  checkout stable
  commit id: "v1.15.1" tag: "v1.15.1"
  checkout web
  commit
  checkout gh-pages
  merge web
  checkout main
  merge stable id: "v1.16.0.dev3"
  checkout web-dev
  commit
  checkout gh-pages
  merge web-dev
Loading
@effigies
Copy link
Contributor Author

This is done, except that we are using main and dev instead of stable and main. We also are not pushing to gh-pages on a continuous basis, since I found a way (#96) to avoid committing the contents by building from two branches.

These are currently triggered by release or manual trigger. Is that good enough, or do we want to automate more frequent builds, and if so what should be the stable target?

@effigies
Copy link
Contributor Author

Done in #96, patched in 6e301bf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant