Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pbiecek/archivist
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKosinski committed Feb 8, 2016
2 parents eebf605 + bef22b4 commit 1af4628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ archivist 2.0
* **New functions**:
1. All *Github* functions are now *Remote* functions. This is because we support more than just GitHub repos (currently github + git/hg bitbucket)
2. `RemoteRepoCheck` is used to verify if parameters for remote repo are correct.
2. `asession` returns session info for given artifact (similar to aread).
2. `aformat` returns vector of formats in which the artifact is saved (similar to aread).
3. `asession` returns session info for given artifact (similar to aread).
4. `aformat` returns vector of formats in which the artifact is saved (similar to aread).
* **New features**:
1. `saveToRepo` by default saves session info.
2. `repoDirGit` has changed name to `subdir` and the default value is now '/'.
3. All remote functions support github and bitbucket (see the `repoType` parameter).
4. `alink` is now working with github and bitbucket repositories.
1. `asearch` returns named list of artifacts. MD5hashes are used as names.
5. `asearch` returns named list of artifacts. MD5hashes are used as names.
* **Deprecations and new naming convention**:
1. `archive`, `cloneGitHubRepo`, `createGitHubRepo`, (`deleteGithubRepo`) `deleteGitHubRepo`, (`pushRepo`) `pushGitHubRepo`, (`pullRepo`) `pullGitHubRepo` have been moved to separate [`archivist.github`](https://github.com/MarcinKosinski/archivist.github) package. [[#198](https://github.com/pbiecek/archivist/issues/198)].
1. For the above reason `deleteRepo` was deprecated. Use `deleteLocalRepo`
Expand Down

0 comments on commit 1af4628

Please sign in to comment.