pyutils.git
11 months agoFix docs
Scott Gasch [Fri, 9 Jun 2023 02:44:13 +0000 (19:44 -0700)]
Fix docs

11 months agoduh
Scott Gasch [Fri, 9 Jun 2023 02:34:37 +0000 (19:34 -0700)]
duh

11 months ago...and the sphinx docs.
Scott Gasch [Fri, 9 Jun 2023 02:33:10 +0000 (19:33 -0700)]
...and the sphinx docs.

11 months agoOops, update comments.
Scott Gasch [Fri, 9 Jun 2023 02:30:59 +0000 (19:30 -0700)]
Oops, update comments.

11 months agoPersistent should be a type.
Scott Gasch [Fri, 9 Jun 2023 02:28:56 +0000 (19:28 -0700)]
Persistent should be a type.

11 months agoSimple base interfaces.
Scott Gasch [Fri, 9 Jun 2023 01:38:07 +0000 (18:38 -0700)]
Simple base interfaces.

11 months agoMinor typing cleanup.
Scott Gasch [Fri, 9 Jun 2023 00:52:57 +0000 (17:52 -0700)]
Minor typing cleanup.

11 months agoComparable.. and better type hints on dict_utils.
Scott Gasch [Thu, 8 Jun 2023 20:59:13 +0000 (13:59 -0700)]
Comparable.. and better type hints on dict_utils.

11 months agoMore Type -> type
Scott Gasch [Thu, 8 Jun 2023 18:43:14 +0000 (11:43 -0700)]
More Type -> type

11 months agoType -> type
Scott Gasch [Thu, 8 Jun 2023 18:40:53 +0000 (11:40 -0700)]
Type -> type

11 months agoImprove type hints again.
Scott Gasch [Thu, 8 Jun 2023 18:38:28 +0000 (11:38 -0700)]
Improve type hints again.

11 months agoFix widths in ansi.py main color dumper.
Scott Gasch [Thu, 8 Jun 2023 17:45:03 +0000 (10:45 -0700)]
Fix widths in ansi.py main color dumper.

11 months agoAdd type hint for class arg.
Scott Gasch [Thu, 8 Jun 2023 17:17:09 +0000 (10:17 -0700)]
Add type hint for class arg.

12 months agoCut version 0.0.1b16
Scott Gasch [Fri, 2 Jun 2023 23:22:05 +0000 (16:22 -0700)]
Cut version 0.0.1b16

- Cleanup code and update docs in bst.py.
- Fix comment typos and remove linter warnings.
- Fix type hints in executors.
- Add some functionality to string_utils and improve type hints in there.
- Improve type hints.
- Improve docs on bst.py again.
- Cut version 0.0.1b15
- small comment change.
- Dots instead of pass...
- Use Protocol to implement the interface typevar here instead.
- Adds find_lowest_node_less_than_or_equal_to.
- Cleanup code / comments.
- Improve type hints in bst.py.
- Better definition of "fuzzy".
- Iterate within a range.
- Fix squelch repeated log messages to work with modules loaded via "from foo import bar" type syntax.
- Log the interpreter path in debug mode.
- Cut version 0.0.1b14
- Fix another place for types -> typez
- Make cron.py warn on no --timeout which can lead to stale locks.
- Fix a bug around the computation of zookeeper lockfile expirations.
- Remove package.
- Use CreateFileWithMode for cache.
- Make persistent use tighter permissions by default.
- Fix clear_preexisting_handers functionality.
- Adds a doctest.
- Another types reference in the docs.
- Rename in the docs.
- types -> typez as the name mirrors a python core library name.
- Add and use valid_byte_count.
- Cut version 0.0.1b13
- Remove tprint, add docs.
- Document this logging stuff.
- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
- Cleanup.
- Adds LoggingContext.
- Cut version 0.0.1b12
- Do this logging stuff the right way.
- Cut version 0.0.1b11
- Rename that class; it doesn't just prepend...
- Improve pydocs.
- Fix pydocs
- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
- Update docs.
- Cut version 0.0.1b10
- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

