-
Notifications
You must be signed in to change notification settings - Fork 129
Simple includes implementation #2483
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
04fb45d
Simple includes implementation
marc-gr f778462
Second iteration
marc-gr f24f948
Use link files instead of includes file
marc-gr 52132f5
Collect included pipelines in tests and benchmarks
marc-gr fc8f054
Create complete path if not exist
marc-gr 268e23e
Add test package
marc-gr 4b6dcb0
Add links commands
marc-gr 0fb950c
Improve links commands
marc-gr d4f4c36
List also if not in package
marc-gr f044059
Reorganize code
marc-gr e9196c0
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr 44a1d1a
go mod tidy
marc-gr afc4b26
Only read entire file when copying
marc-gr 53eead0
Add unit tests
marc-gr c2cdf7b
Always copy file on build
marc-gr eb8b05c
remove unused function
marc-gr 0fdd2df
Use package in spec
marc-gr a4322e5
Use package spec
marc-gr 663ec29
Update links usage
marc-gr c10bdee
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr 6c94355
replace package-spec
marc-gr ed5a641
Update readme
marc-gr 3438ac4
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr f30f574
Remove go.mod replace
marc-gr 6526118
Secure linked files: fix path traversal vulnerabilities and improve t…
marc-gr 1e50f26
Improve linkedfiles API with convenience functions and structured res…
marc-gr efd9c9f
fix test cleanup
marc-gr 3c56a23
Use spec 3.4.0 for test package
marc-gr ebf7c56
Fix shared folder placement
marc-gr 1880bcd
Close root usage on cleanup
marc-gr e0e8754
close root
marc-gr b450f33
handle paths better for linksfs
marc-gr 83478ac
Enhance LinksFS security and path handling
marc-gr c091ed0
lint
marc-gr 0d70806
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr 1fb6aa5
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr 12a0bc1
Restore LinksFS support lost in upstream merge
marc-gr bd5b9b8
Use LinksFS as the source for operations
marc-gr 7668010
Merge remote-tracking branch 'upstream/main' into feat/includes
marc-gr d4d7634
make linksfs work with relative paths from root and wd
marc-gr 2ab1703
check
marc-gr 70e6bc2
remove err declaration
marc-gr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit. Why is it needed to define this error?