Commit Graph

  • 98a4b06a12 Merge branch 'release/4.34.2' into master 4.34.2 Roman Mogylatov 2021-07-24 16:35:10 -0400
  • c19969a6ed Bump version to 4.34.2 Roman Mogylatov 2021-07-24 16:33:16 -0400
  • aa251a44ba Fix reverse shutdown order bug in container.shutdown_resources() Roman Mogylatov 2021-07-24 16:32:44 -0400
  • f44924f285 Merge branch 'release/4.34.1' into master 4.34.1 Roman Mogylatov 2021-07-20 18:48:39 -0400
  • a126df4764 Bump version to 4.34.1 Roman Mogylatov 2021-07-20 18:48:23 -0400
  • 3d1bb5d7b3
    432 resource shutdown order (#473) Roman Mogylatov 2021-07-20 18:46:44 -0400
  • 369a1f2106 Update changelog 432-resource-shutdown-order Roman Mogylatov 2021-07-20 18:40:10 -0400
  • 5a4fc3eaba Refactoring and sync + async test Roman Mogylatov 2021-07-20 18:35:06 -0400
  • f1073958d4 Add circular dependencies breaker tests Roman Mogylatov 2021-07-20 17:42:55 -0400
  • 23909d55d6 Add tests for init and shutdown ordering Roman Mogylatov 2021-07-20 17:28:27 -0400
  • f5e76aef28 Add PoC Roman Mogylatov 2021-07-16 20:03:56 -0400
  • 54de3a9d2c Merge branch 'release/4.34.0' into master 4.34.0 Roman Mogylatov 2021-06-24 16:03:37 +0300
  • 6ffb98af67 Bump version to 4.34.0 Roman Mogylatov 2021-06-24 16:03:11 +0300
  • ef049daae5
    463 Config environment variables interpolation required and nones (#467) Roman Mogylatov 2021-06-24 16:00:36 +0300
  • ef23433c9a Update changelog 463-Config-env-interpolation-required-and-nones Roman Mogylatov 2021-06-23 02:56:30 -0400
  • 3977ce51de Add/update docs on environment variables interpolation Roman Mogylatov 2021-06-23 02:25:08 -0400
  • e91f35fd52 Add example for os.environ.setdefault() and envs interpolation Roman Mogylatov 2021-06-23 02:19:13 -0400
  • f77c8b13e9 Add tests for .from_ini() for config and config option Roman Mogylatov 2021-06-21 21:00:14 -0400
  • 534b9691fa Add tests for .from_yaml() for config and config option Roman Mogylatov 2021-06-21 20:05:01 -0400
  • 3711c43611 Skip schema test cause it requires internet connection Roman Mogylatov 2021-06-21 19:56:06 -0400
  • 6173e1b7b6 Add test for option.from_ini() missing envs not required Roman Mogylatov 2021-06-21 09:26:37 -0400
  • 35a46bdb7f Make some cosmetic changes to _resolve_config_env_markers() Roman Mogylatov 2021-06-21 00:16:09 -0400
  • 8ca72b5051 Add test for option.from_yaml() with missing env not required Roman Mogylatov 2021-06-21 00:15:27 -0400
  • b1d00915fd Make prototype with enterpolation before parsing Roman Mogylatov 2021-06-20 14:02:31 -0400
  • 9abf34cb88 Merge branch 'release/4.33.0' into master 4.33.0 Roman Mogylatov 2021-06-13 22:06:36 -0400
  • 31beb54979 Bump version to 4.33.0 Roman Mogylatov 2021-06-13 22:06:27 -0400
  • dbbf5fdcf1
    462 Config.from_value() (#465) Roman Mogylatov 2021-06-13 22:05:29 -0400
  • 0491ca4f35 Update changelog 462-config-from_value Roman Mogylatov 2021-06-13 22:01:54 -0400
  • 6636fb4d37 Add docs Roman Mogylatov 2021-06-13 21:53:33 -0400
  • 1a8cf5d409 Add example for config.from_value() Roman Mogylatov 2021-06-13 21:49:29 -0400
  • 7b9664e382 Add tests for config.from_value() method Roman Mogylatov 2021-06-13 21:38:16 -0400
  • f9b0471252 Implement .from_value() method for config provider Roman Mogylatov 2021-06-13 21:38:02 -0400
  • bbd623c719
    459 Add default value for environment variable for yaml and ini config files (#461) Roman Mogylatov 2021-06-13 15:07:30 -0400
  • 3a7a922a6c Update config docs keywords 459-Add-default-for-yaml-ini-config Roman Mogylatov 2021-06-13 14:48:55 -0400
  • dc47a39d36 Update docs Roman Mogylatov 2021-06-13 14:43:19 -0400
  • cb248e0cce Update docs Roman Mogylatov 2021-06-13 14:33:33 -0400
  • a4cee7d4d5 Add tests for ini files env interpolation Roman Mogylatov 2021-06-13 13:50:13 -0400
  • 6391aa312c Implement default interpolation for ini files Roman Mogylatov 2021-06-13 13:49:45 -0400
  • 20dd4108a3 Add yaml config env defaults parsing Roman Mogylatov 2021-06-12 14:42:11 -0400
  • d39fdfe2e9 Add tests for partial ini interpolation Roman Mogylatov 2021-06-12 01:32:36 -0400
  • 6e4e776315 Add tests for partial yaml interpolation Roman Mogylatov 2021-06-12 01:20:25 -0400
  • be24fb98ae Removed the reference to the local python installation. Changed script to use multiline command separator for the long command sequence. Added some comment lines. Jan-Paul van der Velden 2021-06-07 09:28:29 +0200
  • 4206c333ae - Changed the creation of the CSV file so it doesn't add an additional newline, which made the example fail on Windows. - Changed the relative imports to absolute imports so the example works out of the box in VS Code. - Added a shell script and a batch file to run the example on Linux and Windows. Jan-Paul van der Velden 2021-06-04 12:51:18 +0200
  • 3888c4cc9a Create a bash script and batch file to do similar things on WSL and Windows. Jan-Paul van der Velden 2021-06-03 15:12:55 +0200
  • 585c717650 Merge branch 'release/4.32.3' into master 4.32.3 Roman Mogylatov 2021-05-20 18:12:09 -0400
  • e06dd782cd Bump version to 4.32.3 Roman Mogylatov 2021-05-20 18:12:00 -0400
  • c2a1351612
    Fix typo (#456) Ngo Thanh Loi (Leonn) 2021-05-21 04:58:15 +0700
  • b80eb227a7
    Fix typo Leonn 2021-05-20 16:44:35 +0700
  • 64574dff4d Merge branch 'release/4.32.2' into master 4.32.2 Roman Mogylatov 2021-04-26 22:11:08 -0400
  • 39fb88a0e9 Bump version to 4.32.2 Roman Mogylatov 2021-04-26 22:09:35 -0400
  • eacb190907 Improve wiring fault tolerance Roman Mogylatov 2021-04-26 22:07:48 -0400
  • fcba4cc989 Merge branch 'release/4.32.1' into master 4.32.1 Roman Mogylatov 2021-04-25 17:37:19 -0400
  • b4a23670c1 Fix Windows builds Roman Mogylatov 2021-04-25 17:37:08 -0400
  • ce157eeab9 Merge branch 'release/4.32.1' into master Roman Mogylatov 2021-04-25 13:45:43 -0400
  • 0f3e170711 Bump version to 4.32.1 Roman Mogylatov 2021-04-25 13:45:34 -0400
  • fab4e3e5be Merge branch 'release/4.32.0' into master 4.32.0 Roman Mogylatov 2021-04-18 21:47:56 -0400
  • 42deda7eb5 Bump version to 4.32.0 Roman Mogylatov 2021-04-18 21:47:47 -0400
  • a34bd456e8 Update Cython to 0.29.22 Roman Mogylatov 2021-04-18 21:47:34 -0400
  • 9cb8e60280
    Feature: Context local provider (#442) RK 2021-04-19 02:37:55 +0100
  • aca67c3a8b Feature: Context local provider Rollo Konig Brock 2021-03-29 20:06:54 +0100
  • 155f598699 Merge branch 'release/4.31.2' into master 4.31.2 Roman Mogylatov 2021-03-30 14:02:22 -0600
  • 57b4913b9b Bump version to 4.31.2 and update changelog Roman Mogylatov 2021-03-30 14:02:12 -0600
  • 664a6ca5d9 Add sonthonaxrk to the list of contributors Roman Mogylatov 2021-03-30 14:01:22 -0600
  • 9ed13a4023 Fix provider documentation (#440) RK 2021-03-30 20:58:39 +0100
  • 7b70f46601 Fix an issue with Dict provider non-string keys Roman Mogylatov 2021-03-30 10:25:45 -0400
  • fe2719bc69
    Fix provider documentation RK 2021-03-29 16:14:38 +0100
  • d04596be73 Merge branch 'release/4.31.1' into master 4.31.1 Roman Mogylatov 2021-03-23 21:14:47 -0400
  • 37dd617260 Bump version to 4.31.1 Roman Mogylatov 2021-03-23 21:14:35 -0400
  • 1aef599606
    Fix ThreadSafeSingleton synchronization issue (#434) Roman Mogylatov 2021-03-23 21:14:03 -0400
  • 2a15b1a986 Update changelog fix-threadsafesingleton Roman Mogylatov 2021-03-23 21:09:29 -0400
  • d8c20e57ca Fix ThreadSafeSingleton synchronization issue Roman Mogylatov 2021-03-23 21:07:27 -0400
  • fca9fd498c Merge branch 'release/4.31.0' into master 4.31.0 Roman Mogylatov 2021-03-20 21:42:57 -0400
  • 88455d10ff Bump version to 4.31.0 Roman Mogylatov 2021-03-20 21:42:40 -0400
  • 41e698f633
    Fix configuration cache reset (#430) Roman Mogylatov 2021-03-20 21:41:39 -0400
  • b54715bf41 Add link to the issue fix-configuration-cache-reset Roman Mogylatov 2021-03-20 21:36:25 -0400
  • cd4a2eda04 Update changelog Roman Mogylatov 2021-03-20 21:34:41 -0400
  • 6f05e99f0a Add tests and implement cache reset for configuration option Roman Mogylatov 2021-03-20 21:32:31 -0400
  • 989aaecd6d Improve providers copying Roman Mogylatov 2021-03-20 16:28:41 -0400
  • a94b141a8f Implement fix Roman Mogylatov 2021-03-20 15:31:57 -0400
  • f961ff536a
    Schemas (#429) Roman Mogylatov 2021-03-20 13:16:51 -0400
  • d72580683d Fix provided instance providers error handing in asynchronous mode schemas Roman Mogylatov 2021-03-18 19:15:56 -0400
  • 702df9676c Fix wiring module loader uninstallation issue Roman Mogylatov 2021-03-17 18:24:39 -0400
  • a7de2dc632 Fix typing in wiring module Roman Mogylatov 2021-03-17 17:44:58 -0400
  • 344b4ec9a2 Update changelog Roman Mogylatov 2021-03-10 10:31:42 -0500
  • 052413d3f4 Implement lazy initialization and improve copying for MethodCaller provder Roman Mogylatov 2021-03-10 08:58:45 -0500
  • 773a7d86f7 Implement lazy initialization and improve copying for ItemGetter provider Roman Mogylatov 2021-03-10 08:23:45 -0500
  • b8078f904e Implement lazy initialization and improve copying for AttributeGetter provider Roman Mogylatov 2021-03-09 18:00:35 -0500
  • cec342c1e4 Implement lazy initialization and improve copying for ProvidedInstance provider Roman Mogylatov 2021-03-09 17:23:58 -0500
  • bb473ab91e Implement lazy initialization and improve copying for Configuration provider Roman Mogylatov 2021-03-09 17:10:07 -0500
  • f180f493fa Implement lazy initialization and improve copying for Resource provider Roman Mogylatov 2021-03-09 08:26:02 -0500
  • 17ecd6c8c0 Implement lazy initialization and improve copying for Dependency provider Roman Mogylatov 2021-03-09 07:58:01 -0500
  • f7fcb22139 Implement lazy initialization and improve copying for Selector provider Roman Mogylatov 2021-03-08 18:25:35 -0500
  • ee44c8f838 Implement lazy initialization and improve copying for FactoryAggregate provider Roman Mogylatov 2021-03-08 18:12:22 -0500
  • a80e027c51 Speed up wiring tests Roman Mogylatov 2021-03-08 18:01:36 -0500
  • aa9fbb3b3d Implement lazy initialization and improve copying for Object provider Roman Mogylatov 2021-03-08 17:57:18 -0500
  • 3e03b9315e Implement lazy initialization and improve copying for Delegate provider Roman Mogylatov 2021-03-07 11:22:36 -0500
  • 9202ad05a7 Fix schema flake8 errors Roman Mogylatov 2021-03-07 10:43:14 -0500
  • 7407758827 Remove f-strings from set_provides() Roman Mogylatov 2021-03-07 10:39:29 -0500
  • fad03f2957 Add region name for boto3 integration example Roman Mogylatov 2021-03-07 10:29:06 -0500
  • 5ccee194c7 Fix Python 2 tests Roman Mogylatov 2021-03-07 10:19:47 -0500