Matthew Penner
|
d8df353ce8
|
replace deprecated ioutil function calls
|
2021-11-15 10:24:52 -07:00 |
|
Matthew Penner
|
3c54c1f840
|
break everything
- upgrade dependencies
- run gofmt and goimports to organize code
- fix typos
- other small tweaks
|
2021-08-02 15:07:00 -06:00 |
|
Dane Everitt
|
c1ff32ad32
|
Update test based on corrected error response logic
|
2021-05-02 15:43:22 -07:00 |
|
Dane Everitt
|
49dd1f7bde
|
Better support for retrying failed requests with the API
Also implements more logic error returns from the Get/Post functions in the client, rather than making the developer call r.Error() on responses.
|
2021-05-02 15:41:02 -07:00 |
|
Dane Everitt
|
3f47bfd292
|
Add backoff retries to API calls from Wings
|
2021-05-02 15:16:30 -07:00 |
|
Dane Everitt
|
33f5cb7df4
|
more accurate naming; for now don't actually change how wings works
|
2021-03-03 20:53:40 -08:00 |
|
Dane Everitt
|
8897be661b
|
Fix missing error handling for server configuration endpoints
|
2021-03-03 20:51:49 -08:00 |
|
Dane Everitt
|
a8ee5463ce
|
Add logic to reset failed server states on Panel when booting
|
2021-02-23 21:23:49 -08:00 |
|
Dane Everitt
|
065da77afa
|
Code cleanup for remote client
|
2021-02-01 21:43:04 -08:00 |
|
Dane Everitt
|
bfff094216
|
Get wings booting properly
|
2021-02-01 21:32:34 -08:00 |
|
Dane Everitt
|
98c68142cd
|
Remove all of the remaining API logic and port it all to the remote.Client type
|
2021-02-01 21:28:46 -08:00 |
|
Dane Everitt
|
62cbe5e135
|
Migrate SFTP endpoints
|
2021-02-01 20:59:17 -08:00 |
|
Dane Everitt
|
6775c17324
|
Nuke more API code and begin consolidation process
|
2021-02-01 20:50:23 -08:00 |
|
Dane Everitt
|
aa287d21cf
|
Formatting
|
2021-02-01 20:33:35 -08:00 |
|
Dane Everitt
|
1393937904
|
Fix race condition and flawed logic mis-querying panel for servers; closes pterodactyl/panel#3059
|
2021-02-01 20:26:15 -08:00 |
|
Jakob Schrettenbrunner
|
e396b88cb5
|
remote: a few basic tests
|
2021-01-10 23:47:22 +00:00 |
|
Jakob Schrettenbrunner
|
1b8db12fde
|
remote: only run debug logic when log level is debug
|
2021-01-10 22:00:28 +00:00 |
|
Jakob Schrettenbrunner
|
0414dbed8f
|
rename panelapi to remote
|
2021-01-10 22:42:45 +01:00 |
|