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
c9d76bbb
Commit
c9d76bbb
authored
Jan 03, 2018
by
Jeff Cantrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow logging index for a project to be specified via annotation
parent
acace89a
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 @
c9d76bbb
...
...
@@ -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 @
c9d76bbb
...
...
@@ -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 @
c9d76bbb
...
...
@@ -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 @
c9d76bbb
...
...
@@ -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