summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add couchperusercouchperuserKlaus Trainer2015-03-132-0/+3
|
* fix typoRobert Kowalski2015-03-051-1/+1
|
* Add underscore prefix for nodes database nameAlexander Shorin2015-02-261-1/+1
| | | | | | This closes #306 COUCHDB-2619
* add erlang crash dumps to .gitignoreRobert Kowalski2015-02-191-0/+2
|
* speed up build by caching apt reposRobert Newson2015-02-181-0/+1
|
* fix version of libmozjs in INSTALL.UnixAndy Wenk2015-02-101-2/+2
| | | | | | the package is called libmozjs185-dev. When trying to install the package on new Debian based versions it has to be this one.
* build: do not require a globally installed gruntRobert Kowalski2015-02-101-1/+1
| | | | | fix build for folks that don't have grunt installed globally, using the version that gets shipped with Fauxton
* add mangoJan Lehnardt2015-02-083-0/+6
|
* Travis replaced Erlang 17.3 with 17.4Alexander Shorin2015-02-031-1/+0
|
* Merge remote-tracking branch 'iilyak/1145-_local_docs-handler'Alexander Shorin2015-01-301-0/+2
|\ | | | | | | | | | | This closes #291 COUCHDB-1145
| * Enable _design_docs httpd handlerILYA Khlopotov2014-12-181-0/+1
| | | | | | | | COUCHDB-1145
| * Enable _local_docs httpd handlerILYA Khlopotov2014-12-161-0/+1
| | | | | | | | COUCHDB-1145
* | Merge branch 'developer-preview-2.0'Alexander Shorin2015-01-282-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: Makefile dev/run rebar.config.script
| * | Fetch Fauxton from master branchAlexander Shorin2014-12-101-1/+1
| | |
| * | print msg when dev cluster is upJan Lehnardt2014-11-161-0/+1
| | |
| * | point to new fauxton branchJan Lehnardt2014-11-161-1/+1
| | |
| * | copy fauxton on distJan Lehnardt2014-11-161-0/+1
| | |
| * | Merge branch 'goodbye-futon' into developer-preview-2.0Jan Lehnardt2014-11-16219-37544/+215
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * goodbye-futon: Add share/www to .gitignore Add Fauxton build process to Makefile Goodbye Futon, old friend <3 Move JS tests to test/javascript/tests fixes COUCHDB-2362 admin and cookie auth in dev cluster Remove leftovers from broken becnhmark Disable Nagle`s algorithm Adding myself to committers list added rebar to Mac OS X dependencies Add erlang-rebar dependency for Fedora systems to INSTALL.Unix Add API endpoint for _view_changes
| | * | Add share/www to .gitignoregoodbye-futonJan Lehnardt2014-11-141-0/+1
| | | |
| | * | Add Fauxton build process to MakefileJan Lehnardt2014-11-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `make` alone now builds Fauxton along with the rest. `make fauxton` to only do the fauxton build. `make distclean` cleans the Fauxton build. Fauxton is deployed into share/www. `make distclean` simply removes share/www. If share/www exists, `make [fauxton]` skips building Fauxton. Includes a letter for Noah ;)
| | * | Goodbye Futon, old friend <3Jan Lehnardt2014-11-14118-39381/+0
| | | |
| | * | Move JS tests to test/javascript/testsJan Lehnardt2014-11-1496-302/+2284
| | | |
| * | | enable setup branch of chttpdsetupJan Lehnardt2014-11-111-1/+1
| | | |
| * | | add setupJan Lehnardt2014-10-311-0/+1
| | | |
* | | | Set meck to tag 0.8.2Alexander Shorin2015-01-221-1/+1
| | | | | | | | | | | | | | | | COUCHDB-2557
* | | | New Licenses used in FauxtonGarren Smith2015-01-202-1/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Licenses for: React.js Flux.js es5-shim.js
* | | | Goodbye, etap!Alexander Shorin2015-01-1371-10677/+0
| | | | | | | | | | | | | | | | This closes #296
* | | | Build with Erlang 17.4 on TravisAlexander Shorin2015-01-131-0/+1
| | | |
* | | | Fix Makefile, finish separation of CouchDB/Fauxton compilationJavier Candeira2015-01-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This closes #293 Signed-off-by: Alexander Shorin <kxepal@apache.org>
* | | | Merge remote-tracking branch 'iilyak/2540-Fix-broken-tests-for-couch_replicator'Alexander Shorin2015-01-131-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | This closes #295
| * | | | Add meck dependencyILYA Khlopotov2015-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This dependency is used in couch_replicator's test suite COUCHDB-2540
* | | | | Adding licence for moment.js libBenjamin Keen2015-01-092-0/+31
| | | | |
* | | | | Separate out Fauxton compilation from core CouchDBRussell Branca2015-01-021-2/+2
|/ / / /
* | | | Better use of MakeNoah Slater2014-12-141-3/+5
| | | |
* | | | Merge branch 'goodbye-futon'Alexander Shorin2014-12-10210-37408/+15
|\ \ \ \ | | | | | | | | | | | | | | | This closes #277
| * | | | Add share/www to .gitignoreJan Lehnardt2014-12-101-0/+1
| | | | |
| * | | | Add Fauxton build process to MakefileJan Lehnardt2014-12-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `make` alone now builds Fauxton along with the rest. `make fauxton` to only do the fauxton build. `make distclean` cleans the Fauxton build. Fauxton is deployed into share/www. `make distclean` simply removes share/www. If share/www exists, `make [fauxton]` skips building Fauxton. Includes a letter for Noah ;)
| * | | | Goodbye Futon, old friend <3Jan Lehnardt2014-12-10118-39381/+0
| | | | |
| * | | | Move JS tests to test/javascript/testsJan Lehnardt2014-12-1096-302/+2284
|/ / / /
* | | | License for nightwatch function addedBenjamin Keen2014-12-082-0/+27
| |_|/ |/| |
* | | Enable CSP support for /_utils per defaultRobert Kowalski2014-11-281-2/+2
| | | | | | | | | | | | | | | | | | With Futon getting removed in 2.x, which had too much inline- JavaScript etc., is not used any more. Fauxton is able to work with our default CSP settings.
* | | Fix queryserver spec runnerRobert Kowalski2014-11-281-2/+2
| | | | | | | | | | | | | | | Run with: rspec test/view_server/query_server_spec.rb
* | | Fix check nodes startupAlexander Shorin2014-11-231-1/+2
| | | | | | | | | | | | Never test dev/run script with CouchDB running on 5984 port.
* | | Revert accidental shebang change about target python binaryAlexander Shorin2014-11-231-1/+1
| | | | | | | | | | | | | | | OSX doesn't provides symlinks against major Python versions as Linux does.
* | | Switch couchdb-snappy to master branchAlexander Shorin2014-11-201-1/+1
| | |
* | | Run dev/run script in quite mode for javascript testsAlexander Shorin2014-11-162-7/+21
| | |
* | | Handle couchjs restart command correctlyAlexander Shorin2014-11-162-3/+9
| | |
* | | Fix port binding and data dirsAlexander Shorin2014-11-161-4/+6
| | |
* | | Normalize argsAlexander Shorin2014-11-151-4/+4
| | |
* | | Make Python scripts compatible with both 2.x and 3.x seriesAlexander Shorin2014-11-152-204/+224
| | |