Questions tagged [rollout]

68 questions
0
votes
0 answers

view a list of $rollout features

I'm using rollout to set feature flags in a rails app. I often use the command $rollout.active_features to view what flags are active. Is there a command to display inactive features? Or all features that exist?
Kellen
  • 278
  • 2
  • 8
0
votes
1 answer

Flutter app updated by only 10% of all users (Android)

I own an Android app with about 300K users. This app was initially an Android app only that I converted to flutter in order to release an iOS version as well. When I released the first update developed using Flutter, I deployed only 5%, then updated…
0
votes
0 answers

Kubectl rollout restart gets error: Unable to decode

When I want to restart a deployment by the following command: kubectl rollout restart -n ind-iv -f mattermost-installation.yml it returns an error: unable to decode "mattermost-installation.yml": no kind "Mattermost" is registered for version…
Lucas Scheepers
  • 505
  • 6
  • 24
0
votes
1 answer

How to roll out binding redirects to customer sites

.Net Windows desktop software: Scenario is that the .exe.config files on customer machines contain two kinds of information: Site-specific application settings Binding redirects required by various nuget packages As the nuget package dependencies…
0
votes
0 answers

Get Feature-flag Values before Cypress spec compiled

I'm attempting to run cypress tests dynamically based on flag values from cloudbees' feature flags. something like this: if (flags.foo.isEnabled()) { describe(`When 'foo' feature-flag is enabled`, () => { it(`Then foo element should exist`, ()…
0
votes
0 answers

Doing kubectl rollout undo causing current and previous replicasets persists

I am using kubectl for kubernetes based deployments. I created a deployment which gone to crashloopbackoff state. Then for correcting this issue, rolling update is done. But the deployment failed due to OOM. Then if i do a rollout undo, i am seeing…
saba_88
  • 1
  • 1
0
votes
0 answers

Taking an app version off review in Google console

Is there a way to remove an app version that is currently "In review" in Google Console? It's been in review for almost two days (usually it took a couple hours tops) and we have worked on new updates that we'd like to rollout.
cesarcarlos
  • 1,271
  • 1
  • 13
  • 33
0
votes
1 answer

Rolling out new version of a Rails app

I wonder how people deal with gradually rolling out features and versions in a production evironment. the scenario is where you have two versions of tested code one already in production and one to be rolled out, these are the common…
user427165
0
votes
1 answer

Just did assignment in JavaScript and it too won't roll out html onclick... what gives?

I did this exact assignment in VBScript today and it did the same thing when I finished and got it to clear the IE debugger. Nothing. No errors, other than the alerts I put in myself, just click the button at the bottom and no HTML code rolls out…
Mike Felder
  • 139
  • 1
  • 2
  • 10
0
votes
2 answers

Mysterious (to me) "object doesn't support this propery or method error - JavaScript HTML rollout

I'm getting the error above from Char 1 of the 4th line... No clue what's throwing it? I'm sure its something simple that I don't see... out = out + "Select Box Information

The name of the select box is: skeletor. A play on the word…
Mike Felder
  • 139
  • 1
  • 2
  • 10
0
votes
2 answers

Openshift deploy same tag from image stream

I have in openshift a deployment-config that will poll changes in the image stream & starts a new deployment whenever a new image is available. I have a requirement where I need to restart/redeploy same tag from the imagestream. I can achieve this…
user2700022
  • 489
  • 3
  • 19
0
votes
1 answer

Mxs: Rollout control value not defined in scope (filein)

I am trying to acces the state/value of rollout controls (checkboxes, spinners etc.) from inside a nested function (a function I call using the filein() command), however I keep getting the error that the rolout control is undefined. I've written…
0
votes
1 answer

Processing SASS, JS and HTML + Browser Sync / Refresh

I've been searching for a way that would include following things: Process SASS to CSS PostProcess CSS Minify CSS Copy it to a different folder Package all Javascript to one file Create backward compatible for older browsers Treeshake Minify…
Niko
  • 1
  • 2
0
votes
1 answer

can't do rollout selected components function in aem

I can select component by changing Editbar.js as mentioned below link. Unable to select the components on a page but after checking components that I want to rollout, then select rollout selec ted components, but keep getting alert message saying…
Pd.Jung
  • 113
  • 1
  • 3
  • 13
0
votes
1 answer

Cancelling inheritance for a component not working

I am currently working on an AEM 6.2 project. When we disable inheritantce on a livecopy component and change it’s value (e.g title), then we re-enable inheritantce on this livecopy component, it does not pull value from it’s blueprint…
sefirosu
  • 2,558
  • 7
  • 44
  • 69