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
69bbdfbe
Verified
Commit
69bbdfbe
authored
2 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
WIP
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
361af0f3
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!422
Fixed a library issue where the value could not be empty
,
!421
Fixed a library issue where the value could not be empty
,
!419
Fixed a library issue where the value could not be empty
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docs/index.md
+3
-3
3 additions, 3 deletions
.docs/index.md
dbrepo-ui/components/database/DatabaseToolbar.vue
+6
-0
6 additions, 0 deletions
dbrepo-ui/components/database/DatabaseToolbar.vue
with
9 additions
and
3 deletions
.docs/index.md
+
3
−
3
View file @
69bbdfbe
...
@@ -16,9 +16,9 @@ author: Martin Weise
...
@@ -16,9 +16,9 @@ author: Martin Weise
Documentation for version:
[
v1.9.0
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases
)
.
Documentation for version:
[
v1.9.0
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases
)
.
DBRepo is a
repository for data in databases
that cover the
entire
data life cycle supporting data evolution,
-citation
DBRepo is a
n open-source research database repository
that cover the data life cycle supporting data evolution,
and -versioning. It implements the query store of the
[
RDA WGDC
](
https://doi.org/10.1162/99608f92.be565013
)
on
precisely
-citation
and -versioning. It implements the query store of the
[
RDA WGDC
](
https://doi.org/10.1162/99608f92.be565013
)
on
identifying arbitrary subsets of data.
precisely
identifying arbitrary subsets of data.
## Why use DBRepo?
## Why use DBRepo?
...
...
This diff is collapsed.
Click to expand it.
dbrepo-ui/components/database/DatabaseToolbar.vue
+
6
−
0
View file @
69bbdfbe
...
@@ -162,6 +162,12 @@ export default {
...
@@ -162,6 +162,12 @@ export default {
return
this
.
roles
.
includes
(
'
create-table
'
)
return
this
.
roles
.
includes
(
'
create-table
'
)
},
},
canViewSubsets
()
{
canViewSubsets
()
{
if
(
!
this
.
database
)
{
return
false
}
if
(
this
.
database
.
is_public
)
{
return
true
}
return
this
.
hasReadAccess
return
this
.
hasReadAccess
},
},
isOwner
()
{
isOwner
()
{
...
...
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