Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
letsencrypt
/
mariadb-sequential-partition-manager-py
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
8
Code
Issues
15
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
4ec4096
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 7, 2022
Make rate-of-change log at info, as we want to know it in prod. (#43)
jcjones
authored
4ec4096
Copy full SHA for 4ec4096
Commits on Jan 20, 2022
Automate building & releasing of this tool (#40)
Amir Omidi
authored
88a2b88
Copy full SHA for 88a2b88
Commits on Jan 14, 2022
Set to v0.3.1 unstable
jcjones
committed
9056932
Copy full SHA for 9056932
Use actual data for date predictions if available, not partition names. (#37)
Show description for 7f86eb4
jcjones
authored
7f86eb4
Copy full SHA for 7f86eb4
Commits on Nov 8, 2021
Set to 0.2.5 unstable
jcjones
committed
9116265
Copy full SHA for 9116265
Limit trigger names to 64 characters. (#33)
Show description for 72f7bef
jcjones
authored
72f7bef
Copy full SHA for 72f7bef
Emit a last-run timestamp as a Prometheus metric (#34)
jcjones
authored
70f23ce
Copy full SHA for 70f23ce
Rename "bootstrap" to "migrate" mode (#31)
Show description for 5c0c063
jcjones
authored
5c0c063
Copy full SHA for 5c0c063
Commits on Oct 26, 2021
Mark 0.2.4 unstable
jcjones
committed
d5abb88
Copy full SHA for d5abb88
Version to v0.2.3
jcjones
committed
6feffcc
Copy full SHA for 6feffcc
Gather statistics for all tables (#29)
Show description for 4342d2a
jcjones
authored
4342d2a
Copy full SHA for 4342d2a
Switch to GitHub actions (#27)
Show description for c678f46
jcjones
authored
c678f46
Copy full SHA for c678f46
Commits on Oct 22, 2021
V0.2.2 (#25)
Show description for 0951fb1
jcjones
authored
0951fb1
Copy full SHA for 0951fb1
Commits on Oct 21, 2021
Mark mainline to be v0.2.2 unstable
jcjones
committed
d72648d
Copy full SHA for d72648d
Automatically use --noop on DBs with READ_ONLY set to 1 (#24)
Show description for 4c0a295
jcjones
authored
4c0a295
Copy full SHA for 4c0a295
Commits on Oct 20, 2021
Ignore rate calculations for out-of-order partitions (#23)
Show description for 2f302f0
jcjones
authored
2f302f0
Copy full SHA for 2f302f0
Commits on Sep 21, 2021
Bump unstable branch to 0.2.1
jcjones
committed
a084906
Copy full SHA for a084906
Let bootstrap work on tables that aren't partitioned yet. (#21)
Show description for c4edc78
jcjones
authored
c4edc78
Copy full SHA for c4edc78
Handle mispredictions cleanly (#22)
Show description for 8679291
jcjones
authored
8679291
Copy full SHA for 8679291
Make pymysql optional. (#11)
Show description for 9da0d4b
jcjones
authored
9da0d4b
Copy full SHA for 9da0d4b
Commits on Sep 20, 2021
Merge PR#4 into main as a single commit
Show description for 51e10be
jcjones
committed
51e10be
Copy full SHA for 51e10be
Commits on Apr 27, 2021
Correct spelling in table_information_schema_is_compatible (#7)
Show description for 9b707e1
jcjones
authored
9b707e1
Copy full SHA for 9b707e1
Commits on Apr 23, 2021
Describe that this function checks for the existance a table too (#6)
pgporada
authored
bdf4703
Copy full SHA for bdf4703
Commits on Apr 20, 2021
More documentation for the Types
jcjones
committed
69f7542
Copy full SHA for 69f7542
Commits on Apr 16, 2021
Update README, bugfix that --table and --in/--out were all mutually exclusive
jcjones
committed
bcdc3e9
Copy full SHA for bcdc3e9
Commits on Apr 15, 2021
Predictive partitioning (#3)
Show description for 03a9cc8
jcjones
authored
03a9cc8
Copy full SHA for 03a9cc8
Commits on Mar 11, 2021
Rename partition_duration to partition_period
jcjones
committed
52a41a3
Copy full SHA for 52a41a3
Spelling fix: partition_name_now
jcjones
committed
bba56d3
Copy full SHA for bba56d3
Pre-commit: Make Black run before other tools
jcjones
committed
a45cce8
Copy full SHA for a45cce8
Emit a statistic for table alteration time
jcjones
committed
011f836
Copy full SHA for 011f836
Commits on Mar 10, 2021
v0.1.1, Bugfix: yaml dburls weren't preprocessed
jcjones
committed
cfbc920
Copy full SHA for cfbc920
v0.1.0: Minimal features complete
jcjones
committed
e0a0271
Copy full SHA for e0a0271
Per-table partition durations
jcjones
committed
01de102
Copy full SHA for 01de102
Commits on Mar 9, 2021
Remove the optional timestamp, as our version of Prometheus doesn't like it
jcjones
committed
4591242
Copy full SHA for 4591242
Fix prometheus quoting of the labels
jcjones
committed
e4925fe
Copy full SHA for e4925fe
Pagination
Previous
Next
You can’t perform that action at this time.