Commit Graph

116 Commits (b5893aa60b06c1bfec83e6551fbd65fa77aeb78d)

Author SHA1 Message Date
Steven dfa78cac49 chore: update logger 1 year ago
Steven 5f2a624c0c chore: tweak imports order 1 year ago
Steven 3e50bee7da chore: move api directory 1 year ago
Steven b0f52ade7a chore: remove metric service 1 year ago
Steven 4a6da91719 chore: fix serve frontend flag 1 year ago
Steven 8e11826db1 chore: update workspace setting service 1 year ago
Steven c30d7ab8f3 chore: update cors middleware 1 year ago
Steven 15c90871d9 chore: update request base url 1 year ago
Steven de8db63811 chore: rename workspace setting service 1 year ago
Steven 42608cdd8f chore: fix server context 1 year ago
Steven 68413a5371 chore: update frontend service 1 year ago
Steven e0cacfc6d6 chore: retire auto backup for sqlite 1 year ago
Steven 52743017a3 chore: implement memo route 1 year ago
Steven 6cf7192d6a chore: add ssr placeholder in `index.html` 1 year ago
Steven f8f73d117b chore: update healthz message 1 year ago
Steven 8586ebf098 chore: add `/healthz` endpoint 1 year ago
Athurg Gooth afd0e72e37
chore: skip timeout for blob upload (#2516)
Skip timeout for blob upload
1 year ago
Athurg Gooth 6814915c88
feat: backup file rotate (#2511)
Add support for rotate backup files
1 year ago
Steven 342d1aeefb fix: version checker 1 year ago
Steven 981bfe0464 feat: add version checker 1 year ago
Steven c24181b2be chore: fix jwt checks 1 year ago
Steven 36b4ba33fa chore: remove outdated activity definition 1 year ago
Athurg Gooth 0f4e5857f0
chore: remove gRPC listener (#2456)
Disable gRPC listener
1 year ago
Steven 5b3af827e1 chore: move common packages to internal 1 year ago
Steven a5df36eff2 chore: update metrics 1 year ago
Athurg Gooth d3e32f0d5a
chore: add latency in log (#2374)
* Print profile.Data in boot log

* Add latency in request log
1 year ago
Steven ab2c86640b chore: move rate limiter to apiv1 1 year ago
Athurg Gooth c00dac1bbf
fix: index page failed with 429 (#2363) 1 year ago
Steven 7549c807ac chore: update memo view activity 1 year ago
Athurg Gooth ca98367a0a
chore: store vacuum and clean (#2293)
* Move all vacuum code into driver

* Remove db from Store
1 year ago
Steven 7da10cd367 chore: update telegram integration folder 1 year ago
Steven 6d45616dbe chore: add cors middleware 1 year ago
Steven cd0ea6558d chore: update golangci-lint config 1 year ago
Steven 72ca4e74ee refactor: impl part of grpcweb 1 year ago
Steven d5c1706e9c chore: update api middlewares 1 year ago
Athurg Gooth 626ff5e3a7
feat: notify by telegram while new memo create by HTTP (#2215)
* Inject telegram bot into API service

* Add support for send telegram message

* Send notification by telegram while new memo post
1 year ago
boojack 0d50f5bd08
chore: update comments (#2195) 2 years ago
boojack 18fb02a1ec
chore: update swag docs (#2178)
* chore: update swag docs

* chore: update
2 years ago
Sandu Liviu Catalin 6c01e84099
feat: add configuration option to bind server to specific address (#2165) 2 years ago
boojack 35f2d399e2
chore: update api v1 docs (#2117)
* chore: update apiv1 docs

* chore: update
2 years ago
Lincoln Nogueira 4491c75135
feat: add SwaggerUI and v1 API docs (#2115)
* - Refactor several API routes from anonymous functions to regular definitions. Required to add parseable documentation comments.

- Add API documentation comments using Swag Declarative Comments Format

- Add echo-swagger to serve Swagger-UI at /api/index.html

- Fix error response from extraneous parameter resourceId to relatedMemoId in DELETE("/memo/:memoId/relation/:relatedMemoId/type/:relationType")

- Add an auto-generated ./docs/api/v1.md for quick reference on repo (generated by swagger-markdown)

- Add auxiliary scripts to generate docs.go and swagger.yaml

* fix: golangci-lint errors

* fix: go fmt flag in swag scripts
2 years ago
boojack 218159bf83
chore: remove openai setting section (#2084) 2 years ago
boojack cc3a47fc65
feat: impl auth interceptor (#2055)
* feat: impl auth interceptor

* chore: update

* chore: update

* chore: update
2 years ago
boojack 9ef0f8a901
feat: add user setting field (#2054) 2 years ago
boojack 470fe1df49
feat: implement part of user service (#2053)
* feat: implement part of user service

* chore: update

* chore: update
2 years ago
boojack 89ba2a6540
feat: implement part of tag service (#2051)
* feat: add grpc gateway tempalte

* chore: update

* chore: move directory

* chore: update
2 years ago
boojack 40a30d46af
chore: update db connection params (#1960) 2 years ago
Athurg Gooth d9b3501fae
feat: add support for auto backup db file (#1950)
Add support for auto backup db file
2 years ago
CorrectRoadH 39351970d0
feat: implement memo chat frontend (#1938)
* feat: implment backend function

* feat: implment frontend component

* stash

* eslint

* eslint

* eslint

* delete node

* stash

* refactor the style

* eslint

* eslint

* eslint

* fix build error

* add dep

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* feat: change the name

* disable for vistor

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
CorrectRoadH d8b6e92813
feat: implement memos chat backend function (#1934)
* feat: implment backend function

* eslint

* eslint

* eslint
2 years ago