You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ using these eggs should be updated to account for the new format.
29
29
* A new cron cheatsheet has been added which appears when creating a schedule.
30
30
* Adds support for filtering the `/api/application/nodes/:id/allocations` endpoint using `?filter[server_id]=0` to only return allocations that are not currently assigned to a server on that node.
31
31
* Adds support for naming docker image values in an Egg to improve front-end display capabilities.
32
+
* Adds command to return the configuration for a specific node in both YAML and JSON format (`php artisan p:node:configuration`).
33
+
* Adds command to return a list of all nodes available on the Panel in both table and JSON format (`php artisan p:node:list`).
32
34
33
35
### Removed
34
36
* Removes Google Analytics from the front end code.
0 commit comments