Questions tagged [release]

Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].

3345 questions
1
vote
1 answer

Test result chart/graph from release in tfs 2017

I tried to show test result from automation test on dashboard but I wasn't able to do it. In release I have environment which is responsible for running automation tests, I can see test results in release details and in tests runs. In test runs…
1
vote
2 answers

Testing Release Builds

Here's my problem I have a C++ project which issues periodic iterations. These are release builds run by hand in MVSC2008. On my dev machines, these release builds run fine but don't on machines which don't have the build environment installed (in…
sipickles
  • 1,637
  • 1
  • 19
  • 30
1
vote
1 answer

Upload APK in Google Play Error 403

At this moment a version of my app is on production with minSdkVersion 16. Currently I'm trying to deploy in beta channel new version with minSdk 19 but I'm getting this error: { "code" : 403, "errors" : [ { "domain" :…
Borislav Kamenov
  • 561
  • 4
  • 12
1
vote
2 answers

release laravel project from VSTS to Azure to the correct folder

I am using Visual Studio Team Services to release my LARAVEL Project to Azure. On the Azure application setting and by default to virtual directory it sets : "/" as "site\wwwroot" (1) But with the Laravel Framework the application is accessible from…
dev944
  • 41
  • 5
1
vote
1 answer

How to deal with a bugfix in GitFlow (or other process) once a release is ready to ship and merged into develop & master

From https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow : Once the release is ready to ship, it will get merged it into master and develop, then the release branch will be deleted Now that the merge is done : let's say…
NicolasW
  • 1,519
  • 5
  • 22
  • 34
1
vote
1 answer

Git branch strategy with multiple parallel feature release into the same application

We are developing modules for a web app that are released in parallel. We are trying to figure out a good branching strategy to keep an overview of the released modules. This is our current system: Master: contains all released modules / code…
Herman Kruisman
  • 133
  • 1
  • 11
1
vote
1 answer

OpenGL drawing invisible in release mode(when _DEBUG is defined)

I ported my Opengl project from Qt to MFC with success.. only in debug mode. Everything works great in debug mode. It even works in release mode, as long as _DEBUG is defined. If it's not, every OpenGL function get called, but without result on the…
Michael
  • 1,557
  • 2
  • 18
  • 38
1
vote
1 answer

How to warn users that new version is available?

How can I warn users that a new version of my program is available? I'm planning on releasing my desktop app as a .jar file through github, and I'd like to do a simple check each time a user starts the app to check if a new version is available. How…
Tirafesi
  • 1,297
  • 2
  • 18
  • 36
1
vote
2 answers

how to use correctly retain and release in an app for iPhone / iPad

I'm a newbie in programming for iPhone / iPad with Objective-C. I have problems with memory management by releasing or retaing objects. I'm doing an application that contains multiple view controllers for switching views. The most of the objects…
karse23
  • 4,055
  • 6
  • 29
  • 33
1
vote
1 answer

Need to remove overlapping Releases/Tags between two separately owned GitHub repositories

All of the sudden, we are seeing Releases / Tags showing up in one of our GitHub Repositories from another GitHub Repository (which consequently is also showing our releases). This is quite weird and neither repo owner has a clue as to how this may…
David Poindexter
  • 488
  • 4
  • 12
1
vote
2 answers

When is the proper time to release an object?

I'm still a little confused on this. I'm creating an object programmatically in Xcode, let's say a UILabel, which is also going to be a class wide property. When is the proper time to release the object, in the method in which it is created, or in…
thenameisnick
  • 613
  • 2
  • 10
  • 12
1
vote
2 answers

ServerSocket close method not releasing port

I am working on 2 applications (web and standalone apps). I have built functionality into the web app for users to be able to restart certain modules of the standalone app from the web page. The way i accomplish this is using a ServerSocket object…
Martin
  • 1,977
  • 5
  • 30
  • 67
1
vote
1 answer

Facebook SDK Login Issue

I am using facebook login in my application. In fb developer settings I added developer hash key and release hash key. When i tried to login the error shows Invalid key hash. Does not match any stored key hashs. Then I added the shown key hash to…
Cecil Paul
  • 595
  • 6
  • 27
1
vote
0 answers

Unable to find expected entry 'restricted/binary-amd64/Packages' in Release file

I am on Desktop with Ubuntu 14.04 LTS, Intel i3, 4 GB RAM & 320 GB HDD. Each time I try to install at, the time based scheduler, using: sudo apt-get install at I get error message, W: Failed to fetch…
MSJ
  • 11
  • 3
1
vote
1 answer

How to handle a Gitlab Issue that was planned, but its resolution will be "known bug"

I control a project in GitLab where the next milestone has an issue that, after much effort, we concluded that we have insufficient resources to deal with now. Because its reproduction is unlikely to happen and is not logical use of the software, we…
Tomer W
  • 3,395
  • 2
  • 29
  • 44
1 2 3
99
100