Skip to content

Update CONTRIBUTING.md#524

Closed
XV02 wants to merge 125 commits intoLinearTapeFileSystem:v2.4.8-windows-supportfrom
XV02:docs/naming-conventions
Closed

Update CONTRIBUTING.md#524
XV02 wants to merge 125 commits intoLinearTapeFileSystem:v2.4.8-windows-supportfrom
XV02:docs/naming-conventions

Conversation

@XV02
Copy link
Copy Markdown

@XV02 XV02 commented May 28, 2025

Summary of changes

This pull request includes following changes.

  • Adds naming conventions docs.

Description

Added Naming conventions for branches and commits to the Contributing markdown file.

Closes #526
Related #460
Related #515

Type of change

  • Documentation

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have confirmed my fix is effective or that my feature works

Atsushi Abe and others added 30 commits November 6, 2020 17:43
This work will be moved forward on `bringup-25` branch for a while. And
teh branch will be merged to master in the future.
- Use Debian10 on check build correctly (LinearTapeFileSystem#235)
- Fix build checker break on macOS
- Remove Ubuntu19(Eoan) because it is no more supported
- Add a description to refresh shared library cache by ldconfig -v
Treat errno 95 on ltfs_ordered_copy to support destination file system which doesn't support xattr.

Fix LinearTapeFileSystem#236, LinearTapeFileSystem#243
This change also includes following changes.
  - Remove warning on RHEL8
  - Enhance message checker to support RHEL8
  - Improve auto build checker in macOS and RHEL8 (use message checker)
  - Fix unknown messages
- Introduce generic logselect issue I/F via EA by ltfs.vendor.IBM.logPage.XX.YY
- XX shall be a hex value like A0 as page code. YY XX shall be a hex value like 60 as subpage code
- Once LTFS receives a correct VEA, XX and YY can be converted by strroul() with base=16, LTFS always issues logsense to the drive and return the specified page by binary
- Introduce generic MAM fields capture I/F via ltfs.vendor.IBM.mediaMAM.XX
- XX shall be one of 00, 01 , IP or DP
- The new introduced VEA returns the MAM value by binary. You need to parse it by yourself
…em#276)

* Handle copy 0-byte file correctly
* Fix the problem when only one file are specified as a source and `--keep-tree` is specified
* Fix the destination path for copying EAs
* Modify .gitignore
@XV02 XV02 self-assigned this May 28, 2025
@vandelvan vandelvan requested review from rangelmx and syaoraang May 28, 2025 20:27
Copy link
Copy Markdown
Contributor

@piste-jp piste-jp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I strongly disagree with this PR.

DO NOT change current development process without any discussion with members of this project!!!!

First of all, you MUST open issue and make hearing about your idea.

@XV02 XV02 marked this pull request as draft May 29, 2025 17:11
@XV02
Copy link
Copy Markdown
Author

XV02 commented May 29, 2025

Turning into draft until we reach an agreement with the community contributors.

@XV02 XV02 marked this pull request as ready for review March 18, 2026 20:26
@XV02 XV02 changed the base branch from master to v2.4.8-windows-support March 18, 2026 20:27
@XV02 XV02 marked this pull request as draft March 18, 2026 20:59
@XV02
Copy link
Copy Markdown
Author

XV02 commented Mar 18, 2026

Closed due to merge conflicts for an easy change, will be opening a new PR.

@XV02 XV02 closed this Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Branch and Naming Conventions