Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Partition
Commits
b616cb4e
Commit
b616cb4e
authored
4 years ago
by
Anastasiia Gelmut
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-1599 Updated pom and fixed readme.
parent
63b1a8bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!47
Authentication for PartitionService to work under SA(GONRG-1843)
,
!45
(GONRG-2074) GCP incorrect response
,
!36
Partition: Audit Logs Implementation (GONRG-1607)
,
!35
Partition Service for GCP (GONRG-1706)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/partition-gcp/README.md
+2
-8
2 additions, 8 deletions
provider/partition-gcp/README.md
provider/partition-gcp/pom.xml
+19
-0
19 additions, 0 deletions
provider/partition-gcp/pom.xml
with
21 additions
and
8 deletions
provider/partition-gcp/README.md
+
2
−
8
View file @
b616cb4e
...
...
@@ -59,7 +59,6 @@ $ cat ~/.m2/settings.xml
</servers>
</settings>
```
*
Update the Google cloud SDK to the latest version:
```
bash
...
...
@@ -79,16 +78,11 @@ gcloud auth application-default login
*
Navigate to partition service's root folder and run:
```
bash
mvn jetty:run
## Testing
*
Navigate to partition service
's root folder and run:
```
bash
mvn clean
install
```
* If you wish to see the coverage report then go to
testing/
target/site/jacoco
-aggregate
and open index.html
*
If you wish to see the coverage report then go to target/site/jacoco
/index.html
and open index.html
*
If you wish to build the project without running tests
...
...
@@ -139,7 +133,7 @@ $ (cd testing/partition-test-gcp/ && mvn clean test)
```
## Deployment
Storage
Service is compatible with App Engine Flexible Environment and Cloud Run.
Partition
Service is compatible with App Engine Flexible Environment and Cloud Run.
*
To deploy into Cloud run, please, use this documentation:
https://cloud.google.com/run/docs/quickstarts/build-and-deploy
...
...
This diff is collapsed.
Click to expand it.
provider/partition-gcp/pom.xml
+
19
−
0
View file @
b616cb4e
...
...
@@ -148,6 +148,25 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.7.201606060606
</version>
<executions>
<execution>
<goals>
<goal>
prepare-agent
</goal>
</goals>
</execution>
<execution>
<id>
report
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
report
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
This diff is collapsed.
Click to expand it.
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