[GitHub] couchdb pull request: Adopt to the recent erlang-oauth (1.3+)

2014-09-05 Thread lemenkov
Github user lemenkov commented on the pull request: https://github.com/apache/couchdb/pull/129#issuecomment-54607685 @robertkowalski done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb pull request: Adopt to the recent erlang-oauth (1.3+)

2014-09-05 Thread lemenkov
Github user lemenkov closed the pull request at: https://github.com/apache/couchdb/pull/129 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] couchdb pull request: Add systemd notification support

2014-07-09 Thread lemenkov
Github user lemenkov commented on the pull request: https://github.com/apache/couchdb/pull/258#issuecomment-48468377 Squashed two small commits into one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] couchdb pull request: Add systemd notification support

2014-07-09 Thread lemenkov
Github user lemenkov commented on the pull request: https://github.com/apache/couchdb/pull/258#issuecomment-48468071 @kxepal it's possible to add some kind of a post-start script indeed. But we prefer more direct approach. --- If your project is set up for it, you can reply to

[GitHub] couchdb pull request: Add systemd notification support

2014-07-09 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/258 Add systemd notification support This patch adds a very basic systemd notification support (it doesn't harm systems where systemd isn't available). Signed-off-by: Peter Leme

[GitHub] couchdb pull request: Allow passing directories as the config sour...

2014-07-03 Thread lemenkov
Github user lemenkov commented on the pull request: https://github.com/apache/couchdb/pull/257#issuecomment-48009133 @kxepal quite the contrary - it wil be handled correctly in any way. However I agree - that will be a source of confusion for further CouchDB code divers

[GitHub] couchdb pull request: Allow passing directories as the config sour...

2014-07-03 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/257 Allow passing directories as the config sources We should allow passing the entire directories as the config sources. In this case CouchDB will traverse the given directories and load every

couchdb pull request: Adopt to the recent erlang-oauth (1.3+)

2014-01-10 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/129 Adopt to the recent erlang-oauth (1.3+) Function oauth:signature/5 was removed long before erlang-oauth 1.3 but CouchDB still using this old API. Let's fix it and use oauth:sign/6 in

couchdb pull request: Export missing function - couch_httpd:send_error/2

2014-01-10 Thread lemenkov
Github user lemenkov closed the pull request at: https://github.com/apache/couchdb/pull/128

couchdb pull request: Export missing function - couch_httpd:send_error/2

2014-01-10 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/128 Export missing function - couch_httpd:send_error/2 Hello All! This function is used by couch_plugins_httpd.erl but unfortunately was not properly exported. So let's export it.

couchdb pull request: Typo - no such function couch_httpd:send_method_not_a...

2013-08-20 Thread lemenkov
Github user lemenkov closed the pull request at: https://github.com/apache/couchdb/pull/81

couchdb pull request: Typo - no such function couch_index:get_compactor_pid...

2013-08-20 Thread lemenkov
Github user lemenkov closed the pull request at: https://github.com/apache/couchdb/pull/82

couchdb pull request: Typo - no such function couch_index:get_compactor_pid...

2013-08-17 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/82 Typo - no such function couch_index:get_compactor_pid/1 This function was removed in 3f2e85799a078c42b0618c04fe0f7f8488a3ab8d so we have to use gen_server:call/2 instead. Signed-off-by

couchdb pull request: Typo - no such function couch_httpd:send_method_not_a...

2013-08-17 Thread lemenkov
GitHub user lemenkov opened a pull request: https://github.com/apache/couchdb/pull/81 Typo - no such function couch_httpd:send_method_not_allowd/2 Signed-off-by: Peter Lemenkov You can merge this pull request into a Git repository by running: $ git pull https://github.com

CouchDB with JS 1.8.5

2011-05-31 Thread Peter Lemenkov
trunk. https://github.com/lemenkov/couchdb/tree/js185 Hope this could be useful for others. All kudos goes to Jan Horak and Martin Stransky. -- With best regards, Peter Lemenkov.

