Lance Pioch
deb6603840
Revert "Add concat_space rule"
...
This reverts commit 96acd268bee7005fe1691b572a4674575604d437.
2024-10-19 21:14:41 -04:00
Lance Pioch
96acd268be
Add concat_space rule
2024-10-19 18:30:34 -04:00
Lance Pioch
c0a41acf1f
Add class_attributes_separation
2024-10-19 18:29:44 -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
Boy132
818781ca66
Fix isViable for Nodes with "unlimited" resources ( #559 )
2024-08-22 22:19:56 +02: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
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
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
Lance Pioch
f7c2c1a84c
Formatting
2024-03-17 00:40:18 -04:00
Lance Pioch
50fa260a38
Remove node repository
2024-03-16 21:34:09 -04:00
Lance Pioch
41c3f1336a
More static analysis
2024-03-16 14:26:08 -04:00
Lance Pioch
e4cee4d69d
Remove locations
2024-03-14 02:23:30 -04:00
Lance Pioch
c83dd86a41
Switch namespace back to App
2024-03-12 22:39:16 -04:00
Boy132
032e4f2e31
Apply node maintenance mode to servers ( #4421 )
2022-11-06 16:02:30 -07:00
Matthew Penner
cbcf62086f
Upgrade to Laravel 9 ( #4413 )
...
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
2022-10-14 10:59:20 -06:00
Matthew Penner
1eaf411cb4
node: lowercase fqdn in letsencrypt path ( #3890 )
2022-01-17 19:56:57 -07:00
Dane Everitt
5515871b2f
Turns out I hate that huge space formatting, disable that mess
2021-01-27 20:52:11 -08:00
Dane Everitt
c449ca5155
Use more standardized phpcs
2021-01-23 12:33:34 -08:00
Dane Everitt
a043071e3c
Update to Laravel 8
...
Co-authored-by: Matthew Penner <me@matthewp.io>
2021-01-23 12:12:54 -08:00