Lance Pioch
4eeefab6c6
Delete allocation exceptions
2024-10-20 15:50:40 -04:00
Lance Pioch
a2108c3d91
Various improvements
2024-10-20 15:23:46 -04:00
Lance Pioch
5353d38302
Merge branch 'main' into issue/68
...
# Conflicts:
# app/Filament/Resources/NodeResource/Pages/CreateNode.php
# app/Filament/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php
# app/Filament/Resources/NodeResource/RelationManagers/NodesRelationManager.php
# app/Filament/Resources/ServerResource/Pages/CreateServer.php
# app/Filament/Resources/ServerResource/Pages/EditServer.php
# app/Filament/Resources/ServerResource/Pages/ListServers.php
# app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php
# app/Filament/Resources/UserResource/RelationManagers/ServersRelationManager.php
# app/Transformers/Api/Client/ServerTransformer.php
# composer.lock
# config/panel.php
2024-10-18 21:18:48 -04:00
Boy132
b003404aea
Collection of small admin area changes ( #604 )
...
* enable tags for nodes
* update icon for cpu column
* disable inline for "force outgoing ip" label
* change label for database hosts resource
* add custom empty state for database hosts & api keys
* add icons to egg tabs
* fix typo
* rename node "Automatic Allocation" to avoid confusion
* run code cleanup
* remove regex for node name
* only check count for application api keys
* replace "New" with "Create"
* change sidebar width to fit "Database Hosts"
2024-10-04 01:15:08 +02:00
Lance Pioch
df88d33af4
Update pint
2024-09-21 15:45:22 -04:00
Lance Pioch
0a6b846230
Merge branch 'main' into issue/68
...
# Conflicts:
# app/Filament/Resources/ServerResource/Pages/CreateServer.php
# app/Filament/Resources/ServerResource/Pages/EditServer.php
# app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php
# app/Services/Allocations/AssignmentService.php
# database/Seeders/eggs/minecraft/egg-bungeecord.json
# database/Seeders/eggs/minecraft/egg-forge-minecraft.json
# database/Seeders/eggs/minecraft/egg-paper.json
# database/Seeders/eggs/minecraft/egg-sponge-sponge-vanilla.json
# database/Seeders/eggs/minecraft/egg-vanilla-minecraft.json
# database/Seeders/eggs/rust/egg-rust.json
# database/Seeders/eggs/source-engine/egg-counter-strike-global-offensive.json
# database/Seeders/eggs/source-engine/egg-custom-source-engine-game.json
# database/Seeders/eggs/source-engine/egg-garrys-mod.json
# database/Seeders/eggs/source-engine/egg-insurgency.json
# database/Seeders/eggs/source-engine/egg-team-fortress2.json
# database/Seeders/eggs/voice-servers/egg-mumble-server.json
# database/Seeders/eggs/voice-servers/egg-teamspeak3-server.json
2024-09-18 22:21:55 -04:00
Boy132
818781ca66
Fix isViable for Nodes with "unlimited" resources ( #559 )
2024-08-22 22:19:56 +02:00
Lance Pioch
233fd50b2b
Don’t include this by default
2024-07-04 10:24:46 -04:00
Lance Pioch
a9c7eeddde
Add the any ip address
2024-07-03 12:13:25 -04:00
notCharles
bebc410eda
Update these
2024-07-02 19:36:53 -04:00
Lance Pioch
45fcc2a09a
Merge branch 'main' into issue/68
...
# Conflicts:
# app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php
# app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php
# app/Filament/Resources/ServerResource/Pages/CreateServer.php
# app/Filament/Resources/ServerResource/Pages/EditServer.php
# app/Filament/Resources/ServerResource/Pages/ListServers.php
# app/Http/Requests/Admin/Node/AllocationFormRequest.php
# app/Http/Requests/Api/Application/Allocations/StoreAllocationRequest.php
# app/Models/AuditLog.php
# app/Models/Server.php
2024-06-26 21:52:05 -04:00
Lance Pioch
7986505b99
Don’t report status anymore
2024-06-17 18:15:56 -04:00
MartinOscar
276b51f477
Remove locationId in MakeNodeCommand ( #405 )
...
* Concat + Default
* Concat + Default + Enforce scheme
* fix typo
---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
2024-06-17 08:51:04 -04:00
Lance Pioch
7c25fc2a9d
Revert these doc blocks
2024-06-15 05:39:53 -04:00
Lance Pioch
36e2fa8e2b
Wip
2024-06-13 11:31:58 -04:00
Lance Pioch
4319f24f51
Merge branch 'main' into issue/68
...
# Conflicts:
# app/Filament/Resources/ServerResource/Pages/CreateServer.php
# app/Models/Node.php
2024-06-09 15:42:49 -04:00
Lance Pioch
f3501d8b14
Merge pull request #343 from Boy132/phpstan-fixes
...
Fix remaining phpstan issues for #339
2024-06-09 15:13:44 -04:00
Boy132
6b249b9545
fix tests
2024-06-07 09:17:10 +02:00
Boy132
f43fb985a2
fix phpstan in Node and EditProfile
2024-06-07 08:59:00 +02:00
Boy132
8f2261f6cd
add alias for node sftp address
2024-06-04 09:17:36 +02:00
Lance Pioch
4dbb55059d
Remove auto generated properties
2024-06-02 01:38:30 -04:00
Boy132
b1928e89b4
Merge branch 'pelican-dev:main' into replace/encrypt-decrypt
2024-05-31 23:04:43 +02:00
Boy132
f6325c07c4
Fix overallocation -1
and close #268 ( #283 )
2024-05-29 18:57:30 -04:00
Boy132
82fd547484
replace encrypt/ decrypt with encrypted casting
2024-05-28 15:24:20 +02: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
Lance Pioch
9fc46b9ae5
Add default in
2024-05-11 21:01:15 -04:00
Lance Pioch
585fe8d1a1
Add basic widgets for now
2024-05-11 15:25:37 -04:00
Boy132
e07eabc579
set default value for "tags"
2024-05-02 09:58:27 +02:00
Lance Pioch
8b060e8834
Style fixes
2024-04-29 14:29:33 -04:00
Lance Pioch
5d2248ab1f
Implement container statuses from wings
2024-04-29 14:29:04 -04:00
Lance Pioch
7ffd7019a2
Always default this
2024-04-25 17:35:35 -04:00
Lance Pioch
906a1d7f3e
Merge pull request #66 from pelican-dev/issue/fix-3
...
Change columns
2024-04-21 14:21:16 -04:00
notCharles
693c65995d
Merge branch 'issue/fix-3' of https://github.com/pelican-dev/panel into issue/fix-3
2024-04-21 14:09:35 -04:00
notCharles
85f7bf30b9
fix daemon_base
2024-04-21 14:08:40 -04:00
Lance Pioch
367b9bd154
Fix this up
2024-04-19 21:59:11 -04:00
Lance Pioch
716d298b75
Styling fixes
2024-04-19 18:08:17 -04:00
Lance Pioch
ee142a26b0
Small refactor
2024-04-19 01:33:14 -04:00
Lance Pioch
2812129d00
Pull ip addresses into selector
2024-04-19 00:36:02 -04:00
Lance Pioch
4b23703f99
Cache the statuses for a bit
2024-04-18 23:07:15 -04:00
Lance Pioch
69b70bf649
Merge branch 'master' into issue/fix-3
2024-04-18 17:20:23 -04:00
Lance Pioch
556ab76fc5
Basic server status implementation
2024-04-18 03:53:28 -04:00
notCharles
54eaf8ab0f
Change colums
...
Closes https://github.com/pelican-dev/panel/issues/3
2024-04-13 21:51:22 -04:00
Lance Pioch
06c773c3b1
Prevent deleting nodes if there are active servers
2024-04-13 16:49:53 -04:00
Scai
f26373dfd5
linting
2024-04-13 16:30:20 +03:00
Lance Pioch
c6f4ee3d57
Increase this slightly
2024-04-01 12:33:22 -04:00
Lance Pioch
039ac40cf7
Update nodes
2024-03-24 14:42:36 -04:00
Lance Pioch
9560e18798
Easier to read
2024-03-23 16:26:43 -04:00
Lance Pioch
6d3da18bf6
Use new method, property is deprecated
2024-03-19 21:08:49 -04:00
Lance Pioch
d58496a355
Replace with helper
2024-03-19 05:11:41 -04:00
Lance Pioch
3cea8ca979
Better static analysis
2024-03-17 12:52:22 -04:00