Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-10 | tests: Update branch name expectation for git-annex change | Kyle Meyer | |
git-annex 10.20230214 started including the parent branch name in the names of view branches. Given annexview's current "hibernating prototype" status, don't bother making this assertion work with older git-annex versions. | |||
2023-12-10 | tests: Fix assertion that uses unsorted field names | Kyle Meyer | |
2023-12-10 | tests: Fix copy-paste error in test name | Kyle Meyer | |
2018-07-14 | tests: Add a missing cl- prefix | Kyle Meyer | |
This was detected by the GitLab CI runs. I'm not sure why `make test` passed for me locally. | |||
2018-07-14 | Hello, Pluto | Kyle Meyer | |
Provide support for creating/modifying views and setting metadata. All of git-annex's view commands are exposed, and most of the "setting" features of the 'git annex metadata' command are supported. Of the remaining bits, I intend to support only the --force flag (needed for setting metadata a directory's files). The user interface may still require a good amount of tweaking, but things seem to be in a working state. |