12 months agoCleanup code and update docs in bst.py.
Scott Gasch [Thu, 25 May 2023 16:01:37 +0000 (09:01 -0700)]
Cleanup code and update docs in bst.py.

12 months agoFix comment typos and remove linter warnings.
Scott Gasch [Wed, 10 May 2023 19:53:09 +0000 (12:53 -0700)]
Fix comment typos and remove linter warnings.

12 months agoFix type hints in executors.
Scott Gasch [Tue, 9 May 2023 21:09:37 +0000 (14:09 -0700)]
Fix type hints in executors.

12 months agoAdd some functionality to string_utils and improve type hints in there.
Scott Gasch [Tue, 9 May 2023 15:10:01 +0000 (08:10 -0700)]
Add some functionality to string_utils and improve type hints in there.

12 months agoImprove type hints.
Scott Gasch [Tue, 9 May 2023 04:23:49 +0000 (21:23 -0700)]
Improve type hints.

12 months agoImprove docs on bst.py again.
Scott Gasch [Mon, 8 May 2023 04:18:38 +0000 (21:18 -0700)]
Improve docs on bst.py again.

12 months agoCut version 0.0.1b15
Scott Gasch [Mon, 8 May 2023 04:07:46 +0000 (21:07 -0700)]
Cut version 0.0.1b15

- small comment change.
- Dots instead of pass...
- Use Protocol to implement the interface typevar here instead.
- Adds find_lowest_node_less_than_or_equal_to.
- Cleanup code / comments.
- Improve type hints in bst.py.
- Better definition of "fuzzy".
- Iterate within a range.
- Fix squelch repeated log messages to work with modules loaded via "from foo import bar" type syntax.
- Log the interpreter path in debug mode.
- Cut version 0.0.1b14
- Fix another place for types -> typez
- Make cron.py warn on no --timeout which can lead to stale locks.
- Fix a bug around the computation of zookeeper lockfile expirations.
- Remove package.
- Use CreateFileWithMode for cache.
- Make persistent use tighter permissions by default.
- Fix clear_preexisting_handers functionality.
- Adds a doctest.
- Another types reference in the docs.
- Rename in the docs.
- types -> typez as the name mirrors a python core library name.
- Add and use valid_byte_count.
- Cut version 0.0.1b13
- Remove tprint, add docs.
- Document this logging stuff.
- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
- Cleanup.
- Adds LoggingContext.
- Cut version 0.0.1b12
- Do this logging stuff the right way.
- Cut version 0.0.1b11
- Rename that class; it doesn't just prepend...
- Improve pydocs.
- Fix pydocs
- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
- Update docs.
- Cut version 0.0.1b10
- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

12 months agosmall comment change.
Scott Gasch [Mon, 8 May 2023 04:06:07 +0000 (21:06 -0700)]
small comment change.

12 months agoDots instead of pass...
Scott Gasch [Mon, 8 May 2023 02:45:06 +0000 (19:45 -0700)]
Dots instead of pass...

12 months agoUse Protocol to implement the interface typevar here instead.
Scott Gasch [Mon, 8 May 2023 02:43:26 +0000 (19:43 -0700)]
Use Protocol to implement the interface typevar here instead.

12 months agoAdds find_lowest_node_less_than_or_equal_to.
Scott Gasch [Sun, 7 May 2023 00:48:39 +0000 (17:48 -0700)]
Adds find_lowest_node_less_than_or_equal_to.

12 months agoCleanup code / comments.
Scott Gasch [Sat, 6 May 2023 21:22:32 +0000 (14:22 -0700)]
Cleanup code / comments.

12 months agoImprove type hints in bst.py.
Scott Gasch [Sat, 6 May 2023 21:14:32 +0000 (14:14 -0700)]
Improve type hints in bst.py.

12 months agoBetter definition of "fuzzy".
Scott Gasch [Fri, 5 May 2023 02:37:44 +0000 (19:37 -0700)]
Better definition of "fuzzy".

