~skiqqy/todo.sql

418e2ac6 — Stephen Cochrane 1 year, 11 months ago master
Added release script
bef3d623 — Stephen Cochrane 1 year, 11 months ago
Started on cosmic integration

Added Cosmic Module, this allows the application to be accessed via
a restful API
9a3f85cc — Stephen Cochrane 2 years ago
Fixed tabbing
1987edec — Stephen Cochrane 2 years ago
Small refactor
0bdb579f — Stephen Cochrane 2 years ago
update context test
9e1222b0 — Stephen Cochrane 2 years ago
Added tests
499371a2 — Stephen Cochrane 2 years ago
Removed commented out line
a4807350 — Stephen Cochrane 2 years ago
Fixed tabbing issues
706f95c9 — Stephen Cochrane 2 years ago
Added packaging option for releases
2049dcc9 — Stephen Cochrane 2 years ago
Added features and many bug fixes

- Refactor of optarg handling
- Added --sync: pull and push
- Added --continued-sync
- A few bug fixes with regards to TODO parsing.
- Refactor of database util methods
- Refactor of context, added a method to get prepared statements from
  the given context
0accc5e2 — Stephen Cochrane 2 years ago
Setup mvn so it can test. TODO: get mvn.skiqqy.xyz back up and running
7b6966af — Stephen Cochrane 2 years ago
Squash build failing, TODO get build working
30be9da0 — Stephen Cochrane 2 years ago
Fixed typo in README
89815ca3 — Stephen Cochrane 2 years ago
Updated README
9859d3f2 — Stephen Cochrane 2 years ago
Refactor and Small bug fixes

- Updated README
- Fixed bug with Context object
- Refactor Context from(TODO) to Context toContext()
- Various other small changes
50718d37 — Stephen Cochrane 2 years ago
Small fix with query construction
3ab42b5e — Stephen Cochrane 2 years ago
Updated README
4029a3cd — Stephen Cochrane 2 years ago
Many bug fixes, notebly TODO parsing (also added better support for parsing tags). Also added support for storing tags in the DB
30fdf424 — Stephen Cochrane 2 years ago
Very good progress on DB - Object transfer

Implemented several methods relating to passing a note around, both to
the DB in the form of a different tables, and use in the JVM as a TODO
object.

Implemented the concept of a `Context`, at its core, a context is simply
a builder for the TODO object. But it is also used as a sort of filter
to search the DB for specific note's. Its still very much in the early
stages, but I have many ideas for it.
9df27b9d — Stephen Cochrane 2 years ago
Very good progress, DB is in a good position, schema migration is working for both postgres and derby, and I have the TODO factory working
Next
Do not follow this link