Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sonia Zorba
vollt-private-rows-demo
Commits
c65615d8
Commit
c65615d8
authored
Mar 26, 2021
by
Sonia Zorba
Browse files
Renamed private-rows-extensions -> private-rows-extension
parent
4e22221a
Changes
10
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c65615d8
...
...
@@ -2,3 +2,5 @@
/private-rows-extensions/target/
/private-rows-extensions/nb-configuration.xml
/war/*.war
/private-rows-extension/nbproject/
/private-rows-extension/target/
.gitlab-ci.yml
View file @
c65615d8
...
...
@@ -18,9 +18,9 @@ build_extension_build_env:
refs
:
-
master
changes
:
-
private-rows-extension
s
/Dockerfile-build-env
-
private-rows-extension/Dockerfile-build-env
script
:
-
cd private-rows-extension
s
-
cd private-rows-extension
-
docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
-
docker build -t "${CI_REGISTRY_IMAGE}/extension_build_env" . -f Dockerfile-build-env
-
docker push "${CI_REGISTRY_IMAGE}/extension_build_env"
...
...
@@ -64,11 +64,11 @@ build_extension:
script
:
-
cd vollt
-
gradle jar
-
cd ../private-rows-extension
s
-
cd ../private-rows-extension
-
mvn clean package
artifacts
:
paths
:
-
private-rows-extension
s
/target/private-rows-extension
s
-*.jar
-
private-rows-extension/target/private-rows-extension-*.jar
expire_in
:
7 days
build_war
:
...
...
private-rows-extension
s
/Dockerfile-build-env
→
private-rows-extension/Dockerfile-build-env
View file @
c65615d8
File moved
private-rows-extension/nb-configuration.xml
0 → 100644
View file @
c65615d8
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<properties
xmlns=
"http://www.netbeans.org/ns/maven-properties-data/1"
>
<!--
Properties that influence various parts of the IDE, especially code formatting and the like.
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.hint.jdkPlatform>
JDK_1.8
</netbeans.hint.jdkPlatform>
</properties>
</project-shared-configuration>
private-rows-extension
s
/pom.xml
→
private-rows-extension/pom.xml
View file @
c65615d8
...
...
@@ -2,7 +2,7 @@
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
it.inaf.ia2
</groupId>
<artifactId>
private-rows-extension
s
</artifactId>
<artifactId>
private-rows-extension
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
private-rows-extension
s
/src/main/java/it/inaf/ia2/vollt/CustomJobOwner.java
→
private-rows-extension/src/main/java/it/inaf/ia2/vollt/CustomJobOwner.java
View file @
c65615d8
File moved
private-rows-extension
s
/src/main/java/it/inaf/ia2/vollt/CustomUserIdentifier.java
→
private-rows-extension/src/main/java/it/inaf/ia2/vollt/CustomUserIdentifier.java
View file @
c65615d8
File moved
private-rows-extension
s
/src/main/java/it/inaf/ia2/vollt/PrivateRowsQueryExecutor.java
→
private-rows-extension/src/main/java/it/inaf/ia2/vollt/PrivateRowsQueryExecutor.java
View file @
c65615d8
File moved
private-rows-extension
s
/src/test/java/it/inaf/ia2/vollt/PrivateRowsQueryExecutorTest.java
→
private-rows-extension/src/test/java/it/inaf/ia2/vollt/PrivateRowsQueryExecutorTest.java
View file @
c65615d8
File moved
war/fill-war.sh
View file @
c65615d8
...
...
@@ -6,7 +6,7 @@ rm tap.war
unzip
"
$base_war
"
-d
vollt
cp
tap.properties vollt/WEB-INF/classes/tap.properties
cp
web.xml vollt/WEB-INF/
cp
../private-rows-extension
s
/target/private-rows-extension
s
-
*
.jar vollt/WEB-INF/lib/
cp
../private-rows-extension/target/private-rows-extension-
*
.jar vollt/WEB-INF/lib/
cd
vollt
zip
-r
-u
../tap.war
*
cd
..
...
...
Write
Preview
Supports
Markdown
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