Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
a2659305
Verified
Commit
a2659305
authored
May 11, 2023
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Removed stale targets
parent
180528a1
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!163
Relase 1.3.0
,
!159
Large update
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-8
2 additions, 8 deletions
Makefile
dbrepo-database-service/rest-service/src/test/java/at/tuwien/service/DatabaseServiceComponentTest.java
+0
-4
0 additions, 4 deletions
.../java/at/tuwien/service/DatabaseServiceComponentTest.java
with
2 additions
and
12 deletions
Makefile
+
2
−
8
View file @
a2659305
...
...
@@ -148,7 +148,7 @@ release-search: tag-search
release-metadata
:
tag-metadata
docker push
"dbrepo/metadata-service:
${
TAG
}
"
test-backend
:
test-container-service test-database-service
test-discovery-service test-gateway-service
test-query-service test-table-service test-identifier-service test-metadata-service test-semantics-service test-analyse-service test-user-service
test-backend
:
test-container-service test-database-service test-query-service test-table-service test-identifier-service test-metadata-service test-semantics-service test-analyse-service test-user-service
test-identifier-service
:
clean build-metadata-db build-identifier-service
mvn
-f
./dbrepo-identifier-service/pom.xml clean
test
verify
...
...
@@ -157,15 +157,9 @@ test-container-service: clean build-metadata-db build-container-service
mvn
-f
./dbrepo-container-service/pom.xml clean
test
verify
test-database-service
:
clean build-metadata-db build-database-service
docker pull rabbitmq:3-management-alpine
docker pull rabbitmq:3-management-alpine
elasticsearch:8.7.1
mvn
-f
./dbrepo-database-service/pom.xml clean
test
verify
test-discovery-service
:
clean build-metadata-db build-discovery-service
mvn
-f
./dbrepo-discovery-service/pom.xml clean
test
verify
test-gateway-service
:
clean build-metadata-db build-gateway-service
mvn
-f
./dbrepo-gateway-service/pom.xml clean
test
verify
test-query-service
:
clean build-metadata-db build-query-service
mvn
-f
./dbrepo-query-service/pom.xml clean
test
verify
...
...
This diff is collapsed.
Click to expand it.
dbrepo-database-service/rest-service/src/test/java/at/tuwien/service/DatabaseServiceComponentTest.java
+
0
−
4
View file @
a2659305
...
...
@@ -8,7 +8,6 @@ import at.tuwien.entities.database.Database;
import
at.tuwien.repository.elastic.DatabaseIdxRepository
;
import
at.tuwien.repository.jpa.ContainerRepository
;
import
at.tuwien.repository.jpa.DatabaseRepository
;
import
at.tuwien.repository.jpa.ImageRepository
;
import
at.tuwien.repository.jpa.UserRepository
;
import
at.tuwien.service.impl.MariaDbServiceImpl
;
import
com.rabbitmq.client.Channel
;
...
...
@@ -58,9 +57,6 @@ public class DatabaseServiceComponentTest extends BaseUnitTest {
@Autowired
private
MariaDbServiceImpl
databaseService
;
@Autowired
private
H2Utils
h2Utils
;
private
final
static
String
BIND_MUSICOLOGY
=
new
File
(
"../../dbrepo-metadata-db/test/src/test/resources/musicology"
).
toPath
().
toAbsolutePath
()
+
":/docker-entrypoint-initdb.d"
;
@BeforeAll
...
...
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