Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ActivityWatch/aw-server-rust

High-performance implementation of the ActivityWatch server, written in Rust
https://github.com/ActivityWatch/aw-server-rust

fix: added sync dir config via global `--sync-dir` cli param and `AW_SYNC_DIR` env var (#457)

* docs(sync): improved usage instructions, updated docs to mention sync dir config options

* ...

1b56e031573163473fd3aae324d0f98efbea2bfc authored 12 months ago by Erik Bjäreholt <[email protected]>
docs(sync): updated README for aw-sync with proper usage instructions

41b030ae6ee9070bb87b21abb902a14ffeb3e21b authored 12 months ago by Erik Bjäreholt <[email protected]>
build(deps): bump fancy-regex from 0.11.0 to 0.12.0 (#444)

Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.11.0 to 0.12.0.
- [Releas...

b87e32e84873793004d40649a21b49f024663a45 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): updated deps (#448)

fb583364f187b6b20b33b62de845e53eb4793299 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): bump rusqlite from 0.28.0 to 0.30.0 (#445)

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.28.0 to 0.30.0.
- [Release notes]...

96f2d0a01649e1cb78db4c2e81c50152f804a991 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): updated rocket to v0.5.0 and rocket_cors to v0.6.0

df0abb1be8c4aaf92d81e40c95d5013c1d5c4077 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): bump dirs from 4.0.0 to 5.0.1 (#439)

Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.1.
- [Commits](https://github.co...

298e798a072c1772a25cd0aa4ea13cb23f3ed7a1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): updated aw-webui

12197446e3601979422a932cbc6f850943ef9087 authored about 1 year ago by Erik Bjäreholt <[email protected]>
feat: added daemon default subcommand, syncing at 5min intervals

5dd5f3448fb2c1ec68da15d4c151dd823aa287db authored about 1 year ago by Erik Bjäreholt <[email protected]>
feat(sync): assume sync subcommand if none given

ae8f7bf2cc482f694e33c01424df4ec6c6c76e60 authored about 1 year ago by Erik Bjäreholt <[email protected]>
docs: removed +nightly from example command

6a93563a537a1620bd8a51dfa4e54d3095a76957 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build: added aw-sync to default build target

753308a87c1e60ac98a262d9b07dbe2bfb5d4dce authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

51ee98e62d239e5c6146e1a069db982021adad68 authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix: replace panics with results & better option types (#437)

* Replace panics with results & better option types

* Apply suggestions from code review

* Rem...

dc70318e819efc0d0535a5d7bd35a0c7ab8e9106 authored about 1 year ago by Nathan Merrill <[email protected]>
build(deps): updated aw-webui

a144746a0230cfe19398f062350cf32d21518caa authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix: set rocket_cors log level to Warn (fixes https://github.com/ActivityWatch/activitywatch/issues/975)

59ee035aa3bf69f58a75c2d94d27611c55929e65 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

52e52143f56f42e7d932bd38be09a314be8346cd authored about 1 year ago by Erik Bjäreholt <[email protected]>
Remove references to nightly rust release

We now support rust stable.

01107b655de75642b20045fa18cdccb9cc04d4bd authored about 1 year ago by Johan Bjäreholt <[email protected]>
perf: improve performance of filter_period_intersect (#436)

* perf: improve performance of filter_period_intersect

* forgot some files

* fix lint errors

55cad4a1fdd9c53c5c371504b69598d1fa92ef90 authored about 1 year ago by cjc7373 <[email protected]>
build(deps): bump dirs from 3.0.2 to 4.0.0 (#433)

Bumps [dirs](https://github.com/soc/dirs-rs) from 3.0.2 to 4.0.0.
- [Commits](https://github.com...

b6dac173cecb09cd51d945fddffc70e989f6a5fc authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: removed old mention of caveats

0240dc02a4cd3ac990cd650b31c7f1adf5bd07e2 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): bump toml from 0.7.8 to 0.8.6 (#431)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.6.
- [Commits](https://github.c...

21edafd8378f3c2c4c0fd8e94675bf0ff2348577 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(sync): moved logic in sync-test scripts into rust, enabling sync with a single command (#430)

* feat(sync): moved logic in `test-sync-pull/push.sh` scripts into rust code, enabling easy sync...

3ab8291faa359dacb3d499c7a213bef7b60f4641 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build: use stable rust, and criterion.rs for benching (#429)

* build against stable rust

* ci: build against stable

* minor change

* build(deps): sw...

e1cd761d2f0a9309eb851b59732c2567a7ae2d3a authored about 1 year ago by cjc7373 <[email protected]>
fix(datastore): fixed deprecations in chrono (timestamp_nanos and from_utc)

88464b57c7dc50acdcf4d0bf6c95e63094b96995 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build: include aw-sync and remove aw-webui dist folder from built package

98487bb9d5db0c354ce5fa6edaaa987937d0891b authored about 1 year ago by Erik Bjäreholt <[email protected]>
chore: added dist to gitignore

9b8df052767e1fa8dc0340312196cde7a57d30c4 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build: fixed including aw-webui by building it before aw-server (fixes https://github.com/ActivityWatch/activitywatch/issues/974)

f0e71a84a7cf6035289eb6b4b0ceec070302df18 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

ec46f8622ed8cb949d0d8e985470f2457fdff88d authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix: return null for missing settings without 404

d39f258d69f6c5325452fd1067e291e415a6d942 authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix: rewrote settings logic to mimic aw-server-python behavior (#428)

* fix: rewrote settings logic to mimic aw-server-python behavior

* refactor: removed redundan...

728c00ef9714fbe82fd0ba419006c121ee872269 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

75381632406b1e442fed77940da718a338e2923f authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix: improve AW_WEBUI_DIR handling (#424)

448312d410980d4a92a0fb4d4bb3fa3494cf6c89 authored about 1 year ago by 2e3s <[email protected]>
fix: embed files even in debug mode, minor android build script improvements, update aw-webui

2e3298e4adc6615230702e10030ac2f4d4f8e80f authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(android): added RUSTFLAGS workaround for runtime linker issue

c3afce270f1b9f90db317a9607f808e3026f4644 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build: added build warning if webui dist folder not present

5cb63a5d2133a826152e10fee2e8568696408491 authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated rocket to 0.5.0-rc.3

378e8e811fb11110cf3b519ed93001817848061e authored about 1 year ago by Erik Bjäreholt <[email protected]>
build(android): fix android building (#423)

ffadb3030046c1e2c12e2eb0332dc72365ceb767 authored about 1 year ago by Erik Bjäreholt <[email protected]>
fix(android): removed use of asset_path in favor of asset_resolver

f284213a3bf4cf60f9d64bd609c4462d4c980755 authored about 1 year ago by Erik Bjäreholt <[email protected]>
feat: embed webui assets into the binary (#385)

26acc2854a02c059582ec123620e8ba8c572326b authored about 1 year ago by 2e3s <[email protected]>
build(deps): updated dependencies (#421)

f962ccd2b7af772c27e9e129dba450a3449be2af authored over 1 year ago by Erik Bjäreholt <[email protected]>
feat: split client to async and blocking (#396)

e6896360399cade89a70737ee9f30fc9a9feabfe authored over 1 year ago by 2e3s <[email protected]>
ci(dependabot): disabled dependabot for cargo (too spammy)

2dccbf84c7ff6a2c0afd78177faf632a5529a212 authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated submodules

b62cc04394d17c2c0a2973d6b190d3ba85450ff7 authored over 1 year ago by Erik Bjäreholt <[email protected]>
docs: corrected command (#404)

505b66a232800c59186ecbf17b0e5c8809a417a4 authored over 1 year ago by Stefano <[email protected]>
build(deps): updated aw-webui

58c91e210d782129bd20df5e59cabef6be7c8f4c authored over 1 year ago by Erik Bjäreholt <[email protected]>
build: move built files into ./dist when complete

06df86d6bd63848bbd24202f4cd2e2d45ddfdfaa authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

809083f073c6ef2eb5c47ddfed03d4a4e29118dd authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated deps

110ccb4b7583be9d0584a415c9d0a2f775e93374 authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): set cargo `resolver = '2'` on workspace

c9e0ae402ccde8af8e1237b20e90ad76f575508a authored over 1 year ago by Erik Bjäreholt <[email protected]>
feat: added special hostname `!local` (#399)

857c2a301befcf90e431e67e7d47af52677495e5 authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated deps

d9115ea255edb7826fff67a40bec01449bda1fff authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

67c743c3849b2ffe77b70a68b9a56948261a41af authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

73b5ae31826315b94208805f222b42a7818169b3 authored over 1 year ago by Erik Bjäreholt <[email protected]>
refactor: moved site_data_dir and get_asset_path to dirs.rs

5a7e84df0ae5d10b4c926865f7cce2ad4c81d785 authored over 1 year ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

657212b0d186a10bf0142f321446cadb64df8ea9 authored over 1 year ago by Erik Bjäreholt <[email protected]>
ci: fix unmaintained actions-rs/tarpaulin by switching to fork

4c2235196765dd4a373ae9da332684e261f3a530 authored over 1 year ago by Erik Bjäreholt <[email protected]>
fix: fixed verbose logging, added proper closing of db connections, removed NoResponse message

c2374b5461dd488bc56f4c23e4d38ae789ac2cec authored over 1 year ago by Erik Bjäreholt <[email protected]>
feat: allow specifying exactly which db file to sync with

72993e7c4f5b829928aa53e999c46751abfc0ae4 authored over 1 year ago by Erik Bjäreholt <[email protected]>
Update logging.rs

49b2026b2b61f8d8d017e93dca1d3754dcfef0d5 authored over 1 year ago by Harsha Raghu <[email protected]>
debug: redir stderr panic log to logger

729f27b419984694a1252c387c486ae2d896755e authored over 1 year ago by Harsha Raghu <[email protected]>
fix: period_union with empty args (#366)

1f4f07d86c06de89de6800320a0420839ee1e16a authored over 1 year ago by Harsha Raghu <[email protected]>
build(deps): bump clap from 4.0.32 to 4.1.11 (#357)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

86a4b108533ab0b87dd968d9477365d489b2a4c7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump chrono from 0.4.23 to 0.4.24 (#358)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

89a7e7e12f79d6ee39fe06524f6b3435e0cf511a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump tokio from 1.24.1 to 1.25.0 (#342)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

af40a0c75c6dbac42533710615b01f29ca5a6a28 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump uuid from 1.2.2 to 1.3.0 (#340)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

76997e37514bb931d8759078b6e0c7110e0dfd20 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump android_logger from 0.11.3 to 0.13.1 (#356)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

442fd67b431e36170644ed108cc3c44ea94a93ad authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump schemars from 0.8.11 to 0.8.12 (#349)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

173c9fd21541141c13bd98b4d9668239e79c2e6d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump fancy-regex from 0.10.0 to 0.11.0 (#338)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1a9586cd1fafd11e6b19dbc96b636743560ad081 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump openssl-sys from 0.9.80 to 0.9.82 (#355)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

b754313420e547e76cc8a5025f0e437fa57751e0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump aw-webui from `47a4687` to `110bf64` (#354)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

c9d9b6751edd690370a1e10314bebdbaab0c3363 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump toml from 0.5.10 to 0.7.3 (#359)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

395cb8e32b31875bf758ab8bbe2b5df543a5ffb2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build: bumped Android NDK to r25c (#361)

03fecb3a0121401dbb43a41426aa70237718b528 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
build(deps): bump codecov/codecov-action from 1 to 3 (#365)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Relea...

8bf1b0c1f1a710e681cb85c687ca6b92bcb16dda authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/upload-artifact from 2 to 3 (#364)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rel...

14142a0b1ac68a9aeda45593611534b3f7594b47 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/cache from 1 to 3 (#362)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://...

d16cb2e431bea37ca92abc2a39297600acdf6117 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/checkout from 2 to 3 (#363)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

09114f518da325572163f0152dc52b0f10bf8cca authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: pinned tarpaulin version (#360)

5659bcd2cda77d8cca3cca0bbba36ea5b6fdf404 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
ci: added github actions to dependabot config

0434d0799ab78981136abdcdfd64d9a90211ff48 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
ci: added gitsubmodule setup to dependabot config

f0d06ba86823ab02bba20434ecec8e16af392420 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
ci: added dependabot-automerge workflow

c06fe5579213c179f0b7b7cd7a6c3f722cca8815 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
build: changed PREFIX to default to XDG_DATA_HOME unless run with sudo (#352)

b5b451d47fba01fefa16b793263f96766534e2ee authored almost 2 years ago by Joshua Ferguson <[email protected]>
fix: Remove unwraps from filter_keyvals_regex

Solves a crash found in issue #343

bd547add68b1028f018f25727799a48acb3188a2 authored almost 2 years ago by Johan Bjäreholt <[email protected]>
build(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t (#344)

Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.24.0+1.1.1s to 111....

55dc47f2a7cbd90bc66a49989fcd18c6807f0275 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): updated aw-webui

78fadbebb6f75bfe9b0d4cdc02dc6e441cad6853 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
docs: improved aw-sync README

1092f328a3312ab1492d3a042afeaaf2c809bbed authored almost 2 years ago by Erik Bjäreholt <[email protected]>
docs: added mention of Python prototype to README

58cb4f77248cb5ae4fe7e27da262330241ccaf1a authored almost 2 years ago by Erik Bjäreholt <[email protected]>
build: added fix target to Makefile

23a90eabf09595d0d221e7887b5de405e62cb626 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
fix: applied `cargo fmt`

7b8b7b3e5ce95a532fd72191ef8373fd225d58aa authored almost 2 years ago by Erik Bjäreholt <[email protected]>
build(deps): updated aw-webui

49664ce0f59b129d7cc98c8b563517c83ed1cd39 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
fix: fixed deprecations and ran `clippy --fix`

923ba827c98d08a4eb09da922526a49ff5761582 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
build(deps): updated deps

e7df8f3178016d53ece1118845f65226fe9f8baa authored almost 2 years ago by Erik Bjäreholt <[email protected]>
chore: bumped version to 0.12.1

8df825159900afe898e3cd5dd104cc7d483473d2 authored almost 2 years ago by Erik Bjäreholt <[email protected]>
fix: several android fixes (#323)

Co-authored-by: Erik Bjäreholt <[email protected]>

8173d57bc7e0de24bf6297d0451a9d1b0f159458 authored about 2 years ago by Harsha Raghu <[email protected]>
build: downgrade NDK to r21e and added macOS Android build support (#325)

9f6ec1ba3307a7a9adc3c8374d6f39f255d66476 authored about 2 years ago by Erik Bjäreholt <[email protected]>
feat: add custom visualization support (custom_static) (#301)

Co-authored-by: Erik Bjäreholt <[email protected]>

8bf4cb3666bad30cfb607c606d0fbd711ac02649 authored about 2 years ago by LockBlock-dev <[email protected]>
build(deps): updated aw-webui

1b9aa1b8fd77bf316352a7d9622b4459c15b8d2b authored about 2 years ago by Erik Bjäreholt <[email protected]>
build: updated Android NDK from r21 to r25b (#324)

6f1d5b2242ddc7c9cd17580ae4c556a8c210ca55 authored about 2 years ago by Erik Bjäreholt <[email protected]>
build(deps): bump gethostname from 0.2.3 to 0.4.0 (#312)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

9ad93a84d7774010f51bfc5cc5b0418b0a680b3a authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump jni from 0.19.0 to 0.20.0 (#313)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

ed2b07e05e88a0db7eaf41401b8431738f2f7f53 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>