pre-commit-ci[bot]
a949c698f9
[pre-commit.ci] pre-commit autoupdate ( #3887 )
...
checks / Check & Clippy (push) Has been cancelled
checks / Formatting (push) Has been cancelled
checks / Cargo Metadata (push) Has been cancelled
release-tests / check-tarball (push) Has been cancelled
tests / coverage (push) Has been cancelled
tests / Cargo Test (push) Has been cancelled
tests / tests (Mac OS 12.latest) (push) Has been cancelled
tests / tests (Mac OS 13.latest) (push) Has been cancelled
tests / tests (arch, Archlinux Base (Rolling), ubuntu-latest) (push) Has been cancelled
tests / tests (debiantesting, Debian Testing, ubuntu-latest) (push) Has been cancelled
tests / tests (fedora40, Fedora 40, ubuntu-latest) (push) Has been cancelled
tests / tests (fedora41, Fedora 41, ubuntu-latest) (push) Has been cancelled
tests / tests (opensuse, OpenSUSE Tumbleweed (Rolling), ubuntu-latest) (push) Has been cancelled
tests / tests (ubuntu2004, Ubuntu 20.04, ubuntu-latest) (push) Has been cancelled
tests / tests (ubuntu2204, Ubuntu 22.04, ubuntu-latest) (push) Has been cancelled
updates:
- [github.com/pre-commit/mirrors-clang-format: v20.1.4 → v20.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.4...v20.1.5 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-06-14 17:34:59 +02:00
dependabot[bot]
ffa0d3e944
Bump src/taskchampion-cpp/corrosion from 00af456
to 4eccadd
( #3893 )
...
Bumps [src/taskchampion-cpp/corrosion](https://github.com/corrosion-rs/corrosion ) from `00af456` to `4eccadd`.
- [Release notes](https://github.com/corrosion-rs/corrosion/releases )
- [Commits](00af456488...4eccadd678
)
---
updated-dependencies:
- dependency-name: src/taskchampion-cpp/corrosion
dependency-version: 4eccadd67819b427978ca540e0c31e6cce08f226
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 08:08:07 -04:00
dependabot[bot]
6d81c8cda0
Bump src/taskchampion-cpp/corrosion from 715c235
to 00af456
( #3891 )
...
Bumps [src/taskchampion-cpp/corrosion](https://github.com/corrosion-rs/corrosion ) from `715c235` to `00af456`.
- [Release notes](https://github.com/corrosion-rs/corrosion/releases )
- [Commits](715c235dae...00af456488
)
---
updated-dependencies:
- dependency-name: src/taskchampion-cpp/corrosion
dependency-version: 00af4564881e9fc031f6b3303c1d6d19ecfe00f3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-05 11:49:04 -04:00
dependabot[bot]
440d3f8c92
Bump src/libshared from 8ad3646
to 121f757
( #3890 )
...
Bumps [src/libshared](https://github.com/GothenburgBitFactory/libshared ) from `8ad3646` to `121f757`.
- [Commits](8ad3646209...121f757c3e
)
---
updated-dependencies:
- dependency-name: src/libshared
dependency-version: 121f757c3ec1b1f548f7835208b8c72d85d141a7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 09:01:53 -04:00
dependabot[bot]
e5b69afee2
Bump docker/build-push-action from 6.16.0 to 6.18.0 ( #3889 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.16.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.16.0...v6.18.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 09:01:38 -04:00
Dustin J. Mitchell
75d351afad
Do not auto-create .taskrc when stdout is not a TTY ( #3888 )
...
* Do not auto-create .taskrc when stdout is not a TTY
This avoids prompting or automatically creating such a file, both of
which are unexpected when performing command-line completion.
Fixes #3751 .
* Test case for taskrc creation no longer works
A taskrc is only created when stdout is a tty, which would require
allocating a pty, which is very platform-dependent and definitely not
worth the trouble for this test.
2025-06-02 07:59:05 -04:00
Dustin J. Mitchell
f6824e90a1
Correctly handle undo with multiple tasks ( #3886 )
...
The `std::stringstream::clear` method does not, in fact, clear the
string -- it just resets some internal flags. Assigning a new
stringstream to the variable is not the most efficient way to do this,
but it's the clearest.
2025-05-26 13:07:35 -04:00
pre-commit-ci[bot]
89d84f0bdd
[pre-commit.ci] pre-commit autoupdate ( #3878 )
...
updates:
- [github.com/pre-commit/mirrors-clang-format: v20.1.3 → v20.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.3...v20.1.4 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-12 14:01:34 -04:00
Dustin J. Mitchell
4620b5fd25
Make tags.none:
filter work again ( #3877 )
...
* Don't remove the legacy 'tags' property
* Simulate the `tags` DOM property
This refers to the deprecated "tags" property of tasks. This property
usually still exists, for compatibility with older versions, but should
not be relied on anymore.
2025-05-12 08:16:54 +02:00
Tobias Predel
6c60a8db84
Move timegm
implementation to libshared
( #3875 )
...
Move `timegm` implementation to libshared
2025-05-09 20:26:21 -04:00
Dustin J. Mitchell
79eb38d582
Fix compiler warning about unused variable ( #3873 )
...
This was added to indicate that the return value of chdir was unused,
but newer compilers "see through" this and determine it to be unused.
The return value is not marked must-use, so just doing nothing with it
is sufficient.
2025-05-08 17:08:22 +00:00
Antoni Borowski
0e59a62ead
Fix #3571 : Added detailed feedback for successful task synchronization ( #3758 )
...
* Fix #3571 : Added detailed feedback for successful task synchronization
* Refactor sync logic and add verbose output for synchronization operations
* Give a count of local operations sent
---------
Co-authored-by: Antoni Borowski <antoniborowski11@gmail.com>
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
2025-05-07 18:29:19 -04:00
pre-commit-ci[bot]
97bcc76ac1
[pre-commit.ci] pre-commit autoupdate ( #3868 )
...
updates:
- [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v20.1.3](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.0...v20.1.3 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-05 16:55:43 +00:00
Felix Stupp
499f931f67
use cached urgency() for json exports ( #3867 )
2025-05-05 10:10:02 -04:00
dependabot[bot]
416c6d3ca4
Bump src/libshared from cb078b0
to 8ad3646
( #3864 )
...
Bumps [src/libshared](https://github.com/GothenburgBitFactory/libshared ) from `cb078b0` to `8ad3646`.
- [Commits](cb078b00c5...8ad3646209
)
---
updated-dependencies:
- dependency-name: src/libshared
dependency-version: 8ad3646209c8d2e7820c3cd59319a2be3b3d221e
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 07:56:13 -04:00
dependabot[bot]
36e5f8895d
Bump src/libshared from 2aa844c
to cb078b0
( #3860 )
...
Bumps [src/libshared](https://github.com/GothenburgBitFactory/libshared ) from `2aa844c` to `cb078b0`.
- [Commits](2aa844cb9b...cb078b00c5
)
---
updated-dependencies:
- dependency-name: src/libshared
dependency-version: cb078b00c5201e116c9dfd7d6951d954473eaa8f
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 08:20:55 -04:00
Dustin J. Mitchell
b4e25fe42f
Do not decode a non-JSON value ( #3859 )
...
None of the other task modifications (modify, prepend, append) treat the
input as JSON, so this one shouldn't either. This works around
https://github.com/GothenburgBitFactory/libshared/issues/95
2025-04-30 19:22:44 -04:00
dependabot[bot]
7be313e91f
Bump docker/build-push-action from 6.15.0 to 6.16.0 ( #3856 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 10:54:21 -04:00
dependabot[bot]
36a449c935
Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 ( #3855 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.1...v3.8.2 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 3.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 10:54:06 -04:00
Ram-Z
31829d61fc
Add uuid UDA type ( #3827 )
...
Mainly so that UDAs that refer to another task can be formated as
"short".
2025-04-20 20:51:38 -04:00
dependabot[bot]
bae37d9448
Bump src/taskchampion-cpp/corrosion from bf065b8
to 715c235
( #3853 )
...
Bumps [src/taskchampion-cpp/corrosion](https://github.com/corrosion-rs/corrosion ) from `bf065b8` to `715c235`.
- [Release notes](https://github.com/corrosion-rs/corrosion/releases )
- [Commits](bf065b89a3...715c235dae
)
---
updated-dependencies:
- dependency-name: src/taskchampion-cpp/corrosion
dependency-version: 715c235daef4b8ee67278f12256334ad3dd4c4ae
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 13:46:42 -04:00
dependabot[bot]
bfea0f6836
Bump src/taskchampion-cpp/corrosion from c484074
to bf065b8
( #3850 )
...
Bumps [src/taskchampion-cpp/corrosion](https://github.com/corrosion-rs/corrosion ) from `c484074` to `bf065b8`.
- [Release notes](https://github.com/corrosion-rs/corrosion/releases )
- [Commits](c4840742d2...bf065b89a3
)
---
updated-dependencies:
- dependency-name: src/taskchampion-cpp/corrosion
dependency-version: bf065b89a33c4d6ce16cae626e8f15f9914ce4dc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 11:45:17 -04:00
Felix Schurk
2a64b5c880
change implementation from has ( #3849 )
...
Change from get(uuid, task) to get_task_data to always have a full uuid
match and to improve read performance for the diagnostics command.
See #3848 for details.
2025-04-16 13:49:14 +00:00
Nick Grimshaw
15bb71764e
Redact HTTP credentials from "Syncing…" message ( #3846 ) ( #3847 )
2025-04-14 17:08:32 +00:00
Adrian Wilkins
5b70ce6be2
Add note about uninstallation ( #3845 )
...
* Add note about uninstallation
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-10 08:33:52 -04:00
dependabot[bot]
22608cb44e
Bump tokio from 1.44.0 to 1.44.2 ( #3843 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.44.0 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 22:24:53 -04:00
Dustin J. Mitchell
f1cb656f75
Update tokio to 1.44.2 ( #3842 )
2025-04-08 00:40:06 +00:00
Dustin J. Mitchell
db23195f4d
Remove duplicate word ( #3834 )
...
* Remove duplicate word
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-01 22:42:42 +02:00
dependabot[bot]
4a464c13a8
Bump src/taskchampion-cpp/corrosion from fcd8b41
to c484074
( #3836 )
...
Bumps [src/taskchampion-cpp/corrosion](https://github.com/corrosion-rs/corrosion ) from `fcd8b41` to `c484074`.
- [Release notes](https://github.com/corrosion-rs/corrosion/releases )
- [Commits](fcd8b41981...c4840742d2
)
---
updated-dependencies:
- dependency-name: src/taskchampion-cpp/corrosion
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 17:58:09 -04:00
Ram-Z
a3b44bdef5
Replace inacurate comment ( #3829 )
2025-03-24 19:07:27 -04:00
soerenschneider
bc16297274
docs: Add note to disable AWS lifecycle policies ( #3828 )
...
* docs: Add note to disable AWS lifecycle policies
* fix grammar
---------
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
2025-03-21 12:26:31 +00:00
Felix Schurk
7bf3be2f07
Update dependabot.yml ( #3825 )
2025-03-19 19:47:52 -04:00
dependabot[bot]
768d45197b
Bump docker/login-action from 3.3.0 to 3.4.0 ( #3821 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-17 20:11:14 -04:00
pre-commit-ci[bot]
f9c17d9b5b
[pre-commit.ci] pre-commit autoupdate ( #3822 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.7...v20.1.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-17 19:50:44 -04:00
Dustin J. Mitchell
1f6e7de569
Release 3.4.1 ( #3818 )
2025-03-14 10:20:52 +01:00
Kalle Kietäväinen
2ee5fb287c
Fix suppressing news nag after reading the news ( #3817 )
...
The news nag suppression regressed again in 5c67d22
. That commit
intended to remove the sponsorship outro from the news, but also removed
the bookkeeping that marks the news as read. This commit reverts that
part back to its previous state.
2025-03-13 20:01:16 -04:00
Dustin J. Mitchell
b792018c00
Updates after 3.4.0 ( #3816 )
...
* Cargo update
* Update submodules
2025-03-12 22:27:55 +00:00
Dustin J. Mitchell
063325b052
Release 3.4.0 ( #3811 )
2025-03-12 17:58:49 -04:00
Ram-Z
f73b42d23f
Allow dur/dur division ( #3812 )
...
It is perfectly valid to divide two durations, it is a ratio with no
unit.
2025-03-12 16:48:49 -04:00
Dustin J. Mitchell
5c67d22540
Remove sponsorship outro from 'task news'
2025-03-08 12:22:09 -05:00
Tobias Predel
5814526429
Remove headers ( #3807 )
2025-03-08 09:04:01 -05:00
Dustin J. Mitchell
0c9205aa17
Update ring ( #3806 )
2025-03-07 00:33:38 +00:00
Dustin J. Mitchell
74276b400c
Generate valid JSON even with invalid dates ( #3801 )
2025-03-06 16:59:14 +01:00
Dustin J. Mitchell
022650dbff
Make updates after releasing ( #3803 )
...
* add symlinks for ease of access
* Update things after making a release, to maximize testing time
2025-03-06 12:43:41 +00:00
Yong Li
5ec0f4ebc0
Update task.1.in ( #3804 )
...
Clearly this is an error. The example command should use foo.
2025-03-06 07:33:37 -05:00
Dustin J. Mitchell
3c12c0dfd0
Fix errors finding Rust toolchain ( #3802 )
...
* switch to dtolnay/toolchain
* Add .dockerignore to avoid copying target/ into images
* update corrosion
2025-03-06 06:59:04 -05:00
dependabot[bot]
bcb3f820ab
Bump docker/build-push-action from 6.14.0 to 6.15.0 ( #3800 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 16:30:31 -05:00
Tobias Predel
1567ea5c06
Remove header files out of CMakeLists ( #3797 )
...
It does not make any difference.
2025-03-03 12:14:39 -05:00
Dustin J. Mitchell
3bb71390a9
Ignore "target" in creating source_package
( #3799 )
...
Cargo creates this directory if run directly, but it shouldn't be in the
release tarball.
2025-03-03 17:43:20 +01:00
Tobias Predel
a3e0dada30
Remove unused includes ( #3798 )
2025-03-02 11:03:18 -05:00