5783a756c3
add method update
2025-10-10 19:27:04 +03:00
ba47ee4219
move error messages to variables
2025-10-10 19:26:57 +03:00
5d49e0afc7
add _errors.lua
2025-10-10 19:26:35 +03:00
76fed578ff
create fully functional get method
2025-10-09 20:26:25 +03:00
975c52b58e
delete unused modules
2025-10-09 20:03:44 +03:00
4e75d48f1d
small fixes
2025-10-09 20:00:48 +03:00
65af07fffa
add delete method
2025-10-09 20:00:40 +03:00
4a58845211
deledet some files
2025-10-05 19:10:53 +03:00
b0701632e6
add common function to Unit layer
2025-10-05 19:10:45 +03:00
19654e1eca
Ad some CRUD methods to manage units table
2025-10-05 19:09:58 +03:00
73095a69e0
Merge branch 'main' of https://github.com/akyaiy/GoSally-mvp
2025-09-12 19:19:08 +03:00
0f82ce941b
in
2025-09-12 19:18:22 +03:00
cc27843bb3
add GetSoneInfo (not functional)
2025-08-20 10:12:44 +03:00
20fec82159
delete old scripts
2025-08-20 10:12:15 +03:00
055b299ecb
some changes with scripts and add new
2025-08-20 10:12:02 +03:00
20a1e3e7bb
fix the List.lua
2025-08-10 16:26:21 +03:00
811403a0a2
echo test function
2025-08-09 10:41:13 +03:00
c63f1bd123
remove default case because it's not allowed
2025-08-06 22:23:58 +03:00
c3dcf24e50
improve jwt
2025-08-06 16:36:55 +03:00
cd9e3ab6c4
remove phone_number from db query
2025-08-06 15:40:42 +03:00
fe628e0f7f
develop jwt auth for methods
2025-08-06 14:01:27 +03:00
866946646b
delete some io.* writing functions
2025-08-06 09:58:40 +03:00
251e580e8a
add headers lua runtime support
2025-08-05 23:15:13 +03:00
1c2c4c1356
some small changes for auth scripts
2025-08-05 22:09:55 +03:00
5b32698ec5
some scripts changes
2025-08-05 18:37:58 +03:00
396352ba15
remove vendor
2025-08-04 16:38:05 +03:00
a72627d87c
delete table creation
2025-08-04 13:38:27 +03:00
4a9719cdfb
sqlite usage example
2025-08-04 13:36:38 +03:00
ce2a23f9e6
make internal modules in "internal"
2025-08-02 16:22:05 +03:00
e7289dc9be
update post example
2025-08-02 11:50:19 +03:00
2f071c25b2
update annotations
2025-08-02 01:02:59 +03:00
d23fd32e84
update annotations
2025-08-02 01:01:05 +03:00
86d35a9ede
update annotations
2025-08-02 00:55:59 +03:00
8684d178e0
update Get example
2025-08-01 23:54:44 +03:00
945ab6c9cf
update annotations
2025-08-01 23:53:40 +03:00
9a274250cd
update annotations
2025-08-01 23:25:46 +03:00
6d49d83ea7
update List.lua
2025-08-01 23:25:36 +03:00
30a87fdb4c
update List.lua
2025-08-01 12:53:25 +03:00
b6ad0f82a0
add Post example
2025-07-31 21:47:09 +03:00
20bb90e77a
oh again update Get example
2025-07-31 20:51:30 +03:00
148ca53538
update Net.Http.Get example
2025-07-31 20:46:02 +03:00
2951fd2da9
add Net.Http.Get usage example
2025-07-31 20:39:44 +03:00
f411637520
add Net.Http to lua
2025-07-31 20:37:31 +03:00
6d2bf5cdd2
add "about" to scripts
...
you can get a description if you send a request where in params there is a field about with any content
2025-07-30 18:32:38 +03:00
98d2443679
add some small changes
2025-07-30 12:00:21 +03:00
c61bc841e6
um add modernc/sqlite
2025-07-29 21:30:17 +03:00
1c73d3f87a
add examples of lua scripts
2025-07-29 16:44:03 +03:00
alex
5bc334fd2c
Fixing updates
2025-07-10 18:03:30 +03:00
alex
9919f77c90
Refactor core configuration and UUID handling
...
- Changed UUIDLength type from byte to int in core/config/consts.go
- Introduced MetaDir constant in core/config/consts.go
- Added corestate package with initial state management and UUID handling
- Implemented GetNodeUUID and SetNodeUUID functions for UUID file management
- Created RunManager and RunFileManager for runtime directory management
- Updated GeneralServer to use new configuration structure
- Removed deprecated init package and replaced with main entry point
- Added color utility functions for logging
- Enhanced UUID generation functions in utils package
- Updated update logic to handle new configuration structure
- Added routines for cleaning temporary runtime directories
- Introduced response formatting for API responses
2025-07-09 01:21:34 +03:00
alex
2fdc32ce9f
Refactor error handling and utility functions; remove deprecated code and improve logging
2025-07-05 16:05:03 +03:00