Tomas Babej
cf9f6e958c
tests: Add test container for Debian Stable
2019-02-07 08:37:59 -05:00
Tomas Babej
c2e1a9216d
tests: Rename docker-compose service to keep naming consistent
2019-02-07 08:37:59 -05:00
Tomas Babej
a1b3cfece4
tests: Add docker-compose file
2019-02-07 08:37:59 -05:00
Tomas Babej
b5cf4ca56e
tests: Change default command of the test containers to end with ./problems
...
This makes sure that non-zero return code is propagated out of the
container.
2019-02-07 08:37:59 -05:00
Tomas Babej
a071694324
test: Workaround the cyclic dependencies between the libraries
2019-02-07 08:37:59 -05:00
Tomas Babej
3c4b27608e
test: Add fedora28 and ubuntu1604 dockerfiles
...
These dockerfiles can be used to run taskwarrior's test suite on the
respective platforms using the following commands:
$ cd taskwarrior.git
$ docker build -t test-tw-fedora28 -f test/docker/fedora28 .
$ docker run test-tw-fedora28
For ubuntu, replace fedora28 with ubuntu1604.
2019-02-07 08:37:59 -05:00
Simon Désaulniers
df70bb0173
doc/man: ready tasks sorted with started tasks 1st
2018-08-19 09:24:07 -04:00
Alexandre Provencio
78033ea2d3
Updates vim's ftdetect
...
As described on issue #2032 .
2018-08-19 09:21:27 -04:00
Vladimir Shulyak
08d985f40c
Display task ID when unwaiting task
2018-06-03 14:16:35 -04:00
Paul Beckingham
376d336525
libshared: Upgraded to 230c63bd385b2a5a6ee5eb431df54b0c5c229b4d
2018-05-26 10:00:05 -04:00
Paul Beckingham
edfa8ed4ea
Cleanup: Removed file that was accidentally cherry-picked
2018-05-26 09:50:50 -04:00
Paul Beckingham
09f9b9e625
Build: Fixed missed context reference
2018-05-14 01:12:19 -04:00
Paul Beckingham
27055ea1b9
TW #2020 : reserved.lines is not affecting the burndown height
...
- Thanks to ad₋si.
2018-05-14 01:04:59 -04:00
Paul Beckingham
9fefe4a378
Docs: Removed incorrect URL
2018-05-14 01:04:45 -04:00
Simon Ruderich
c5ac2e2d00
Docs: mention "urgency" as possible attribute for filters
2018-05-14 01:04:35 -04:00
Paul Beckingham
75ad38f244
TW #1922 : Can't find export scripts
...
- Thanks to tom-doerr
2018-05-14 01:04:26 -04:00
Paul Beckingham
1133f02df7
TW #1986 : [Nit] Update DEVELOPER.md after migration to Github
...
- Thanks to Kirill Bobyrev
2018-05-14 01:04:15 -04:00
Paul Beckingham
ce924349c1
Code cleanup: used auto
2018-05-14 01:04:02 -04:00
Paul Beckingham
24a68b2ad8
TW #1973 : Don't nag when no tasks are READY
...
- Thanks to Martin F. Krafft
2018-05-14 01:03:54 -04:00
Kirill Bobyrev
06521a1b55
Update notes regarding C++14 support
...
4a929197ae
introduced C++14 support.
The build will now terminate unless the compiler supports C++14
dialect. The documentation does not reflect that: this commit updates
few reference files to actually say that the building process requires
a C++14-compliant compiler.
2018-05-14 01:03:31 -04:00
Paul Beckingham
3594e1886f
libshared: Upgraded to 999c824cf1139d208e884042eddef87a1d76fb7e
2018-05-14 01:03:17 -04:00
Paul Beckingham
aacf75d414
Updated AUTHORS
2018-05-14 01:03:08 -04:00
Kirill Bobyrev
511a235215
Use nullptr instead lf C-styled NULL
2018-05-14 01:02:57 -04:00
Simon Ruderich
6f19a3fbae
Docs: remove duplication in task-color.5
...
In the example there are more than the three listed wildcard patterns.
Instead of listing them all, list just one. This is enough to describe
the idea.
2018-05-14 01:02:24 -04:00
Simon Ruderich
c6267c526d
Docs: fix incorrect value in task-color.5
2018-05-14 01:02:16 -04:00
Simon Ruderich
90cc2a441d
Context: remove duplicate default value for rule.precedence.color
2018-05-14 01:02:07 -04:00
Simon Ruderich
286fca3935
Docs: fix outdated link in task-sync.5
2018-05-14 01:01:51 -04:00
Paul Beckingham
9bfc8c2ff6
Docs: Updated AUTHORS
2018-05-14 01:01:42 -04:00
Paul Beckingham
e3dab66ad1
Update task-sync.5.in
...
Downgraded 'Always secure' to 'Secure communication', for accuracy.
2018-05-14 01:01:32 -04:00
Simon Ruderich
eabda340ef
Docs: remove instructions which are already default in task-color.5
...
The text even mentions, that it might not be necessary. So just remove
this section.
2018-05-14 01:01:22 -04:00
Simon Ruderich
d0bbe2a0e8
Docs: don't mark cloud provides as "always secure" in task-sync.5
...
The data is stored remotely and possibly (depending on the provider) not
transfered securely.
2018-05-14 01:01:14 -04:00
Simon Ruderich
7441e6cf74
Docs: remove insecure CA configuration from task-sync.5
...
The option taskd.trust is documented in taskrc.5 if the user really
needs it. But we shouldn't suggest an insecure configuration in the
default setup instructions.
2018-05-14 01:01:06 -04:00
Simon Ruderich
a87dfe62ad
Docs: sync "SEE ALSO" sections of task-color.5 and task-sync.5
2018-05-14 01:00:56 -04:00
Simon Ruderich
02470c5647
Docs: always use https:// link for taskwarrior.org
2018-05-14 01:00:44 -04:00
Simon Ruderich
c7edf914e1
Always use https:// link for opensource.org
...
It was already used in a few places, make this consistent.
2018-05-14 01:00:23 -04:00
Simon Ruderich
f98084bbd3
Docs: always use <> tags for placeholders in man pages
2018-05-14 00:57:53 -04:00
Simon Ruderich
ef538ef9da
Docs: use unabbreviated "task colors" command in taskrc.5
2018-05-14 00:57:45 -04:00
Simon Ruderich
f492d423dd
Docs: quote values for calendar.details in taskrc.5
2018-05-14 00:57:33 -04:00
Simon Ruderich
abc00ab6ca
Docs: try to clarify what falls under header/footnote verbose settings
2018-05-14 00:57:00 -04:00
Simon Ruderich
243f613444
Docs: "recur" also implies "footnote"
2018-05-14 00:56:49 -04:00
Simon Ruderich
8fdd18f897
Docs: fix typos in taskrc man page
2018-05-14 00:56:33 -04:00
Paul Beckingham
822909d046
Docs: Added Tiago
2018-05-14 00:56:25 -04:00
Tiago Matias
95becc4f6f
typo -> very simply syntax -> very simple syntax
2018-05-14 00:56:08 -04:00
Federico Hernandez
11a281b862
Changed to a more generic URL for testing
2018-05-14 00:55:57 -04:00
Federico Hernandez
b97e1400e6
Updated URL references
2018-05-14 00:55:45 -04:00
Federico Hernandez
a8c0646d18
Updated URLs and copyright year
2018-05-14 00:55:30 -04:00
Federico Hernandez
98175bac4b
Udated URL in .gitmodules to point to GH
2018-05-14 00:54:42 -04:00
Paul Beckingham
81e65b43bf
Docs: Updated Changelog with pull request info
2018-05-14 00:54:33 -04:00
Jakub Wilk
23d63ccb44
Tests: Don't hardcode errno constants
...
The values of ENOENT and ESRCH are architecture-dependent, so don't
assume they're always 2 and 3.
2018-05-14 00:54:10 -04:00
Paul Beckingham
59342bc10f
TW-54/#115: Reduce output for timesheet
...
- Thanks to Aikido guy.
2018-05-14 00:53:49 -04:00