You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store
Irving Ou 9c18960f47
feat: support Postgres (#2569)
* skeleton of postgres

skeleton

* Adding Postgres specific db schema sql

* user test passed

* memo store test passed

* tag is working

* update user setting test done

* activity test done

* idp test passed

* inbox test done

* memo_organizer, UNTESTED

* memo relation test passed

* webhook test passed

* system setting test passed

* passed storage test

* pass resource test

* migration_history done

* fix memo_relation_test

* fixing server memo_relation test

* passes memo relation server test

* paess memo test

* final manual testing done

* final fixes

* final fixes cleanup

* sync schema

* lint

* lint

* lint

* lint

* lint
2 years ago
..
db feat: support Postgres (#2569) 2 years ago
activity.go feat: add version checker 2 years ago
cache.go chore: update access token ui 2 years ago
common.go refactor: migrate storage to apiv1 (#1890) 2 years ago
driver.go chore: implement webhook store 2 years ago
idp.go chore: update store cache 2 years ago
inbox.go chore: remove unused inbox status 2 years ago
memo.go chore: fix order by pinned 2 years ago
memo_organizer.go feat: add support for ListMemoOrganizer (#2367) 2 years ago
memo_relation.go feat: impl memo comment api 2 years ago
migration_history.go chore: update migration history store 2 years ago
resource.go chore: fix resource tests 2 years ago
storage.go refactor: migrate storage to driver 2 years ago
store.go fix: storage setting changed don't take effect (#2385) 2 years ago
system_setting.go chore: remote context.Context pointer (#2448) 2 years ago
tag.go chore: store vacuum and clean (#2293) 2 years ago
user.go feat: add version checker 2 years ago
user_setting.go chore: remove invalid access token from db (#2539) 2 years ago
webhook.go chore: implement webhook store 2 years ago