Skip to content

Commit

Permalink
Merge pull request #4 from Akaizoku/develop
Browse files Browse the repository at this point in the history
Expansion
  • Loading branch information
Akaizoku authored Feb 26, 2020
2 parents 9345e04 + 4bd9070 commit b4aa995
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 112 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,80 @@ All notable changes to the [PSWF](https://github.com/Akaizoku/PSWF) project will
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/Akaizoku/PSWF/releases/tag/1.0.1) - 2020-02-26

Expansion

### Added

The following functions have been added:
- Add-Resource
- Add-SecurityDomain
- Disable-DataSource
- Disable-Deployment
- Enable-DataSource
- Enable-Deployment
- Get-DeploymentStatus
- Get-JBossClientResult
- Grant-SecurityRole
- Invoke-DeployApplication
- Invoke-UndeployApplication
- Read-Attribute
- Dead-DeploymentStatus
- Read-SecurityDomain
- Remove-Attribute
- Remove-SecurityDomain
- Test-DataSource
- Test-DataSourceConnection
- Test-Deployment
- Test-JDBCDriver
- Test-Resource
- Test-SecurityDomain
- Write-Attribute

### Changed

The following functions have been updated:
- Add-DataSource
- Add-JDBCDriver
- Add-Module
- Add-SecurityRole
- Add-User
- Add-UserGroupRole
- Disable-RBAC
- Enable-RBAC
- Grant-SecurityRole
- Invoke-DeployWAR
- Invoke-JBossClient
- Invoke-ReloadServer
- Invoke-UndeployWAR
- Read-DeploymentStatus
- Read-Resource
- Read-ServerState
- Remove-DataSource
- Remove-JDBCDriver
- Remove-Module
- Remove-Resource
- Remove-SecurityRole
- Remove-User
- Remove-UserGroupRole
- Resolve-ServerState
- Test-JBossClientOutcome
- Test-Module
- Test-SecurityRole
- Test-ServerState
- Test-User
- Test-UserGroupRole
- Write-JBossClientCmd: Fix issue \#1 by using single-quoted command definition and escaping the double-quotes

### Removed

The following functions have been removed:
- Set-Interface
- Set-JavaOptions
- Set-PortNumber
- Set-PortOffset

## [1.0.0](https://github.com/Akaizoku/PSWF/releases/tag/1.0.0) - 2020-01-13

### Added
Expand Down
6 changes: 3 additions & 3 deletions PSWF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSWF.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -157,8 +157,8 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = @'
[1.0.1]
Bug fixes and improvements
[1.1.0]
Expansion
'@

} # End of PSData hashtable
Expand Down
62 changes: 0 additions & 62 deletions Private/Get-JBossClientResult.ps1

This file was deleted.

94 changes: 47 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,53 +39,53 @@ Get-Command -Module "PSWF"

