From c153f72af5520f67e8f6182a9e21860bad7a8422 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 29 Jan 2015 17:33:02 +0100 Subject: [PATCH 1/2] moved triAGENS/ArangoDB to arangodb/arangodb --- Documentation/Books/Users/Installing/Compiling.mdpp | 6 +++--- Documentation/Books/Users/Installing/Linux.mdpp | 2 +- Documentation/Books/Users/NewFeatures/NewFeatures24.mdpp | 2 +- Documentation/Books/Users/README.mdpp | 2 +- .../Users/localtheme/templates/book/includes/summary.html | 4 ++-- README | 2 +- README.md | 6 +++--- README.windows | 2 +- .../clusterFrontend/js/templates/clusterUnreachable.ejs | 2 +- .../aardvark/frontend/js/templates/navigationView.ejs | 2 +- js/apps/system/aardvark/manifest.json | 2 +- js/apps/system/cerberus/manifest.json | 2 +- js/apps/system/gharial/manifest.json | 2 +- js/apps/system/sessions/manifest.json | 2 +- js/apps/system/simple-auth/manifest.json | 2 +- js/apps/system/users/manifest.json | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Documentation/Books/Users/Installing/Compiling.mdpp b/Documentation/Books/Users/Installing/Compiling.mdpp index a7e7efcf39..f09023af75 100644 --- a/Documentation/Books/Users/Installing/Compiling.mdpp +++ b/Documentation/Books/Users/Installing/Compiling.mdpp @@ -64,13 +64,13 @@ Under Mac OS X you also need to install: Download the latest source using GIT: - git clone git://github.com/triAGENS/ArangoDB.git + git clone git://github.com/arangodb/arangodb.git Note: if you only plan to compile ArangoDB locally and do not want to modify or push any changes, you can speed up cloning substantially by using the *--single-branch* and *--depth* parameters for the clone command as follws: - git clone --single-branch --depth 1 git://github.com/triAGENS/ArangoDB.git + git clone --single-branch --depth 1 git://github.com/arangodb/arangodb.git !SUBSECTION Configure @@ -192,7 +192,7 @@ When compiling with special configure options, you may need the following extra Download the latest ArangoDB source using *git*: - git clone -b devel git://github.com/triAGENS/ArangoDB.git + git clone -b devel git://github.com/arangodb/arangodb.git !SUBSECTION Setup diff --git a/Documentation/Books/Users/Installing/Linux.mdpp b/Documentation/Books/Users/Installing/Linux.mdpp index 78b6ed8864..c4ba53c9c4 100644 --- a/Documentation/Books/Users/Installing/Linux.mdpp +++ b/Documentation/Books/Users/Installing/Linux.mdpp @@ -35,7 +35,7 @@ To use ArangoDB on Debian sid (the development version of Debian), a different v of ICU is required. User baslr provided the following instructions for getting ArangoDB 2.0.7 to work on an x86_64: -[link to Github issue](https://github.com/triAGENS/ArangoDB/issues/865) +[link to Github issue](https://github.com/arangodb/arangodb/issues/865) Other versions of ArangoDB or other architectures should work similarly. diff --git a/Documentation/Books/Users/NewFeatures/NewFeatures24.mdpp b/Documentation/Books/Users/NewFeatures/NewFeatures24.mdpp index 738b797527..fd1763b606 100644 --- a/Documentation/Books/Users/NewFeatures/NewFeatures24.mdpp +++ b/Documentation/Books/Users/NewFeatures/NewFeatures24.mdpp @@ -2,7 +2,7 @@ The following list shows in detail which features have been added or improved in ArangoDB 2.4. ArangoDB 2.4 also contains several bugfixes that are not listed -here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/triAGENS/ArangoDB/blob/devel/CHANGELOG). +here. For a list of bugfixes, please consult the [CHANGELOG](https://github.com/arangodb/arangodb/blob/devel/CHANGELOG). !SECTION V8 version upgrade diff --git a/Documentation/Books/Users/README.mdpp b/Documentation/Books/Users/README.mdpp index b59153f7ef..c58efd71a3 100644 --- a/Documentation/Books/Users/README.mdpp +++ b/Documentation/Books/Users/README.mdpp @@ -31,7 +31,7 @@ If you want to play with our query language, go to our [AQL Tutorial](https://ww If you have any questions don't hesitate to ask on: -- [github](https://github.com/triAGENS/ArangoDB/issues) +- [github](https://github.com/arangodb/arangodb/issues) - [google groups](https://groups.google.com/forum/?hl=de#!forum/arangodb) - [stackoverflow](http://stackoverflow.com/questions/tagged/arangodb) diff --git a/Documentation/Books/Users/localtheme/templates/book/includes/summary.html b/Documentation/Books/Users/localtheme/templates/book/includes/summary.html index 29ac8a383d..6295702660 100644 --- a/Documentation/Books/Users/localtheme/templates/book/includes/summary.html +++ b/Documentation/Books/Users/localtheme/templates/book/includes/summary.html @@ -49,7 +49,7 @@ {% if options.links.gitbook !== false %}
  • - Have any issues? + Have any issues? Have any questions?
  • {% endif %} @@ -84,4 +84,4 @@ $(function(){ } }); }); - \ No newline at end of file + diff --git a/README b/README index bdd67c5e5b..8f4f9f1341 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ Stay in Contact Please note that there will be bugs and we'd really appreciate it if you report them: -https://github.com/triAGENS/ArangoDB/issues +https://github.com/arangodb/arangodb/issues You can use the Google group for improvements, feature requests, comments http://www.arangodb.com/community diff --git a/README.md b/README.md index 4105e645c4..91b9e2f801 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ArangoDB ======== -Master: [![Build Status](https://secure.travis-ci.org/triAGENS/ArangoDB.png?branch=master)](http://travis-ci.org/triAGENS/ArangoDB) -Devel: [![Build Status](https://secure.travis-ci.org/triAGENS/ArangoDB.png?branch=devel)](http://travis-ci.org/triAGENS/ArangoDB) +Master: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb.png?branch=master)](http://travis-ci.org/arangodb/arangodb) +Devel: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb.png?branch=devel)](http://travis-ci.org/arangodb/arangodb) ArangoDB is a multi-purpose, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks. @@ -88,7 +88,7 @@ Stay in Contact Please note that there will be bugs and we'd really appreciate it if you report them: -[https://github.com/triAGENS/ArangoDB/issues](https://github.com/triAGENS/ArangoDB/issues) +[https://github.com/arangodb/arangodb/issues](https://github.com/arangodb/arangodb/issues) You can use the Google group for improvements, feature requests, comments diff --git a/README.windows b/README.windows index a26f28dd89..b5cee89f29 100644 --- a/README.windows +++ b/README.windows @@ -128,7 +128,7 @@ If you have any questions regarding the installation or other matters please use For bug reports please use - https://github.com/triAGENS/ArangoDB/issues + https://github.com/arangodb/arangodb/issues To obtain the version of the currently installed ArangoDB instance, execute the following on a Command Prompt: diff --git a/js/apps/system/aardvark/clusterFrontend/js/templates/clusterUnreachable.ejs b/js/apps/system/aardvark/clusterFrontend/js/templates/clusterUnreachable.ejs index 4247d530e7..720aafe1dd 100644 --- a/js/apps/system/aardvark/clusterFrontend/js/templates/clusterUnreachable.ejs +++ b/js/apps/system/aardvark/clusterFrontend/js/templates/clusterUnreachable.ejs @@ -29,6 +29,6 @@

    - If you want to file a bug, please use our issue tracker. Or feel free to ask a question on our google group. + If you want to file a bug, please use our issue tracker. Or feel free to ask a question on our google group. diff --git a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs index 103e243412..5d3eb8aed4 100644 --- a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs @@ -42,7 +42,7 @@ Documentation

  • -
  • diff --git a/js/apps/system/aardvark/manifest.json b/js/apps/system/aardvark/manifest.json index 9014fb238b..e65a0520c0 100644 --- a/js/apps/system/aardvark/manifest.json +++ b/js/apps/system/aardvark/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ diff --git a/js/apps/system/cerberus/manifest.json b/js/apps/system/cerberus/manifest.json index b57713a0eb..02fd68b2fa 100644 --- a/js/apps/system/cerberus/manifest.json +++ b/js/apps/system/cerberus/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ diff --git a/js/apps/system/gharial/manifest.json b/js/apps/system/gharial/manifest.json index 5bfcf3611d..53b3405dcc 100644 --- a/js/apps/system/gharial/manifest.json +++ b/js/apps/system/gharial/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ diff --git a/js/apps/system/sessions/manifest.json b/js/apps/system/sessions/manifest.json index 718b7a9d79..b896abbb30 100644 --- a/js/apps/system/sessions/manifest.json +++ b/js/apps/system/sessions/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ diff --git a/js/apps/system/simple-auth/manifest.json b/js/apps/system/simple-auth/manifest.json index d189ca40b2..4105f83e93 100644 --- a/js/apps/system/simple-auth/manifest.json +++ b/js/apps/system/simple-auth/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ diff --git a/js/apps/system/users/manifest.json b/js/apps/system/users/manifest.json index 332b65179b..77b0f71360 100644 --- a/js/apps/system/users/manifest.json +++ b/js/apps/system/users/manifest.json @@ -8,7 +8,7 @@ "repository": { "type": "git", - "url": "https://github.com/triAGENS/ArangoDB.git" + "url": "https://github.com/arangodb/arangodb.git" }, "contributors": [ From fe4df96b746edefd53b6ee6c3416a57dfa62e5cd Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 29 Jan 2015 17:38:52 +0100 Subject: [PATCH 2/2] added file to tests --- UnitTests/Makefile.unittests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 736a03dce0..3f5cbe95ef 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -686,8 +686,9 @@ unittests-shell-client-readonly: SHELL_CLIENT_ONLY = \ @top_srcdir@/js/client/tests/shell-download.js \ @top_srcdir@/js/client/tests/shell-endpoints.js \ + @top_srcdir@/js/client/tests/shell-client.js \ @top_srcdir@/js/client/tests/shell-fm.js \ - @top_srcdir@/js/client/tests/shell-client.js + @top_srcdir@/js/client/tests/shell-request.js SHELL_CLIENT = $(SHELL_COMMON) $(SHELL_CLIENT_ONLY)