12 months agoIterate within a range.
Scott Gasch [Fri, 5 May 2023 01:40:14 +0000 (18:40 -0700)]
Iterate within a range.

14 months agoFix squelch repeated log messages to work with modules loaded via
Scott Gasch [Mon, 3 Apr 2023 16:25:25 +0000 (09:25 -0700)]
Fix squelch repeated log messages to work with modules loaded via
"from foo import bar" type syntax.

14 months agoLog the interpreter path in debug mode.
Scott Gasch [Mon, 3 Apr 2023 16:06:02 +0000 (09:06 -0700)]
Log the interpreter path in debug mode.

14 months agoCut version 0.0.1b14
Scott Gasch [Sun, 2 Apr 2023 19:17:39 +0000 (12:17 -0700)]
Cut version 0.0.1b14

14 months agoFix another place for types -> typez
Scott Gasch [Sun, 2 Apr 2023 19:14:12 +0000 (12:14 -0700)]
Fix another place for types -> typez

14 months agoMake cron.py warn on no --timeout which can lead to stale locks.
Scott Gasch [Sat, 1 Apr 2023 18:49:59 +0000 (11:49 -0700)]
Make cron.py warn on no --timeout which can lead to stale locks.

14 months agoFix a bug around the computation of zookeeper lockfile expirations.
Scott Gasch [Sat, 1 Apr 2023 18:48:59 +0000 (11:48 -0700)]
Fix a bug around the computation of zookeeper lockfile expirations.

14 months agoRemove package.
Scott Gasch [Sat, 18 Mar 2023 21:07:31 +0000 (14:07 -0700)]
Remove package.

14 months agoUse CreateFileWithMode for cache.
Scott Gasch [Fri, 10 Mar 2023 20:36:55 +0000 (12:36 -0800)]
Use CreateFileWithMode for cache.

14 months agoMake persistent use tighter permissions by default.
Scott Gasch [Mon, 6 Mar 2023 17:40:40 +0000 (09:40 -0800)]
Make persistent use tighter permissions by default.

14 months agoFix clear_preexisting_handers functionality.
Scott Gasch [Mon, 6 Mar 2023 04:36:39 +0000 (20:36 -0800)]
Fix clear_preexisting_handers functionality.

14 months agoAdds a doctest.
Scott Gasch [Sun, 5 Mar 2023 02:28:00 +0000 (18:28 -0800)]
Adds a doctest.

14 months agoAnother types reference in the docs.
Scott Gasch [Sun, 5 Mar 2023 02:18:53 +0000 (18:18 -0800)]
Another types reference in the docs.

14 months agoRename in the docs.
Scott Gasch [Sun, 5 Mar 2023 02:18:14 +0000 (18:18 -0800)]
Rename in the docs.

14 months agotypes -> typez as the name mirrors a python core library name.
Scott Gasch [Sun, 5 Mar 2023 02:15:52 +0000 (18:15 -0800)]
types -> typez as the name mirrors a python core library name.

15 months agoAdd and use valid_byte_count.
Scott Gasch [Sat, 4 Mar 2023 00:01:40 +0000 (16:01 -0800)]
Add and use valid_byte_count.

15 months agoCut version 0.0.1b13
Scott Gasch [Fri, 3 Mar 2023 22:57:35 +0000 (14:57 -0800)]
Cut version 0.0.1b13

- Remove tprint, add docs.
- Document this logging stuff.
- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
- Cleanup.
- Adds LoggingContext.
- Cut version 0.0.1b12
- Do this logging stuff the right way.
- Cut version 0.0.1b11
- Rename that class; it doesn't just prepend...
- Improve pydocs.
- Fix pydocs
- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
- Update docs.
- Cut version 0.0.1b10
- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

15 months agoRemove tprint, add docs.
Scott Gasch [Fri, 3 Mar 2023 20:08:21 +0000 (12:08 -0800)]
Remove tprint, add docs.

15 months agoDocument this logging stuff.
Scott Gasch [Fri, 3 Mar 2023 20:02:46 +0000 (12:02 -0800)]
Document this logging stuff.

