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
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
Download
Patches
Plain diff
Merged
Add tasks
add-tasks
into
master
Overview
8
Commits
10
Pipelines
0
Changes
3
Merged
Dimitra Chatzichrysou
requested to merge
add-tasks
into
master
4 years ago
Overview
8
Commits
10
Pipelines
0
Changes
3
Expand
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
4 years ago
by
Dimitra Chatzichrysou
0
0
Merge request reports
Compare
master
version 8
0385b283
4 years ago
version 7
1eb9a10d
4 years ago
version 6
37fa9dcd
4 years ago
version 5
834152ca
4 years ago
version 4
072fcce6
4 years ago
version 3
12125c4c
4 years ago
version 2
7f8877d8
4 years ago
version 1
9ba97a47
4 years ago
master (base)
and
version 2
latest version
d5ad2f07
10 commits,
4 years ago
version 8
0385b283
9 commits,
4 years ago
version 7
1eb9a10d
7 commits,
4 years ago
version 6
37fa9dcd
6 commits,
4 years ago
version 5
834152ca
5 commits,
4 years ago
version 4
072fcce6
3 commits,
4 years ago
version 3
12125c4c
2 commits,
4 years ago
version 2
7f8877d8
1 commit,
4 years ago
version 1
9ba97a47
1 commit,
4 years ago
3 files
+
36
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
taskruns/clear-cache-taskrun.yaml
0 → 100644
+
11
−
0
Options
apiVersion
:
tekton.dev/v1beta1
kind
:
TaskRun
metadata
:
name
:
clear-cache
spec
:
taskRef
:
name
:
clear-cache
params
:
-
name
:
drupalSiteName
value
:
test-dimitra-drupalsite
serviceAccountName
:
tektoncd
Loading