Commit Graph

111 Commits (acaec96204d102318e2bc1b18ea2f1bb0e17ba73)
 

Author SHA1 Message Date
Takayuki Maeda acaec96204
v0.1.0-alpha.5 (#112) 3 years ago
Takayuki Maeda 4fc75b3a6d
increase database connection timeout (#109) 3 years ago
Takayuki Maeda 283e835c94
fix job name (#103) 3 years ago
Takayuki Maeda 6c1e41ebdb
v0.1.0-alpha.4 (#102) 3 years ago
Takayuki Maeda ef8194b449
Fix SQL syntax error in PostgreSQL `get_record` (#101)
* fix SQL syntax error

* v0.1.0-alpha.4

* revert database-tree version
3 years ago
Takayuki Maeda 6615a235a7
Filter completion (#88)
* create completion component

* add move_up/down

* fix variable name

* pass config

* create debug component

* remov set

* add reserved words

* remove equal

* allow dead code

* always reset offset

* apply completion candidates correctly

* implement selected_candidate, word

* fix clippy warnings

* complete

* add tests for complete

* fix variable name

* fmt

* add tests for `filterd_candidates`

* add "IN" to reserved words

* remove "IN"

* add test cases

* add debug_assertions

* return complete directly

* add s

* make input field private

* update gobang.gif
3 years ago
Takayuki Maeda 7796947b76
add "what does gobang come from" (#94)
* add "what does gobang come from"

* move section
3 years ago
Takayuki Maeda 61c9298dc6
Merge pull request #93 from utam0k/improvement/get_or_null
improve  the `row.try_get()`
3 years ago
utam0k 204f3a9d79 remove a unnecessary code. 3 years ago
utam0k 922c605b39 use else if to ensure that try_get is only called once. 3 years ago
utam0k 08a70fe76d reduce duplicate codes bacause of try_get() to make it a little easier to read. 3 years ago
Takayuki Maeda ecf6fb0bd7
Fix usage (#91)
* update gobang.gif

* compress GIF

* add `gobang -h`

* update gobang.gif
3 years ago
Takayuki Maeda 1ffb2c36c0
Integrate table_value into table (#90)
* integrate table_value into table

* remove wrap

* remove wrap and alignment
3 years ago
Takayuki Maeda 241cf9136e
Change GIF speed (#89)
* update gobang.gif

* update gobang.gif

* update gobang.gif

* remove gobang

* update gobang.gif
3 years ago
Takayuki Maeda 7fb3565992
use pool options (#86) 3 years ago
Takayuki Maeda f42ebafe68
Enter to expand database tree (#85)
* enter to expand database tree

* always check if the key is enter

* return current_selection

* fix clippy warnings
3 years ago
Takayuki Maeda 6f8b13714a
Add number type to postgres (#78)
* add number type to postgres

* fix README

* add bool type to postgres

* add contribution section
3 years ago
Takayuki Maeda ce1ea291d2
install cargo-workspaces (#77) 3 years ago
Takayuki Maeda 69ec8b232b Merge branch 'main' of github.com:TaKO8Ki/gobang 3 years ago
Takayuki Maeda e82d78ea00
v0.1.0-alpha.3 release (#75)
* create FUNDING.yml

* v0.1.0-alpha.3
3 years ago
Takayuki Maeda 3c3a496b73 Merge branch 'main' of github.com:TaKO8Ki/gobang 3 years ago
Takayuki Maeda 0fb5d77dc6
Add password field to config (#74)
* create FUNDING.yml

* add password field

* add a example using password field to README
3 years ago
Takayuki Maeda 95a0824f6b Merge branch 'main' of github.com:TaKO8Ki/gobang 3 years ago
Takayuki Maeda 2c49d2b786
create FUNDING.yml (#71) 3 years ago
Takayuki Maeda 039d316be6 create FUNDING.yml 3 years ago
Takayuki Maeda f513189c58
add key for connections (#70) 3 years ago
Takayuki Maeda 01f3a26bac
Add the way to install gobang using homebrew (#68)
* add the way to install gobang using homebrew

* fix formula name
3 years ago
Takayuki Maeda d41cef225e
exclude images (#66) 3 years ago
Takayuki Maeda 09f4eeda83
Use cargo-workspaces for publishing multiple crates (#67)
* use cargo-workspaces

* add git information
3 years ago
Takayuki Maeda 55fec4cc35
v0.1.0-alpha.2 release (#65) 3 years ago
Takayuki Maeda c3cdc3950b remove if line 3 years ago
Takayuki Maeda 99130c0660
Create LICENSE (#64)
* Create LICENSE

* remove unused files
3 years ago
Takayuki Maeda d8f35cb2a7
nightly to stable (#63) 3 years ago
Takayuki Maeda 1437f71717
Bump up dependency versions (#62)
* bump up dependency versions

* fix ci.yml

* turn off incremental compilation

* bump up sqlx version

* fix rust

* remove unused features

* add profile

* optimize proc macro

* default features false in database-tree

* remove sqlx from database-tree

* remove --release

* fix

* bump up opt-level 2

* 1

* sqlx 3

* remove profile

* remove windows gnu

* remove windows-gnu

* cache dependencies

* remove windows gnu

* fix typo
3 years ago
Takayuki Maeda 07357f2a3b add fail-fast to release 3 years ago
Takayuki Maeda 271aac9db8
Cross-platform release (#61)
* cross-platform release

* fix style
3 years ago
Takayuki Maeda be9a1c87ec
Some minor modifications (#60)
* remove unused dependencies

* add table indexes to help

* fix description

* fix placeholder

* reset selection

* fix structopt description

* add usage section

* add the way to add connections

* remove a space
3 years ago
Takayuki Maeda f1bc32b057
Merge pull request #59 from TaKO8Ki/add-todo
Add TODOs
3 years ago
Takayuki Maeda cb77f95505 remove useless lines 3 years ago
Takayuki Maeda 4e6f7704b8 add todos 3 years ago
Takayuki Maeda 281a02b433
Merge pull request #58 from TaKO8Ki/manage-cli-version
Manage gobang version
3 years ago
Takayuki Maeda 4a2908b843
Merge pull request #57 from TaKO8Ki/update-usage-gif
Update gobang.gif
3 years ago
Takayuki Maeda 919d0753f0 create version module 3 years ago
Takayuki Maeda 83b3e21997 use version module 3 years ago
Takayuki Maeda 8f7608fbb7 update gobang.gif 3 years ago
Takayuki Maeda c2ee3776dd
Merge pull request #56 from TaKO8Ki/logo
Add logo
3 years ago
Takayuki Maeda 26975db651 arrange key map 3 years ago
Takayuki Maeda accdcfc594 update keymap and sample config 3 years ago
Takayuki Maeda 34f7fd3777 fix logo 3 years ago
Takayuki Maeda 9888b1c139 add logo 3 years ago