15 months agoRemoves my hacky --lmodule which I will miss dearly but it was
Scott Gasch [Fri, 3 Mar 2023 19:20:44 +0000 (11:20 -0800)]
Removes my hacky --lmodule which I will miss dearly but it was
preventing the cool LoggingContext which is now added.

15 months agoCleanup.
Scott Gasch [Fri, 3 Mar 2023 00:03:56 +0000 (16:03 -0800)]
Cleanup.

15 months agoAdds LoggingContext.
Scott Gasch [Thu, 2 Mar 2023 22:38:46 +0000 (14:38 -0800)]
Adds LoggingContext.

15 months agoCut version 0.0.1b12
Scott Gasch [Thu, 2 Mar 2023 17:04:29 +0000 (09:04 -0800)]
Cut version 0.0.1b12

- Do this logging stuff the right way.
- Cut version 0.0.1b11
- Rename that class; it doesn't just prepend...
- Improve pydocs.
- Fix pydocs
- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
- Update docs.
- Cut version 0.0.1b10
- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

15 months agoDo this logging stuff the right way.
Scott Gasch [Thu, 2 Mar 2023 06:16:17 +0000 (22:16 -0800)]
Do this logging stuff the right way.

15 months agoCut version 0.0.1b11
Scott Gasch [Thu, 2 Mar 2023 00:14:21 +0000 (16:14 -0800)]
Cut version 0.0.1b11

- Rename that class; it doesn't just prepend...
- Improve pydocs.
- Fix pydocs
- Create methods to dynamically prepend or append messages to all log messages produced by the current thread.
- Update docs.
- Cut version 0.0.1b10
- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

15 months agoRename that class; it doesn't just prepend...
Scott Gasch [Wed, 1 Mar 2023 23:32:48 +0000 (15:32 -0800)]
Rename that class; it doesn't just prepend...

15 months agoImprove pydocs.
Scott Gasch [Wed, 1 Mar 2023 23:30:18 +0000 (15:30 -0800)]
Improve pydocs.

15 months agoFix pydocs
Scott Gasch [Wed, 1 Mar 2023 23:23:39 +0000 (15:23 -0800)]
Fix pydocs

15 months agoCreate methods to dynamically prepend or append messages to all log
Scott Gasch [Wed, 1 Mar 2023 23:08:43 +0000 (15:08 -0800)]
Create methods to dynamically prepend or append messages to all log
messages produced by the current thread.

15 months agoUpdate docs.
Scott Gasch [Wed, 1 Mar 2023 20:45:24 +0000 (12:45 -0800)]
Update docs.

15 months agoCut version 0.0.1b10
Scott Gasch [Wed, 1 Mar 2023 05:19:37 +0000 (21:19 -0800)]
Cut version 0.0.1b10

- More cleanup.
- More spring cleaning.
- I guess it's 2023 now...
- Adds a new color.
- Augment logging at startup in debug mode; fix a bug in config.
- Fix logger.exception messages in example code.
- Fix logger.exception() calls.
- Use full path for grep.
- Make logging use execute_probabilstically.
- Improve docs and add a doctest.
- Adds execute_probabilistically.
- Minor tweaks.
- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
- Cut version 0.0.1b9

15 months agoMore cleanup.
Scott Gasch [Wed, 1 Mar 2023 05:08:28 +0000 (21:08 -0800)]
More cleanup.

15 months agoMore spring cleaning.
Scott Gasch [Tue, 28 Feb 2023 17:41:26 +0000 (09:41 -0800)]
More spring cleaning.

15 months agoI guess it's 2023 now...
Scott Gasch [Tue, 28 Feb 2023 16:09:57 +0000 (08:09 -0800)]
I guess it's 2023 now...

15 months agoAdds a new color.
Scott Gasch [Tue, 28 Feb 2023 16:06:30 +0000 (08:06 -0800)]
Adds a new color.

15 months agoAugment logging at startup in debug mode; fix a bug in config.
Scott Gasch [Mon, 27 Feb 2023 02:16:38 +0000 (18:16 -0800)]
Augment logging at startup in debug mode; fix a bug in config.

