Commit Graph

  • cb7a18f20f Added more tests and moved all env and env file testing to classes (it might make more sense to just move them to separate files?). cwandrews 2017-10-15 16:14:14 -04:00
  • dc34ab4a8b Moved env vars tests to class. cwandrews 2017-10-15 15:49:14 -04:00
  • 84e197b209 Updated .env >>> .env_one to include in repo (.env ignored). cwandrews 2017-10-15 15:39:23 -04:00
  • 92cc400fe7 [core] Refactoring IOFormats so there is one and only obvious way to send it. Romain Dorgueil 2017-10-15 21:37:22 +02:00
  • f6d78ceeb5 Set cookiecutter overwrite_if_exists parameter to True if current directory is empty arimbr 2017-10-15 16:02:47 +02:00
  • b0623c77c9 Fixes #186, probably the whole logic should be refactored as the approach of hardcoding iterators which we should not iterate on is bad. Let's think about it for 0.6, maybe that just means removing the ability to return a list/tuple from a function for multiple rows, as a generator would do the same. Romain Dorgueil 2017-10-15 14:09:57 +02:00
  • 137b1e619b Merge pull request #191 from hartym/develop Romain Dorgueil 2017-10-13 17:42:43 +02:00
  • 3868dc6e3c Merge pull request #190 from JasonCrowe/master Romain Dorgueil 2017-10-13 17:36:22 +02:00
  • 78b8a01b75 Merge pull request #189 from mouadhkaabachi/develop Romain Dorgueil 2017-10-13 17:35:46 +02:00
  • dc59c88c3d [cli/util] fix requires to use the right stack frame, remove --print as "-" does the job Romain Dorgueil 2017-10-13 17:25:42 +02:00
  • 64875a05bd [cli] Adds a --filter option to "convert" command, allowing to use arbitrary filters to a command line conversion. Also adds --print and "-" output to pretty print to terminal instead of file output. Romain Dorgueil 2017-10-13 17:21:25 +02:00
  • b1d7498054 [cli] convert, remove useless import. Romain Dorgueil 2017-10-12 19:12:10 +02:00
  • 721ed499bb [config] adds a __doc__ constructor kwarg to set option documentation inline. Romain Dorgueil 2017-10-12 19:02:11 +02:00
  • 99351a638b [doc] formating Romain Dorgueil 2017-10-12 19:01:47 +02:00
  • 2898902ebd [cli] adds ability to override reader/writer options from cli convert. Romain Dorgueil 2017-10-12 19:01:35 +02:00
  • 2532dd1b89 [doc] fix typos and errors. Jason Crowe 2017-10-12 11:41:23 -05:00
  • fe4964b9c7 comparison to None|True|False should be 'if cond is None:' mouadhkaabachi 2017-10-12 17:46:28 +02:00
  • 8174257bd0 Fighting with google analytics properties linked to multiple websites. Romain Dorgueil 2017-10-12 08:20:59 +02:00
  • 53f6cc055f Fixed bug involved in finding env when running module. cwandrews 2017-10-11 21:49:39 -04:00
  • 489d22cbcb Moved default-env-file tests to class. cwandrews 2017-10-11 20:49:57 -04:00
  • 1aada99596 Small adjustment to test parameters. cwandrews 2017-10-10 22:56:58 -04:00
  • af15647ab4 Added tests for running file with combinations of multiple default env files, env files, and env vars. Also reorganized environment directory in examples. cwandrews 2017-10-10 22:54:31 -04:00
  • 5dac844f0c Create CREDITS.rst Romain Dorgueil 2017-10-10 11:24:21 +02:00
  • 14a61305bc Update base.html Romain Dorgueil 2017-10-10 08:47:43 +02:00
  • 0ca766a7b9 Update base.html Romain Dorgueil 2017-10-10 08:39:09 +02:00
  • 0c310543e4 Update base.html Romain Dorgueil 2017-10-10 08:30:03 +02:00
  • e469ba30ba Updated requirements.txt and requirements-dev.txt to include python-dotenv and dependencies. cwandrews 2017-10-08 21:13:51 -04:00
  • 88956ba6fe default-env-file, default-env, and env-file now in place alongside env. default-env-file and default-env both use os.environ.setdefault so as not to overwrite existing variables (system environment) while env-file and env will overwrite existing variables. All four allow for multiple values (***How might this affect multiple default-env and default-env-file values, I expect that unlike env-file and env the first passed variables would win). cwandrews 2017-10-08 21:02:31 -04:00
  • e3125e7e02 Further Refactored the setting of env vars passed via the env flag. cwandrews 2017-10-08 19:52:25 -04:00
  • 2de72b52bd Refactored setting of env vars passed via the env flag. cwandrews 2017-10-08 19:50:15 -04:00
  • d69a19381e Merge pull request #183 from cw-andrews/patch-1 Romain Dorgueil 2017-10-08 20:22:40 +02:00
  • 6ba7488277 Merge pull request #184 from cw-andrews/patch-2 Romain Dorgueil 2017-10-08 20:22:01 +02:00
  • 8bef85704f Update faq.rst CW Andrews 2017-10-08 13:54:31 -04:00
  • 59035fd181 Update README.rst CW Andrews 2017-10-08 12:47:54 -04:00
  • 3b20a40bb7 [doc] Missing description. Romain Dorgueil 2017-10-08 17:42:48 +02:00
  • 21a38686f6 Merge pull request #182 from hartym/master Romain Dorgueil 2017-10-08 13:25:57 +02:00
  • f40de8b386 [doc] adds alabaster source Romain Dorgueil 2017-10-08 13:22:21 +02:00
  • a86d1ddb43 [doc] update RTD deps Romain Dorgueil 2017-10-08 13:16:56 +02:00
  • 7fa9a2be5b [doc] Updating guides in documentation Romain Dorgueil 2017-10-08 13:13:20 +02:00
  • 736f73d5ce Update README.rst Romain Dorgueil 2017-10-05 19:49:08 +02:00
  • 48b2616869 Merge tag '0.5.0' Romain Dorgueil 2017-10-05 19:27:55 +02:00
  • 32e222787d release: 0.5.0 Romain Dorgueil 2017-10-05 19:16:03 +02:00
  • ee65cd736b Update dependencies. Romain Dorgueil 2017-10-05 18:52:53 +02:00
  • b2f93b2416 [config/dx] bundle a default fs (and http?) service if none is provided (#179) Romain Dorgueil 2017-10-05 07:17:16 +02:00
  • f7cf7ca482 [doc] homepage Romain Dorgueil 2017-10-04 19:14:36 +02:00
  • c337aad14d [doc] fix typos and errors. Romain Dorgueil 2017-10-04 08:40:08 +02:00
  • 9fe9b4202d Merge pull request #181 from TZubiri/develop Romain Dorgueil 2017-10-04 07:18:54 +02:00
  • 097a6cccdb fixed escaping issues Tomas Zubiri 2017-10-04 00:38:31 -03:00
  • 54375e808f removed id from graphviz label Tomas Zubiri 2017-10-04 00:03:10 -03:00
  • a830263efc [cli] inspect is buggy if there is more than one node with a given name. Romain Dorgueil 2017-10-03 23:26:31 +02:00
  • 75a68d1322 [doc] fix links Romain Dorgueil 2017-10-03 08:41:03 +02:00
  • d936e164ac [doc] cleanup & refactorings Romain Dorgueil 2017-10-03 08:37:46 +02:00
  • 2ab48080e6 [doc] refactors guides index so the toc is showing up correctly in sidebar. Romain Dorgueil 2017-10-03 08:25:15 +02:00
  • e9dfcfe0d8 [doc] adds cross ref in env vars page Romain Dorgueil 2017-10-03 08:15:50 +02:00
  • 0bfa873743 [doc] fix typo Romain Dorgueil 2017-10-03 08:13:17 +02:00
  • bfa43e65e6 [doc] tuning a few things in documentation. Romain Dorgueil 2017-10-03 08:09:50 +02:00
  • a1e381fad5 [doc] fix spaces in links. Romain Dorgueil 2017-10-03 07:57:30 +02:00
  • 82805e3308 Merge remote-tracking branch 'upstream/develop' into develop Romain Dorgueil 2017-10-03 07:35:30 +02:00
  • 477b8080bd Merge pull request #175 from cw-andrews/feature/pass_env_vars Romain Dorgueil 2017-10-03 07:33:03 +02:00
  • 142a6d60df Updated inline examples and fixed code markup. CW Andrews 2017-10-02 16:11:41 -04:00
  • 504e8920f2 Update and rename environmental_variables.rst to environment_variables.rst CW Andrews 2017-10-02 16:06:04 -04:00
  • 56d8f32910 Update environmental_variables.rst CW Andrews 2017-10-02 15:34:00 -04:00
  • 5f83aef47d Update jupyter.rst CW Andrews 2017-10-02 15:25:13 -04:00
  • b83ba99beb Update index.rst CW Andrews 2017-10-02 15:24:41 -04:00
  • a6b3787513 Removing features.py as it is experimental, vill probably go in 0.6. Romain Dorgueil 2017-10-02 09:14:51 +02:00
  • e04c3dd849 Uniformisation of API for graph and node contexts (recv -> write), removing publication of LoopbackBag as this is not stable with current BEGIN/END implementation. Romain Dorgueil 2017-10-02 09:14:10 +02:00
  • d35598fe8c Add a reference to graph context (private) in service container. Romain Dorgueil 2017-10-02 08:57:46 +02:00
  • c09c101074 Making config/util/structs apis available at level 2 import (x.y), implements the roots for loopbacks (recursive transformations). This still needs work, as its hard not to close an input queue as soon as the last item was read. Romain Dorgueil 2017-10-02 08:38:31 +02:00
  • d858b246ad [api] require/requires is confusing Romain Dorgueil 2017-10-02 06:16:30 +02:00
  • 96fda28280 Merge remote-tracking branch 'cw-andrews/feature/pass_env_vars' into develop Romain Dorgueil 2017-10-02 08:27:37 +02:00
  • 1863c2cd57 Change import style in example. Romain Dorgueil 2017-10-02 08:27:33 +02:00
  • 074d173ea7 Added envrionmental_variables page to the guides section. cwandrews 2017-10-01 21:26:10 -04:00
  • c1a5750b60 Made a few spelling and grammar corrections/adjustments to the docs under guide. cwandrews 2017-10-01 20:16:24 -04:00
  • e38ce3cd11 Switched --env / -e optional argument from register to register_generic_run_arguements per suggestion. Also removed tests/util/get_passed_env.py cwandrews 2017-10-01 20:03:11 -04:00
  • 6abdf09ef7 Moved tests/util/get_passed_env.py into /bonobo/examples/env_vars/get_passed_env.py. cwandrews 2017-10-01 19:56:49 -04:00
  • 6f7e203843 Merge branch 'develop' of github.com:python-bonobo/bonobo into develop Romain Dorgueil 2017-09-30 12:37:24 +02:00
  • db855503c6 Merge remote-tracking branch 'upstream/master' into develop Romain Dorgueil 2017-09-30 12:34:32 +02:00
  • 532ad11c4c Merge pull request #173 from hartym/develop Romain Dorgueil 2017-09-30 12:32:10 +02:00
  • 0eb5fd8a15 More readable statistics on Ubuntu workstation standard terminal spagoc 2017-09-28 08:42:35 +02:00
  • 0d53e13581 Making factory example work. Still work in progress. Romain Dorgueil 2017-09-30 12:23:14 +02:00
  • ef938c9970 Adding warnings to transformation factory, and code formating. Romain Dorgueil 2017-09-30 11:58:37 +02:00
  • b26dbc83cb minor cleanups Romain Dorgueil 2017-09-30 11:50:34 +02:00
  • 9b3777f88d [minor] update test script for graphs. Romain Dorgueil 2017-09-30 11:48:17 +02:00
  • e1bee5772e Merge branch 'develop' into transformation_factory Romain Dorgueil 2017-09-30 11:46:02 +02:00
  • 7fb572ec90 [doc] new commands. Romain Dorgueil 2017-09-30 11:45:13 +02:00
  • c6cde93f4e [cli] small refactoring in bonobo convert to use shortcuts as extensions if nothing else matched. Romain Dorgueil 2017-09-30 11:38:36 +02:00
  • 34dc53aa19 Merge branch 'develop' into dev_convert Romain Dorgueil 2017-09-30 11:26:59 +02:00
  • b49ccaa7a7 Formating. Romain Dorgueil 2017-09-30 11:26:22 +02:00
  • 7ca3369f71 Rename "bonobo graph" to "bonobo inspect". For now, graphviz is default but there will probably be a humand default in the future, with graphviz source generation set if --graph (or -g) flag is passed. Romain Dorgueil 2017-09-30 11:01:53 +02:00
  • 0b1b052c54 Merge branch 'develop' into dev_graphviz Romain Dorgueil 2017-09-30 10:26:00 +02:00
  • a74eafbda3 Merge remote-tracking branch 'remotes/cw-andrews/feature/pass_env_vars_at_runtime' into develop Romain Dorgueil 2017-09-30 09:56:32 +02:00
  • 213b471237 Merge remote-tracking branch 'upstream/develop' into develop Romain Dorgueil 2017-09-30 09:54:49 +02:00
  • 21514ad670 Update dependencies. Romain Dorgueil 2017-09-30 09:54:30 +02:00
  • 8b9dac50ec Added optional passing of one or multiple environment variables via --env flag to the bonobo cli. cwandrews 2017-09-18 15:24:27 -04:00
  • 3105bd0bee Merge branch 'dev_graphviz' into dev_convert Romain Dorgueil 2017-09-18 17:18:29 +02:00
  • 966628e156 Implements graphviz output after a graph inspection. Romain Dorgueil 2017-09-18 17:16:18 +02:00
  • ff0d6219a6 Merge branch 'develop' into dev_graphviz Romain Dorgueil 2017-08-11 07:38:53 +02:00
  • 7586502ff1 Merge pull request #163 from traviscook21/master Romain Dorgueil 2017-07-22 11:50:28 +02:00
  • dda0a63880 [docs] Fix additional grammar issues at bottom of purity.rst Travis Cook 2017-07-21 15:38:06 -07:00
  • 4ef4364f42 [docs] Fix grammar in purity.rst Travis Cook 2017-07-21 15:32:06 -07:00