315 results found
-
Export Variables to JSON Should Be Same Order As UI
Given the Octopus Projects are not source controlled, comparing projects is quite difficult, so I resort to Export process and export variables to json and then do a file compare.
This is made difficult when comparing variables, as the json file is in no particular order. It seems the most recently edited variable is at the bottom.
Can we please arrange the variable in a set order, perhaps the same as the UI.
1 vote -
Export Audit as JSON
When I use the Export function in Audit, the Details column is a mix of HTML and JSON.
For example:<span>{<br> "Id": "variableset-LibraryVariableSets-76",<br> "OwnerId": "LibraryVariableSets-76",<br> "Version": 11</span><del style="background:#ffe6e6;">5</del><ins style="background:#e6ffe6;">6</ins><span><br>}</span>
I understand that this is a way to show what the changes were, but this format is only usable for display in HTML, not for parsing the exported audit via any tools.
Would it be possible to export this as JSON and indicate the change in some other, structural way?
E.g.{ "Id": "variableset-LibraryVariableSets-76", "OwnerId": "LibraryVariableSets-76", "Version": { "OldValue": 115, "NewValue": 116 } }
Or in any other way which would…
1 vote -
make it possible to have multiple views saved of different environments used for different reasons
Need to be able to save and recall defined sets of environments used for different purposes. For example, In-House vs Out-of-House.
1 vote -
Manage/edit variables in variable sets from the project level
I would like to be able to manage variables in variable sets from both the variable set page and from the project level, when there are cases where I have included a variable set in my project. This will help reduce the back and forth navigation that is needed to make the necessary edits when I find I need to modify the variables that are in the set as I am maintaining my project.
1 vote -
Separate permissions in the User Role "Project Contributor"
Currently, in order to allow developers to access and edit variables, they are also able to edit process steps including disabling them. This means that they are able to disable audit steps before deploying.
If process edit was a separate permission we could split out the ability to edit variables and the ability to edit/change process steps
5 votes -
Add "Download latest version"-button to Octopus Manager GUI
As a step towards automated upgrade of the Octopus Server (https://octopusdeploy.uservoice.com/forums/170787-general/suggestions/3033637-upgrade-of-octopusserver-through-octopus), I'd suggest that you add a "Download latest version"-button in the server GUI. This would make the upgrade a lot faster, instead of having to navigate to the Octopus web site and find the latest version manually.
1 vote -
hide/retire/disable step template
It would be great to be able to hide/retire/disable step templates from the Installed Step Templates view, so that our user would not be able to add the specific step anymore.
2 votes -
Import variables from .config file on project setup / first run
When setting up a project for the first time, I manually copy and paste variables from config files (appSettings and connectionStrings) and it would be useful if I could have them imported and set to the value from the config during setup or on first deployment to QA / first environment. Given a large number of variables, this will be where most time is spent during project setup.
3 votes -
Notes for Project Variables
Have another column for the project variables for notes/documentation. This would allow for information about what the variable is for, possible lists of valid choices, what those settings do. Most are self explanatory, but some do need additional documentation and it is better than keeping this info in a separate location.
1 vote -
Handle network card changes differntly
We had an issue where Azure changes out our network card which caused octopus to hang waiting for the interface to come back online as if the cable was just unplugged. As the interface was changed this meant the service hung until it was restarted. We would like to see octopus handle this better / perhaps crash out when the network goes away for a longer bit of time so that the service can restart on its own and pick up the new network.
1 vote -
Install Let's Encrypt module on Octopus Cloud to enable a CNAME for ODC instances
With Octopus Cloud 2012.5.9 we can’t assign our own CNAME to the server instance due to the Let’s Encrypt module being missing.
It is ok for internal use, but if we want Tenants to have access to see what we’ve deployed for them, then we would want to use octopus.mycompany.com not mycompany123.octopus.app.
It might seem minor, but does Octopus use octopus123@yahoo.com as your public email address for customers? Nope, and we don’t want to either :-)
Please add back the excellent Let’s Encrypt module in Octopus Cloud and route port 80 or just .well-known/acme-challenge/ to the relevant instance. Octopus Cloud…
2 votes -
have a better way of handling parameters in arm templates
When setting up a new ARM template for use in octopus we set the default value of all parameters to #{something} so that the 'parameter' page in octopus is auto populated.This works great for most values but if we have a secure string octopus will update the 'default value' in the arm which will show up in the deploy history in Azure. We would like to see some way to handle this so we can ignore updating the default value or auto-populate the parameters page without needing the default value or some other way to handle this a bit cleaner.
1 vote -
Listing/viewing Active Users in Octopus
It would be helpful to view active users in Octopus prior to placing Octopus in maintenance mode for Server upgrades.
0 votes -
New Release Available could take admin to release compare
As an Octopus Deploy administrator,
I want to see the changes that would be in my specific upgrade in a single action,
So that I can be more quickly informed of what changes will occur on upgrade.
Basically looking for a quick link to this: https://octopus.com/downloads/compare?from=2019.2.4&to=2019.2.7
As is stands, both of the values in the URL above are visible in the Octopus Deploy UI (relatively close to each other)
Under
1 vote -
Add Auto-Logout Timeout for Users
As an administrator of our Octopus server I'd like to assign auto-logout interval for our users after a period of inactivity.
1 vote -
Allow segregated package repositories
In a lot of companies there is a clear separation between development packages and packages approved for production. Systems like Sonatype Nexus and Artifactory provide hugely powerful examples of these catering for a wide variety of requirements, but in most cases you need a simple set of requirements:
* The ability to push packages to one (dev) repo
* The ability to promote packages to another (prod) repo
* The ability to force certain environments to pick from a certain repoThis should be a relatively simple improvement to Octopus' very awesome but very simple package management capabilities.
2 votes -
Octopus Server API versions & related components - Compatibility Table
Firstly, thanks for working on and improving upon an already great product. Now to the feedback at hand, I am currently investigating making use of the .NET Octopus.Client within a project to manage the octopus deploy server. As part of that investigation I was trying to gain a better grasp of the compatibility of the various Octopus Deploy (OD) server versions and the related components. That led me to the current page, https://octopus.com/docs/api-and-integration/compatibility which though useful at first glance, it was not clearly defined upon further investigation. Since I'm looking to use the Octopus.Client component let's example some questions for…
2 votes -
Mapping environments on library variable sets
The issue I run into is the following:
Product A: offers an API on several environments DEV/TST/ACC/PRD
Product B: wants to use ProductA-TST on DEV/TST/QA
wants to use ProductA-PRD on ACC/PRDI want the ability to make a library set of varables from product A so any other product I have can easily link to the API, without having to keep track of a url in the other projects variables. So if Product A changes the URL, everyone is automatically updated.
But I might have more environments in other projects or want to map multiple environments to 1 environment of…
1 vote -
Bug: Last variable does not show menu (e.g. Open Editor, Change Type)
You are at the project/variable screen. Usually when you click on (or create) a variable you see an overlay menu with the option to open the editor or change the value type.
But this menu is cut off for the last variable in the list when it only contains a single value!Workaround is to add a second value or use the search functionality to expand the space bellow.
1 vote -
Display more than 3 releases in overview
Hi,
The overview page seems to show a variable amount of releases. On one project it is showing 4, where only the oldest and newest deployments were pushed to prod. On another project it is only showing 3, again where the oldest and newest were to production.
Could we simplify this and just have it show a paginated list of all the releases? You could then use the filters to filter the rows down (rather than columns as it does now, which isn't a filter if we're honest!).
By doing this it will make this screen much more usable in…
4 votes