Commit Graph

1717 Commits

Author SHA1 Message Date
Christopher C. Wells ce4518014d Remove hardcorded `master` branch reference 2023-10-21 14:02:07 -07:00
Christopher C. Wells 3b9d320a80 Remove unused imports 2023-10-21 14:02:07 -07:00
Christopher C. Wells 0f7c49b4f1 Add test for `Child.birth_datetime()` 2023-10-21 14:02:07 -07:00
Christopher C. Wells 43ab2694b4 Correct exception catch for `timesince` 2023-10-21 14:02:07 -07:00
Christopher C. Wells 39c1e98d8c Add birth time support to Child model 2023-10-21 14:02:07 -07:00
Christopher C. Wells 0077d26142 Add detail on running commands in an LSIO container
See #729
2023-10-21 07:11:35 -07:00
Christopher C. Wells 9fc666dd2e Add support and testing for Python 3.12 2023-10-20 20:56:28 -07:00
Christopher C. Wells 31f8f951ad Don't include duration on timeline entries with no duration 2023-10-20 19:56:48 -07:00
Christopher C. Wells 9baec8d906 Increase carousel slider contrast 2023-10-20 19:24:23 -07:00
Christopher C. Wells b54499d6f2 Add image field to note 2023-10-20 17:06:59 -07:00
Christopher C. Wells ed18fc865e Create v2.1.2 release 2023-10-14 06:59:11 -07:00
Christopher C. Wells 03f3197884 Reformat "days ago" string for easier translation 2023-10-14 06:53:56 -07:00
Christopher C. Wells 0d08d6174b Updtate french translation, correction, modification duration.py line 110 & 118 to ease the translation 2023-10-14 06:53:56 -07:00
Christopher C. Wells 0c15868d8d Update Python runtime 2023-10-14 06:09:22 -07:00
Christopher Charbonneau Wells f19b589585
Removed old CHANGELOG reference 2023-10-14 05:25:03 -07:00
Christopher C. Wells 23929a4a02 Fix up incorrect translations and fuzzy strings
Fixes #718
2023-10-12 18:38:09 -07:00
Christopher Charbonneau Wells b305828fe0
Update Baby Buddy for Android source URL 2023-10-10 06:52:42 -07:00
Christopher C. Wells 92238338e5 Add latest translations from POEditor
Fixes #714
2023-10-09 06:52:11 -07:00
Christopher C. Wells e4832ccff8 Use lazy translation in form definition
Fixes #715
2023-10-09 06:40:51 -07:00
Christopher C. Wells dfa16d1e70 Compile latest translations 2023-10-09 06:40:21 -07:00
Christopher Charbonneau Wells 6db4d18e0a Create v2.1.0 release 2023-10-08 22:41:04 +00:00
Christopher Charbonneau Wells 7aae606a6a Remove CHANGLOG.md
Getting rid of local changelog process in favor of autogenerated release notes in
GitHub.
2023-10-08 22:39:58 +00:00
Christopher Charbonneau Wells 802beacf79 Update Python dependencies
Closes #692
2023-10-08 22:35:26 +00:00
Michael Salaverry 7af0a658d6 feat: configure and explain debugging in devenv 2023-10-08 15:23:57 -07:00
Michael Salaverry 1ebe5a5ce0 fix: graph start from left axis
https://github.com/babybuddy/babybuddy/pull/444#issuecomment-1281767322
2023-09-30 06:34:26 -07:00
Marco H 26e8a1f689 New statistic graph: Diaper change intervals
Fix formatting

Fix comment

Remove debug

Remove debug

Change naming of variable

Add new statistics graph: Feeding intervals

Fix naming

Add simple HTTP status code tests for new graphs

Remove number of feedings from graph

Remove obsolete yaxis2

Fix calculation of intervals and change scale to hours instead of minutes
2023-09-30 06:34:26 -07:00
Michael Salaverry 8d8006ab71
feat: Weight percentiles report #512 (#708)
* feat: weight percentiles report
https://github.com/babybuddy/babybuddy/issues/512

