Commit graph

174 commits

Author SHA1 Message Date
Sung Won Cho
d71abdb150
Add debug log to HTTP request (#252) cli-v0.9.1 2019-09-26 09:40:19 +08:00
Sung Won Cho
df4866b4d4
Allow to build for a specific platform (#250) 2019-09-11 23:45:06 +10:00
Sung Won Cho
bda05f71f6
Add instructions on configuring CLI (#251) 2019-09-07 12:46:12 +10:00
Sung Won Cho
a3ee4fbc21
Improve shell portability (#249) 2019-08-13 12:54:06 +10:00
Sung Won Cho
7439df0e29
Bump dependencies (#248) 2019-08-13 10:05:54 +10:00
Sung Won Cho
7e81c2cde6
Implement payment method update (#245)
* Implement payment method update

* Add license
2019-08-03 19:22:48 +10:00
Sung Won Cho
2c80340e19
Fix homebrew release (#242) cli-v0.9.0 2019-08-01 11:42:43 +10:00
Sung Won Cho
4079dd4db9
Add vscode (#241) 2019-08-01 10:52:28 +10:00
Sung Won Cho
12a933d8ec
Simplify remove book command (#240)
* Allow to skip confirmation when removing

* Allow to pass book name directly as an argument when removing
2019-08-01 10:45:30 +10:00
Sung Won Cho
e84e8ed2f3
Allow to rename books (#239)
* Allow to rename books

* Avoid mutating the flag variable

* Validate book name upon edit

* Write integration test

* Add missing licenses

* Mark book as dirty upon renaming so it can be synced

* Remove TODO that is no longer needed
2019-08-01 09:21:24 +10:00
Sung Won Cho
8f54e3b3e6
Fix conflict report format (#237)
* Improve assert output

* Get editor input as is

* Avoid appending a linebreak to a normal diff

* Test multi-line conflict diff
2019-07-30 18:57:23 +10:00
Sung Won Cho
aee2c0c8ae
Upgrade to Postgres 11 (#235)
* Automate generation of migration files

* Upgrade to postgres 11
2019-07-29 17:24:43 +10:00
Sung Won Cho
b45952968b
Implement structured logging (#232)
* Implement structured logging

* Remove debug

* Log additional information for ncoming requests
2019-07-29 10:05:48 +10:00
Sung Won Cho
0317e7f1de
Allow to move notes to another book (#234)
* Print more information upon edit

* Allow to move notes between books

* Allow to update content and book at the same time

* Fix test
2019-07-27 19:51:30 +10:00
Sung Won Cho
71ca81b3ef
Exclude non-CLI releases from CLI update check (#231) cli-v0.8.5
* Fix CLI release script

* Walk to find CLI releases

* Fix missing homebrew shasum

* Test CLI release walk

* Test pagingated result
2019-07-25 18:45:17 +10:00
Sung Won Cho
901918bce4
Fix release process and update self hosting instruction (#229) cli-v0.8.4
* Get release script to work

* Update outdated instruction
2019-07-25 12:14:33 +10:00
Sung Won Cho
2c82e36f7a
Require database connection configuraton (#228) server-v0.1.0-beta
* Require explicit configuration for database connection

* Test validation

* Remove stutter

* Only use packr for self hosting

* Restart server upon change
2019-07-24 17:32:12 +10:00
Sung Won Cho
a5bcf771d7
Allow empty param in the connection string (#227) 2019-07-23 17:52:00 +10:00
Sung Won Cho
ee14a3c9be
Fix test by enabling database SSL only in production (#226)
* Fix test

* Always specify sslmode
2019-07-23 17:06:03 +10:00
Sung Won Cho
73d66eea07
Simplify the env vars (#225) 2019-07-23 15:55:23 +10:00
Sung Won Cho
6fbe08e2a9
Simplify template path (#224)
* Simplify template path

* Fix
2019-07-22 15:42:56 +10:00
Sung Won Cho
357a587653
Implement server binary (#223) 2019-07-22 13:41:09 +10:00
Sung Won Cho
ddabdd9732
Allow multiple editor sessions (#221) cli-v0.8.3
* Allow to get editor input from multiple sessions at a given time

* Add license
2019-07-13 13:02:09 +10:00
Sung Won Cho
92c3d8376e
Fix test (#217)
* Remove debug

* Fix missing directory
2019-07-02 18:27:29 +10:00
Tyler Estes
4fe5250e91 remove type=button from subscription cta button; fixes issue dnote/dnote#215 (#216) 2019-06-30 11:54:19 +10:00
Sung Won Cho
35dc7abfae
Server migration (#214)
* Allow to run server side postgres migration

* Automate migration creation

* Check if sql-migrate exists
2019-06-29 12:31:42 +10:00
Sung Won Cho
6feda8c392
Allow to customize endpoint in CLI (#213)
* Read api endpoint from config

* Migrate config file
2019-06-28 15:38:59 +10:00
Sung Won Cho
04b41bb53f
Fix installation link (#212) 2019-06-28 12:23:53 +10:00
Sung Won Cho
94fe2896a1
Change word (#211) 2019-06-28 11:53:09 +10:00
Sung Won Cho
0732d64bb9
Hide version (#210) 2019-06-27 15:15:46 +10:00
Sung Won Cho
c7a9ceee3c
Fix dependency installation (#209)
* Fix local js dependency installation

* Fix wording

* Fix test
2019-06-27 11:59:42 +10:00
Sung Won Cho
75d1cb42e8
Deps (#208)
* Consolidate deps

* Fix CI
2019-06-26 18:43:39 +10:00
Sung Won Cho
23a511dbe0
Improve package structure (#207)
* Improve package structure

* Set up travis
2019-06-25 19:20:19 +10:00
Sung Won Cho
ca03c8576a
Remove mention of unsupported feature (#205) cli-v0.8.2 2019-06-12 20:20:07 +10:00
Sung Won Cho
1ff5ae6a37
Report note merge conflict (#204) cli-v0.8.1
* Report note merge conflict

* Add licenses

* Write tests and remove unused
2019-06-10 16:15:08 +10:00
Sung Won Cho
539de99a94
Add PR template (#203) 2019-06-10 10:52:15 +10:00
Sung Won Cho
eed001eb93
Check response error (#200) 2019-06-01 15:40:57 +10:00
Sung Won Cho
dd176f8367
Add demo (#198) 2019-05-30 21:13:47 +10:00
Sung Won Cho
c5870d69ee
Update issue templates (#195)
* Update issue templates

* change logo
2019-05-29 21:57:55 +10:00
Sung Won Cho
9743d67dc4
Bump depedencies (#196) 2019-05-27 21:48:14 +10:00
Sung Won Cho
92e2924fcf
Autocompletion (#193) cli-v0.8.0
* Add autocompletion script for bash and zsh

* Disallow book names with spaces

* Drop parenthesis

* Migrate book names with spaces

* Autocomplete for add

* test

* Make test run in go 1.11
2019-05-27 19:40:35 +10:00
Sung Won Cho
6ba0395a10
Fix edit command argument validation (#192) 2019-05-25 10:39:02 +10:00
Sung Won Cho
8a30723b74
Fix build (#188)
* fix

* fix
2019-05-23 22:58:58 +10:00
Sung Won Cho
3dff87e5a2
Implement checkout flow (#187)
* Implement new payment flow

* Update README

* Fix style
2019-05-23 22:20:15 +10:00
Sung Won Cho
813040ea21
Validate book name (#185) cli-v0.7.0 2019-05-18 17:03:06 +10:00
Sung Won Cho
f526124243
Simplify view and edit command (#184)
* Simplify the view command

* Simplify the edit command

* Migrate number-only book names

* Run migration

* Simplify remove

* Print note info when adding, editing, or removing

* Disallow users from editing or removing already removed notes
2019-05-18 16:52:12 +10:00
Sung Won Cho
cc27714fb6
Fix incorrect prop (#183) 2019-05-18 15:01:23 +10:00
Sung Won Cho
9c31d7998d
Implement digests epage (#182)
* Render digests page

* Implement digests endpoint

* Fetch digests on the frontend

* Render digest items

* Bump deps
2019-05-15 14:34:19 +10:00
Sung Won Cho
84afef7985
Fix digest page scroll (#178) 2019-05-11 12:55:12 +10:00
Sung Won Cho
4cafd54247
Add a link to forum (#177)
* Fix link

* Add a link to forum
2019-05-10 19:03:31 +10:00