GitHub / letsencrypt/mariadb-sequential-partition-manager-py issues and pull requests
#88 - Add sha256sums to the releases
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#87 - Add NoValidRatesOfChangeException and don't emit ALTER errors for it
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#86 - `Failed to handle Table ....: No valid rates of change` should not increment an ALTER failure metric.
Issue -
State: closed - Opened by jcjones over 1 year ago
#85 - Releases need to include sha256sums
Issue -
State: closed - Opened by jcjones over 1 year ago
#84 - Use timezone-aware datetimes -- ruff check --select=DTZ
Pull Request -
State: closed - Opened by cclauss over 1 year ago
#83 - Use comprehensions -- ruff check --select=C4
Pull Request -
State: closed - Opened by cclauss over 1 year ago
- 2 comments
#82 - Ruff format --line-length=88
Pull Request -
State: closed - Opened by cclauss over 1 year ago
#81 - Refactor `do_partition` to reduce the statement count
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#80 - Don't emit a Prometheus error for empty tables
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#79 - Ignore empty tables
Issue -
State: closed - Opened by jcjones over 1 year ago
#78 - Don't emit metrics for tables not in the config file
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#77 - Change line lengths to 88 and enable ruff format --check
Issue -
State: closed - Opened by jcjones over 1 year ago
- 1 comment
#76 - Bump the github-actions group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#75 - Replace black and flake8 with ruff
Pull Request -
State: closed - Opened by cclauss over 1 year ago
- 1 comment
#74 - Keep GitHub Actions up to date with GitHub's Dependabot
Pull Request -
State: closed - Opened by cclauss over 1 year ago
- 2 comments
#73 - Switch to pyproject.toml from setup.py
Pull Request -
State: closed - Opened by jcjones over 1 year ago
#72 - setuptools-py2cfg: setup.py --> setup.cfg
Pull Request -
State: closed - Opened by cclauss over 1 year ago
- 1 comment
#71 - Fix typos discovered by codespell
Pull Request -
State: closed - Opened by cclauss over 1 year ago
- 2 comments
#70 - Switch to ruff
Issue -
State: closed - Opened by jcjones over 1 year ago
#69 - pre-commit autoupdate && pre-commit run --all-files
Pull Request -
State: closed - Opened by cclauss almost 2 years ago
- 3 comments
#68 - Partition dropping logic needs to handle absent references
Issue -
State: open - Opened by jcjones almost 2 years ago
#67 - stats shouldn't report stats about unconfigured tables
Issue -
State: closed - Opened by jcjones about 2 years ago
#66 - Use pyproject.toml
Issue -
State: closed - Opened by jcjones about 2 years ago
#65 - Prevent potential supply chain attack by referencing a commit rather than @latest in GH action
Pull Request -
State: closed - Opened by pgporada about 2 years ago
#64 - Remove support for RANGE COLUMNS
Issue -
State: open - Opened by jcjones over 2 years ago
#63 - Support earliest_utc_timestamp_query for multi-column partitions
Issue -
State: open - Opened by jcjones over 2 years ago
- 1 comment
#62 - Assert partitions are empty before ALTERs
Issue -
State: open - Opened by jcjones over 2 years ago
- 1 comment
#61 - Correct multi-column key partition ordering
Pull Request -
State: closed - Opened by jcjones over 2 years ago
#60 - Partition ordering for multi-column keys is incorrect
Issue -
State: closed - Opened by jcjones over 2 years ago
#59 - Increase alter wait from 2 seconds to 6
Pull Request -
State: closed - Opened by lenaunderwood22 over 2 years ago
#58 - It'd help to debug command execution failures if we had the query!
Pull Request -
State: closed - Opened by jcjones almost 3 years ago
#57 - Set WAIT 2 for all ALTER TABLE REORGANIZE PARTITION calls
Pull Request -
State: closed - Opened by jcjones almost 3 years ago
- 1 comment
#56 - Don't fail completely if we throw on a table.
Pull Request -
State: closed - Opened by jcjones about 3 years ago
- 1 comment
#54 - Don't stop because a single table is incompatible
Pull Request -
State: closed - Opened by jcjones about 3 years ago
#53 - Don't divide by zero
Pull Request -
State: closed - Opened by jcjones about 3 years ago
#52 - Improve duplicate detection in _plan_partition_changes
Pull Request -
State: closed - Opened by jcjones about 3 years ago
#51 - Partition Manager should only use database queries, not partition names, for calculations
Issue -
State: open - Opened by jcjones about 3 years ago
#50 - Fix #48: It's OK to not calculate one partition
Pull Request -
State: closed - Opened by jcjones about 3 years ago
#49 - Upgrade to Black 22.3 to avoid click error
Pull Request -
State: closed - Opened by jcjones about 3 years ago
#48 - Handle case where get_rate_partitions_with_queried_timestamps has no results
Issue -
State: closed - Opened by jcjones about 3 years ago
#47 - Partman stops all management operations if a table doesn't exist
Issue -
State: closed - Opened by pgporada about 3 years ago
- 1 comment
#46 - Duplicate Partition Exception when multiple tables are to be renamed
Issue -
State: closed - Opened by pgporada about 3 years ago
#45 - Fix black/click CI problem
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#44 - Retention-based Partition Dropping
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#43 - Make rate-of-change log at info, as we want to know it in prod.
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#42 - Far-off Positions should be Recalculated
Issue -
State: open - Opened by jcjones over 3 years ago
#40 - Automate building & releasing of this tool
Pull Request -
State: closed - Opened by aaomidi over 3 years ago
#39 - Division-by-zero error in _get_weighted_position_increase_per_day_for_partitions
Issue -
State: closed - Opened by jcjones over 3 years ago
#37 - Use actual data for date predictions if available, not partition names.
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#36 - Add option to set SQL session variables
Issue -
State: open - Opened by jcjones over 3 years ago
- 1 comment
#35 - Out-of-order partitions can prompt constantly new empty partitions
Issue -
State: closed - Opened by jcjones over 3 years ago
- 3 comments
#34 - Emit a last-run timestamp as a Prometheus metric
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#33 - Limit trigger names to 64 characters.
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#32 - migrate mode: Triggers have a maximum length
Issue -
State: closed - Opened by jcjones over 3 years ago
#31 - Rename "bootstrap" to "migrate" mode
Pull Request -
State: closed - Opened by jcjones over 3 years ago
#30 - Use actual data for date predictions if available, not partition names.
Issue -
State: closed - Opened by jcjones over 3 years ago
#29 - Gather statistics for all tables
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#28 - Statistics should print for all tables, not just the configured ones
Issue -
State: closed - Opened by jcjones almost 4 years ago
#27 - Switch to GitHub actions
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#26 - Can't predict forward with a non-positive rate of change on a map table
Issue -
State: open - Opened by jcjones almost 4 years ago
- 1 comment
#25 - V0.2.2
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#24 - Automatically use --noop on DBs with READ_ONLY set to 1
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#23 - Ignore rate calculations for out-of-order partitions
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#22 - Handle mispredictions cleanly
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#21 - Let bootstrap work on tables that aren't partitioned yet.
Pull Request -
State: closed - Opened by jcjones almost 4 years ago
#19 - Use simple unchangable identifiers for partition names
Issue -
State: open - Opened by jcjones almost 4 years ago
- 4 comments
#18 - Rename "boostrap" to "migrate" mode
Issue -
State: closed - Opened by jcjones almost 4 years ago
#17 - Rework configuration
Issue -
State: open - Opened by jcjones almost 4 years ago
- 2 comments
#16 - Switch to Github Actions
Issue -
State: closed - Opened by jcjones almost 4 years ago
#15 - README: `tee` and `<<EOF` both feel super odd for the primary usage section of a README.
Issue -
State: open - Opened by jcjones almost 4 years ago
#14 - Might be nice to have a printout of the `--help` in the README.
Issue -
State: open - Opened by jcjones almost 4 years ago
#13 - Let bootstrap work on tables that aren't partitioned yet.
Pull Request -
State: closed - Opened by jcjones about 4 years ago
- 1 comment
#12 - Handle mispredictions cleanly.
Pull Request -
State: closed - Opened by jcjones about 4 years ago
- 2 comments
#11 - Make pymysql optional.
Pull Request -
State: closed - Opened by jcjones about 4 years ago
#10 - Let bootstrap work on tables that aren't partitioned yet.
Pull Request -
State: closed - Opened by jcjones about 4 years ago
- 2 comments
#9 - Bootstrap created an Alter Table multicolumn MAX_VALUE without parens
Issue -
State: open - Opened by jcjones over 4 years ago
#8 - Bootstrap produced invalid partition map
Issue -
State: open - Opened by jcjones over 4 years ago
#7 - Correct spelling in table_information_schema_is_compatible
Pull Request -
State: closed - Opened by jcjones over 4 years ago
#6 - Describe that this function checks for the existance a table too
Pull Request -
State: closed - Opened by pgporada over 4 years ago
#5 - Review Updates per PR 4
Pull Request -
State: closed - Opened by jcjones over 4 years ago
#4 - Partition Manager Review
Pull Request -
State: closed - Opened by aarongable over 4 years ago
- 1 comment
#3 - Predictive partitioning
Pull Request -
State: closed - Opened by jcjones over 4 years ago
- 1 comment
#2 - Accept multiple tables at once
Issue -
State: closed - Opened by jcjones over 4 years ago
- 1 comment
#1 - Support PARTITION BY RANGE COLUMNS
Issue -
State: closed - Opened by jcjones over 4 years ago
- 1 comment