JoanFo
d064bf9734
Allow backup transfers ( #2068 )
...
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
2026-01-18 16:23:21 -05:00
Boy132
19103b16b8
Allow both nodes for server requests when doing transfers ( #1701 )
2025-10-02 17:55:20 +02:00
Boy132
9f35f1c3ee
Enable "ordered imports" ( #1746 )
2025-09-24 13:34:19 +02:00
Charles
1900c04b71
Filament v4 🎉 ( #1651 )
...
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com >
Co-authored-by: Boy132 <Boy132@users.noreply.github.com >
Co-authored-by: Lance Pioch <git@lance.sh >
2025-09-08 13:12:33 -04:00
Charles
b03d2cf919
composer update + update jwt ( #1587 )
2025-08-11 16:57:59 -04:00
JoanFo
dca37ccc95
Server Without Allocations ( #1432 )
...
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com >
2025-06-25 19:49:43 -04:00
Boy132
0ba497a2eb
Add separate port field for node connections ( #1423 )
2025-06-03 14:33:57 +02:00
Boy132
9c3f47590c
Fix server transfer backend ( #1139 )
...
* fix notify in transfer service
* remove magical array
* fix phpstan
* better validation for allocation_additional and better docs generation
* update transfer ui
* update request body
2025-04-01 11:19:14 +02:00
Lance Pioch
da195fd2fe
PHPstan updates ( #1047 )
...
* Not found property rule
* Make these “better”
* Day 1
* Day 2
* Day 3
* Dat 4
* Remove disabled check
* Day 4 continued
* Run pint
* Final changes hopefully
* Pint fixes
* Fix again
* Reset these
* Update app/Filament/Admin/Pages/Health.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
* Update app/Traits/CheckMigrationsTrait.php
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
---------
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com >
2025-03-03 14:41:19 -05:00
Boy132
c93a836ad8
Remove DaemonConnectionException ( #885 )
...
* remove DaemonConnectionException
* update tests
2025-01-07 22:58:04 +01:00
Boy132
d555c42644
Update all dependencies ( #712 )
...
* update composer.lock
* run pint
* fix phpstan
* update migrations (sqlite `dropForeign`)
* fix migrations
* Reset these back for now
* Alphabetize the rules
* run `php artisan filament:upgrade`
---------
Co-authored-by: Lance Pioch <git@lance.sh >
2024-11-22 09:27:57 +01:00
Lance Pioch
c7a307af6e
Enforce return and parameter types
2024-10-19 21:02:49 -04:00
notCharles
118977c8c5
Merge branch 'main' into charles/rework-server
2024-06-01 15:54:03 -04:00
notCharles
a6d07ede5a
Soon-TM
2024-05-29 19:18:09 -04:00
Boy132
f6325c07c4
Fix overallocation -1 and close #268 ( #283 )
2024-05-29 18:57:30 -04:00
Boy132
4dd833562b
Add CPU limit to node ( #239 ) to resolve #233
...
* add node cpu limit to backend
* update makenodecommand
* add node cpu limit to frontend
* add migration and update mysql schema
* run pint
* fix typo in mysql schema
* forgot this assert
* forgot to setCpu here
* run pint
* adjust migration
* Fix db migration
* make cpu optional
* set default value for cpu in node deployment
* update mysql schema
---------
Co-authored-by: notCharles <charles@pelican.dev >
2024-05-22 02:34:43 -04:00
Boy132
6bdd1b3ccb
Add api for server transfers ( #153 )
...
* add application api endpoint to start server transfer
* add basics for "cancel transfer" endpoint
* wire up wings cancel
* lint
2024-05-15 07:37:56 -07:00