-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add rm command upgrade #4
base: master
Are you sure you want to change the base?
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4fbdcf - Browse repository at this point
Copy the full SHA e4fbdcfView commit details -
- Ensured that errors from LS are propagated to the main thread - Ensured that unknown errors from file deletion are propagated - Ensured that all threads have joined before we put "end marker" in the queue.
Configuration menu - View commit details
-
Copy full SHA for f2dd0bb - Browse repository at this point
Copy the full SHA f2dd0bbView commit details -
Ensured that end marker is put after exiting thread pool executor, no…
… shutdown needed
Configuration menu - View commit details
-
Copy full SHA for 8f45333 - Browse repository at this point
Copy the full SHA 8f45333View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c9e5d - Browse repository at this point
Copy the full SHA f9c9e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd2a9b - Browse repository at this point
Copy the full SHA 8dd2a9bView commit details
Commits on Feb 2, 2023
-
Merge branch 'master' into add_rm_command_upgrade
* master: (30 commits) Changelog adjustments Changelog updated Removed wrongly merged pyinstaller options PR fixes - comment clarification Linter fix Added a simple test to check whether incrementalMode doesn't break anything Requirements set for 1.19.0 Add support for incremental upload and sync Bundling updated for pyinstaller 5.6.2 Updating pyinstaller to work with Python 3.11 Marking module PTable as used only below version 3.11 Installing newer version of pip-licenses library only for the newer python version Revert "Workaround to have licenses working on 3.11 while also keeping 3.7" Workaround to have licenses working on 3.11 while also keeping 3.7 Revert "Fix for license generation on 3.11" Fix for license generation on 3.11 Ensuring that CI and CD both use 3.11 python as the default one Moved todo import from a function to file header Revert "Ensured that the default python version for the CI was 3.11" Ensured that the default python version for the CI was 3.11 ...
Configuration menu - View commit details
-
Copy full SHA for e78e685 - Browse repository at this point
Copy the full SHA e78e685View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e687d - Browse repository at this point
Copy the full SHA f7e687dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f576a - Browse repository at this point
Copy the full SHA c1f576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e014b - Browse repository at this point
Copy the full SHA b8e014bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88790a9 - Browse repository at this point
Copy the full SHA 88790a9View commit details
Commits on Feb 3, 2023
-
Revert "Limiting number of parallel tests running to 10"
This reverts commit 88790a9.
Configuration menu - View commit details
-
Copy full SHA for cb1fddb - Browse repository at this point
Copy the full SHA cb1fddbView commit details -
Revert "Seeding randomness in tests depending on RUNNER_NAME GitHub v…
…ariable" This reverts commit b8e014b.
Configuration menu - View commit details
-
Copy full SHA for a20ea3a - Browse repository at this point
Copy the full SHA a20ea3aView commit details -
queueSize option added to the rm
Allows control over number of elements fetched from `ls`.
Configuration menu - View commit details
-
Copy full SHA for e3ad60d - Browse repository at this point
Copy the full SHA e3ad60dView commit details -
- Removed changelog entry that was not required - Ensured that SubmitThread is now daemon, so it will die if we break the main thread
Configuration menu - View commit details
-
Copy full SHA for b4fee76 - Browse repository at this point
Copy the full SHA b4fee76View commit details -
Proper link to prettytable license file
They changed it around a week ago.
Configuration menu - View commit details
-
Copy full SHA for e35fb5b - Browse repository at this point
Copy the full SHA e35fb5bView commit details -
Boosted pip-licenses to the latest version before 4.0
- This is said to fix some issues with paths for licenses
Configuration menu - View commit details
-
Copy full SHA for bc526e0 - Browse repository at this point
Copy the full SHA bc526e0View commit details -
Replaced deprecated getdefaultlocale
https://bugs.python.org/issue43557 - list of issues of both getdefaultlocale and getlocale https://bugs.python.org/issue43552 - specification of a problem https://bugs.python.org/msg389069 - nice presentation why it's problematic
Configuration menu - View commit details
-
Copy full SHA for 20f0752 - Browse repository at this point
Copy the full SHA 20f0752View commit details
Commits on Feb 7, 2023
-
Fix for UnicodeEncodeError on Windows with Python 3.11
repr(args) still raised UnicodeEncodeError, this could be due to removal of Py_UNICODE API. To combat this, we're printing pre-encoded arguments – less readable, but working. Note that this doesn't change the fact, that application is bundled and signed using bash terminal, which should handle utf-8 quite well. Issue presents itself only on the default powershell.
Configuration menu - View commit details
-
Copy full SHA for 95bdef7 - Browse repository at this point
Copy the full SHA 95bdef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2981609 - Browse repository at this point
Copy the full SHA 2981609View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58362d - Browse repository at this point
Copy the full SHA e58362dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5fbc7 - Browse repository at this point
Copy the full SHA 7f5fbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19176e - Browse repository at this point
Copy the full SHA c19176eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcef43c - Browse repository at this point
Copy the full SHA dcef43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 899825f - Browse repository at this point
Copy the full SHA 899825fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77d027 - Browse repository at this point
Copy the full SHA f77d027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96872c6 - Browse repository at this point
Copy the full SHA 96872c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0679c2 - Browse repository at this point
Copy the full SHA a0679c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeeeb36 - Browse repository at this point
Copy the full SHA aeeeb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e195a - Browse repository at this point
Copy the full SHA 44e195aView commit details