Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
thingsapi
/
things.py
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
228
Code
Issues
3
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Include Repeat Templates in upcoming(), fixes #122
- #145
#145
Closed
bkleinen
wants to merge 15 commits into
thingsapi:main
thingsapi/things.py:main
from
bkleinen:issue_144
bkleinen/things.py:issue_144
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Include Repeat Templates in upcoming(), fixes #122
#145
bkleinen
wants to merge 15 commits into
thingsapi:main
thingsapi/things.py:main
from
bkleinen:issue_144
bkleinen/things.py:issue_144
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2025
use real isoformat in isodate_to_yyyyyyyyyyymmmmddddd
bkleinen
committed
3fdfd24
View commit details
Copy full SHA for 3fdfd24
Browse repository at this point
create thingsdate for today directly in database.py rather than passing datetime(now) to sqlite (testability)
bkleinen
committed
2210fa8
View commit details
Copy full SHA for 2210fa8
Browse repository at this point
extract method date_today to enable patching today's date from tests
bkleinen
committed
b5e1b82
View commit details
Copy full SHA for b5e1b82
Browse repository at this point
prepare test case
bkleinen
committed
85f9820
View commit details
Copy full SHA for 85f9820
Browse repository at this point
add some tests for cancelled/completed in upcoming, and the created instance from the repeat template
bkleinen
committed
da64683
View commit details
Copy full SHA for da64683
Browse repository at this point
add first constants/parameter, tests green
bkleinen
committed
c1624a3
View commit details
Copy full SHA for c1624a3
Browse repository at this point
Commits on Sep 1, 2025
GREEN
bkleinen
committed
4181ef0
View commit details
Copy full SHA for 4181ef0
Browse repository at this point
add fields to recurring template
bkleinen
committed
9b3961e
View commit details
Copy full SHA for 9b3961e
Browse repository at this point
remove expression out of string interpolation
bkleinen
committed
4f42c1e
View commit details
Copy full SHA for 4f42c1e
Browse repository at this point
fix doctest failure with today_patch
bkleinen
committed
2c73da0
View commit details
Copy full SHA for 2c73da0
Browse repository at this point
add pytest-mock
bkleinen
committed
a84bab0
View commit details
Copy full SHA for a84bab0
Browse repository at this point
add pytest + pytest-mock to Pipfile
bkleinen
committed
0c00153
View commit details
Copy full SHA for 0c00153
Browse repository at this point
trying to make pytest find mocker on gh action
bkleinen
committed
0b39320
View commit details
Copy full SHA for 0b39320
Browse repository at this point
install pytest-mock for tests, not for linter...
bkleinen
committed
1359634
View commit details
Copy full SHA for 1359634
Browse repository at this point
lint
bkleinen
committed
cf50b7e
View commit details
Copy full SHA for cf50b7e
Browse repository at this point
You can’t perform that action at this time.