-
Notifications
You must be signed in to change notification settings - Fork 15
refactor!: Preparation for v2 release #210
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
Changes from 4 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
70ff5cf
Update pyproject.toml
janbuchar 12d3a09
Use storage code from crawlee, add ApifyStorageClient
janbuchar fd848e9
Consolidate config files
janbuchar 5787323
Remove obsolete tests
janbuchar 38debc4
Use id argument
janbuchar 051373c
Remove obsolete utils
janbuchar b026bc0
Rework configuration parsing
janbuchar 79817e7
Implement force_cloud option
janbuchar fe70d9a
Fix Actor.get_env
janbuchar 01a3d23
Use RecurringTask from crawlee
janbuchar c943210
Use timedelta instead of numbers of seconds/milliseconds in Actor class
janbuchar 57a402c
Turns out there shouldn't be any recurring tasks in Actor
janbuchar 1620dfe
Implement PlatformEventManager
janbuchar fd20bba
Use LocalEventManager when not on platform
janbuchar ee0e959
Remove dual properties and methods
janbuchar a084bcf
Use crypto utils from crawlee where possible
janbuchar 4b3b581
Remove obsolete tests
janbuchar 47c2c13
Migrate ProxyConfiguration
janbuchar 7abbe38
Use correct types in RequestQueueClient
janbuchar b5765d4
Update Actor class
janbuchar 23b822d
Update ProxyConfiguration class
janbuchar 2988a15
Add all known and supported config options
janbuchar 697087e
Update tests
janbuchar c565adb
Use crawlee 0.10
janbuchar 9743d4b
Use newer python in CI
janbuchar dfaadb3
Merge remote-tracking branch 'origin/master' into v2
janbuchar 4057752
Resolve lint errors
janbuchar 6b9c93f
mypy: ignore assignment to method
janbuchar 6b45143
Ignore untyped imports from scrapy
janbuchar ea7b418
Fix scrapy integration
janbuchar e228a44
Fix type errors in integration tests
janbuchar 087fb12
Increase crawlee dependency version
janbuchar dbacef7
Fix more type errors
janbuchar 5a57a14
Update test
janbuchar 2714e8d
Remove obsolete test case
janbuchar 34a9e62
Fix handling of configuration on platform
janbuchar 0547bb3
Hackily fix cloud storage usage
janbuchar 57057d2
Fix force_cloud tests
janbuchar 325fdd0
Fix interval events
janbuchar a388cc1
Fix unit test
janbuchar 60f5468
Lint
janbuchar 7a829d3
Fix actor log test
janbuchar 76a5ea5
Fix get_public_url test
janbuchar 7488a11
Fix actor_lifecycle test
janbuchar d11cb4f
Fix request queue stuff
janbuchar b7e7d8c
Remove old consts
janbuchar 855972b
Use CrawleeLogFormatter
janbuchar 9aa4ea3
Remove asserts
janbuchar 01c1dc7
Update test
janbuchar 845071f
actor -> Actor
janbuchar 10bb6d5
Update to work with a future Crawlee
janbuchar 391c8de
Clear services on actor exit
janbuchar 1650b7a
Remove Actor.main
janbuchar 0690a7f
Update log format in test
janbuchar 16cdd93
Exclude new Request fields from API request bodies
janbuchar 1edbbfd
Keep a client_key
janbuchar 1effda8
Update for compatibility with Crawlee 0.3
janbuchar 9d70986
Reorganize imports
janbuchar e3c39e8
Comment
janbuchar f900c58
Put Actor() back
janbuchar cf53178
Replace Werkzeug to save some disk space
janbuchar 85b5603
event_manager -> _platform_event_manager
janbuchar 68903cb
Hide non-public members
janbuchar c944c15
Hide non-public parts of apify_storage_client
janbuchar c129c68
Remove useless type info from docstrings
janbuchar 64159dc
Add Configuration field descriptions
janbuchar e4261ae
Shuffle around some imports
janbuchar 671b2ce
Remove obsolete stuff
janbuchar 53c06a6
Fix integration tests
janbuchar 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.
Uh oh!
There was an error while loading. Please reload this page.