Valmo Trindade
|
1c14f93b75
|
added mission variable catching for getting FTS instance information
|
2024-07-27 08:59:36 -03:00 |
|
Valmo Trindade
|
0fb5dc5f81
|
updated extract info to get fts instance info from missionNamespace
|
2024-07-26 03:05:52 -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
|
5c75f141af
|
added initial 3den editor module config
|
2024-07-26 03:03:40 -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
|
2c5cbec6bd
|
added sqf functions as each API endpoint
|
2024-07-25 00:04:45 -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
|
520b544d0a
|
moved extract info to its own folder
|
2024-07-24 13:54:59 -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
|
3a1bd8c664
|
added the new functions to CfgFunctions
|
2024-07-24 05:08:55 -03:00 |
|
Valmo Trindade
|
55bf5f44b9
|
improved extract info function to handle every step needed by ATAK
|
2024-07-24 05:08:37 -03:00 |
|
Valmo Trindade
|
93e5e8e216
|
added altis game location to real location support
|
2024-07-24 05:08:02 -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
|
cc2f7c3b96
|
[WIP] updated extract_info function to be more similar to the desired post body object
|
2024-07-23 19:27:51 -03:00 |
|
Valmo Trindade
|
9c987747df
|
fixed GeoObject struct to handle json marshalling
|
2024-07-23 19:27:15 -03:00 |
|
Valmo Trindade
|
e1d01b8f8f
|
expanded readme file
|
2024-07-23 19:26:54 -03:00 |
|
Valmo Trindade
|
e7dc9c09c2
|
fixed error handling and other types into request methods
|
2024-07-23 19:26:46 -03:00 |
|
Valmo Trindade
|
8603dd6d93
|
[WIP] refactoring extract info function into more functions to handle the data to be grabbed
|
2024-07-23 16:58:06 -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
|
1d28f063ae
|
refecatored disclaimer in readme.md
|
2024-07-21 18:40:39 -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
|
4dbe91958f
|
updated the readme file
|
2024-07-19 20:04:07 -03:00 |
|
Valmo Trindade
|
c0efaf6590
|
added dist folder, target of dll, to ignore list, it should be build by CICD tools instead of commiting every DLL version
|
2024-07-19 16:20:07 -03:00 |
|
Valmo Trindade
|
8c89ce4a7d
|
fixed CfgFunctions hierarchy
|
2024-07-19 03:09:35 -03:00 |
|
Valmo Trindade
|
e8fc7391da
|
updated hemtt version and fixed the toml file
|
2024-07-19 03:09:09 -03:00 |
|
Valmo Trindade
|
b98c321a63
|
added intial sqf functions
|
2024-07-19 02:11:31 -03:00 |
|
Valmo Trindade
|
764dd5f20f
|
removed useless comments on project toml
|
2024-07-19 00:59:54 -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
|
8708badc43
|
changed pre release hook to post release hook
|
2024-07-19 00:51:53 -03:00 |
|
Valmo Trindade
|
ef89a0cec4
|
added pre release hook to grab the extensions to the release
|
2024-07-18 21:51:18 -03:00 |
|
Valmo Trindade
|
b7f6040631
|
added asset files to project hemtt include
|
2024-07-18 02:51:01 -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
|
96a89469b0
|
added project mod config file and asset images
|
2024-07-17 20:36:30 -03:00 |
|