Commit Graph

5 Commits

Author SHA1 Message Date
Stanislau Hlebik
160b89994e mononoke: accept urls with trailing slash and without
Summary: Let's not be too restrictive about urls

Reviewed By: markbt

Differential Revision: D6099460

fbshipit-source-id: 228a5b3a3cc0f09d68307a3695952543a2f5f05a
2017-11-01 19:11:20 -07:00
Stanislau Hlebik
e300d76095 mononoke: add logging to eden-server and improve error reporting
Summary:
1) Glog logging is added
2) The whole error chain is reported

Reviewed By: markbt

Differential Revision: D6099290

fbshipit-source-id: 1ec9a7fe4c6b9f2b918f47852884ba8afa997916
2017-11-01 19:11:20 -07:00
Stanislau Hlebik
5ae8299e80 mononoke: Use MemHeads and MemBookmarks in TestManifoldBlobState
Summary:
Bookmarks and heads are not used in eden server, but user still have to specify
--blobrepo-folder. Let's use MemHeads and MemBookmarks instead to avoid
specifying this parameter

Reviewed By: sid0

Differential Revision: D6099149

fbshipit-source-id: 26927bdd5c5dba2164688e72d238587f5535ccfc
2017-11-01 19:11:20 -07:00
Siddharth Agarwal
c8d6e7f954 use RepoPath instead of MPath in a few places
Summary:
`RepoPath` represents any absolute path -- root, directory or file. There's a
lot of code that manually switches between directory and file entries --
abstract all of that away.

Reviewed By: farnz

Differential Revision: D6201383

fbshipit-source-id: 0047023a67a5484ddbdd00bb57bca3bfb7d4dd3f
2017-10-31 14:26:39 -07:00
Stanislau Hlebik
d4b41ae5d1 mononoke: move eden-server to eden_server
Summary: To make folder name consistent with the buck target

Reviewed By: farnz

Differential Revision: D6098739

fbshipit-source-id: 7d876a0fa352d98a5d4164093d07ebe7388680e7
2017-10-19 09:05:49 -07:00