-
Notifications
You must be signed in to change notification settings - Fork 1
feat!: replace folder naming convention for actor discovery with explicit config file #96
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 all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
af1a7e2
feat: enforce using actor.json as source of truth and fallback to gen…
ruocco-l e4bb717
feat: support building from single actor repo
ruocco-l aefdb55
feat: match changed files by folder path instead of reconstructed act…
ruocco-l bfba4d3
add relevant tests
ruocco-l 278ae9c
small refactor
ruocco-l 48cd215
validate actor on user account
ruocco-l d89651e
Merge branch 'master' into feat/extend-support
ruocco-l 78c0959
use config file as source of truth for actors in repo
ruocco-l 9a6c9f6
treat .actor in root always as functional
ruocco-l c3f0604
add init-config command to jump start configuration
ruocco-l 92316c0
remove access check readConfigFile
ruocco-l 5a50e39
update relevant tests
ruocco-l 0a8487c
update readme
ruocco-l f097d2e
Replace owner with config-level actorName, add dockerContextDir resol…
ruocco-l 151e200
Rewrite change detection to use dockerContextDir-based actor scoping
ruocco-l 6a68294
Respect dockerignore to further skip non relevant paths
ruocco-l a77a638
update tests
ruocco-l 08476b2
update README
ruocco-l ae0d1dc
rename variable
ruocco-l 18cf039
move context-path resolution into readConfigFile
ruocco-l faf4784
context aware IGNORED_TOP_LEVEL_FILES and updated readme-changelog logic
ruocco-l d29eb16
define shared path-utils
ruocco-l 9a3ec87
rework json classification rule
ruocco-l ab37aeb
update Readme
ruocco-l b3df6fa
remove caching logic for cosmetic changes
ruocco-l 6980b49
reworked logging logic
ruocco-l 73a2d8d
enforce folder field in config json
ruocco-l cbed5e2
rename config file
ruocco-l 5efdb13
disambiguate actor identifiers into actorFullName, actorRawId and act…
ruocco-l 11eb3b2
simpler apifyBuilder
ruocco-l 2127bfc
Merge commit '6058a395faf006ddb6ee155f850e3b8fa9e69c94' into feat/ext…
ruocco-l 9ea9884
Merge commit 'cc145ab00c70e6fa3aba1e01f32d8116ab1b0222' into feat/ext…
ruocco-l 48b7847
dockerignore reconciliation
ruocco-l 98c610b
revert logic for changelog classification and add TODO
ruocco-l 397f3ed
Bump version from 0.8.6 to 0.9.0
metalwarrior665 ec44cae
add actor folder path if missing in overriden context
ruocco-l 6a5f13d
Merge branch 'master' into feat/extend-support
ruocco-l 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
Oops, something went wrong.
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.
I would add
actorNametoo rather than deriving it from the folderThere 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.
I thought about it, but I think can cause some confusion when you (usually when you publish the actor) play a little with the naming for SEO reasons (or similar). I think whatever is in the actor.json should be respected as the truth and not be overridden by some obscure logic from the testing package.
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.
The testing lib will not set or change the name, it just check that it exists. The name.in actor.json is not a single source of truth so I would not use it, better to have all here