forked from OpenAdaptAI/OpenAdapt
-
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
merge openadapt latest to main #17
Merged
KrishPatel13
merged 12 commits into
KrishPatel13:research/other_redaction_libraries
from
OpenAdaptAI:main
Aug 29, 2023
Merged
merge openadapt latest to main #17
KrishPatel13
merged 12 commits into
KrishPatel13:research/other_redaction_libraries
from
OpenAdaptAI:main
Aug 29, 2023
Conversation
This file contains 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
* chore: validate functionality of status checks * test removing install script testing * try removing docstring form module to see if its picked up * add reference to pull request * add removed docstring back for app __init__ file * add missing check out statement
* check for long gaps in recording * display basic productivity data in html page similar to visualize * show images for each window change * show productivity info for each window * WIP find tasks/cycles of ActionEvents * WIP find tasks/cycles of ActionEvents * WIP implementing brent's algorithm * implemented brent's algorithm * add task duration info + style changes to display * comments * floyd's algorithm and basic implementation of counting errors * implement longest repeated non-overlapping substring algorithm * removed unused code * small bug fixes * no empty window titles * small fixes * add title * edge case * make longest repeated substring recursive * changed window/tab switching * add number of actions in a task * add comments * make sure no non-repeating tasks are found * fix off by 1 error with window event screenshots * remove unused functions, comments, and some refactoring * docstrings * black * Undo changing PLOT_PERFORMANCE * style changes
* add missing dicstrings * make docstring a bit longer * fix all flake8 errors * Add documentation on status checks * Update README.md --------- Co-authored-by: Mustafa Abdulrahman <[email protected]> Co-authored-by: Richard Abrich <[email protected]>
* Update pyproject.toml * tomlkit * Update config.py * remove config
* Update naive.py * simplify logical expression * github action check
* Create visualize1.py * changes * fix actions + add dark mode + remove unused code * Update visualize1.py * Update visualize1.py * bump ^ nicegui == 1.2.24 * splitter * add plot * updated * add search button * isort * formatting * make plot dynamic * Update visualize1.py * make logo dynamic * comments * missed one * fixed plot bug * + max table children, deprecate old visualize * Update visualize.py * Update config.py * Update config.py * Update config.py * refactor: show -> view_file * Update visualize.py * Update visualize.py * downgrade fastapi * update config * linting * remove debug print * disabled on_select * Update visualize.py * fix visualization with tray * merge privacy api * Update visualize.py * pre-commit * Update poetry.lock
* sentry * check for main branch * Update openadapt/config.py * Update openadapt/config.py * ERROR_REPORTING_ENABLED * Update config.py * update poetry.lock * Update openadapt/config.py --------- Co-authored-by: Richard Abrich <[email protected]>
* merge * Create capture.py * Update capture.py * Update capture.py * it's finally fixed * add dependencies * comment * move code + use config.CAPTURE_DIR_PATH * remove debug lines * Update capture.py * OpenAdaptCapture -> Capture * add camera * Let's have this off by default. * hotfix * fix * linting * Create capture.py * windows * cleanup + lint * Update _windows.py * add audio + new windows recording * screen_recorder.free_resources() * Update _windows.py * isort * add playback recording * Update replay.py * Update replay.py * Update README.md * Revert "Update README.md" This reverts commit 7064103. * Update README.md * Revert "Revert "Update README.md"" This reverts commit 0fe8156. * Update README.md * run pre-commit * Update pyproject.toml * Update openadapt/replay.py * Update openadapt/replay.py * Update openadapt/replay.py * Update replay.py * update poetry.lock --------- Co-authored-by: Richard Abrich <[email protected]> Co-authored-by: Richard Abrich <[email protected]>
KrishPatel13
merged commit Aug 29, 2023
1575e9b
into
KrishPatel13:research/other_redaction_libraries
0 of 3 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What kind of change does this PR introduce?
Summary
Checklist
How can your code be run and tested?
Other information