[5.x] Do not use angular debug mode unless in development#8891
Merged
Conversation
Backports PR #7929 **Commit 1:** fix #7125 - disable angular debug info * Original sha: b3957a9 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T08:25:47Z **Commit 2:** fix #7125 - disable angular debug info * Original sha: 3972808 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T08:26:09Z **Commit 3:** updating to disable debug info when environment name is set to production * Original sha: 268fdb5 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T10:02:00Z **Commit 4:** using --dev flag * Original sha: d1c6ce4 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-11T16:26:12Z **Commit 5:** updating tests to not depend on angular.scope() * Original sha: 4f83b21 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-10-03T09:39:29Z
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
Backports PR elastic#7929 **Commit 1:** fix elastic#7125 - disable angular debug info * Original sha: b3957a9 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T08:25:47Z **Commit 2:** fix elastic#7125 - disable angular debug info * Original sha: 3972808 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T08:26:09Z **Commit 3:** updating to disable debug info when environment name is set to production * Original sha: 268fdb5 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-04T10:02:00Z **Commit 4:** using --dev flag * Original sha: d1c6ce4 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-11T16:26:12Z **Commit 5:** updating tests to not depend on angular.scope() * Original sha: 4f83b21 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-10-03T09:39:29Z Former-commit-id: ad43652
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not use angular debug mode unless in development
Backports PR #7929
Commit 1:
fix #7125 - disable angular debug info
Commit 2:
fix #7125 - disable angular debug info
Commit 3:
updating to disable debug info when environment name is set to production
Commit 4:
using --dev flag
Commit 5:
updating tests to not depend on angular.scope()