| CommandType | Name | Version | Source |
| ----------- | -------------------------- | ------- | ------ |
| Function | Add-DataSource | 1.0.1 | PSWF |
| Function | Add-JDBCDriver | 1.0.1 | PSWF |
| Function | Add-Module | 1.0.1 | PSWF |
| Function | Add-Resource | 1.0.1 | PSWF |
| Function | Add-SecurityDomain | 1.0.1 | PSWF |
| Function | Add-SecurityRole | 1.0.1 | PSWF |
| Function | Add-User | 1.0.1 | PSWF |
| Function | Add-UserGroupRole | 1.0.1 | PSWF |
| Function | Disable-DataSource | 1.0.1 | PSWF |
| Function | Disable-Deployment | 1.0.1 | PSWF |
| Function | Disable-RBAC | 1.0.1 | PSWF |
| Function | Enable-DataSource | 1.0.1 | PSWF |
| Function | Enable-Deployment | 1.0.1 | PSWF |
| Function | Enable-RBAC | 1.0.1 | PSWF |
| Function | Get-DeploymentStatus | 1.0.1 | PSWF |
| Function | Grant-SecurityRole | 1.0.1 | PSWF |
| Function | Invoke-DeployApplication | 1.0.1 | PSWF |
| Function | Invoke-JBossClient | 1.0.1 | PSWF |
| Function | Invoke-ReloadServer | 1.0.1 | PSWF |
| Function | Invoke-UndeployApplication | 1.0.1 | PSWF |
| Function | Read-Attribute | 1.0.1 | PSWF |
| Function | Read-DeploymentStatus | 1.0.1 | PSWF |
| Function | Read-Resource | 1.0.1 | PSWF |
| Function | Read-SecurityDomain | 1.0.1 | PSWF |
| Function | Read-ServerState | 1.0.1 | PSWF |
| Function | Remove-Attribute | 1.0.1 | PSWF |
| Function | Remove-DataSource | 1.0.1 | PSWF |
| Function | Remove-JDBCDriver | 1.0.1 | PSWF |
| Function | Remove-Module | 1.0.1 | PSWF |
| Function | Remove-Resource | 1.0.1 | PSWF |
| Function | Remove-SecurityDomain | 1.0.1 | PSWF |
| Function | Remove-SecurityRole | 1.0.1 | PSWF |
| Function | Remove-User | 1.0.1 | PSWF |
| Function | Remove-UserGroupRole | 1.0.1 | PSWF |
| Function | Test-DataSource | 1.0.1 | PSWF |
| Function | Test-DataSourceConnection | 1.0.1 | PSWF |
| Function | Test-Deployment | 1.0.1 | PSWF |
| Function | Test-JBossClientOutcome | 1.0.1 | PSWF |
| Function | Test-JDBCDriver | 1.0.1 | PSWF |
| Function | Test-Module | 1.0.1 | PSWF |
| Function | Test-Resource | 1.0.1 | PSWF |
| Function | Test-SecurityDomain | 1.0.1 | PSWF |
| Function | Test-SecurityRole | 1.0.1 | PSWF |
| Function | Test-ServerState | 1.0.1 | PSWF |
| Function | Test-User | 1.0.1 | PSWF |
| Function | Test-UserGroupRole | 1.0.1 | PSWF |
| Function | Write-Attribute | 1.0.1 | PSWF |
| Function | Add-DataSource | 1.1.0 | PSWF |
| Function | Add-JDBCDriver | 1.1.0 | PSWF |
| Function | Add-Module | 1.1.0 | PSWF |
| Function | Add-Resource | 1.1.0 | PSWF |
| Function | Add-SecurityDomain | 1.1.0 | PSWF |
| Function | Add-SecurityRole | 1.1.0 | PSWF |
| Function | Add-User | 1.1.0 | PSWF |
| Function | Add-UserGroupRole | 1.1.0 | PSWF |
| Function | Disable-DataSource | 1.1.0 | PSWF |
| Function | Disable-Deployment | 1.1.0 | PSWF |
| Function | Disable-RBAC | 1.1.0 | PSWF |
| Function | Enable-DataSource | 1.1.0 | PSWF |
| Function | Enable-Deployment | 1.1.0 | PSWF |
| Function | Enable-RBAC | 1.1.0 | PSWF |
| Function | Get-DeploymentStatus | 1.1.0 | PSWF |
| Function | Grant-SecurityRole | 1.1.0 | PSWF |
| Function | Invoke-DeployApplication | 1.1.0 | PSWF |
| Function | Invoke-JBossClient | 1.1.0 | PSWF |
| Function | Invoke-ReloadServer | 1.1.0 | PSWF |
| Function | Invoke-UndeployApplication | 1.1.0 | PSWF |
| Function | Read-Attribute | 1.1.0 | PSWF |
| Function | Read-DeploymentStatus | 1.1.0 | PSWF |
| Function | Read-Resource | 1.1.0 | PSWF |
| Function | Read-SecurityDomain | 1.1.0 | PSWF |
| Function | Read-ServerState | 1.1.0 | PSWF |
| Function | Remove-Attribute | 1.1.0 | PSWF |
| Function | Remove-DataSource | 1.1.0 | PSWF |
| Function | Remove-JDBCDriver | 1.1.0 | PSWF |
| Function | Remove-Module | 1.1.0 | PSWF |
| Function | Remove-Resource | 1.1.0 | PSWF |
| Function | Remove-SecurityDomain | 1.1.0 | PSWF |
| Function | Remove-SecurityRole | 1.1.0 | PSWF |
| Function | Remove-User | 1.1.0 | PSWF |
| Function | Remove-UserGroupRole | 1.1.0 | PSWF |
| Function | Test-DataSource | 1.1.0 | PSWF |
| Function | Test-DataSourceConnection | 1.1.0 | PSWF |
| Function | Test-Deployment | 1.1.0 | PSWF |
| Function | Test-JBossClientOutcome | 1.1.0 | PSWF |
| Function | Test-JDBCDriver | 1.1.0 | PSWF |
| Function | Test-Module | 1.1.0 | PSWF |
| Function | Test-Resource | 1.1.0 | PSWF |
| Function | Test-SecurityDomain | 1.1.0 | PSWF |
| Function | Test-SecurityRole | 1.1.0 | PSWF |
| Function | Test-ServerState | 1.1.0 | PSWF |
| Function | Test-User | 1.1.0 | PSWF |
| Function | Test-UserGroupRole | 1.1.0 | PSWF |
| Function | Write-Attribute | 1.1.0 | PSWF |

## Dependencies

Expand Down

0 comments on commit b4aa995

Please sign in to comment.