Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
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
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
8b475ecb
Commit
8b475ecb
authored
4 months ago
by
Claudiu Cristea
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9218: Still keep an empty command for local development.
parent
b85bc954
Branches
ephemeral-3
ephemeral-4
Branches containing commit
Tags
2.0.4
Tags containing commit
1 merge request
!200
Security release 2.0.4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ddev/commands/host/install
+1
-0
1 addition, 0 deletions
.ddev/commands/host/install
.ddev/commands/host/rebuild
+1
-0
1 addition, 0 deletions
.ddev/commands/host/rebuild
.ddev/commands/web/virtuoso_clear_data
+7
-0
7 additions, 0 deletions
.ddev/commands/web/virtuoso_clear_data
with
9 additions
and
0 deletions
.ddev/commands/host/install
+
1
−
0
View file @
8b475ecb
...
...
@@ -6,4 +6,5 @@
ddev solr:empty
ddev
exec
vendor/bin/run toolkit:install-clean
ddev virtuoso:clear-data
ddev
exec
vendor/bin/run dev:install-modules
This diff is collapsed.
Click to expand it.
.ddev/commands/host/rebuild
+
1
−
0
View file @
8b475ecb
...
...
@@ -6,5 +6,6 @@
ddev solr:restore
ddev run toolkit:install-clone
ddev virtuoso:clear-data
ddev run dev:install-modules
ddev drush user:unblock
--uid
=
1
This diff is collapsed.
Click to expand it.
.ddev/commands/web/virtuoso_clear_data
0 → 100755
+
7
−
0
View file @
8b475ecb
#!/bin/bash
## Description: Clear the <http://data? Virtuoso graph
## Usage: virtuoso:clear-data
vendor/bin/drush
eval
"Drupal::service('rdf_sync.connection')->update('CLEAR GRAPH <http://data>')"
echo
"Cleared the <http://data> graph."
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