Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wedding-app
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Maciej Żuralski
wedding-app
Commits
8aee0f70
Commit
8aee0f70
authored
2 weeks ago
by
Maciej Żuralski
Browse files
Options
Downloads
Patches
Plain Diff
delate: pipeline
parent
00fb0621
Branches
Branches containing commit
1 merge request
!110
test: front tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-30
0 additions, 30 deletions
.gitlab-ci.yml
backend/wedding_app_backend/src/main/java/org/example/wedding_app_backend/weddingImage/function/WeddingImagesMapper.java
+1
-1
1 addition, 1 deletion
...pp_backend/weddingImage/function/WeddingImagesMapper.java
with
1 addition
and
31 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
30
View file @
00fb0621
# image: docker:latest
# services:
# - docker:dind
# variables:
# DOCKER_DRIVER: overlay2
# stages:
# - test
# backend-tests:
# stage: test
# image: maven:3.8.5-openjdk-17
# script:
# - cd backend
# - mvn clean test
# only:
# - main
# frontend-tests:
# stage: test
# image: node:18
# script:
# - cd frontend
# - npm install
# - npm run test -- --watch=false --browsers=ChromeHeadless
# only:
# - main
This diff is collapsed.
Click to expand it.
backend/wedding_app_backend/src/main/java/org/example/wedding_app_backend/weddingImage/function/WeddingImagesMapper.java
+
1
−
1
View file @
8aee0f70
...
...
@@ -10,6 +10,6 @@ import java.util.List;
@Mapper
(
componentModel
=
"spring"
)
public
interface
WeddingImagesMapper
{
List
<
GetWeddingImageResponse
>
entitiesToResponses
(
List
<
WeddingImageEntity
>
entities
);
//
List<GetWeddingImageResponse> entitiesToResponses(List<WeddingImageEntity> entities);
}
This diff is collapsed.
Click to expand it.
Preview
0%
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