Boy132
8f2261f6cd
add alias for node sftp address
2024-06-04 09:17:36 +02:00
notCharles
53aa52f519
Add migration to update stock egg uuids
2024-06-02 17:06:42 -04:00
Boy132
7cda358b66
add missing import
2024-05-31 23:07:50 +02:00
Boy132
33f6551b21
run pint
2024-05-31 23:06:46 +02:00
Lance Pioch
c956cd0106
Update old keys
2024-05-31 17:03:14 -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
notCharles
859a721e17
mysql vs sqlite...
2024-05-19 21:30:25 -04:00
notCharles
4c43fd1683
Add docker_labels
2024-05-19 20:55:37 -04:00
Boy132
b1f99ca8a3
Add api for mounts ( #160 )
...
* add application api endpoints for mounts
* run pint
* add mounts resource to api key
* add includes to mount transformer
* forgot delete route for mount itself
* add migration for "r_mounts" column
* add mounts to testcase api key
2024-05-19 08:50:15 -07:00
Boy132
f02eb5bfba
rename "oom_disabled" to "oom_killer" and invert logic
2024-05-12 22:21:22 +02:00
notCharles
37cc3ae20d
Oopsie Woopsie
2024-05-11 21:39:00 -04:00
Lance Pioch
000363cd17
Pint
2024-05-11 21:01:01 -04:00
Lance Pioch
373ede8548
Make sure transaction is finished
2024-05-11 20:19:56 -04:00
notCharles
e286100197
Fix migrations to work with SQLite without needing SQLite CLI
2024-05-11 20:09:22 -04:00
notCharles
329268697b
Merge branch 'main' into feature/72
2024-04-21 16:22:48 -04:00
notCharles
eeee5779ba
Merge branch 'main' into feature/72
2024-04-21 10:14:21 -04:00
notCharles
22c03c8075
add sort column
2024-04-20 17:57:14 -04:00
notCharles
dc8d7aa3da
Fix mariadb?
2024-04-14 20:53:50 -04:00
notCharles
6118ed91fa
oops, readd this
2024-04-14 15:23:15 -04:00
notCharles
0814b82b7e
pint
2024-04-14 15:23:03 -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
f3085afcbc
Styling
2024-04-10 17:10:51 -04:00
Lance Pioch
f6eede37aa
Populate tags for nodes
2024-04-09 20:08:55 -04:00
Lance Pioch
8ce84239e1
Populate new tags
2024-04-09 19:24:04 -04:00
Lance Pioch
06f66027dd
Whoops, add this in real quick before anybody notices!
2024-03-24 14:43:25 -04:00
Lance Pioch
7df31a1eeb
This is amazing, this bug was apparently fixed
2024-03-20 02:19:07 -04:00
Lance Pioch
798ac6d4c1
Style fixes
2024-03-19 21:13:55 -04:00
Lance Pioch
29b3debee2
Use Laravel’s same return types
2024-03-19 21:12:27 -04:00
Lance Pioch
899b8836fb
Use anonymous migrations instead
2024-03-19 21:03:50 -04:00
Lance Pioch
d58496a355
Replace with helper
2024-03-19 05:11:41 -04:00
Lance Pioch
e4cee4d69d
Remove locations
2024-03-14 02:23:30 -04:00
Lance Pioch
a296084d6e
Remove nests
2024-03-14 01:27:50 -04:00
Lance Pioch
883314b74a
Small updates
2024-03-12 22:47:32 -04:00
Lance Pioch
c83dd86a41
Switch namespace back to App
2024-03-12 22:39:16 -04:00
Matthew Penner
1d38b4f0e2
Laravel 10 ( #4706 )
2023-02-23 12:30:16 -07:00
Matthew Penner
20f23a0b27
db: add uuid
column to failed_jobs
table
...
Refer to
<https://laravel.com/docs/8.x/upgrade#failed-jobs-table-batch-support >
for more information regarding this change.
Closes #4652
2023-01-24 14:02:41 -07:00
Matthew Penner
428311e854
database: fix mail settings migration
2022-12-12 15:47:48 -07:00
Matthew Penner
6df31e1923
database: fix migration transaction failure?
2022-12-12 15:26:47 -07:00
Matthew Penner
c8c648f0e5
php-cs-fixer
2022-12-12 15:14:37 -07:00
Matthew Penner
0751eeec97
database: add migration for new mail config keys
2022-12-12 15:12:03 -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
68e9100e57
admin(eggs): add force_outgoing_ip
option ( #4323 )
...
Closes #3841
2022-09-25 13:24:54 -06:00
Matthew Penner
8e1a21563e
server: add configuration for install notifications ( #4331 )
...
* server: track `installed_at`, only send install notification on first install
* server: add configuration for install notifications
2022-09-25 13:16:58 -06:00
DaneEveritt
0520014c0f
Add support for tracking when an activity event is triggered from an API key
2022-06-18 12:07:44 -04:00
DaneEveritt
e15985ea39
Add support for automatically pruning activity logs
2022-05-29 19:45:00 -04:00
DaneEveritt
2fc5a734f9
Update backup logic to use activity logs, not audit logs
2022-05-29 16:19:04 -04:00
DaneEveritt
cbecfff6da
Add activity logging for files
2022-05-29 13:56:39 -04:00
DaneEveritt
5bb66a00d8
Add new activity logging code to replace audit log
2022-05-28 15:36:26 -04:00
DaneEveritt
97280a62a2
Add support for storing SSH keys on user accounts
2022-05-14 17:31:53 -04:00
DaneEveritt
c8faf64059
Support naming docker images on eggs; closes #4052
...
Bumps PTDL_v1 export images to PTDL_v2, updates the Minecraft specific eggs to use named images.
2022-05-07 17:45:22 -04:00