Procházet zdrojové kódy

重命令相关修改

master
SisMaker před 4 roky
rodič
revize
5cd5d7a391
34 změnil soubory, kde provedl 36 přidání a 36 odebrání
  1. +1
    -1
      README.md
  2. +0
    -0
      include/eArango.hrl
  3. +2
    -2
      rebar.config
  4. +1
    -1
      src/agApi/agAdminMonitor.erl
  5. +1
    -1
      src/agApi/agAnalyzers.erl
  6. +1
    -1
      src/agApi/agAqls.erl
  7. +1
    -1
      src/agApi/agAsyncResultHandling.erl
  8. +1
    -1
      src/agApi/agBulkImportExport.erl
  9. +1
    -1
      src/agApi/agCluster.erl
  10. +1
    -1
      src/agApi/agCollections.erl
  11. +1
    -1
      src/agApi/agDbMgr.erl
  12. +1
    -1
      src/agApi/agDocuments.erl
  13. +1
    -1
      src/agApi/agEdges.erl
  14. +1
    -1
      src/agApi/agEndPoints.erl
  15. +1
    -1
      src/agApi/agFoxxServices.erl
  16. +1
    -1
      src/agApi/agGeneralGraphs.erl
  17. +1
    -1
      src/agApi/agHotBackup.erl
  18. +1
    -1
      src/agApi/agIndexes.erl
  19. +1
    -1
      src/agApi/agMiscFuns.erl
  20. +1
    -1
      src/agApi/agRepairJobs.erl
  21. +1
    -1
      src/agApi/agReplication.erl
  22. +1
    -1
      src/agApi/agSimpleQueries.erl
  23. +1
    -1
      src/agApi/agTasks.erl
  24. +1
    -1
      src/agApi/agTransactions.erl
  25. +1
    -1
      src/agApi/agTraversals.erl
  26. +1
    -1
      src/agApi/agUserMgr.erl
  27. +1
    -1
      src/agApi/agViews.erl
  28. +1
    -1
      src/agHttpCli/agHttpCli.erl
  29. +1
    -1
      src/agHttpCli/agSslAgencyIns.erl
  30. +1
    -1
      src/agHttpCli/agTcpAgencyIns.erl
  31. +1
    -1
      src/agHttpCli/agVstAgencyIns.erl
  32. +1
    -1
      src/eArango.app.src
  33. +2
    -2
      src/eArango_app.erl
  34. +2
    -2
      src/eArango_sup.erl

+ 1
- 1
README.md Zobrazit soubor

@ -1,4 +1,4 @@
# erlArango
# eArango
arangodb erlang driver
erlang otp21.2+ arangodb 3.6.2 3.7

include/erlArango.hrl → include/eArango.hrl Zobrazit soubor


+ 2
- 2
rebar.config Zobrazit soubor

@ -1,8 +1,8 @@
{erl_opts, [{i, "include"}]}.
{edoc_opts, [{preprocess, true}]}.
{deps, [
{eVPack, {git, "http://192.168.0.88:53000/SisMaker/eVPack.git", {branch, master}}},
{jiffy, {git, "https://github.com/davisp/jiffy.git", {tag, "1.0.5"}}}
%%{eVPack, {git, "http://192.168.0.88:53000/SisMaker/eVPack.git", {branch, master}}},
%%{jiffy, {git, "https://github.com/davisp/jiffy.git", {tag, "1.0.5"}}}
%% {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v3.0.0"}}}
]}.

+ 1
- 1
src/agApi/agAdminMonitor.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agAdminMonitor).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agAnalyzers.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agAnalyzers).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agAqls.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agAqls).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agAsyncResultHandling.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agAsyncResultHandling).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agBulkImportExport.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agBulkImportExport).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agCluster.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agCluster).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agCollections.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agCollections).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agDbMgr.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agDbMgr).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agDocuments.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agDocuments).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agEdges.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agEdges).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agEndPoints.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agEndPoints).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agFoxxServices.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agFoxxServices).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agGeneralGraphs.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agGeneralGraphs).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agHotBackup.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agHotBackup).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agIndexes.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agIndexes).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agMiscFuns.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agMiscFuns).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agRepairJobs.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agRepairJobs).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agReplication.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agReplication).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agSimpleQueries.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agSimpleQueries).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agTasks.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agTasks).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agTransactions.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agTransactions).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agTraversals.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agTraversals).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agUserMgr.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agUserMgr).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agApi/agViews.erl Zobrazit soubor

@ -1,5 +1,5 @@
-module(agViews).
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agHttpCli/agHttpCli.erl Zobrazit soubor

@ -1,6 +1,6 @@
-module(agHttpCli).
-include("agHttpCli.hrl").
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agHttpCli/agSslAgencyIns.erl Zobrazit soubor

@ -1,6 +1,6 @@
-module(agSslAgencyIns).
-include("agHttpCli.hrl").
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agHttpCli/agTcpAgencyIns.erl Zobrazit soubor

@ -1,6 +1,6 @@
-module(agTcpAgencyIns).
-include("agHttpCli.hrl").
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

+ 1
- 1
src/agHttpCli/agVstAgencyIns.erl Zobrazit soubor

@ -1,6 +1,6 @@
-module(agVstAgencyIns).
-include("agHttpCli.hrl").
-include("erlArango.hrl").
-include("eArango.hrl").
-compile(inline).
-compile({inline_size, 128}).

src/erlArango.app.src → src/eArango.app.src Zobrazit soubor

@ -2,7 +2,7 @@
[{description, "An OTP application"},
{vsn, "0.1.0"},
{registered, []},
{mod, {erlArango_app, []}},
{mod, {eArango_app, []}},
{applications, [kernel, stdlib, jiffy]},
{env, []},
{modules, []},

src/erlArango_app.erl → src/eArango_app.erl Zobrazit soubor

@ -1,11 +1,11 @@
-module(erlArango_app).
-module(eArango_app).
-behaviour(application).
-export([start/2, stop/1]).
start(_StartType, _StartArgs) ->
erlArango_sup:start_link().
eArango_sup:start_link().
stop(_State) ->
ok.

src/erlArango_sup.erl → src/eArango_sup.erl Zobrazit soubor

@ -1,6 +1,6 @@
-module(erlArango_sup).
-module(eArango_sup).
-include("agHttpCli.hrl").
-include("erlArango.hrl").
-include("eArango.hrl").
-behaviour(supervisor).

Načítá se…
Zrušit
Uložit