Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
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
Coscine
frontend
libraries
api-client
Merge requests
!116
New: Client for Data Publication Request feature
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
New: Client for Data Publication Request feature
Issue/2981-dataPubInDb
into
main
Overview
1
Commits
3
Pipelines
4
Changes
7
Merged
New: Client for Data Publication Request feature
Petar Hristov
requested to merge
Issue/2981-dataPubInDb
into
main
Sep 13, 2024
Overview
1
Commits
3
Pipelines
4
Changes
7
coscine/issues#2981
0
0
Merge request reports
Compare
main
version 2
1686693e
Sep 13, 2024
version 1
f7aa9a61
Sep 13, 2024
main (base)
and
latest version
latest version
7527fabe
3 commits,
Sep 16, 2024
version 2
1686693e
2 commits,
Sep 13, 2024
version 1
f7aa9a61
1 commit,
Sep 13, 2024
7 files
+
192
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
.devcontainer/compose.yml
+
1
−
1
View file @ 7527fabe
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ services:
MOCKUP
:
"
false"
command
:
/bin/sh -c "while sleep 2s; do :; done"
volumes
:
-
..:/workspace/ap
p
:cached
-
..:/workspace/ap
i-client
:cached
-
./.vscode-server:/home/node/.vscode-server/:cached
-
${SSH_AUTH_SOCK}:/.ssh/ssh-agent.sock
networks
:
Loading