15 months agoFix logger.exception messages in example code.
Scott Gasch [Sun, 26 Feb 2023 17:34:12 +0000 (09:34 -0800)]
Fix logger.exception messages in example code.

15 months agoFix logger.exception() calls.
Scott Gasch [Sun, 26 Feb 2023 17:02:45 +0000 (09:02 -0800)]
Fix logger.exception() calls.

15 months agoUse full path for grep.
Scott Gasch [Sun, 26 Feb 2023 17:01:23 +0000 (09:01 -0800)]
Use full path for grep.

15 months agoMake logging use execute_probabilstically.
Scott Gasch [Sat, 18 Feb 2023 21:38:18 +0000 (13:38 -0800)]
Make logging use execute_probabilstically.

15 months agoImprove docs and add a doctest.
Scott Gasch [Sat, 18 Feb 2023 19:56:00 +0000 (11:56 -0800)]
Improve docs and add a doctest.

15 months agoAdds execute_probabilistically.
Scott Gasch [Sat, 18 Feb 2023 19:51:51 +0000 (11:51 -0800)]
Adds execute_probabilistically.

15 months agoMinor tweaks.
Scott Gasch [Fri, 10 Feb 2023 00:26:46 +0000 (16:26 -0800)]
Minor tweaks.

15 months agoAdds CreateFileWithMode helper to create a new file with a given
Scott Gasch [Thu, 9 Feb 2023 23:34:50 +0000 (15:34 -0800)]
Adds CreateFileWithMode helper to create a new file with a given
mode more easily.

15 months agoCut version 0.0.1b9
Scott Gasch [Thu, 9 Feb 2023 22:14:42 +0000 (14:14 -0800)]
Cut version 0.0.1b9

- Fix typo in README.
- Remove the requirement that filename is a file from is_*.
- Typos in docs.
- Update docs.
- Adds remove_edge and shortest path.
- Cut version 0.0.1b8

15 months agoFix typo in README.
Scott Gasch [Thu, 9 Feb 2023 22:05:12 +0000 (14:05 -0800)]
Fix typo in README.

16 months agoRemove the requirement that filename is a file from is_*.
Scott Gasch [Wed, 11 Jan 2023 04:36:01 +0000 (20:36 -0800)]
Remove the requirement that filename is a file from is_*.

17 months agoTypos in docs.
Scott Gasch [Sat, 17 Dec 2022 20:04:43 +0000 (12:04 -0800)]
Typos in docs.

17 months agoUpdate docs.
Scott Gasch [Sat, 17 Dec 2022 20:02:14 +0000 (12:02 -0800)]
Update docs.

17 months agoAdds remove_edge and shortest path.
Scott Gasch [Sat, 17 Dec 2022 20:01:01 +0000 (12:01 -0800)]
Adds remove_edge and shortest path.

17 months agoCut version 0.0.1b8
Scott Gasch [Sat, 17 Dec 2022 06:12:56 +0000 (22:12 -0800)]
Cut version 0.0.1b8

- Docs for Graph.
- Adds Graph.
- Tiebreak ordering of ranges with the same lower bound using upper bound.
- More docs...
- More docs.
- Update docs again.
- Update docs and type hints in interval_tree.  Add it to the pydocs.
- Fix interval_tree so it actually works.  Add unittests.
- Bug and readability fix.
- Adds IntervalTree.
- Remove more annoying warning messages dumped to console from library code.
- Be less annoying.
- Make argparse utils' valid_date work with the default format of UNIX date.
- Improve identifier for zookeeper based lockfiles.
- Adds support for zookeeper-based lockfiles.
- Make the processed cmdline available to callers.
- Fixup/improve error message when giving up on lock acquisition.
- Improve error message for logs.
- Do not touch timestamp if cronjob failed!
- Fix docs.
- Only upload one wheel.
- Update docs.
- Update docs.
- Tweak cut_version.sh again.
- Cut version 0.0.1b7

