Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(rest-api): move GET /tag/{tags} to GET /tags/{tags}HEADv0.2.0master | Federico Igne | 2022-08-24 | 1 | -4/+4 |
| | |||||
* | feat(cli): add customizable parameters through CLI | Federico Igne | 2022-08-24 | 1 | -15/+104 |
| | |||||
* | feat(GET /tag/{tags}): reenable querying by tag(s) | Federico Igne | 2022-08-22 | 1 | -11/+58 |
| | | | | | This reintroduces the feature that allows to query the database by tag(s); this time the feature is implemented using the `LIKE` operator of SQL. | ||||
* | refactor: rework structure | Federico Igne | 2022-08-06 | 1 | -119/+89 |
| | |||||
* | feat(sqlite): move from file to SQLite backend | Federico Igne | 2022-08-05 | 1 | -57/+192 |
| | |||||
* | feat(GET /tag/{tags}): add ability to retrieve notes by tag(s) | Federico Igne | 2022-07-29 | 1 | -5/+36 |
| | | | | | Placeholder `{tags}` is substituted with one or more tags separated by a plus sign `+`. | ||||
* | feat(POST /notes): add ability to add new notes. | Federico Igne | 2022-07-27 | 1 | -21/+96 |
| | | | | | Notes are stored in a simple json file for now. Will implement a proper backend later on (most likely SQLite). | ||||
* | feat(GET /notes): add first implementation for notes retrieval | Federico Igne | 2022-07-26 | 1 | -0/+196 |