koality_tools 0.9.0
koality_tools: ^0.9.0 copied to clipboard
A collection of useful scripts for various projects.
[0.9.0] - 21/10/2024
- Updating package dependencies:
-
args 2.6.0 (was 2.5.0)
-
async 2.12.0 (was 2.11.0)
-
build_runner 2.4.13 (was 2.4.12)
-
characters 1.3.1 (was 1.3.0)
-
circular_buffer 0.12.0 (was 0.11.0)
-
collection 1.19.1 (was 1.19.0)
-
convert 3.1.2 (was 3.1.1)
-
coverage 1.10.0 (was 1.9.2)
-
crypto 3.0.6 (was 3.0.5)
-
custom_lint 0.6.8 (was 0.6.7) (0.6.10 available)
-
custom_lint_builder 0.6.8 (was 0.6.7) (0.6.10 available)
-
dcli 6.1.0 (was 6.0.5)
-
dcli_common 6.1.0 (was 6.0.3)
-
dcli_core 6.1.0 (was 6.0.3)
-
dcli_terminal 6.1.0 (was 6.0.3)
-
file 7.0.1 (was 7.0.0)
-
fixnum 1.1.1 (was 1.1.0)
-
http_parser 4.1.1 (was 4.1.0)
-
logging 1.3.0 (was 1.2.0)
-
mime 2.0.0 (was 1.0.6)
-
native_synchronization_temp 0.7.1 (was 0.6.0)
-
path 1.9.1 (was 1.9.0)
-
platform 3.1.6 (was 3.1.5)
-
riverpod 2.6.0 (was 2.5.1)
-
riverpod_annotation 2.6.0 (was 2.3.5)
-
stack_trace 1.12.0 (was 1.11.1)
-
string_scanner 1.4.0 (was 1.3.0)
-
typed_data 1.4.0 (was 1.3.2)
-
uuid 4.5.1 (was 4.5.0)
-
vm_service 14.3.0 (was 14.2.5)
-
web 1.1.0 (was 1.0.0)
-
win32 5.7.0 (was 5.5.4)
-
[0.8.2] - 24/09/2024
- Missed adding the new
vuetemplates to thetemplate.dartmappings.
[0.8.1] - 23/09/2024
- Adding missing
vuetemplate files for thedevopscommand. - Updating package dependencies:
-
build_runner 2.4.12 (was 2.4.11)
-
build_runner_core 7.3.2 (was 7.3.1)
-
cli_completion 0.5.1 (was 0.5.0)
-
coverage 1.9.2 (was 1.8.0)
-
crypto 3.0.5 (was 3.0.3)
-
custom_lint 0.6.7 (was 0.6.4)
-
custom_lint_builder 0.6.7 (was 0.6.4)
-
custom_lint_core 0.6.5 (was 0.6.3)
-
dart_style 2.3.7 (was 2.3.6)
-
dcli 6.0.5 (was 4.0.5)
-
dcli_common 6.0.3 (was 4.0.3)
-
dcli_core 6.0.3 (was 4.0.7)
-
dcli_terminal 6.0.3 (was 4.0.3)
-
dio 5.7.0 (was 5.5.0+1)
-
dio_web_adapter 2.0.0 (was 1.0.1)
-
ffi 2.1.3 (was 2.1.2)
-
+ macros 0.1.2-main.4
-
mason_logger 0.3.1 (was 0.2.16)
-
meta 1.16.0 (was 1.15.0)
-
mime 1.0.6 (was 1.0.5)
-
+ native_synchronization_temp 0.6.0
-
pub_updater 0.5.0 (was 0.4.0)
-
riverpod_analyzer_utils 0.5.4 (was 0.5.3)
-
riverpod_generator 2.4.3 (was 2.4.2)
-
riverpod_lint 2.3.13 (was 2.3.12)
-
rxdart 0.28.0 (was 0.27.7)
-
scope 5.1.0 (was 4.1.1)
-
settings_yaml 8.2.0 (was 8.1.0)
-
shelf_static 1.1.3 (was 1.1.2)
-
source_map_stack_trace 2.1.2 (was 2.1.1)
-
uuid 4.5.0 (was 4.4.2)
-
vm_service 14.2.5 (was 14.2.4)
-
win32 5.5.4 (was 5.5.1)
-
[0.8.0] - 24/04/2024
- Adding new
applecommand for handling Apple/iOS things. - Adding new subcommand
required-apisfor theapplecommand to handle the new Required Reason APIs. It will search through Swift/Obj-C*.mfiles and report any used APIs that will require a reason to be listed for it's usage.
[0.7.2] - 25/03/2024
- Fixing issue with missing template files for new
wordpressoption.
[0.7.1] - 25/03/2024
- Adding new
wordpressoption for thedevops generatecommand. Works for Koality Wordpress sites.
[0.7.0] - 04/03/2024
- Adding new
configcommand with subcommands to handle updating config through the CLI instead of editing the JSON file. - Adjusted the
devops generatecommand to have an additional parameter in the cli for the container path. - Improved the
devops generatecommand to also handle scaffolding CI/CD variables and environments with Gitlab's Auto DevOps feature.
[0.6.7] - 04/03/2024
- Better error messaging for setup to make it clear what needs to happen.
[0.6.6] - 23/01/2024
- Updating the
devops generatedrupal template to use different default files path.
[0.6.5] - 11/01/2024
- Adding skeleton for Gitlab API feature to help with a new upcoming DevOps command.
- Updating test command to allow generating HTML coverage for multiple coverage files.
[0.6.4] - 21/11/2023
- Adjusting the way the templates are created to be simpler. Eventually replaced by mason bricks.
[0.6.3] - 21/11/2023
- The 1 out of 2 times a year that a rebase trips me up. Never registered the DevOps command runner.
[0.6.2] - 21/11/2023
- Fixing issue with
koality devops generatenot being registered correctly.
[0.6.1] - 16/11/2023
- Adding new
kubectlsubcommands:cpandpods.cprunskubectl cpunder the hood with some opinionated defaults and direction (source treated as local by default)podsjust lists pods and matches passed text.
[0.6.0] - 26/10/2023
- Adding new
devopscommand for some typical Koality DevOps processes.
[0.5.1] - 20/10/2023
- Bugfix for mismatched versions in release.
[0.5.0] - 20/10/2023
- Adding a new
drupalcommand that currently just has thelintsubcommand. Will add more commands soon!
[0.4.4] - 27/09/2023
- Fixing an isuse with
kubectlcommands and the way.start()works. Switched over to.runto allowstderrandstdoutto be handled directly in the terminal session, rather than trying to run detached processes and handling those manually.
[0.4.3] - 22/09/2023
- Fixing installation issue with needing to run setup once.
[0.4.2] - 20/09/2023
- Fixing issue with kubectl commands throwing if they return empty lists. (i.e. nothing matches search term).
[0.4.1] - 04/09/2023
- Fixing README installation instructions.
[0.4.0] - 04/09/2023
- Adding the
mysqlcommand and it's subcommands. - Cleanup internal docs.
- Small refactoring.
- Adding docs.
[0.3.4] - 01/09/2023
- Adding the
jwtcommand.
[0.3.3] - 24/07/2023
- Adding
firebase setupcommand. - Adding
firebase emulatorscommand that will start the emulators.
[0.3.2] - 23/07/2023
- Adding classic pub updater to prep for pub.dev release.
[0.3.1] - 11/07/2023
- Adding new
kubectl logscommand to grab logs for a resource.
[0.3.0] - 22/06/2023
- Adding new
firebasecommand with theconfiguresubcommand. - Adding new
scaffoldcommand from the Koality Scaffold tool. Merged into this tool. - Adding new
refactorcommand that will help rename imports from one name to another.
[0.2.1] - 11/06/2023
- Adding config manager to help with adding a Gitlab token during setup.
[0.2.0] - 09/06/2023
- Adding new
kubectlcommands forexecanddescribe. - Added a
.koality_config.jsonfile to help setup for future configuration options.
[0.1.9] - 27/02/2023
- Adding new
parsecommand with aversionsubcommand that will get the version from apubspec.yamlfile.
[0.1.8] - 07/02/2023
- Adding new status to
kubectl clean-podscommand. - Fixing an issue with the updater not correctly parsing the version string.
[0.1.7] - 24/01/2023
- Adding new
kubectlcommand with subcommands.
[0.1.6] - 18/12/2022
- Update command was using wrong text search.
[0.1.5] - 18/12/2022
- Making update command actually work.
[0.1.4] - 18/12/2022
- Fixing some parameters names and README updates.
[0.1.3] - 17/12/2022
- Fixing upload command to allow specifying where the JSON file is created.
[0.1.2] - 17/12/2022
- Moved the POEditor commands to be sub commands of
poeditor.
[0.1.1] - 16/12/2022
- Renamed executable to be just "koality".
[0.1.0] - 16/12/2022
- Added setup command to configure local tools.