17 months agoDocs for Graph.
Scott Gasch [Sat, 17 Dec 2022 06:09:46 +0000 (22:09 -0800)]
Docs for Graph.

17 months agoAdds Graph.
Scott Gasch [Sat, 17 Dec 2022 05:44:24 +0000 (21:44 -0800)]
Adds Graph.

17 months agoTiebreak ordering of ranges with the same lower bound using upper bound.
Scott Gasch [Fri, 16 Dec 2022 00:26:54 +0000 (16:26 -0800)]
Tiebreak ordering of ranges with the same lower bound using upper bound.

17 months agoMore docs...
Scott Gasch [Thu, 15 Dec 2022 23:47:21 +0000 (15:47 -0800)]
More docs...

17 months agoMore docs.
Scott Gasch [Thu, 15 Dec 2022 23:44:46 +0000 (15:44 -0800)]
More docs.

17 months agoUpdate docs again.
Scott Gasch [Thu, 15 Dec 2022 23:40:08 +0000 (15:40 -0800)]
Update docs again.

17 months agoUpdate docs and type hints in interval_tree. Add it to the pydocs.
Scott Gasch [Thu, 15 Dec 2022 23:34:37 +0000 (15:34 -0800)]
Update docs and type hints in interval_tree.  Add it to the pydocs.

17 months agoFix interval_tree so it actually works. Add unittests.
Scott Gasch [Thu, 15 Dec 2022 23:16:21 +0000 (15:16 -0800)]
Fix interval_tree so it actually works.  Add unittests.

17 months agoBug and readability fix.
Scott Gasch [Thu, 15 Dec 2022 07:08:00 +0000 (23:08 -0800)]
Bug and readability fix.

17 months agoAdds IntervalTree.
Scott Gasch [Tue, 13 Dec 2022 22:36:23 +0000 (14:36 -0800)]
Adds IntervalTree.

17 months agoRemove more annoying warning messages dumped to console from library code.
Scott Gasch [Sun, 11 Dec 2022 20:05:49 +0000 (12:05 -0800)]
Remove more annoying warning messages dumped to console from library code.

17 months agoBe less annoying.
Scott Gasch [Sun, 11 Dec 2022 20:04:28 +0000 (12:04 -0800)]
Be less annoying.

17 months agoMake argparse utils' valid_date work with the default format of UNIX date.
Scott Gasch [Sun, 11 Dec 2022 20:02:25 +0000 (12:02 -0800)]
Make argparse utils' valid_date work with the default format of UNIX date.

17 months agoImprove identifier for zookeeper based lockfiles.
Scott Gasch [Fri, 9 Dec 2022 21:10:20 +0000 (13:10 -0800)]
Improve identifier for zookeeper based lockfiles.

17 months agoAdds support for zookeeper-based lockfiles.
Scott Gasch [Fri, 9 Dec 2022 18:48:45 +0000 (10:48 -0800)]
Adds support for zookeeper-based lockfiles.

17 months agoMake the processed cmdline available to callers.
Scott Gasch [Sun, 4 Dec 2022 03:14:47 +0000 (19:14 -0800)]
Make the processed cmdline available to callers.

18 months agoFixup/improve error message when giving up on lock acquisition.
Scott Gasch [Thu, 24 Nov 2022 20:35:36 +0000 (12:35 -0800)]
Fixup/improve error message when giving up on lock acquisition.

18 months agoImprove error message for logs.
Scott Gasch [Thu, 24 Nov 2022 18:20:35 +0000 (10:20 -0800)]
Improve error message for logs.

18 months agoDo not touch timestamp if cronjob failed!
Scott Gasch [Tue, 22 Nov 2022 20:07:34 +0000 (12:07 -0800)]
Do not touch timestamp if cronjob failed!

18 months agoFix docs.
Scott Gasch [Fri, 18 Nov 2022 17:00:54 +0000 (09:00 -0800)]
Fix docs.

18 months agoOnly upload one wheel.
Scott Gasch [Fri, 18 Nov 2022 16:54:08 +0000 (08:54 -0800)]
Only upload one wheel.