Skip to content

Commit

Permalink
+ Site configuration management CLI commands
Browse files Browse the repository at this point in the history
gh-153

Signed-off-by: Nicholas K. Dionysopoulos <[email protected]>
  • Loading branch information
nikosdion committed Nov 17, 2023
1 parent b43b07b commit 9e51b57
Show file tree
Hide file tree
Showing 11 changed files with 788 additions and 98 deletions.
4 changes: 4 additions & 0 deletions .idea/Akeeba Panopticon.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Akeeba Panopticon 1.0.5
+ Allow immediate email sending [gh-306]
+ Allow the global update preference of an extension to be "email" [gh-309]
+ Detect when scheduled tasks are falling behind [gh-315]
+ Site configuration management CLI commands [gh-153]

Akeeba Panopticon 1.0.4
================================================================================
Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is a features, and bug-fix release.

**✨ Detect when scheduled tasks are falling behind [gh-315]**. If the scheduled tasks are falling behind more than 2 minutes on average and you are logged in as a Super User you will receive a warning recommending that you increase the number of CRON jobs you are using to execute scheduled tasks. This is linked to the documentation page of the CRON jobs, explaining why and how to do that.

**✨ Site configuration management CLI commands [gh-153]**. A new set of CLI commands has been added to help you list, set, and get the configuration of each site.

## 🖥️ System Requirements

* PHP 8.1, 8.2, or 8.3. PHP 8.2 recommended.
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"symfony/cache": "^6.2",
"symfony/console": "^6.2.7",
"symfony/error-handler": "^6.2",
"symfony/property-access": "^6.0",
"symfony/serializer": "^6.2.0",
"symfony/yaml": "^6.2.0",
"vlucas/phpdotenv": "^5.5.0",
"web-auth/webauthn-lib": "^4.6.2"
},
Expand Down
328 changes: 327 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e51b57

Please sign in to comment.