Fedora GSoC 2011 and Erlang-related proposal

2011-04-04 Thread Peter Lemenkov
rantee that this proposal will be finally approved - there are many other competing proposals (you may chose one of them instead of mine one) and some of them are very interesting indeed: https://fedoraproject.org/wiki/Summer_coding_ideas_for_2011 Anyway we should try. -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread Peter Lemenkov
2010/11/26 Peter Lemenkov : > 2010/11/26 Peter Lemenkov : >> just play for the stable API/ABI interfaces. Shipping internally a > > s,play,play, s,play,pRay, :) -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread Peter Lemenkov
2010/11/26 Peter Lemenkov : > just play for the stable API/ABI interfaces. Shipping internally a s,play,play, -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread Peter Lemenkov
m - not that they doesn't exist). So that's a pure speculation. On the other hand your copy of mochiweb does contains known defects already fixed in upstream. Not sure whether they affect CouchDB operation though. -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread Peter Lemenkov
2010/11/26 Benoit Chesneau : > On Fri, Nov 26, 2010 at 11:30 AM, Peter Lemenkov wrote: > >> Unfortunately, right now CouchDB's own copy of mochiweb misses many >> bugfixes already available in upstream. So it's worth to rebase >> couchdb on top of recently re

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-26 Thread Peter Lemenkov
ects, but this would be painful because even many popular Linux distributions (not to mention of Mac OS X and Windoze) lacks of good Erlang support right of the box. -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-25 Thread Peter Lemenkov
the development of both ibrowse and mochiweb so I'm aware of the changes made or just proposed by CouchDB folks. -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.2 release, Round 1

2010-11-25 Thread Peter Lemenkov
ote, that according to Fedora guidelines I patched out all bundled libraries in couchdb. Namely - oauth, ibrowse, mochiweb,etap libraries were removed from tarball, and couchdb was built against already packaged ones. -- With best regards, Peter Lemenkov.

Re: Using rebar to install couchdb

2010-10-13 Thread Peter Lemenkov
2010/10/14 Peter Lemenkov : > 2010/10/14 Benoit Chesneau : > I don't fully understand why people still believe that minimum > requirement for CouchDB is R12B5, because last released ver. 1.0.1 > requires 5 additional patches for mochiweb and 2 patches for couchdb > itself j

Re: Using rebar to install couchdb

2010-10-13 Thread Peter Lemenkov
;t see any issues too (although I don't care about other OS than Linux) -- With best regards, Peter Lemenkov.

[jira] Commented: (COUCHDB-734) curl 7.18 dependency blocks build on RHEL/CentOS 5.x

2010-08-21 Thread Peter Lemenkov (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900994#action_12900994 ] Peter Lemenkov commented on COUCHDB-734: Hello Martin! I just fini

Re: [VOTE] Apache CouchDB 1.0.1 release, first round

2010-08-06 Thread Peter Lemenkov
2010/8/6 Peter Lemenkov : > Hello! > > Successfully built and passed etap tests on [skip] > * Fedora 12 (x86, x86_64, ppc, ppc64) - > http://koji.fedoraproject.org/koji/taskinfo?taskID=2384810 > > x86: http://koji.fedoraproject.org/koji/getfile?taskID=2384814&name=bu

Re: [VOTE] Apache CouchDB 1.0.1 release, first round

2010-08-06 Thread Peter Lemenkov
2010/8/6 Noah Slater : > Just a note: You should delay packaging until the release is official. Yes, sure - I'll wait for the official announce. -- With best regards, Peter Lemenkov.

Re: [VOTE] Apache CouchDB 1.0.1 release, first round

2010-08-06 Thread Peter Lemenkov
ies off due to Fedora Policy. Namely these libraries were removed from the couchdb tarball: * etap * mochiweb * oauth * ibrowse No Futon tests were performed by me so far. -- With best regards, Peter Lemenkov.