Skip to content

Releases: 514-labs/moosestack

v0.6.225-ci-10-g33a90639

21 Nov 02:07

Choose a tag to compare

fix: format dynamic column in f-string for python-experimental

Instead of passing Column object in params dict, format it directly
in the f-string using :col format spec. This ensures proper SQL
identifier quoting.

Before: ORDER BY {{order_by}} with params["order_by"] = Column
After: ORDER BY {order_by_col:col} formatted directly

v0.6.225-ci-1-g4943deb6

21 Nov 16:59

Choose a tag to compare

[jj-spr] initial version

Created using jj-spr 1.3.6-beta.1

v0.6.209-ci-38-gdb4b6d43

21 Nov 02:13

Choose a tag to compare

plannned tweak

v0.6.209-ci-29-gbb8f36e8

21 Nov 02:34

Choose a tag to compare

docs: migrate foundations documentation refactor

Refactored migration documentation including:
- Reorganized migration lifecycle documentation
- Added new pages for auto-inferred migrations and lifecycle modes
- Updated planned migrations and CLI documentation
- Added plan format reference
- Fixed broken links throughout migration docs
- Updated navigation structure

v0.6.209-ci-29-g87670533

21 Nov 02:26

Choose a tag to compare

docs: migrate foundations documentation refactor

Refactored migration documentation including:
- Reorganized migration lifecycle documentation
- Added new pages for auto-inferred migrations and lifecycle modes
- Updated planned migrations and CLI documentation
- Added plan format reference
- Fixed broken links throughout migration docs
- Updated navigation structure

v0.6.209-ci-14-g3115c614

21 Nov 01:43

Choose a tag to compare

adding library back in

v0.6.225-ci-9-g1a9ba4ca

20 Nov 19:06

Choose a tag to compare

v0.6.225-ci-7-gd673d760

20 Nov 02:57

Choose a tag to compare

v0.6.225-ci-5-g830e9a14

20 Nov 17:21

Choose a tag to compare

fix: resolve clippy warnings in string format tests

- Replace '== false' with '!' negation operator
- Replace '== true' with direct assertion
- Replace 'len() > 0' with '!is_empty()'
- Makes code more idiomatic and explicit

v0.6.225-ci-4-g538d985d

20 Nov 16:56
538d985

Choose a tag to compare

Merge branch 'main' into dseleno/chore/ENG-1454