Releases: make-os/kit
v0.0.32
v0.0.31
v0.0.30
Changelog
048bb67 Accept map instead of string
8158e88 Accepted a commit hash
1c0422b Added API to get commit by hash
5cdaed5 Added a bare mainnet chain
0f35665 Added missing interfaces mocks
41f360f Added new API for getting parent -> child commit diff
0cf0197 Added new method to get commit count of a reference
9aac8bb Added repo module method to get file as string
ad48302 Allow description to be provided in command
b6f243c Allow more methods
3681030 Allow revision to be set when getting path info
01d12b2 Check for nil
4b13b7f Correctly decode TxDescription when embedded
92baac6 Description now required during repo creation.
aebb21e Exit early when chain config is missing
0b38a9e Fixed cascading effect of using struct over map for repo config
c854289 Fixed typo in docs
d39341b Fixed typos
4563ea5 GetPathUpdateTime renamed to GetPathUpdateInfo with new feature
b9df735 Improve error message generation
c957ba7 Improvements to graceful shutdown sequence
50a8345 Process cor preflight request
33d11c0 Removed stats from result
8991f5f Rename to commit
273cf24 RepoConfigGovernance field now uses only string and custom int types
7c0135c RepoConfigGovernance fields now use pointer types
ae0a362 RepoConfigGovernance implemented json.Marshaller
24d1218 Return empty slice if reference was not found
b2f1b0a Return full branch reference name
b0ae92e Returned empty list when no branch was found
b5441ab Serialize map equivalent instead of struct
e8f8567 Set default value to empty string
3c819ec Skip commit used in query
d2bd540 Some doc formatting
3e3ca5a Stop waiting for PushTx when interrupted
aa1f60f Support querying for repos created by an address
c3d06b6 Temporarily make repo_tracked non-private
03512bc Updated godoc
2d57abe Updated repo url to GitHub
5f51dd1 Used JSON decoded map
3fd56b9 Used git command for diff generation
9597654 fixed doc
b937baa moved Node and DHT seed peers to chain info
dee34d6 remove unnecessary word
v0.0.29
v0.0.28
Changelog
b63c921 Added RepoModule method to get the latest commit of a branch
8a92194 Added Select option to RepoModule.Get option
bd42c84 Added ability to fetch file lines using the RepoModule
8f4fed8 Added ability to get repository branches using the RepoModule
4b35742 Added debug log
e1c8003 Added method to fetch a repo's branch commits
ffcc381 Added method to get ancestors of a commit
d247eb2 Added method to get ancestors of a commit
da94340 Added missing json tags
697687b Added new module method ListPath
8db7348 Added test for checking invalid selector notation
87e00d9 Added the ability to list files in a given repository path
220b3a5 Allow node.ignoreSeeds to be set from env. var.
74585dd Allow net version without pre-defined config during init
dc0196c Clear embedded chain and dht seed in dev mode
40a9322 Format documentation
83f2db9 Hash namespace name before querying keeper
0a8d5a9 Increased dev account coin supply
294f998 Merge branch 'fixes/ignore_seed_env'
c5d89fc Merge pull request #3 from make-os/fixes/fix-bad-license
fddd629 Merge remote-tracking branch 'origin/master'
281597e Merge remote-tracking branch 'origin/master'
b3a8872 New repository query module methods now available via RPC
dff534b Remove repetitive GitBinPath initialization in test
1a8e781 Renamed for better understanding of use
cdfb823 Repo module now allows query of repo by namespace URI
938b1ed Test only for host ticket
9963bdf Upgraded go-git to v5