Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to indicate the environment or release type of an app #120

Closed
dipree opened this issue Feb 27, 2019 · 3 comments
Closed

Add support to indicate the environment or release type of an app #120

dipree opened this issue Feb 27, 2019 · 3 comments
Assignees
Labels
hockeyapp Related to HockeyApp's transition to App Center plan item A piece of work planned for an iteration.

Comments

@dipree
Copy link
Member

dipree commented Feb 27, 2019

Describe the solution you'd like
A string field to specify the environment of the app. On HockeyApp it's called "Release Type" and can be specified in the app settings.

Describe alternatives you've considered
Another option would be to write it in the name of an app but that's cognitively harder to recognise than having a dedicated field for it.

Additional context
This is important for HockeyApp users which will soon be able to move and still want to differentiate between their app environments.
screenshot 2019-02-27 at 18 28 49

@dipree dipree added feature request New feature request hockeyapp Related to HockeyApp's transition to App Center labels Feb 27, 2019
@dipree dipree self-assigned this Feb 27, 2019
@patniko patniko added plan item A piece of work planned for an iteration. and removed feature request New feature request labels Feb 27, 2019
@patniko patniko added this to the March 2019 milestone Feb 28, 2019
@patniko patniko modified the milestones: March 2019, April 2019 Apr 2, 2019
@bsimser
Copy link

bsimser commented Apr 17, 2019

Would like to see this available as a variable or something we can pull out in our scripts. The typical thing is to have different configurations for each environment but the environment support in App Centre right now doesn't seem to support that. In order to have an app point to a dev, test, and prod endpoint I have to make separate releases or do some funky things with my branches. Any deployment system (Octopus, etc.) has the ability to specify these settings per environment. So if that's what this is, then would like this scriptable so we can make the necessary changes to configuration files based on that environment.

@mkm12789
Copy link

I noticed this has been implemented for the Desktop UI but not mobile. Is there a separate ticket for the mobile UI?

@dipree
Copy link
Member Author

dipree commented May 22, 2019

@mkm12789 yes, it has been implemented in the desktop UI only so far. We will be working on the mobile UI in a separate effort when we're integrating the install page with developer portal (FYI @botatoes)

@dipree dipree closed this as completed May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hockeyapp Related to HockeyApp's transition to App Center plan item A piece of work planned for an iteration.
Projects
None yet
Development

No branches or pull requests

6 participants
@bsimser @mkm12789 @dipree @blparr @patniko and others