Skip to content

Commit

Permalink
Merge pull request #27 from IGEL-Community/development
Browse files Browse the repository at this point in the history
  • Loading branch information
falkheiland committed Apr 29, 2020
2 parents 8d30b15 + 477bcc2 commit 5dfee72
Show file tree
Hide file tree
Showing 140 changed files with 8,566 additions and 4,043 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text

# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
33 changes: 33 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"igel",
"igelos",
"psigel"
]
],
"favorites.sortDirection": "ASC"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# PSIGEL Changelog

## v0.10.0 - 20200429

### Added

* cross platform support (Windows, Linux, MacOS)
* support for Powershell 7
* Remove-UMSAPICookie
* Site, Department, CostCenter, AssetID, InServiceDate and SerialNumber to Get-UMSDevice -Filter details
* support for Datatype Version in Get-UMSFirmware, Get-UMSStatus
* Get-UMSDirectoryRecursive

### Changed

* set minimum Powershell Requirement for the module to 5.1
* SerialNumber Length to 18

### Fixed

* reset / update empty values of devices

### Removed

* remove \*-OS\* functions
73 changes: 0 additions & 73 deletions Docs/Get-OSFirmware.md

This file was deleted.

77 changes: 0 additions & 77 deletions Docs/Get-OSUpdateConfiguration.md

This file was deleted.

98 changes: 0 additions & 98 deletions Docs/Get-OSWifiConnection.md

This file was deleted.

Loading

0 comments on commit 5dfee72

Please sign in to comment.