NETX

NET-Experts Freeware and Open Source

View the Project on GitHub jhochwald/NETX

NETX

NET-Experts Free-ware and Open Source

Mostly PowerShell related Free-ware and Open Source stuff will be published here.

A while ago we decided to publish some of our stuff as Open Source under the terms of the BSD License (Cause it is very flexible for all of us). This Repository contains the stuff that we think it's useful for the community.

Content

You will find the following here:

Profile

A sample Profile and some neat Tools and Functions

NETX.YouTrack

NET-Experts PowerShell Support for JetBrains YouTrack Rest API

docs

Documentation in the following format:

Why Free?

Why should charge for everything? Our focus is to optimize customer businesses by helping them to automate as much as possible.

But we need to automate our own stuff to. Most of the thing we will publish here is that kind of stuff that we invented, adopted or developed to run our or automate our own processes.

Why Open Source

That is very easy to answer: Cause we think that the community might find some of our stuff useful!

The more people have the code, the more they learn PowerShell!

Support?

Yes, there is support! But the support is based on best effort.

Feel free to Open an Issue here.

There is no entitlement, claim, or right to get a request, problem or even a bug that is reported fixed or solved!

Feedback?

Feedback is more then welcome! Feel free to Open an Issue here.

Contributing?

If you find a problem or Bug, just let me know. Or even better: Pull it, fix it and contribute ;-)

No Warranty

There is no Warranty of any kind! Everything is provided "as is"!

Default Copyright

Copyright (C) 2011-2016 by NET-Experts - All rights reserved.

License

Unless otherwise noticed, this default license applies:

Copyright (c) 2012-2016, NET-Experts http:/www.net-experts.net. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

By using the Software, you agree to the License, Terms and Conditions above!

Additional Information

Please view the Header information of each file, it might contain other Licensing and/or Copyright information(s).

Please Review each File/Directory for Licensing and/or Copyright information(s).

Data protection

At NET-Experts we always pay special attention to Security and Intellectual Property issues. We understand a truly effective security as a system that is followed by every employee, affiliate and Partner. We deeply respect our customer’s intellectual property rights and business data and take comprehensive measures to safeguard them. A whole range of security procedures and policies are established at different levels.

The remote access to customer data and systems is restricted to the authorized personnel only. Every Remote Access via NET-Experts are logged, tracked and monitored.

General Repository Information

The branching structure follows the git flow concept, defined by Vincent Driessen

Master branch

The main branch where the source code of HEAD always reflects a production-ready state.

Develop branch

Consider this to be the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release. Some would call this the "integration branch".

Feature branches

These are used to develop new features for the upcoming or a distant future release. The essence of a feature branch is that it exists as long as the feature is in development, but will eventually be merged back into develop (to definitely add the new feature to the upcoming release) or discarded (in case of a disappointing experiment).

Release branches

These branches support preparation of a new production release. By using this, the develop branch is cleared to receive features for the next big release.

Hotfix branches

Hotfix branches are very much like release branches in that they are also meant to prepare for a new production release, albeit unplanned.

We use git-flow functions whenever possible to build patches, fixes or releases! That increases the number of branches, but it makes the tracking much easier and it is easier for us.

Trademarks

Many (or nearly all) names of products and companies mentioned here are registered trademarks or trademarks of others.

Reservation of Rights

Many parts, functions or source code fragments are based on the intellectual work, scripts and sources of others. Even if the source might not be a copy or direct clone, the function or even the idea might be inspired by the work of others. We deeply respect and acknowledge the intellectual work of others! Due to the nature of underlying scripting technology it’s hard and nearly impossible to track where ideas or even inspirations originally came from!

Whenever it is possible to track the source or idea or find out where it comes from, we will put the author, copyright and license (if exist) to the script.