Commit Graph

45 Commits

Author SHA1 Message Date
Valmo Trindade
144d7acf80 updated extensions with the OTS api working 2024-08-19 04:48:03 -03:00
Valmo Trindade
36c8b12da6 added postMarker command to extensions 2024-08-19 04:47:39 -03:00
Valmo Trindade
558a5fc4f7 added get_uid and get_auth_token functions 2024-08-19 03:38:27 -03:00
Valmo Trindade
d514983806 added http request handlers on util functions 2024-08-19 03:37:37 -03:00
Valmo Trindade
ecfbbf7b4c added AuthInfo struct 2024-08-19 03:33:57 -03:00
Valmo Trindade
5b1890d0cf refactored Marker struct 2024-08-17 15:31:19 -03:00
Valmo Trindade
a9793bcbe4 added google golang uuid generator dependency 2024-08-17 06:21:59 -03:00
Valmo Trindade
524b025bf6 changed the structs to match the OTS api types 2024-08-17 06:21:30 -03:00
Valmo Trindade
a5281021bf changed dockerfile for generating the linux env entensions 2024-08-17 06:20:31 -03:00
Valmo Trindade
c523a6f865 added ping command to extension 2024-08-17 03:42:15 -03:00
Valmo Trindade
52b4b17c55 updated DLL files with messsage handling 2024-08-12 01:25:40 -03:00
Valmo Trindade
8fd321e47a added postChat message route on extension 2024-08-12 01:22:16 -03:00
Valmo Trindade
aeaa6e4d4c removed environment variables from extension 2024-08-09 01:14:45 -03:00
Valmo Trindade
7f54a119ed fixed hemtt post build hook 2024-08-06 22:39:13 -03:00
Valmo Trindade
d036f50d4f added handler for getting uid in postGeoObject endpoint 2024-07-30 13:37:14 -03:00
Valmo Trindade
e32507b70b removed unused variables on main bootstrap of extension 2024-07-28 20:19:50 -03:00
Valmo Trindade
5dd31af220 [BugFixInProgress] Getting a error on a3go/assemblyfinder, didnt change the version, and now its broken 2024-07-26 03:05:26 -03:00
Valmo Trindade
b7ffb71250 added putGeoObject controllers 2024-07-26 03:03:14 -03:00
Valmo Trindade
2282f91e46 added fts instance info as mission paramether to be passed as SQF function paramether 2024-07-26 03:02:18 -03:00
Valmo Trindade
919ea92030 added putGeoObject method to DLL 2024-07-26 03:01:37 -03:00
Valmo Trindade
864875d979 removed env example 2024-07-25 00:03:48 -03:00
Valmo Trindade
733559e1a1 removed environment variables handling with godotenv, its just not working and it wont scalate 2024-07-25 00:02:27 -03:00
Valmo Trindade
b3dc4281e3 added putRequest method to utils 2024-07-24 23:53:51 -03:00
Valmo Trindade
a3f35ec0a1 added first succefull post request method on postGeoObject endpoint 2024-07-24 05:35:52 -03:00
Valmo Trindade
6d63768f84 added bearer token 2024-07-24 05:35:17 -03:00
Valmo Trindade
8ec5168cf8 changed float type of coordinates on go lang structs 2024-07-24 05:09:54 -03:00
Valmo Trindade
1e0591b809 [WIP] correct struct parsed on postGeoObject service, will have to finish real location handling to continue the tests on real FTS API, using a mocked backend for now 2024-07-23 19:29:11 -03:00
Valmo Trindade
cd98e49eb8 added handling to the first route controller (postGeoObject endpoint) 2024-07-23 19:28:22 -03:00
Valmo Trindade
9c987747df fixed GeoObject struct to handle json marshalling 2024-07-23 19:27:15 -03:00
Valmo Trindade
e7dc9c09c2 fixed error handling and other types into request methods 2024-07-23 19:26:46 -03:00
Valmo Trindade
9d89c5fb69 refactored env variables handling 2024-07-22 17:11:28 -03:00
Valmo Trindade
a47b3afdeb updated env example 2024-07-22 17:10:59 -03:00
Valmo Trindade
10540bfdd9 added first route handler to the project, the route is returning a 500 error, DAMN DAY I STARTED USING A COMPUTER 2024-07-22 17:08:13 -03:00
Valmo Trindade
d328fd7a46 added latest golang to docker build for extension building 2024-07-22 17:07:21 -03:00
Valmo Trindade
fc32926a92 moved reusabled functions to a different folder for DRY reasons 2024-07-22 17:02:52 -03:00
Valmo Trindade
974c84fd81 added dockerfile for building the libraries for linux 2024-07-22 08:58:40 -03:00
Valmo Trindade
6ce0f25945 added print to modulePathDir 2024-07-21 18:39:44 -03:00
Valmo Trindade
043d58ee2a [WIP] added initial controller and services structure files with defined functions on it 2024-07-21 02:08:18 -03:00
Valmo Trindade
8d7f61fdd6 cleaned comments on main bootstrap 2024-07-21 02:07:39 -03:00
Valmo Trindade
05d2495c0a renamed data file to structs, will be used to define composed types 2024-07-21 02:05:33 -03:00
Valmo Trindade
ddb0dafcec added all FTS API endpoints as a3go registery commands, will use a MVC approach on API to handle the FTS interation 2024-07-21 02:04:59 -03:00
Valmo Trindade
b73b5d10c5 changed request function name 2024-07-19 00:52:32 -03:00
Valmo Trindade
917b11bb4f moved .env file to golang project folder 2024-07-19 00:52:17 -03:00
Valmo Trindade
31d46bc04c After 6 straight hours testing a 40 lines code, first working dll that gets any argument from the ping command and send it to a webhook, i hate golang, actually the env variables are not working as this, you have to set it manually for it to work 2024-07-18 02:49:35 -03:00
Valmo Trindade
02a1e0343a initial main dll extension using a3go as template 2024-07-17 03:03:28 -03:00