314 results found
-
Take over/fork this project - https://github.com/Swoogan/Octopus-Cmdlets
These Cmdlets are a HUGE timesaver since you can't (as far as I know) create a copy/clone of a variable set.
The module does a lot more though, however the latest binary from 2015 doesn't work anymore and the developer doesn't appear to be keeping the code up to date.3 votes -
Multi language support in administration panel
With the introduction of Multi Tenant support, we can allow our customer to acess the administration panel of Octopus Deploy. The barrier that i found to do that, is that the software that i work, provides services with the main language PT-BR. To meet our demand, multi language support is necessary.
1 vote -
Different colors for different channels in Octopus Releases page
Currently different Channels on Octopus Releases page are all marked with the same colour scheme and you need to read the actual name to distinguish them. Are there any plans to add ability to change their default color and maybe to add some logos etc.
10 votes -
Make property values fields in step templates as links
Make property values fields in step templates as links
I wanted to edit properties of step template. The value of property was read only and it wasn't obvious how can I change it.
Finally I noticed that label of property is clickable. The property name doesn't have visual indication(e.g. underline) that it's a link/button.The better UX will be to make value field as link to open the same Edit Property dialog.
Alternatively you can make the value field as an editable textbox to change value inline.1 vote -
Add the ability to exclude projects from users, instead of the current include
Currently in the Teams area you can restrict that team to certain projects, be selecting certain projects. But if new projects are added you have to include those new projects. It would be nice to be able to exclude a team from projects so new projects are automatically allowed.
Also would be nice to include (current) and/or exclude (above idea) project groups as well.
In our environment we need to allow access to all projects except 5.
6 votes -
Allow SSH Accounts to include SSH Key Pairs w/ Passwords (not just passphrases for the key)
Recently we created an Ubuntu Server that required both a Private SSH Key w/ PassPhrase AND a Password. This failed to connect because it didn't have the password field/value available in the Environment Accounts setup.
Ultimately, we went with just a password for the account, but Octopus should allow for this feature as well.
1 vote -
When entering a new page/form, put the cursor in the first available textbox.
Right now there are quite a few screens/forms which won't place the cursor in the first textbox, making keyboard navigation a mess.
1 vote -
SMTP Implicit SSL
Octopus server currently supports Explicit SSL in it's SMTP Configuration. It would be good if it could also support Implicit SSL.
1 vote -
Allow to send emails using ImplicitSSL next to ExplicitSSL
It's quite easy to achieve using package like this https://www.nuget.org/packages/AIM
1 vote -
Allow Tentacles to upgrade to highest possible version
Currently, Tentacles only get upgraded to the version matching the Octopus server. Occasionally tentacle isn't a candidate to upgrade to that version (i.e. due to the wrong OS, .net framework, etc) but can be upgraded to a version newer.
For example, a Windows 2003 server running version 3.0.5 won't be a candidate to upgrade to any v.3.1 or up but would be able to upgrade to the highest 3.0 version.
2 votes -
Publish the installer msi product code
I have been deploying and updating Octopus Server using DSC, which works very well.
To to this I need the installer download link, easy to get from the downloads page, and the msi product code so that DSC can check the installed version.
Currently this means I need to download the installer to my machine just so I can open it and find the product code. If you published the msi product code like you publish the MD5 hash. It would make my DSC update workflow simpler.
1 vote -
Nested Views
It would be nice to select a project group that is being worked on and seeing all the child items within it on every tab.example you login you see the dashboard, select the project group (filter I guess) once the project group is selected you only see items related to the project when you click the environments you see only the filtered project groups/projects and environments associated.
This makes management simpler and internal auditing of an application or suite of applications simpler
1 vote -
Add Configuration around Health Checks
Currently health checks run every hour and it keeps the last 7 health checks. This means if I come in in the morning and see a failing health check, I don't really know when it started unless it happened to be within the last 7 hours.
I suggest making it configurable how often the Health Check runs and how much history to keep. I'd love to be able to say, run every 2 hours and keep that last 3 days of health checks (to cover the weekend as well). Noting the most recent success and failure on the machine's connectivity…
2 votes -
Viewer Access role in Octopus Deploy to providde additional features to view the Deployment Logs
Currently Viewer access doesn't allow users to view the Logs, any other role like deployer or project contributor will enable access to other things.
Request to enable view logs permissions on the Project viewer role.
2 votes -
Get rid of the Apply question when editing variable values
Make variable editing more like spreadsheet editing. The question popping up to Apply changes for each variable is not really helping. The Save button should have that responsibility.
2 votes -
New view for variables, reflecting deployment path.
View variables and environments in a way that deployments move. Lets say that I have Dev, Test & Prod. Then I'd like to see the variables from left to right grouped from left Dev, Test and Prod to the far right.
2 votes -
Highlight online Tentacles with drive space warnings in orange not red and offline
Currently a server is said to be offline and is highlighted red, even though it's online with just drive space issues. I'd like to see these highlighted differently, like in orange so I know what the issue is.
1 vote -
in package library, reformat page with regards to repository status
in the package library page (http://octopus/app#/library/packages), the Repo Status section kills somewhere around 1/3 of the usable screen space, for the entire length of the page.
My repo contains packages with long names and descriptions, which causes significant line wrap / page length, due to the wasted whitespace caused by the repo status.
Please move <div[@ng-show="view.filtering"]> out of the parent div/scope, so that it can take the entire width of the page (well, what's left after the sidebar menu)
(alternatively, the repo status could move into the sidebar, but I think leaving it where it is provides better…
2 votes -
Octopus Server with an inbuilt tentacle
I was hoping the server support in 3.3 would do this, unfortunately 3.3 will only run PowerShell scripts from the Octopus Server. It would be great if the Octopus Server could have its own inbuilt tentacle for deploying packages that don't require a footprint on the target machine. SQL Server deployments and MSDeploy deployments are the obvious examples.
1 vote -
Provide ability to add metadata to machines and environments
Would like to see the ability to add metadata to machines and environments as well as a simple onhover or onclick dialog that displays the metadata. An example would IP addresses, OS versions, build dates for machines or technical owners etc. for environments in addition to a simple name.
4 votes