Giter Site home page Giter Site logo

dalmirog-zz / octoposh Goto Github PK

View Code? Open in Web Editor NEW
97.0 13.0 46.0 42 MB

The Octopus Deploy Powershell module

Home Page: http://Octoposh.net

License: MIT License

PowerShell 14.68% C# 85.13% JavaScript 0.04% CSS 0.15%
octopus octopus-deploy module powershell

octoposh's People

Contributors

dalmirog avatar paulatkins avatar todthomson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

octoposh's Issues

Setup Octopus Module deployment process

  1. code push triggers build that deploys the module.
  2. successful deploy build triggers build that runs pester tests.
  3. successful tests build triggers build that updates the version of the module manifest on the repo.

Create nightly test build definition

The goal of this build definition it to create some test data during the night. Build steps should be:

  1. Wake up the Octopus and Tentacle servers (Build conf 1)
  2. Wait a couple of min for the services to start, and force a health check using the API
  3. Build, Pack, Push
  4. Create a release and deploy it to the test projects

Implement user /pass Auth mode for module

On 0.1.0.0 the module could only authenticate using API keys. On 0.2.0.0 the module should give the user a way to authenticate using user and pass.

Set-OctopusModuleAuthenticationMode could do the switch between "api key" and "user/pass"

Get-OctopusConnectionInfo should show the current authentication mode

New-OctopusConnection should be smart enough to realize which Auth mode it should use

Create Test-OctopusConnectionInfo

This cmdlet should throw or return $true depending if $env:OctopusURI or $env:OctopusAPIKey have values set. It'll be used at the beginning of all the cmdlets that make a connection to Octopus.

Add re-check or wait time to Remove-OctopusResource

Currently the cmdlet starts the delete task, which can take a couple of secs to run. This causes problems when you want to delete a Project and then a Project group, as when the 2nd delete starts, the 1st one might have not finished yet.

Create scripts to work with roles

Functionality TBD. I'd like something like

-Getting all roles and machines using them
-Being able to delete roles
-Create roles, maybe?
-Get roles and combine with get/set tentacles to assign these roles

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.