Steven
7996586488
chore: fix migration script for sqlite
2025-02-05 20:56:46 +08:00
johnnyjoy
54a48b58d7
chore: remove random field
2025-02-05 20:48:27 +08:00
johnnyjoy
07336f0392
chore: update condition concat check
2025-02-05 20:07:38 +08:00
johnnyjoy
a7ca63434b
feat: validate shortcut's filter
2025-02-03 18:34:31 +08:00
johnnyjoy
ff04fdc459
feat: support more operators in filter
2025-02-03 18:23:09 +08:00
johnnyjoy
f25acfe8e2
chore: fix linter
2025-02-03 17:34:46 +08:00
johnnyjoy
e0e735d14d
feat: support memo filter for mysql and postgres
2025-02-03 17:14:53 +08:00
johnnyjoy
364f005ee5
fix: filter
2025-02-03 12:44:01 +08:00
johnnyjoy
3a085f3639
chore: fix filter tests
2025-02-03 12:01:34 +08:00
johnnyjoy
8e586d348e
chore: fix tag filter
2025-02-03 11:45:26 +08:00
johnnyjoy
bf5a29524a
chore: remove drop index
2025-02-03 11:45:15 +08:00
johnnyjoy
14c72fa7df
feat: implement shortcuts
2025-02-02 17:11:52 +08:00
johnnyjoy
b9a0c56163
feat: support more factors in filter
2025-02-02 16:12:44 +08:00
johnnyjoy
2a392b8f8d
chore: fix import order
2025-02-02 13:52:45 +08:00
johnnyjoy
f31800456e
chore: fix import order
2025-02-02 13:52:29 +08:00
johnnyjoy
58a867e4da
fix: linter warning
2025-02-02 13:50:36 +08:00
johnnyjoy
2d731c5cc5
feat: memo filter for sqlite
2025-02-02 13:35:57 +08:00
johnnyjoy
0af08d9c06
chore: add if exists to postgres
2025-02-02 13:19:56 +08:00
Xiao Wei
37a81f9d28
fix: migrate sql error ( #4338 )
...
* fix: migrate sql error
sqlite not support postgres sql
* Apply suggestions from code review
---------
Co-authored-by: Johnny <yourselfhosted@gmail.com>
2025-02-01 22:11:17 +08:00
johnnyjoy
b0119f320a
chore: tweak migration scripts
2025-02-01 11:19:36 +08:00
johnnyjoy
9bd6d17864
chore: add migration script
2025-01-31 22:00:05 +08:00
johnnyjoy
39d4d4f4f3
chore: update migrate scripts
2025-01-31 21:05:20 +08:00
johnnyjoy
d605faeffa
refactor: move pinned to memo
2025-01-31 20:58:18 +08:00
johnnyjoy
2058a8ab7b
chore: move references to memo property
2025-01-31 14:18:07 +08:00
Viacheslav Potoropin
7ed3a12a64
fix: internal error on pin/unpin ( #4332 )
2025-01-31 13:38:43 +08:00
Zero King
5ec3150e0e
fix: use correct separator in migration file name ( #4327 )
...
Fixes: e913271f15
("refactor: move tags from property to payload (#4229 )")
2025-01-30 12:26:14 +08:00
Steven
8b7e9f5443
chore: remove unused user id
2025-01-10 23:35:00 +08:00
johnnyjoy
c1498a1844
chore: retire webhook state
2025-01-10 22:24:12 +08:00
Johnny
e913271f15
refactor: move tags from property to payload ( #4229 )
...
* refactor: move tags from property to payload
* chore: fix tests
* chore: drop memo tags
* chore: update
---------
Co-authored-by: Steven <stevenlgtm@gmail.com>
2024-12-24 15:23:15 +00:00
Steven
51c80c37d1
revert: tweak reaction_type column type for mysql
2024-11-20 20:37:35 +08:00
Steven
9f2c1b2556
chore: tweak reaction_type column type for mysql
2024-11-20 20:35:03 +08:00
johnnyjoy
80785de900
chore: remove unused script
2024-11-14 22:12:00 +08:00
Steven
378b6a51c1
chore: tweak default reactions
2024-11-13 08:33:12 +08:00
RoccoSmit
bcd8856732
fix: added missing " ( #4119 )
...
Added missing "
2024-11-11 08:14:17 +08:00
RoccoSmit
3b25a6bbec
fix: handle missing reaction ( #4094 )
...
* migration version
* Updated test to match with current version set in version.go file
* updated logic to check if migration should run for fresh install
* Update test to test for version number set in version.go
* fixed test
* Revert "fixed test"
This reverts commit 4004d0e92b
.
* Revert "Update test to test for version number set in version.go"
This reverts commit d304add5d6
.
* Revert "updated logic to check if migration should run for fresh install"
This reverts commit b44dca2194
.
* Revert "Updated test to match with current version set in version.go file"
This reverts commit 3ad0d889b6
.
* Revert "migration version"
This reverts commit b13cfc346a
.
* Added default reaction if no reation found
* Fixed static check issue
* Use emoji
2024-11-06 21:11:26 +08:00
Steven
317cf06579
chore: tweak demo data
2024-10-14 23:35:19 +08:00
Steven
14712b42fa
chore: add pagination to list inboxes
2024-10-14 23:32:39 +08:00
Steven
d066d46f6e
chore: tweak schema version
2024-10-10 22:30:46 +08:00
Steven
d54c8065b5
chore: update demo data
2024-10-10 22:04:41 +08:00
Steven
e527b6a878
feat: move reaction type to setting
2024-10-10 21:06:32 +08:00
Steven
cf4e660f41
chore: add memo location setting
2024-09-26 22:11:37 +08:00
Steven
8b444be6ca
chore: update tag search
2024-09-23 21:41:23 +08:00
Sriniwas
2db67118fc
fix: case insensetive memo search for postgres ( #3938 )
...
fix:case insensetive memo search for postgres #3892
2024-09-19 23:14:51 +08:00
johnnyjoy
1da0752922
chore: add schema version to workspace setting
2024-09-14 08:23:39 +08:00
Leo
95939ebcf1
fix: v0.22.5: start fail caused by incorrect migration file naming ( #3873 )
...
fix incorrect naming of migration file
2024-09-04 06:28:55 +08:00
johnnyjoy
5bbf57ece4
chore: update comments of find memo
2024-09-02 21:27:55 +08:00
Steven
4322bfa506
chore: tweak seed data
2024-09-01 22:51:02 +08:00
Steven
fa2b01cfb1
chore: tweak latest schema file name
2024-09-01 22:11:15 +08:00
Steven
20570fc771
refactor: resource thumbnail
2024-08-30 08:09:07 +08:00
Steven
615aa94793
fix: base path of migrator
2024-08-29 20:40:50 +08:00