* fix: formatting on weight percentile graph to extend out only 1 day more than the last weigh in date
https://github.com/babybuddy/babybuddy/pull/708#discussion_r1332335789

* feat: pre-commit lint with black hook
tested and stops the python commit if formatting is bad. then it runs black and fixes the formatting, resulting in a new git change to add/commit again

---------

Co-authored-by: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com>
2023-09-27 06:24:53 -07:00
Christopher C. Wells cb2197e3bb Update dependencies 2023-09-27 05:18:01 -07:00
Michael Salaverry b8b0f7fad1 refactor: ditch docker container support in favor of simpler nix 2023-09-19 14:17:43 -07:00
Michael Salaverry 48f295cbf0 refactor: avoid glibc error
https://github.com/cachix/devenv/issues/749
2023-09-19 14:17:43 -07:00
Michael Salaverry 3cf3107234 fix: glibc dependency line 2023-09-19 14:17:43 -07:00
Michael Salaverry 08d0fd6e22 docs: surface link to github codespace as alternative to gitpod 2023-09-19 14:17:43 -07:00
Michael Salaverry 720ad2cb98 feat: devenv support for reproducible developer environment using nix 2023-09-19 14:17:43 -07:00
Boris b5163c2360 Add feature: Filter timers by name
In this commit, we've implemented a new feature that enhances the usability and flexibility of BabyBuddy. Users can now filter timers by their names, making it convenient to find timers without having to remember or input their specific IDs. This is particularly useful when dealing with timers that users might not be consciously aware of or for which remembering IDs is not feasible.

This improvement has broader implications, especially when it comes to programmable scenarios such as leveraging Apple Shortcuts.
2023-08-15 09:38:34 -07:00
Christopher C. Wells 3d2baed7ab Update API schema to reflect recent changes
Fixes #696
2023-08-08 05:07:40 -07:00
vanseforge ac8766c9d5 Fixed and added new german translations 2023-07-31 07:54:57 -07:00
Christopher C. Wells db6698666a Update Python runtime 2023-07-29 06:20:02 -07:00
Christopher C. Wells f986ff7917 Create v2.0.4 release 2023-07-29 05:39:36 -07:00
Christopher C. Wells a950c18662 Lock Pillow at 9.5.0
Fixes #684

Django-imagekit has a dependency on pilkit which is using the removed attribute.

See:
 - https://github.com/matthewwithanm/django-imagekit/issues/566
 - https://github.com/matthewwithanm/pilkit/issues/64
2023-07-29 05:32:31 -07:00
Christopher C. Wells 4d37e69ad4 Create v2.0.3 release 2023-07-25 17:42:23 -07:00
Christopher C. Wells 4df816984d Move cache table creation to a migration 2023-07-25 17:40:01 -07:00
Christopher C. Wells fc383dff18 Create v2.0.2 release 2023-07-17 06:53:42 -07:00
Christopher C. Wells 154d794507 Rename "Today's Feedings" as "Recent Feedings" 2023-07-17 06:50:36 -07:00
Christopher C. Wells 253d417eef Add bs namespace to card controls
Fixes #680
2023-07-17 06:50:09 -07:00
Christopher C. Wells 523c52ef93 Update translations
Closes #681
2023-07-17 06:39:01 -07:00
Christopher C. Wells 0c3866794b Create v2.0.1 release 2023-07-13 10:36:39 -07:00
Christopher C. Wells b0de44b5d5 Correct missed BS5 class name updates
Fixes #677
2023-07-13 10:27:32 -07:00
Christopher C. Wells d85cd12ca9 Create v2.0.0 release 2023-07-09 09:45:05 -07:00
Christopher C. Wells 45263d24f7 Increase minimum Python version to 3.8 2023-07-09 09:32:43 -07:00
Christopher C. Wells 73e1f18e78 Update Python dependencies 2023-07-09 09:30:24 -07:00