hubvault
Tutorials
Installation
Quick Start
Branch, Tag, and Merge Workflow
Service and ASGI Startup
Remote Client Usage
Bundled Web UI
CLI Workflow
Verification, GC, and History Squashing
Repository Structure and How It Works
API Documentation
hubvault.api
hubvault.config
hubvault.entry
hubvault.errors
hubvault.models
hubvault.operations
hubvault.optional
hubvault.remote
hubvault.repo
hubvault.server
hubvault.storage
hubvault
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__all__ (in module hubvault)
(in module hubvault.config)
(in module hubvault.entry)
(in module hubvault.remote)
(in module hubvault.repo)
(in module hubvault.server)
(in module hubvault.storage)
__AUTHOR__ (in module hubvault.config.meta)
__AUTHOR_EMAIL__ (in module hubvault.config.meta)
__DESCRIPTION__ (in module hubvault.config.meta)
__init__() (hubvault.api.HubVaultApi method)
(hubvault.entry.base.KeyboardInterrupted method)
(hubvault.optional.MissingOptionalDependencyError method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
(hubvault.repo.sqlite.SQLiteMetadataStore method)
(hubvault.server.auth.TokenAuthorizer method)
(hubvault.storage.chunk.ChunkStore method)
(hubvault.storage.pack.PackStore method)
__new__() (hubvault.models.CommitInfo static method)
__post_init__() (hubvault.models.CommitInfo method)
(hubvault.operations.CommitOperationAdd method)
(hubvault.operations.CommitOperationDelete method)
(hubvault.server.config.ServerConfig method)
__TITLE__ (in module hubvault.config.meta)
__VERSION__ (in module hubvault.config.meta)
A
append_reflog() (hubvault.repo.sqlite.SQLiteMetadataStore method)
apply_commit_manifest() (in module hubvault.server.uploads)
as_file() (hubvault.operations.CommitOperationAdd method)
AuthContext (class in hubvault.server.auth)
B
BlobLfsInfo (class in hubvault.models)
BlobSecurityInfo (class in hubvault.models)
browser_url (hubvault.server.config.ServerConfig property)
build_argument_parser() (in module hubvault.server.launch)
build_client() (hubvault.remote.api.HubVaultRemoteApi method)
build_download_target() (in module hubvault.remote.cache)
build_error_payload() (in module hubvault.server.schemas)
build_http_client() (in module hubvault.remote.client)
build_meta_service_payload() (in module hubvault.server.serde)
build_read_auth_dependency() (in module hubvault.server.auth)
build_repo_api_getter() (in module hubvault.server.deps)
build_snapshot_plan_payload() (in module hubvault.server.serde)
build_snapshot_target() (in module hubvault.remote.cache)
build_whoami_payload() (in module hubvault.server.serde)
build_write_auth_dependency() (in module hubvault.server.auth)
C
can_write (hubvault.server.auth.AuthContext property)
canonical_lfs_pointer() (in module hubvault.storage.chunk)
ChunkDescriptor (class in hubvault.storage.chunk)
ChunkPart (class in hubvault.storage.chunk)
ChunkPlan (class in hubvault.storage.chunk)
ChunkStore (class in hubvault.storage.chunk)
clear_truth_tables() (hubvault.repo.sqlite.SQLiteMetadataStore method)
cli (in module hubvault.entry.cli)
,
[1]
ClickErrorException (class in hubvault.entry.base)
ClickWarningException (class in hubvault.entry.base)
CliRepoContext (class in hubvault.entry.context)
colors_enabled() (in module hubvault.entry.style)
command_wrap() (in module hubvault.entry.base)
CommitChangeInfo (class in hubvault.models)
CommitDetailInfo (class in hubvault.models)
CommitFileVersionInfo (class in hubvault.models)
CommitInfo (class in hubvault.models)
CommitOperationAdd (class in hubvault.operations)
CommitOperationCopy (class in hubvault.operations)
CommitOperationDelete (class in hubvault.operations)
ConflictError (class in hubvault.errors)
CONTEXT_SETTINGS (in module hubvault.entry.base)
create_api() (hubvault.entry.context.CliRepoContext method)
create_app() (in module hubvault.server.app)
(in module hubvault.server.asgi)
create_branch() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_commit() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_content_router() (in module hubvault.server.routes.content)
create_history_router() (in module hubvault.server.routes.history)
create_maintenance_router() (in module hubvault.server.routes.maintenance)
create_meta_router() (in module hubvault.server.routes.meta)
create_refs_router() (in module hubvault.server.routes.refs)
create_repo() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_repo_router() (in module hubvault.server.routes.repo)
create_tag() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_writes_router() (in module hubvault.server.routes.writes)
D
db_path (hubvault.repo.sqlite.SQLiteMetadataStore property)
decode_commit_change_info() (in module hubvault.remote.serde)
decode_commit_detail_info() (in module hubvault.remote.serde)
decode_commit_info() (in module hubvault.remote.serde)
decode_error_response() (in module hubvault.remote.serde)
decode_gc_report() (in module hubvault.remote.serde)
decode_git_commit_info() (in module hubvault.remote.serde)
decode_git_commit_list() (in module hubvault.remote.serde)
decode_git_ref_info() (in module hubvault.remote.serde)
decode_git_refs() (in module hubvault.remote.serde)
decode_json_payload() (in module hubvault.remote.serde)
decode_merge_conflict() (in module hubvault.remote.serde)
decode_merge_result() (in module hubvault.remote.serde)
decode_reflog_entries() (in module hubvault.remote.serde)
decode_reflog_entry() (in module hubvault.remote.serde)
decode_repo_entries() (in module hubvault.remote.serde)
decode_repo_entry() (in module hubvault.remote.serde)
decode_repo_info() (in module hubvault.remote.serde)
decode_snapshot_plan() (in module hubvault.remote.serde)
decode_squash_report() (in module hubvault.remote.serde)
decode_storage_overview() (in module hubvault.remote.serde)
decode_storage_section_info() (in module hubvault.remote.serde)
decode_verify_report() (in module hubvault.remote.serde)
DEFAULT_BRANCH (in module hubvault.repo)
(in module hubvault.repo.constants)
DEFAULT_CHUNK_SIZE (in module hubvault.storage.chunk)
DEFAULT_MAX_CHUNK_SIZE (in module hubvault.storage.chunk)
DEFAULT_MIN_CHUNK_SIZE (in module hubvault.storage.chunk)
DEFAULT_SERVER_PORT (in module hubvault.server.config)
delete_branch() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_chunk_entries() (hubvault.repo.sqlite.SQLiteMetadataStore method)
delete_file() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_folder() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_object() (hubvault.repo.sqlite.SQLiteMetadataStore method)
delete_ref() (hubvault.repo.sqlite.SQLiteMetadataStore method)
delete_tag() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_tx_log() (hubvault.repo.sqlite.SQLiteMetadataStore method)
DRIVE_PATTERN (in module hubvault.repo.backend)
E
echo() (in module hubvault.entry.style)
encode_blob_lfs_info() (in module hubvault.server.serde)
encode_blob_security_info() (in module hubvault.server.serde)
encode_commit_change_info() (in module hubvault.server.serde)
encode_commit_detail_info() (in module hubvault.server.serde)
encode_commit_file_version_info() (in module hubvault.server.serde)
encode_commit_info() (in module hubvault.server.serde)
encode_gc_report() (in module hubvault.server.serde)
encode_git_commit_info() (in module hubvault.server.serde)
encode_git_commit_list() (in module hubvault.server.serde)
encode_git_ref_info() (in module hubvault.server.serde)
encode_git_refs() (in module hubvault.server.serde)
encode_last_commit_info() (in module hubvault.server.serde)
encode_merge_conflict() (in module hubvault.server.serde)
encode_merge_result() (in module hubvault.server.serde)
encode_reflog_entries() (in module hubvault.server.serde)
encode_reflog_entry() (in module hubvault.server.serde)
encode_repo_entries() (in module hubvault.server.serde)
encode_repo_entry() (in module hubvault.server.serde)
encode_repo_info() (in module hubvault.server.serde)
encode_squash_report() (in module hubvault.server.serde)
encode_storage_overview() (in module hubvault.server.serde)
encode_storage_section_info() (in module hubvault.server.serde)
encode_storage_summary() (in module hubvault.server.serde)
encode_verify_report() (in module hubvault.server.serde)
ensure_schema() (hubvault.repo.sqlite.SQLiteMetadataStore method)
EntryNotFoundError (class in hubvault.errors)
exists() (hubvault.repo.sqlite.SQLiteMetadataStore method)
exit_code (hubvault.entry.base.KeyboardInterrupted attribute)
F
FAIL_ACTION_ENV (in module hubvault.repo.backend)
FAILPOINT_ENV (in module hubvault.repo.backend)
FAILPOINT_EXIT_CODE (in module hubvault.repo.backend)
FAST_UPLOAD_CHUNK_THRESHOLD (in module hubvault.remote.api)
FASTCDC_MIN_AVG_SIZE (in module hubvault.storage.chunk)
FASTCDC_MIN_CHUNK_SIZE (in module hubvault.storage.chunk)
FASTCDC_MIN_MAX_SIZE (in module hubvault.storage.chunk)
format_branch_output() (in module hubvault.entry.formatters)
format_log_output() (in module hubvault.entry.formatters)
format_ls_tree_output() (in module hubvault.entry.formatters)
FORMAT_MARKER (in module hubvault.repo)
(in module hubvault.repo.constants)
format_merge_output() (in module hubvault.entry.formatters)
format_status_output() (in module hubvault.entry.formatters)
format_verify_output() (in module hubvault.entry.formatters)
FORMAT_VERSION (in module hubvault.repo)
(in module hubvault.repo.constants)
from_env() (hubvault.server.config.ServerConfig class method)
from_repo_path() (hubvault.entry.context.CliRepoContext class method)
full_verify() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
G
gc() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
GC_ANALYSIS_PACK_ID (in module hubvault.repo.backend)
GcReport (class in hubvault.models)
get_chunk_entry() (hubvault.repo.sqlite.SQLiteMetadataStore method)
get_cli_repo_path() (in module hubvault.entry.context)
get_commit_detail() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
get_object_payload() (hubvault.repo.sqlite.SQLiteMetadataStore method)
get_paths_info() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
get_ref() (hubvault.repo.sqlite.SQLiteMetadataStore method)
get_remote_cache_layout() (in module hubvault.remote.cache)
get_repo_api_factory() (in module hubvault.server.deps)
get_repo_meta() (hubvault.repo.sqlite.SQLiteMetadataStore method)
get_storage_overview() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
get_storage_summary() (hubvault.repo.backend.RepositoryBackend method)
get_token_authorizer() (in module hubvault.server.deps)
get_tx_log() (hubvault.repo.sqlite.SQLiteMetadataStore method)
git_blob_oid() (in module hubvault.storage.chunk)
GIT_OID_PATTERN (in module hubvault.repo.backend)
GitCommitInfo (class in hubvault.models)
GitRefInfo (class in hubvault.models)
GitRefs (class in hubvault.models)
H
has_required_repo_meta() (hubvault.repo.sqlite.SQLiteMetadataStore method)
hf_hub_download() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
hubvault
module
hubvault.api
module
hubvault.config
module
hubvault.config.meta
module
hubvault.entry
module
,
[1]
hubvault.entry.base
module
hubvault.entry.cli
module
hubvault.entry.content
module
hubvault.entry.context
module
hubvault.entry.dispatch
module
hubvault.entry.formatters
module
hubvault.entry.history
module
hubvault.entry.refs
module
hubvault.entry.repo
module
hubvault.entry.server
module
hubvault.entry.style
module
hubvault.errors
module
hubvault.models
module
hubvault.operations
module
hubvault.optional
module
hubvault.remote
module
hubvault.remote.api
module
hubvault.remote.cache
module
hubvault.remote.client
module
hubvault.remote.errors
module
hubvault.remote.serde
module
hubvault.repo
module
,
[1]
hubvault.repo.backend
module
hubvault.repo.constants
module
hubvault.repo.sqlite
module
hubvault.server
module
hubvault.server.app
module
hubvault.server.asgi
module
hubvault.server.auth
module
hubvault.server.config
module
hubvault.server.deps
module
hubvault.server.exception_handlers
module
hubvault.server.launch
module
hubvault.server.routes
module
hubvault.server.routes.content
module
hubvault.server.routes.history
module
hubvault.server.routes.maintenance
module
hubvault.server.routes.meta
module
hubvault.server.routes.refs
module
hubvault.server.routes.repo
module
hubvault.server.routes.writes
module
hubvault.server.schemas
module
hubvault.server.serde
module
hubvault.server.static
module
hubvault.server.static.webui
module
hubvault.server.uploads
module
hubvault.storage
module
hubvault.storage.chunk
module
hubvault.storage.pack
module
HubVaultApi (class in hubvault.api)
hubvaultcli() (in module hubvault.entry)
(in module hubvault.entry.dispatch)
HubVaultError (class in hubvault.errors)
HubVaultRemoteApi (class in hubvault.remote.api)
HubVaultRemoteAPI (in module hubvault.remote.api)
HubVaultRemoteAuthError (class in hubvault.remote.errors)
HubVaultRemoteError (class in hubvault.remote.errors)
HubVaultRemoteProtocolError (class in hubvault.remote.errors)
HubVaultRemoteTransportError (class in hubvault.remote.errors)
HubVaultValidationError (class in hubvault.errors)
I
import_optional_dependency() (in module hubvault.optional)
initialize_empty() (hubvault.repo.sqlite.SQLiteMetadataStore method)
IntegrityError (class in hubvault.errors)
K
KeyboardInterrupted (class in hubvault.entry.base)
L
LARGE_FILE_THRESHOLD (in module hubvault.repo)
(in module hubvault.repo.constants)
last_reflog_entry() (hubvault.repo.sqlite.SQLiteMetadataStore method)
lastCommit (hubvault.models.RepoFile property)
(hubvault.models.RepoFolder property)
LastCommitInfo (class in hubvault.models)
launch() (in module hubvault.server.launch)
list_chunk_entries() (hubvault.repo.sqlite.SQLiteMetadataStore method)
list_object_ids() (hubvault.repo.sqlite.SQLiteMetadataStore method)
list_reflog() (hubvault.repo.sqlite.SQLiteMetadataStore method)
list_refs() (hubvault.repo.sqlite.SQLiteMetadataStore method)
list_repo_commits() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_files() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_reflog() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_refs() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_tree() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_tx_logs() (hubvault.repo.sqlite.SQLiteMetadataStore method)
load_cli_repo_context() (in module hubvault.entry.context)
M
main() (in module hubvault.server.launch)
merge() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
MergeConflict (class in hubvault.models)
MergeResult (class in hubvault.models)
MissingOptionalDependencyError (class in hubvault.optional)
module
hubvault
hubvault.api
hubvault.config
hubvault.config.meta
hubvault.entry
,
[1]
hubvault.entry.base
hubvault.entry.cli
hubvault.entry.content
hubvault.entry.context
hubvault.entry.dispatch
hubvault.entry.formatters
hubvault.entry.history
hubvault.entry.refs
hubvault.entry.repo
hubvault.entry.server
hubvault.entry.style
hubvault.errors
hubvault.models
hubvault.operations
hubvault.optional
hubvault.remote
hubvault.remote.api
hubvault.remote.cache
hubvault.remote.client
hubvault.remote.errors
hubvault.remote.serde
hubvault.repo
,
[1]
hubvault.repo.backend
hubvault.repo.constants
hubvault.repo.sqlite
hubvault.server
hubvault.server.app
hubvault.server.asgi
hubvault.server.auth
hubvault.server.config
hubvault.server.deps
hubvault.server.exception_handlers
hubvault.server.launch
hubvault.server.routes
hubvault.server.routes.content
hubvault.server.routes.history
hubvault.server.routes.maintenance
hubvault.server.routes.meta
hubvault.server.routes.refs
hubvault.server.routes.repo
hubvault.server.routes.writes
hubvault.server.schemas
hubvault.server.serde
hubvault.server.static
hubvault.server.static.webui
hubvault.server.uploads
hubvault.storage
hubvault.storage.chunk
hubvault.storage.pack
N
normalize_commit_manifest_request() (in module hubvault.server.schemas)
normalize_gc_request() (in module hubvault.server.schemas)
normalize_paths_request() (in module hubvault.server.schemas)
normalize_snapshot_plan_request() (in module hubvault.server.schemas)
normalize_squash_history_request() (in module hubvault.server.schemas)
O
object_exists() (hubvault.repo.sqlite.SQLiteMetadataStore method)
OBJECT_HASH (in module hubvault.repo)
(in module hubvault.repo.constants)
(in module hubvault.storage.chunk)
open_connection() (hubvault.repo.sqlite.SQLiteMetadataStore method)
open_file() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
P
P (in module hubvault.entry.base)
PACK_MAGIC (in module hubvault.storage.pack)
pack_path() (hubvault.storage.pack.PackStore method)
PackChunkLocation (class in hubvault.storage.pack)
PackStore (class in hubvault.storage.pack)
PackWriteResult (class in hubvault.storage.pack)
parse_request_token() (in module hubvault.server.auth)
plan_bytes() (hubvault.storage.chunk.ChunkStore method)
plan_commit_manifest() (in module hubvault.server.uploads)
print_exception() (in module hubvault.entry.base)
print_version() (in module hubvault.entry.dispatch)
PUBLIC_GIT_AUTHOR_EMAIL (in module hubvault.repo.backend)
PUBLIC_GIT_AUTHOR_NAME (in module hubvault.repo.backend)
Q
quick_verify() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
R
R (in module hubvault.entry.base)
read_bytes() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
read_chunk() (hubvault.storage.pack.PackStore method)
read_range() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
(hubvault.storage.pack.PackStore method)
RECENT_CHUNK_CACHE_MAX_BYTES (in module hubvault.repo.backend)
RECENT_OBJECT_PAYLOAD_CACHE_MAX_ENTRIES (in module hubvault.repo.backend)
REF_NAME_PATTERN (in module hubvault.repo.backend)
ReflogEntry (class in hubvault.models)
register_content_commands() (in module hubvault.entry.content)
register_exception_handlers() (in module hubvault.server.exception_handlers)
register_history_commands() (in module hubvault.entry.history)
register_ref_commands() (in module hubvault.entry.refs)
register_repo_commands() (in module hubvault.entry.repo)
register_server_commands() (in module hubvault.entry.server)
RemoteCacheLayout (class in hubvault.remote.cache)
replace_tx_log() (hubvault.repo.sqlite.SQLiteMetadataStore method)
repo_info() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
REPO_LOCK_FILENAME (in module hubvault.repo.constants)
RepoFile (class in hubvault.models)
RepoFolder (class in hubvault.models)
RepoInfo (class in hubvault.models)
RepositoryAlreadyExistsError (class in hubvault.errors)
RepositoryBackend (class in hubvault.repo.backend)
RepositoryNotFoundError (class in hubvault.errors)
request_bytes() (in module hubvault.remote.client)
request_json() (in module hubvault.remote.client)
require_write() (hubvault.server.auth.TokenAuthorizer method)
REQUIRED_REPO_META_KEYS (in module hubvault.repo.sqlite)
reset_ref() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
resolve() (hubvault.server.auth.TokenAuthorizer method)
RevisionNotFoundError (class in hubvault.errors)
rfilename (hubvault.models.RepoFile property)
S
SERVER_MODE_API (in module hubvault.server.config)
SERVER_MODE_FRONTEND (in module hubvault.server.config)
ServerConfig (class in hubvault.server.config)
set_chunk_entries() (hubvault.repo.sqlite.SQLiteMetadataStore method)
set_cli_repo_path() (in module hubvault.entry.context)
set_object_payload() (hubvault.repo.sqlite.SQLiteMetadataStore method)
set_ref() (hubvault.repo.sqlite.SQLiteMetadataStore method)
set_repo_meta() (hubvault.repo.sqlite.SQLiteMetadataStore method)
sha256_hex() (in module hubvault.storage.chunk)
short_oid() (in module hubvault.entry.formatters)
show() (hubvault.entry.base.ClickErrorException method)
(hubvault.entry.base.ClickWarningException method)
snapshot_download() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
snapshot_is_complete() (in module hubvault.remote.cache)
SQLITE_METADATA_FILENAME (in module hubvault.repo.sqlite)
SQLITE_SCHEMA_VERSION (in module hubvault.repo.sqlite)
SQLiteMetadataStore (class in hubvault.repo.sqlite)
squash_history() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
SquashReport (class in hubvault.models)
StorageOverview (class in hubvault.models)
StorageSectionInfo (class in hubvault.models)
style_text() (in module hubvault.entry.style)
T
TokenAuthorizer (class in hubvault.server.auth)
truncate_reflog() (hubvault.repo.sqlite.SQLiteMetadataStore method)
U
ui_enabled (hubvault.server.config.ServerConfig property)
UnsupportedPathError (class in hubvault.errors)
upload_file() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
upload_folder() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
upload_large_folder() (hubvault.api.HubVaultApi method)
(hubvault.remote.api.HubVaultRemoteApi method)
(hubvault.repo.backend.RepositoryBackend method)
V
VerificationError (class in hubvault.errors)
VerifyReport (class in hubvault.models)
W
WINDOWS_RESERVED_NAMES (in module hubvault.repo.backend)
write_pack() (hubvault.storage.pack.PackStore method)