Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Release 0.5.0

Compare
Choose a tag to compare
@marcelometal marcelometal released this 26 Aug 19:07
· 236 commits to master since this release

90084dd Merge pull request #155 from guilhermebruzzi/master
f49204d Removing repository tree with path on url (path will be passed by querystring)
bd88ce1 Merge pull request #153 from marcelometal/getlog
f651368 Json marshalling error should be http.StatusInternalServerError
38d1b46 Get log for a project
d404674 Merge pull request #152 from scorphus/path_join
3b62a6a Use path.Join(a, b) instead of a + "/" + b
1ad1c7c travis: running tests in go 1.3.1.
571b2ac Merge pull request #151 from scorphus/master
b15ebe5 Set repository:tempDir as not mandatory (re #140)
0399604 Merge pull request #150 from scorphus/master
08786bc Set default maxMemory value to 2MB (re #140)
8753c47 Merge pull request #149 from scorphus/master
4045a76 Correctly use the indefinite article before consonant-sounding words
86f4de4 Merge pull request #148 from scorphus/amendments
91e7234 Create and use a type instead of an anonymous struct
66ab52d Define the temporary directory in gandalf conf
ba839f5 Use named return values to ease function usage
b8bcdaa Declare maxMemory as uint
3497975 gofmt -s -w .
650ad1a Add docs on how to commit to a repository (fix #140)
b25a010 Added commit zip support
41735de Support committing to a repository
46b853b Godeps: update tsuru
ca97e83 Merge pull request #146 from rfloriano/master
fc0dd4c Added support for repository server hook and improved tests
c0ebf3b Godeps: update all dependencies
612a6ca all: update import path for mgo
3920375 Merge pull request #144 from scorphus/nouns
f8bb0a8 Merge pull request #142 from rfloriano/master
c98c834 Use nouns for URIs and methods names (fix #143)
327e533 Updated docs with new archive format url
3f176a4 Fix GetArchiveUrl for new url format
6f06e8c contributors: added Rafael Floriano da Silva.
a3b3591 travis: pass -x to make get and make test.
3acd552 make: simplifying the make get and test.
2352c86 Merge pull request #141 from rfloriano/master
d829aa1 Merge pull request #138 from marcelometal/author
d6216c2 API doc: Added GetTag section (Fix #139)
0368f6b API doc: Improving GetBranch
3317c83 Refactoring GetForEachRef
932f929 Merge pull request #135 from scorphus/travis-fork-build
961a4a2 Merge pull request #137 from joaopaulovieira/master
406fe79 fix URL GetDiff
2885406 Merge branch 'master' of https://github.com/tsuru/gandalf
d60b7ad Params for archive route needs to be passed by querystring
e9e3d7f Fix Travis CI build for forks
881b399 Merge branch 'master' of github.com:joaopaulovieira/gandalf
ca441e2 fixed merge problem
838e0b1 add GetDiff Handler
94e2b74 URL for GetDiff Handler
d721778 add GetDiff Handler
3ec070d Merge pull request #136 from marcelometal/links
b97e379 Added zipArchive and tarArchive in the GetForEachRef
d744a9c travis: getting apt output.
9d2af28 Merge pull request #133 from marcelometal/get_tags
f23f983 travis: checking format.
933f18e Added handler to return a list of repository tags (Fix #120)
52078c2 updated CONTRIBUTORS.
c217869 go fmt ./...
e5b60cb Merge pull request #131 from joaopaulovieira/master
545b190 refactored CreateCommitOnTestRepository to GetLastHashCommit and unit test
1b970b0 Merge branch 'master' of https://github.com/tsuru/gandalf
d8c4ae6 Merge pull request #130 from marcelometal/refactoring_create_repository
f9857b6 Merge pull request #132 from marcelometal/some_fixes
26e84e7 Refactoring CreateTestRepository
4299c42 Main: Fixing Branch handler
18a0b71 Merge branch 'master' of github.com:joaopaulovieira/gandalf
2b3d41b create GetDiff
10461ab Merge pull request #129 from scorphus/get-branch-handler
7688d53 Add handler for GET /repository/repo/branch (fix #123)
0e85330 Fix minimum number of expected fields
f943fc7 Improve GetForEachRef() tests (re #120 and #123)
da67d88 Correctly accept an empty pattern (re #120 and #123)
a590fe8 Merge pull request #127 from scorphus/test-get-for-each-ref
433787e Warily treat an empty or invalid pattern (re #120 and #123)
40ce1be Test GetForEachRef method instead of the one that uses it
b842899 Add test for subject with tab (re #123)
9ab48fc Improve mock/tests for GetBranch (re #123)
fe183f1 Fix error message, make it generic
2fb9d26 Merge pull request #125 from marcelometal/improve_get_for_each_for
3f0a0a3 Repository: Improved GetForEachRef
4a9780f Merge pull request #124 from scorphus/get-branches
c76f527 Implement methods to get branches in a repository (re #120 and #123)
3f9bdd1 Remove blank lines in compliance with project's standards
99a96c7 Merge pull request #119 from scorphus/empty-content
d654b40 Allow empty message (no content) when committing
00612ed Simplify parameters passing, no need to unpack (re #119)
8b57328 contributors: added Ricardo L. Dani.
8daaa34 Merge pull request #118 from ricardodani/patch-1
5629642 Adding install instructions for homebrew
800eb33 Merge pull request #116 from guilhermef/master
6e60b26 More GetTree tests
4a0e57b Merge pull request #115 from heynemann/master
d58d8b3 removed useless whitespace
4d89e70 Merge branch 'master' of https://github.com/tsuru/gandalf
264fbe3 Verifying whether repository exists before running git commands
40d1990 Added extra repository tests
7df38e1 Merge pull request #114 from guilhermef/master
b38aece More getTree tests
00779d9 Merge pull request #113 from guilhermef/master
9c56e09 contributors: added Guilherme Souza.
00e6646 Testing repository GetContent errors
56e0193 Merge pull request #112 from guilhermef/master
3e2ef13 pretty code going down the street
7b87bb1 Merge branch 'master' of github.com:tsuru/gandalf
1c831f2 fixing git user when running tests
833c128 Merge pull request #111 from heynemann/master
ea47cee getContent integration testing
4b19ba7 using proper count
23c0407 Using Bytes() instead of String()
4016015 removing useless whitespace
711347c requirements: remove fabric and circus
c020753 docs/config: add documentation for the readonly-host setting
762183a travis: remove go 1.1 and add go 1.3
584de3e webserver: bump to 0.4.1
92f42df repository: support a different host for readonly url
6c3c605 bump to 0.4.0.
1b0c222 contributors: added Bernardo Heynemann.
ef2fdd5 Added ls-tree api support to gandalf.
69dddce requirements: remove fabric and circus