Commit Graph

  • f18d014332
    chore: fmt Valentin271 2023-11-10 09:10:22 +0100
  • 0a1c65372c
    fix: use double quote for postgres columns Valentin271 2023-11-10 09:08:51 +0100
  • 7933a87622
    chore: optimized release profile (#1) Valentin271 2023-11-10 08:45:35 +0100
  • c6ebb77e76
    Merge 13766cb512 into 7b1b5f7eba chownsb 2023-10-10 02:05:49 +0000
  • e7368f3efc
    Merge c756cd4a59 into 7b1b5f7eba chownsb 2023-10-10 02:03:22 +0000
  • 13766cb512 Upgrade sqlx and related dependencies to fix future incompatibilities. Brian Chowns 2023-10-09 21:48:40 -0400
  • c756cd4a59 Fix 'named argument not used by name' warning. Brian Chowns 2023-10-09 21:33:38 -0400
  • be23c0a247
    Merge b4761551a0 into 7b1b5f7eba Valentin271 2023-04-25 09:48:17 +0000
  • b4761551a0
    chore: optimized release profile Valentin271 2023-04-25 11:11:41 +0200
  • 0d66b73bb8
    feat: row count in sql editor result Valentin271 2023-04-24 13:30:25 +0200
  • 49b7b1a315
    feat: added total rows count logic Valentin271 2023-04-24 09:11:59 +0200
  • 77a0a22ea0
    feat(database): new `get_total_records_count` method in Pool trait Valentin271 2023-04-22 18:52:40 +0200
  • 1761910877
    Merge 25d032319e into 7b1b5f7eba sebashwa 2023-02-05 19:15:14 +0900
  • 23886a2447
    Merge f403a7030a into 7b1b5f7eba kyoto7250 2023-02-05 19:15:13 +0900
  • 64a31ba7ac
    Merge 64e9b000cf into 7b1b5f7eba kyoto7250 2023-02-05 19:15:12 +0900
  • 6229385d6e
    Merge 781a1822aa into 7b1b5f7eba kyoto7250 2023-02-05 19:15:11 +0900
  • 3dfb09e978
    Merge 1874622172 into 7b1b5f7eba Takayuki Maeda 2023-02-05 19:15:10 +0900
  • ac99e52e8d
    Merge 1fc730e863 into 7b1b5f7eba kyoto7250 2023-02-03 22:05:21 +0900
  • 821bc7fceb
    Merge b1da623a22 into 7b1b5f7eba kyoto7250 2023-02-03 22:05:16 +0900
  • 1002d8257a
    Merge 427210f391 into 7b1b5f7eba kyoto7250 2023-02-03 22:04:49 +0900
  • 03bfb91a60
    Merge 611439e07a into 7b1b5f7eba kyoto7250 2023-02-03 13:16:52 +0100
  • bc39cb888d
    Merge 8755a3efba into 7b1b5f7eba Ryan Miville 2023-01-31 23:06:17 -0500
  • 7b1b5f7eba
    Document `name` config field (#165) main Zane Dufour 2023-01-25 00:06:59 -0500
  • 8755a3efba Add materialized views to table list for Postgres connections Ryan Miville 2023-01-23 12:43:23 -0500
  • 7a55f0aa1c
    Document `name` config field Zane Dufour 2022-12-05 11:52:36 -0500
  • 182a696073
    Merge db9ad754f6 into 3d54997ddb kyoto7250 2022-09-29 16:00:29 +0900
  • 3d54997ddb
    docs: add info about gobang AUR package (#161) Ameya Shenoy 2022-09-28 19:10:26 +0530
  • 441a48e4ed
    docs: add info about gobang AUR package Ameya Shenoy 2022-09-24 20:29:39 +0530
  • bad6f14af6
    adding help and README for exit pop up key (#144) kyoto7250 2022-06-24 17:47:31 +0900
  • 427210f391 fix windows test kyoto7250 2022-06-23 22:17:19 +0900
  • 585b49cbef add tests kyoto7250 2022-06-21 12:08:51 +0900
  • 7a2b9a7d26 add option for using unix_domain_socket kyoto7250 2022-06-21 11:38:23 +0900
  • 611439e07a use unix flag in test kyoto7250 2022-05-31 15:08:25 +0900
  • 5da538ac6d mask database password on the initial page kyoto7250 2022-05-31 08:22:59 +0900
  • 25d032319e Rename cannot_go_* functions to cannot_move_* sebashwa 2022-05-23 11:12:14 +0200
  • 468611de70 Implement <Ctrl-d> for char deletion under cursor sebashwa 2022-05-23 11:11:15 +0200
  • 2af554341b Implement <Alt-d> to forward delete words in input sebashwa 2022-05-23 11:07:13 +0200
  • 195dc95a1b Implement <Alt-f> to move forwards in inputs sebashwa 2022-05-23 11:01:14 +0200
  • f108b28d5f Add <Alt-b> for input navigation sebashwa 2022-05-23 09:39:42 +0200
  • f090dd07d5 Allow input navigation with <Ctrl-f> and <Ctrl-b> sebashwa 2022-05-23 09:39:20 +0200
  • dc9d7fd44f Allow database tree navigation while filtering sebashwa 2022-05-23 09:37:15 +0200
  • fff86b95d1 Add alt backspace keybinding for inputs sebashwa 2022-05-23 07:45:22 +0200
  • 8ab2d44d53 Update database tree directly after filter change sebashwa 2022-05-23 07:40:42 +0200
  • 221d10ee91 Introduce helper methods for input key safeguards sebashwa 2022-05-16 08:55:56 +0200
  • a55f0fe3e7 Change interface for moving cursor to whitespace sebashwa 2022-05-16 08:55:11 +0200
  • 898424209b Add delete word for inputs sebashwa 2022-05-16 08:18:07 +0200
  • 1d0b79ec48 Use early returns in input util key matching sebashwa 2022-05-15 22:29:55 +0200
  • ffe5ce2166 Add happy path tests for input key handling sebashwa 2022-05-15 22:25:35 +0200
  • 96680c2afb Add new util input helper sebashwa 2022-05-15 21:03:04 +0200
  • db9ad754f6 impl custom keybind kyoto7250 2022-05-13 12:52:50 +0900
  • f403a7030a update .gitignore kyoto7250 2022-05-12 11:16:26 +0900
  • b1da623a22 change flag name: offset -> is_empty kyoto7250 2022-04-15 11:12:27 +0900
  • 1fc730e863 fix CommandText TYPE, because it mistaked kyoto7250 2022-04-14 13:28:43 +0900
  • 64e9b000cf adding keymap '$' and '^' for move line in table kyoto7250 2022-04-14 13:18:58 +0900
  • 6f38dc9653 adding offset for prevent panic kyoto7250 2022-04-12 14:13:48 +0900
  • 89e17e78ee adding help and README for exit pop up key kyoto7250 2022-04-11 14:13:13 +0900
  • 35a2ae7d18 refactor concat_headers kyoto7250 2022-04-11 13:46:19 +0900
  • 75bcf73cd6 remove needless return kyoto7250 2022-04-11 12:36:12 +0900
  • 405de596af adding args for passing order_query and header_icons kyoto7250 2022-04-11 11:50:19 +0900
  • 24756655c3 Add processing when the key is pressed kyoto7250 2022-04-11 11:49:48 +0900
  • f4e7877c6e impl for passing order and header_icons kyoto7250 2022-04-11 11:48:01 +0900
  • 7a32f3ac12 adding keymap for s kyoto7250 2022-04-11 11:47:32 +0900
  • ceda08c9ac add Order and OrderManager in Table Components kyoto7250 2022-04-11 11:44:50 +0900
  • ef47974979 adding README.md for s key kyoto7250 2022-04-11 11:43:19 +0900
  • 781a1822aa adding test for expand_selected_by_horizontal_line kyoto7250 2022-04-08 11:04:49 +0900
  • 047286c182 If already selected, V key extend the range kyoto7250 2022-04-08 11:04:27 +0900
  • b75821f1d7 Change function name and remove unused argument kyoto7250 2022-04-08 10:07:30 +0900
  • af0e59c9d4 add key for selecting horizontal line kyoto7250 2022-04-04 18:54:39 +0900
  • b13e4bb255
    add the way to install gobang on NixOS (#139) Takayuki Maeda 2022-03-03 11:19:30 +0900
  • 2bce8e22fd add the way to install gobang on NixOS Takayuki Maeda 2022-03-03 11:13:05 +0900
  • 1874622172 add column names to completion candidates add-columns-to-completion-candidates Takayuki Maeda 2022-02-15 12:44:45 +0900
  • de0d57c9a3
    Fix JSON conversion of the table name which is also a keyword (#133) Santo Cariotti 2021-12-11 09:32:34 +0100
  • f96a573502
    Changed to check case insensitively (#132) mi-wada 2021-11-16 14:40:48 +0900
  • f24cc82054 Fix JSON conversion of the table name which is also a keyword Santo Cariotti 2021-11-12 15:46:13 +0100
  • 580056c8dc Changed to check case insensitively mi-wada 2021-11-05 17:22:39 +0900
  • 403b9c7385
    feature connection alias (#129) ryo watanabe 2021-11-03 17:02:17 +0900
  • 143350edcc fix type error susiyaki 2021-11-03 16:39:00 +0900
  • 7fc5d690e0 fix review susiyaki 2021-11-03 16:20:43 +0900
  • 7fac9a6cce fix review #129 susiyaki 2021-11-03 16:09:42 +0900
  • 6edd6f9399 fix struct error susiyaki 2021-11-03 15:44:18 +0900
  • 318764f064
    Create PULL_REQUEST_TEMPLATE.md (#131) Takayuki Maeda 2021-11-03 15:30:38 +0900
  • 876e76617f
    Create PULL_REQUEST_TEMPLATE.md Takayuki Maeda 2021-11-03 15:30:05 +0900
  • 7243c20686 Revert "feature connection alias" susiyaki 2021-11-03 15:19:33 +0900
  • 4a40990261 add database_url_with_name method to Connection susiyaki 2021-11-03 12:46:27 +0900
  • 9e5373509e
    fix typo (#130) Sho Hirose 2021-11-01 12:59:39 +0900
  • 69ba41b153 Revert "add a target to ignore" Sho Hirose 2021-11-01 01:50:46 +0900
  • c33fee371b add a target to ignore Sho Hirose 2021-10-31 19:51:25 +0900
  • 21aafdeeb7 fixed typo Sho Hirose 2021-10-31 19:50:21 +0900
  • 88b70c1c33 feature connection alias susiyaki 2021-10-27 20:58:25 +0900
  • 36b1da0afa
    Create PropertiesComponent and redesign layout (#128) Takayuki Maeda 2021-10-09 16:03:52 +0900
  • ba77418834 remove query field Takayuki Maeda 2021-10-09 15:56:49 +0900
  • 4519ecac36 remove alias Takayuki Maeda 2021-10-09 15:53:54 +0900
  • 14b8592c38 use serialize only in tests Takayuki Maeda 2021-10-09 14:25:45 +0900
  • e445c258c2 add properties group Takayuki Maeda 2021-10-09 14:24:43 +0900
  • 89af49af61 update record_table Takayuki Maeda 2021-10-09 13:49:53 +0900
  • df41920dac add serialize Takayuki Maeda 2021-10-09 13:39:06 +0900
  • de6d6a768a fix tab Takayuki Maeda 2021-10-09 13:38:02 +0900
  • 3acfaa9af4 add keys for switching tabs to properties Takayuki Maeda 2021-10-09 13:37:43 +0900
  • e41f835bbb add a test for checking if gobang has overlappted keys Takayuki Maeda 2021-10-09 13:37:24 +0900
  • ebb4387152 refactor app.rs Takayuki Maeda 2021-10-09 13:36:57 +0900