Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
40fadcbb
Commit
40fadcbb
authored
4 years ago
by
harshit aggarwal
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into haaggarw/adding-dev-pipeline
parents
b3a96e2d
ff147832
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!51
Azure: Adding development pipeline yaml
Pipeline
#19095
failed
4 years ago
Stage: .pre
Stage: review
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+8
-1
8 additions, 1 deletion
NOTICE
devops/azure/chart/templates/osdu-istio-policy.yaml
+1
-1
1 addition, 1 deletion
devops/azure/chart/templates/osdu-istio-policy.yaml
with
9 additions
and
2 deletions
NOTICE
+
8
−
1
View file @
40fadcbb
...
...
@@ -337,6 +337,13 @@ The following software have components provided under the terms of this license:
- tomcat-embed-core (from http://tomcat.apache.org/)
- tomcat-embed-core (from http://tomcat.apache.org/)
========================================================================
CPL-1.0
========================================================================
The following software have components provided under the terms of this license:
- JUnit (from http://junit.org)
========================================================================
EPL-1.0
========================================================================
...
...
@@ -345,7 +352,6 @@ The following software have components provided under the terms of this license:
- Eclipse Xbase Runtime Library (from )
- Eclipse Xtend Active Annotations Library (from https://www.eclipse.org/Xtext/)
- Eclipse Xtend Runtime Library (from https://www.eclipse.org/Xtext/)
- JUnit (from http://junit.org)
- Logback Classic Module (from )
- Logback Core Module (from )
- SnakeYAML (from http://www.snakeyaml.org)
...
...
@@ -563,6 +569,7 @@ unknown
The following software have components provided under the terms of this license:
- Byte Buddy (without dependencies) (from )
- JUnit (from http://junit.org)
- jersey-container-servlet (from git://java.net/jersey~code/project/jersey-container-servlet)
- jersey-container-servlet-core (from git://java.net/jersey~code/project/jersey-container-servlet-core)
- jersey-core-client (from git://java.net/jersey~code/jersey-client)
...
...
This diff is collapsed.
Click to expand it.
devops/azure/chart/templates/osdu-istio-policy.yaml
+
1
−
1
View file @
40fadcbb
...
...
@@ -29,4 +29,4 @@ spec:
to
:
-
operation
:
notPaths
:
[
"
/"
,
"
*/swagger-resources"
,
"
*/swagger"
,
"
/api/register/v1/swagger-resources/*"
,
"
*/swagger-ui.html"
,
"
*/actuator/health"
,
"
/api/register/v1/test/challenge/*"
]
\ No newline at end of file
"
/api/register/v1/swagger-resources/*"
,
"
*/swagger-ui.html"
,
"
*/actuator/health"
,
"
/api/register/v1/test/challenge/*"
,
"
/api/register/v1/webjars/*"
,
"
*/v2/api-docs"
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
2 years ago
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment