forked from ActivityWatch/activitywatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule aw-client
updated
5 files
+41 −0 | .github/workflows/codeql.yml | |
+4 −4 | aw_client/cli.py | |
+5 −5 | aw_client/client.py | |
+452 −460 | poetry.lock | |
+3 −3 | pyproject.toml |
Submodule aw-core
updated
14 files
+41 −0 | .github/workflows/codeql.yml | |
+2 −1 | aw_cli/__main__.py | |
+2 −1 | aw_cli/log.py | |
+2 −2 | aw_core/models.py | |
+2 −2 | aw_datastore/datastore.py | |
+1 −1 | aw_datastore/migration.py | |
+3 −3 | aw_datastore/storages/memory.py | |
+2 −2 | aw_datastore/storages/mongodb.py | |
+1 −1 | aw_datastore/storages/peewee.py | |
+1 −1 | aw_datastore/storages/sqlite.py | |
+2 −2 | aw_query/functions.py | |
+10 −4 | aw_query/query2.py | |
+501 −507 | poetry.lock | |
+3 −3 | pyproject.toml |
Submodule aw-qt
updated
4 files
+2 −2 | .github/workflows/build.yml | |
+41 −0 | .github/workflows/codeql.yml | |
+321 −322 | poetry.lock | |
+2 −2 | pyproject.toml |
Submodule aw-server
updated
5 files
+41 −0 | .github/workflows/codeql.yml | |
+1 −1 | README.md | |
+3 −3 | aw_server/api.py | |
+483 −493 | poetry.lock | |
+4 −4 | pyproject.toml |
Submodule aw-server-rust
updated
3 files
+41 −17 | aw-server/src/android/mod.rs | |
+2 −1 | compile-android.sh | |
+15 −10 | install-ndk.sh |
Submodule aw-watcher-afk
updated
4 files
+2 −2 | .github/workflows/build.yml | |
+41 −0 | .github/workflows/codeql.yml | |
+361 −287 | poetry.lock | |
+3 −3 | pyproject.toml |
Submodule aw-watcher-window
updated
4 files
+1 −1 | aw_watcher_window/lib.py | |
+23 −19 | aw_watcher_window/windows.py | |
+413 −439 | poetry.lock | |
+3 −4 | pyproject.toml |