Migrate content to YAML
This commit is contained in:
parent
3d76aa0c3b
commit
9d5a930eab
4550 changed files with 93849 additions and 129734 deletions
84
content/node.48384c9b-ce41-4356-8364-6ce566eac315.yml
Normal file
84
content/node.48384c9b-ce41-4356-8364-6ce566eac315.yml
Normal file
|
@ -0,0 +1,84 @@
|
|||
uuid:
|
||||
- value: 48384c9b-ce41-4356-8364-6ce566eac315
|
||||
langcode:
|
||||
- value: en
|
||||
type:
|
||||
- target_id: daily_email
|
||||
target_type: node_type
|
||||
target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7
|
||||
revision_timestamp:
|
||||
- value: '2025-05-11T09:00:22+00:00'
|
||||
revision_uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
revision_log: { }
|
||||
status:
|
||||
- value: true
|
||||
uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
title:
|
||||
- value: 'Why use automation tools for dependency updates'
|
||||
created:
|
||||
- value: '2024-01-23T00:00:00+00:00'
|
||||
changed:
|
||||
- value: '2025-05-11T09:00:22+00:00'
|
||||
promote:
|
||||
- value: false
|
||||
sticky:
|
||||
- value: false
|
||||
default_langcode:
|
||||
- value: true
|
||||
revision_translation_affected:
|
||||
- value: true
|
||||
path:
|
||||
- alias: /daily/2024/01/23/why-use-automation-tools-for-dependency-updates
|
||||
langcode: en
|
||||
body:
|
||||
- value: |
|
||||
<p>Last week, I recorded an episode of <a href="/podcast">Beyond Blocks</a> with Eirik Morland - the Developer of violinist.io, a tool for automating dependency updates in PHP projects.</p>
|
||||
|
||||
<p>Instead of a person manually running <code>composer update</code> in each project, tools like Violinist can do that for you and submit pull or merge requests to your project for you to review.</p>
|
||||
|
||||
<p>But why would you want this?</p>
|
||||
|
||||
<p>There are technical reasons, such as not having to rely on everyone having the same local environment and avoiding potential conflicts, and consistency by ensuring the same command is run every time.</p>
|
||||
|
||||
<p>But, the big advantage, in my opinion, is the time it saves and allows you to reuse.</p>
|
||||
|
||||
<p>Instead of manually updating each project's dependencies, I can focus on tasks that deliver value to my customers and clients and move us towards our objectives.</p>
|
||||
|
||||
<p>Dependency updates, such as a new version of Drupal core or a contrib module, don't contain any perceived value compared to other tasks, such as adding a new feature or fixing a bug.</p>
|
||||
|
||||
<p>They happen behind the scenes, often invisibly, without any visual changes to show an update has been done.</p>
|
||||
|
||||
<p>If they aren't done often, they will be riskier to deploy due to the larger changes, and the longer it takes, the greater the potential for insecure versions to be exploited - potentially affecting your reputation and your customer's and with any remedial work taking the focus from other tasks.</p>
|
||||
|
||||
<p>Having a service like Violinist performing the updates for you means they can be applied and deployed more regularly, reducing the risk and making it easier to stay up-to-date and run secure versions of your dependencies.</p>
|
||||
|
||||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p>Last week, I recorded an episode of <a href="http://default/podcast">Beyond Blocks</a> with Eirik Morland - the Developer of violinist.io, a tool for automating dependency updates in PHP projects.</p>
|
||||
|
||||
<p>Instead of a person manually running <code>composer update</code> in each project, tools like Violinist can do that for you and submit pull or merge requests to your project for you to review.</p>
|
||||
|
||||
<p>But why would you want this?</p>
|
||||
|
||||
<p>There are technical reasons, such as not having to rely on everyone having the same local environment and avoiding potential conflicts, and consistency by ensuring the same command is run every time.</p>
|
||||
|
||||
<p>But, the big advantage, in my opinion, is the time it saves and allows you to reuse.</p>
|
||||
|
||||
<p>Instead of manually updating each project's dependencies, I can focus on tasks that deliver value to my customers and clients and move us towards our objectives.</p>
|
||||
|
||||
<p>Dependency updates, such as a new version of Drupal core or a contrib module, don't contain any perceived value compared to other tasks, such as adding a new feature or fixing a bug.</p>
|
||||
|
||||
<p>They happen behind the scenes, often invisibly, without any visual changes to show an update has been done.</p>
|
||||
|
||||
<p>If they aren't done often, they will be riskier to deploy due to the larger changes, and the longer it takes, the greater the potential for insecure versions to be exploited - potentially affecting your reputation and your customer's and with any remedial work taking the focus from other tasks.</p>
|
||||
|
||||
<p>Having a service like Violinist performing the updates for you means they can be applied and deployed more regularly, reducing the risk and making it easier to stay up-to-date and run secure versions of your dependencies.</p>
|
||||
|
||||
|
||||
summary: null
|
||||
field_daily_email_cta: { }
|
Loading…
Add table
Add a link
Reference in a new issue