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

Develop #789

Merged
merged 82 commits into from
Dec 17, 2024
Merged

Develop #789

merged 82 commits into from
Dec 17, 2024

Conversation

Grifs
Copy link
Collaborator

@Grifs Grifs commented Dec 16, 2024

Describe your changes

Related issue(s)

Closes #xxxx

Type of Change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New functionality (non-breaking change which adds functionality)
  • Major change (non-breaking change which modifies existing functionality)
  • Minor change (non-breaking change which does not modify existing functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

Checklist

Requirements:

  • I have read the CONTRIBUTING doc.
  • I have performed a self-review of my code by checking the "Changed Files" tab.
  • My code follows the code style of this project.

Tests:

  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Documentation:

  • Proposed changes are described in the CHANGELOG.md.
  • I have updated the documentation accordingly.

Test Environment

Grifs and others added 30 commits August 8, 2024 16:43
fix a range of issues until it compiles.
This won't work though, too much stuff bypassed.
still need to tweak methods a bit but it's progress
…t, enable either decoder/encoder back again

I thought either was supported in circe now, need to double check
fix platforms being able to encode
fix executablerunner not using the correct encoder

other small cleanup
To be solved later by either fixing the recursion that is happening or by the reflection code to call stripMargin on the fields.
TBD, but the second solution could potentially cleanup some of the annotation code.
Manually written code, I bet there is a better way
Temporary way of getting the class name
Not fetching the valid fields yet
Mark regex issues as unchecked to be solved later
Add some minor type annotations in CollectedSchemas, which will refactoring easier because we'll now know what was previously expected
seems likely that the code can be streamlined a bit more, tbd
Grifs and others added 28 commits November 22, 2024 13:43
…rgin on all annotations

Committing removal of the 'stripMargin' in the annotations in next commit
move some memberData to part2 because gha is failing for java 17. See what this does. \o/
Both circe in general as circe-yaml need to be reverted to maximum these versions
Circe made changes in 0.14.8 broke history but was supposed to be fixed in the meanwhile
Circe-yaml also influences this through the set dependencies
nextflow help now throws an error if it can't find Java, even for the help.
Add `internalDependencyTargetScope` field in dependencies to track what's going on
Add Scope & ScopeEnum classes. Add .scope in config
* add `---` parameter to component help messages

* Update CHANGELOG.md

* fix nextflow help testbench

* Add help entries for ---cpus and ---memory

* Update src/main/scala/io/viash/wrapper/BashWrapper.scala

Co-authored-by: Robrecht Cannoodt <[email protected]>

---------

Co-authored-by: Robrecht Cannoodt <[email protected]>
* update actions

* fix ci
…hing

display help message for illegal command instead of hanging in an inf…
Copy link
Member

@rcannood rcannood left a comment

Choose a reason for hiding this comment

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

LGTM! I didn't check all 146 changed files 🫣

@Grifs Grifs merged commit ca5cef9 into main Dec 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants