Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
5dbf7fe0
Unverified
Commit
5dbf7fe0
authored
Jan 04, 2018
by
Sam Padgett
Committed by
GitHub
Jan 04, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #274 from jcantrill/es_index_annotation
allow logging index for a project to be specified via annotation
parents
acace89a
c9d76bbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
origin-web-common-ui.js
dist/origin-web-common-ui.js
+1
-0
origin-web-common.js
dist/origin-web-common.js
+1
-0
origin-web-common.min.js
dist/origin-web-common.min.js
+1
-0
annotation.js
src/filters/annotation.js
+1
-0
No files found.
dist/origin-web-common-ui.js
View file @
5dbf7fe0
...
...
@@ -1327,6 +1327,7 @@ angular.module('openshiftCommonUI')
"jenkinsLogURL"
:
[
"openshift.io/jenkins-log-url"
],
"jenkinsStatus"
:
[
"openshift.io/jenkins-status-json"
],
"loggingUIHostname"
:
[
"openshift.io/logging.ui.hostname"
],
"loggingDataPrefix"
:
[
"openshift.io/logging.data.prefix"
],
"idledAt"
:
[
"idling.alpha.openshift.io/idled-at"
],
"idledPreviousScale"
:
[
"idling.alpha.openshift.io/previous-scale"
],
"systemOnly"
:
[
"authorization.openshift.io/system-only"
]
...
...
dist/origin-web-common.js
View file @
5dbf7fe0
...
...
@@ -1533,6 +1533,7 @@ angular.module('openshiftCommonUI')
"jenkinsLogURL"
:
[
"openshift.io/jenkins-log-url"
],
"jenkinsStatus"
:
[
"openshift.io/jenkins-status-json"
],
"loggingUIHostname"
:
[
"openshift.io/logging.ui.hostname"
],
"loggingDataPrefix"
:
[
"openshift.io/logging.data.prefix"
],
"idledAt"
:
[
"idling.alpha.openshift.io/idled-at"
],
"idledPreviousScale"
:
[
"idling.alpha.openshift.io/previous-scale"
],
"systemOnly"
:
[
"authorization.openshift.io/system-only"
]
...
...
dist/origin-web-common.min.js
View file @
5dbf7fe0
...
...
@@ -741,6 +741,7 @@ jenkinsBuildURL:[ "openshift.io/jenkins-build-uri" ],
jenkinsLogURL
:[
"openshift.io/jenkins-log-url"
],
jenkinsStatus
:[
"openshift.io/jenkins-status-json"
],
loggingUIHostname
:[
"openshift.io/logging.ui.hostname"
],
loggingDataPrefix
:[
"openshift.io/logging.data.prefix"
],
idledAt
:[
"idling.alpha.openshift.io/idled-at"
],
idledPreviousScale
:[
"idling.alpha.openshift.io/previous-scale"
],
systemOnly
:[
"authorization.openshift.io/system-only"
]
...
...
src/filters/annotation.js
View file @
5dbf7fe0
...
...
@@ -25,6 +25,7 @@ angular.module('openshiftCommonUI')
"jenkinsLogURL"
:
[
"openshift.io/jenkins-log-url"
],
"jenkinsStatus"
:
[
"openshift.io/jenkins-status-json"
],
"loggingUIHostname"
:
[
"openshift.io/logging.ui.hostname"
],
"loggingDataPrefix"
:
[
"openshift.io/logging.data.prefix"
],
"idledAt"
:
[
"idling.alpha.openshift.io/idled-at"
],
"idledPreviousScale"
:
[
"idling.alpha.openshift.io/previous-scale"
],
"systemOnly"
:
[
"authorization.openshift.io/system-only"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment