-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update links, dependencies, issue template
- Loading branch information
Showing
7 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,9 @@ | |
[submodule "org-mode-ast"] | ||
path = orgnote-cli | ||
url = [email protected]:Artawower/org-mode-ast.git | ||
[submodule "orgnote-api"] | ||
path = orgnote-api | ||
url = [email protected]:Artawower/orgnote-api.git | ||
[submodule "orgnote-extensions"] | ||
path = orgnote-extensions | ||
url = [email protected]:Artawower/orgnote-extensions.git |
Submodule orgnote-api
added at
ec6648
Submodule orgnote-backend
updated
22 files
+2 −2 | .github/workflows/main.yaml | |
+6 −0 | app/configs/config.go | |
+86 −0 | app/docs/docs.go | |
+86 −0 | app/docs/swagger.json | |
+58 −0 | app/docs/swagger.yaml | |
+3 −1 | app/handlers/create_note.go | |
+45 −0 | app/handlers/system_info_handler.go | |
+6 −0 | app/main.go | |
+7 −0 | app/models/client_update_info.go | |
+8 −6 | app/models/note.go | |
+1 −0 | app/repositories/notes_repository.go | |
+11 −0 | app/services/__snapshots__/orgnote_meta_service_test.snap | |
+1 −0 | app/services/mapers.go | |
+98 −0 | app/services/orgnote_meta_service.go | |
+29 −0 | app/services/orgnote_meta_service_test.go | |
+12 −0 | app/tools/default_timeout_context.go | |
+15 −0 | app/tools/normalize_version.go | |
+27 −0 | app/tools/normalize_version_test.go | |
+14 −0 | deploy/nginx/conf.d/prod.conf | |
+10 −0 | docker-compose.prod.yaml | |
+16 −1 | go.mod | |
+30 −4 | go.sum |
Submodule orgnote-cli
updated
from 9c59ba to 2db8a0
Submodule orgnote-client
updated
122 files
Submodule orgnote-extensions
added at
18b652