Jack Case jackc
jackc opened issue jackc/outline-rs#6 2026-03-31 11:17:46 -04:00
track edit history
jackc opened issue jackc/outline-rs#5 2026-03-31 11:13:56 -04:00
Retrieve pages/blocks from database
jackc opened issue jackc/outline-rs#4 2026-03-31 11:12:53 -04:00
parse markdown files into pages and blocks
jackc opened issue jackc/outline-rs#3 2026-03-31 11:11:41 -04:00
Store pages and blocks in database
jackc opened issue jackc/outline-rs#2 2026-03-31 11:10:42 -04:00
Iterate over page blocks
jackc pushed to alembic at jackc/outline-rs 2026-03-30 12:02:19 -04:00
94a6dcbba6 Merge pull request 'set up Alembic for handling database migrations' (#1) from alembic into dev
a3158ba034 continuing work on building a better test tree.
bf8f64b904 working on building a more interesting tree for testing
Compare 4 commits »
jackc pushed to dev at jackc/outline-rs 2026-03-30 12:00:33 -04:00
94a6dcbba6 Merge pull request 'set up Alembic for handling database migrations' (#1) from alembic into dev
d76d1afd9d create a first alembic revision to generate blocks and pages tables
7c895c8191 update .gitignore for files under migrations
500ab56be0 ran alembic init alembic
91ff9a4caf create directory for DB migrations with alembic
Compare 5 commits »
jackc merged pull request jackc/outline-rs#1 2026-03-30 12:00:33 -04:00
set up Alembic for handling database migrations
jackc created pull request jackc/outline-rs#1 2026-03-30 11:59:50 -04:00
set up Alembic for handling database migrations
jackc pushed to alembic at jackc/outline-rs 2026-03-30 11:32:53 -04:00
d76d1afd9d create a first alembic revision to generate blocks and pages tables
7c895c8191 update .gitignore for files under migrations
Compare 2 commits »
jackc pushed to alembic at jackc/outline-rs 2026-03-30 10:36:09 -04:00
500ab56be0 ran alembic init alembic
jackc created branch alembic in jackc/outline-rs 2026-03-30 10:36:09 -04:00
jackc pushed to main at jackc/outline-rs 2026-03-30 10:30:32 -04:00
91ff9a4caf create directory for DB migrations with alembic
jackc pushed to dev at jackc/outline-rs 2026-03-29 13:03:13 -04:00
a3158ba034 continuing work on building a better test tree.
jackc pushed to dev at jackc/outline-rs 2026-03-29 09:23:23 -04:00
bf8f64b904 working on building a more interesting tree for testing
jackc pushed to dev at jackc/outline-rs 2026-03-27 08:56:28 -04:00
jackc created branch dev in jackc/outline-rs 2026-03-27 08:56:28 -04:00
jackc pushed to main at jackc/outline-rs 2026-03-27 08:34:25 -04:00
ec6f32f0c1 add a little readme