Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
additional_dependencies: ['flake8-bugbear']

- repo: https://github.com/agritheory/test_utils
rev: v1.15.4
rev: v1.18.0
hooks:
- id: update_pre_commit_config
- id: validate_frappe_project
Expand All @@ -57,7 +57,7 @@ repos:
- id: clean_customized_doctypes
args: ['--app', 'cloud_storage']
- id: validate_customizations
- id: patch_linters
- id: validate_patches
args: ['--app', 'cloud_storage']
- id: track_overrides
args: ['--directory', '.', '--app', 'cloud_storage', '--base-branch', 'version-15']
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# [Amazon Web Services S3 Setup](https://aws.amazon.com/s3/)

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/backblaze-b2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html)

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Migration

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Site Configuration

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/0000-use-markdown-any-decision-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Use Markdown Any Decision Records

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/0001-no-expiry-on-public-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For license information, please see license.txt-->
# These are optional elements. Feel free to remove any of them.

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>

status: proposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For license information, please see license.txt-->
# These are optional elements. Feel free to remove any of them.

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>

status: proposed
Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/adr-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For license information, please see license.txt-->
# These are optional elements. Feel free to remove any of them.

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>

status: proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Developer Setup

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Hooks

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Documentation

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# Cloud Storage Production Setup

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For license information, please see license.txt-->
# File Versioning and Association Logic

<div class="byline">
semantic-release 2025-12-05
Tyler Matteson and semantic-release 2026-02-21
</div>


Expand Down
Loading