Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-operations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal
paas
drupal-operations
Merge requests
!1
Add tasks
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add tasks
add-tasks
into
master
Overview
8
Commits
10
Pipelines
0
Changes
3
Merged
Add tasks
Dimitra Chatzichrysou
requested to merge
add-tasks
into
master
Mar 18, 2021
Overview
8
Commits
10
Pipelines
0
Changes
3
Added Task and its TaskRun for cleaning cache of a Drupal site.
Added Task and its TaskRun for database backup of a Drupal site.
Added Task and its TaskRun for database restore of a Drupal site.
Added Task and its Taskrun for editing DrupalSite.spec.publish.
Relates to
https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/297
Edited
Mar 19, 2021
by
Dimitra Chatzichrysou
0
0
Merge request reports
Compare
master
version 8
0385b283
Mar 19, 2021
version 7
1eb9a10d
Mar 19, 2021
version 6
37fa9dcd
Mar 19, 2021
version 5
834152ca
Mar 19, 2021
version 4
072fcce6
Mar 19, 2021
version 3
12125c4c
Mar 19, 2021
version 2
7f8877d8
Mar 18, 2021
version 1
9ba97a47
Mar 18, 2021
master (base)
and
version 3
latest version
d5ad2f07
10 commits,
Mar 19, 2021
version 8
0385b283
9 commits,
Mar 19, 2021
version 7
1eb9a10d
7 commits,
Mar 19, 2021
version 6
37fa9dcd
6 commits,
Mar 19, 2021
version 5
834152ca
5 commits,
Mar 19, 2021
version 4
072fcce6
3 commits,
Mar 19, 2021
version 3
12125c4c
2 commits,
Mar 19, 2021
version 2
7f8877d8
1 commit,
Mar 18, 2021
version 1
9ba97a47
1 commit,
Mar 18, 2021
3 files
+
41
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
examples/clear-cache-taskrun.yaml
0 → 100644
+
13
−
0
View file @ 12125c4c
Edit in single-file editor
Open in Web IDE
apiVersion
:
tekton.dev/v1beta1
kind
:
TaskRun
metadata
:
name
:
clear-cache
spec
:
taskRef
:
name
:
clear-cache
params
:
-
name
:
drupalSite
value
:
test-dimitra-drupalsite
-
name
:
namespace
value
:
test-dimitra
serviceAccountName
:
tektoncd
Loading