Commit Graph

4374 Commits

Author SHA1 Message Date
Dane Everitt 257f7a293a Merge branch 'develop' into patch-1 2021-04-24 16:13:20 -07:00
Julien Tant 552b9d3c33 Add possibility to run disabled cron 2021-04-24 15:06:21 -07:00
Dane Everitt 2fc288e53a Merge pull request #3285 from Software-Noob/patch-4
Update forge download URL to match the new maven host
2021-04-22 08:22:33 -07:00
Alex 3858ca0807 fix download url 2021-04-22 00:11:45 +03:00
Dane Everitt 38a5f2dbbf Ensure allocations are persisted across page navigation correctly; closes #2729 2021-04-20 20:48:40 -07:00
Dane Everitt d2955b9361 Only request servers as an admin if actually an admin; closes #3242 2021-04-20 20:41:08 -07:00
Peter Marheine db64f54010 Drop explicit transaction from store_node_tokens_as_encrypted_value (#3280)
Migrations are executed in transactions anyway, and creating a savepoint can cause
spurious failures on databases that don't support transactional DDL (like
MySQL and MariaDB) when it attempts to commit a savepoint that was silently
not created because there wasn't an active transaction after some DDL was
executed.

While a better solution might involve splitting this migration into several so each
one is only DDL or only data manipulation, I don't think that can be done very
easily while maintaining compatibility with existing deployments.

Fixes #3229.
2021-04-20 20:37:11 -07:00
Boy132 c56e699985 Separated user from group 2021-04-20 17:39:34 +02:00
Boy132 2f6351ec00 Small fix 2021-04-20 10:08:21 +02:00
Boy132 3ca835e661 Add group input to upgrade command 2021-04-20 10:06:19 +02:00
Charles Morgan b0995f6458 Update ---bug-report.md (#3272)
Spelling correction, Removed code block as they're useless...
2021-04-18 10:47:12 -07:00
Charles Morgan 2d97b51628 Update issue template (#3271)
Daemon was replaced with Wings, template updated to reflect that, Also askes for logs as they can be helpful, and reduce the amount of times we have to ask and wait for a reply.
2021-04-17 15:57:37 -07:00
Alex 38be4c9e4b More descriptive error for when backup limit is 0 (#3244) 2021-04-17 14:05:31 -07:00
aussieserverhosts eb582f51f1 Added SERVER_NAME environment variable (#3110)
Added SERVER_NAME environment variable to stop laravel framework server name defaulting to localhost, causing mail relays such as Gmail to stop silently dropping emails due to sender name being localhost.
2021-04-17 12:18:13 -07:00
Dane Everitt 1e2f6495be Merge pull request #3226 from KaiDevrim/patch-1
Change relative docker compose to absolute path docker-compose
2021-04-17 12:16:57 -07:00
Dane Everitt 2ea5fc2e84 Merge pull request #3220 from Software-Noob/patch-2
Increase Rust server name length
2021-04-17 12:16:42 -07:00
Dane Everitt 7af08b1a39 Merge pull request #3243 from wingdings255/patch-1
Update egg-ark--survival-evolved.json
2021-04-17 12:16:33 -07:00
Dane Everitt af3fb14254 Merge pull request #3256 from pterodactyl/lancepioch-patch-1
Change to actual function names to support MariaDB
2021-04-17 12:16:03 -07:00
Dane Everitt ea7b0a1a67 Merge branch 'develop' into lancepioch-patch-1 2021-04-17 12:12:10 -07:00
Dane Everitt e2e62b2dae Update tests.yml 2021-04-17 12:12:04 -07:00
Dane Everitt a139fbfc8d Merge branch 'develop' into lancepioch-patch-1 2021-04-17 12:10:55 -07:00
Dane Everitt 1ebcb2b7fb Run tests on both MariaDB & MySQL 2021-04-17 12:10:40 -07:00
Dane Everitt 13919df603 Merge branch 'develop' into lancepioch-patch-1 2021-04-17 12:02:19 -07:00
Dane Everitt f5ca391400 Get tests back in working order 2021-04-17 12:02:08 -07:00
Lance Pioch 77a3ca682f Change to actual function names to support MariaDB 2021-04-08 17:34:25 -04:00
Dane Everitt f973285e04 Guard against unexpected panic conditions from wings 2021-04-04 10:45:33 -07:00
Dane Everitt 18e5ce310a Use updated response from wings 2021-04-04 10:25:54 -07:00
Dane Everitt 52308af74d Normalize this code. 2021-04-04 09:45:20 -07:00
Dane Everitt c71c1e57db Update README.md 2021-04-03 11:18:16 -07:00
Dane Everitt 45680cab47 Don't use tagging, closes #3224 2021-04-03 10:53:41 -07:00
wingdings255 acc4395b53 Merge branch 'develop' into patch-1 2021-04-03 07:22:26 +00:00
Dane Everitt a7b60c0f52 Merge pull request #3245 from harryfrommixmlhosting/patch-2 2021-04-02 18:18:30 -07:00
harryfrommixmlhosting 6034440061 Update README.md 2021-04-03 02:17:25 +01:00
Dane Everitt da7e0705ba Merge pull request #3225 from MineDoubleSpace/add-bisecthosting 2021-04-02 18:12:42 -07:00
Dane Everitt 5b84372843 Merge branch 'develop' into add-bisecthosting 2021-04-02 18:12:39 -07:00
wingdings255 95f26bd0c4 Update egg-ark--survival-evolved.json
Updated the list of available ark maps to include the new CrystalIsles map
2021-04-01 20:19:23 +00:00
Dane Everitt fa471c1a69 Merge pull request #3230 from tari/docker-errexit
docker: set errexit in the entrypoint script
2021-03-29 08:21:27 -07:00
Peter Marheine 9e4286a548 docker: set errexit in the entrypoint script
Currently container startup will ignore any errors, which will tend
to leave things in a broken state if operations like migrations or
certificate provisioning fail. Prefer to terminate the container
rather than try to limp on.
2021-03-28 12:38:25 +11:00
Kai Devrim 58d31fdd4a Change relative docker compose to absolute path docker-compose
The old version was relative and led to a 404 because the compose file is in /panel.
2021-03-26 21:27:18 -07:00
MineDoubleSpace fe8136de22 add BisectHosting to readme 2021-03-27 16:41:14 +13:00
Dane Everitt 9a5486c0aa Cleanup and improve build docs 2021-03-26 09:50:46 -07:00
Dane Everitt a072b9c5be Update license year, right on time 👹 2021-03-26 09:30:13 -07:00
Dane Everitt b5f5185a9b Update CHANGELOG.md 2021-03-26 09:18:54 -07:00
Dane Everitt 48ad8f538e Always allow specifying a page size with the API; closes #3218 v1.3.2 2021-03-26 09:03:51 -07:00
Alex 06fe47fc3c increase short limit 2021-03-25 00:03:39 +02:00
Matthew Penner 8a24c1a142 ui(admin): node changes 2021-03-23 17:47:24 -06:00
Matthew Penner 7b38f05019 ui(nests): fix broken pagination 2021-03-23 17:10:30 -06:00
Matthew Penner 984a774811 api(app): add NodeInformationController 2021-03-23 16:08:17 -06:00
Matthew Penner c521d37ddd api(app): more consistent handling of per_page query param 2021-03-23 15:57:29 -06:00
Matthew Penner 49de31bf4c Merge branch 'develop' into feature/react-admin 2021-03-21 15:49:41 -06:00