Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/micro-elements/MicroElements

Provides bootstrap and configuration for .net core
https://github.com/micro-elements/MicroElements

beta2

b35eb4fcbeaccfbff4460546d4f9248f02815f91 authored almost 2 years ago by Alexey Petryashev <[email protected]>
- removed modules, startable, stoppable

- reloadOnChange for file configurations

3f10432a58ac4b2fb3c9990a10af03045e5c5cf8 authored almost 2 years ago by Alexey Petryashev <[email protected]>
travis fix

0d4b249136ea14b6d536acb5f0385b0563297a46 authored over 2 years ago by Alexey Petryashev <[email protected]>
# 3.2.0

- PR#11 reload on change for placeholders from @i00lii
- minor changes

c5698b9486c88d0d5e4aefb29805670748bb08ea authored over 2 years ago by Alexey Petryashev <[email protected]>
Merge pull request #11 from i00lii/feature/reload-on-change

Feature/reload on change

9a96b9dd1e55d0e115963c98043ad94d6850f35b authored over 2 years ago by Alexey Petryashev <[email protected]>
Reworked 'placeholder' provider with reload-on-change support

433f2998ef9afc5c182127cec82ceb8ce8f58d30 authored over 2 years ago by Daniil Dyachenko <[email protected]>
Reworked 'include' provider with reload-on-change support. The list of included providers is still static and won't be changed during runtime

ee8d6d94c86154b0e7613de61b8fb875ac2b48d5 authored over 2 years ago by Daniil Dyachenko <[email protected]>
Covered feature with trivial tests

1. Some data changed inside of original configuration file
2. Some data changed inside of includ...

450a82578a19181d51d2250bbe8ecd1dc2d643c5 authored over 2 years ago by Daniil Dyachenko <[email protected]>
# 3.1.0

- CreateDirectory for LogsPath was removed from startup because it's not cloud ready

228e1089b6916f2f18da618f620aae4ac725a59b authored almost 3 years ago by Alexey Petryashev <[email protected]>
3.0.0 PlaceholdersConfigurationProvider now ignores case for property search

ef0b82b639af66f1578c77c22b0d1f137e86abc9 authored almost 3 years ago by Alexey Petryashev <[email protected]>
# 3.0.0

- netstandard bumped to netstandard 2.1
- MicroElements.Reflection.Sources replaced internal refl...

9d5091d4a16948fbe9cbb24616fa133d33da2ebb authored about 3 years ago by Alexey Petryashev <[email protected]>
Merge pull request #9 from i00lii/feature/include-recursion

Feature/include recursion

05b7265effe46ad0c38c6d76122870b5d366c601 authored about 3 years ago by Alexey Petryashev <[email protected]>
Covered feature with test

e3f7b4178ccd2abcb9ea23041745edbcf55eec16 authored about 3 years ago by Daniil Dyachenko <[email protected]>
Filtred away already visited files to avoid cyclic references

c65838ec51eb45fd86eba1beeaa5f190fbac37c7 authored about 3 years ago by Daniil Dyachenko <[email protected]>
Squashed two if statemants

fe93ac981a1287a63482917925abbf3a59910ab6 authored about 3 years ago by Daniil Dyachenko <[email protected]>
Made method local

2e6d21a983fafa1c75860aa94f36bf56358feb1d authored about 3 years ago by Daniil Dyachenko <[email protected]>
Replaced block of code with recursive method invoke

260a628a3b35507de2230b445762ca08568bef62 authored about 3 years ago by Daniil Dyachenko <[email protected]>
Pulled piece of logic out of method

888562b17a9fdca85d9f66f38e9a5ae9ea7c3eed authored about 3 years ago by Daniil Dyachenko <[email protected]>
Extracted method

d4d3a059b17fbeb65fe6ee1b7390699b71755f59 authored about 3 years ago by Daniil Dyachenko <[email protected]>
Made local method static

2f44e2731d29300844bb792142a29ecb80e4be00 authored about 3 years ago by Daniil Dyachenko <[email protected]>
runtime placeholders rebuild fix

0ac56ff255169d9406475dc883aa0ef0c12d9dc0 authored over 4 years ago by Alexey Petriashev <[email protected]>
# 2.3.0

- PlaceholdersConfigurationSource do not caches configuration (rebuilds on each build)

579faa9da76adfd13044eca98ef083802692426f authored over 4 years ago by Alexey Petriashev <[email protected]>
# 2.2.0

- Breaking: Changed IEvaluator interface to support recursion in context dependent evaluators

8b6aac19855cfa53be8df9d193e1c4cdde0ea705 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 2.1.0

- Breaking: Added IEvaluator.EvaluatorInfo property instead Name
- Ordering evaluators
- If evalu...

2b71350dea1abe908940abf5c3256b415c518b3d authored over 4 years ago by Alexey Petryashev <[email protected]>
# 2.0.0

- Breaking: Added key to IEvaluator to support evaluators with context knowlege
- Fixed parse rec...

c3b42a13be9c22d8521b92412399a99bb09f0070 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.8.0

- ${include} only if path is not null or empty after resolve

3d2d16f17a9a867482597a11b5480233afcf1747 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.7.0

- Microsoft.Extensions updated to 3.1.3

6171ed48fe40959b59608c1479456c5ab68307b2 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.6.0

- IsSecretConfigurationKey added to StartupConfiguration
- ILogger and ILoggerFactory added to IB...

505685d9dc7ee9bed97223b77a7adbbffb395bf4 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.5.0

- Limited support of placeholders for ${include}

9e239721dc3881bc28b9e21abdf908a32c63c2f7 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.4.0

- ${include} can be an array of pathes or single path
- Some unused code removed and simplified

82a890609ff9b327eb2d39a2f3987481121a4da8 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.3.0

- Recursive evaluations

2bf8bf2d62f25e97f9d24484c2a7525562e30563 authored over 4 years ago by Alexey Petryashev <[email protected]>
source link

1dc217466a3aa869eba928741d4810a33f5e9333 authored over 4 years ago by Alexey Petryashev <[email protected]>
# 1.2.0

- Property evaluation fixed
- IPropertyEvaluator interface changed

5707debcd7976d97d9855f30758a150b7e1737b9 authored over 4 years ago by Alexey Petryashev <[email protected]>
- All merged to one package MicroElements

d1d08f57089243b38b2f77859d81c1ef9635d3e4 authored over 4 years ago by Alexey Petryashev <[email protected]>
devops updated

0a690b5ee5dce324dd374a0e365f595da3f644fd authored over 4 years ago by Alexey Petryashev <[email protected]>
1.1

5c31669a8cbb0073489f11f543e2b269e45a0d69 authored over 4 years ago by Alexey Petryashev <[email protected]>
Merge branch 'master' of https://github.com/micro-elements/MicroElements into dev

# Conflicts:
# version.props

82bcf4940f5822fa96020391f4c66c24813ab219 authored over 6 years ago by Alexey Petryashev <[email protected]>
logo updated to 128px

591d810c9ead98c1071d02b3120569a94fdbacfb authored over 6 years ago by Alexey Petryashev <[email protected]>
more env vars

5afe062d11e06557b54e8847f6da2f7ad786f2c6 authored over 6 years ago by Alexey Petriashev <[email protected]>
unstable ref property

8897ae3578f173a3d51a9d0b50226ff9b2ef1904 authored over 6 years ago by Alexey Petriashev <[email protected]>
1.0.9

0d2918885e047141730f5df76d765011035eb986 authored almost 7 years ago by Alexey Petriashev <[email protected]>
Merge branch 'dev' of https://github.com/micro-elements/MicroElements into dev

2f9ce29a9669b6a345d9413c016e75320e37f077 authored almost 7 years ago by Alexey Petriashev <[email protected]>
Register configurations as interfaces

6ae978560a738350869d9dc096727827ae33a000 authored almost 7 years ago by Alexey Petriashev <[email protected]>
Merge pull request #3 from avgalex/dev

added assemblies from appDomain for assembly scan

2439d11ca8bf1c963b1931648e066c37909a2400 authored almost 7 years ago by Alexey Petryashev <[email protected]>
added assemblies from appDomain for assembly scan

d5a560b82efafaf10dc9722e7376696231b26dad authored almost 7 years ago by Golovkov Alex <[email protected]>
fixed source link

cd7850b2f8db0a7b4afb6227dbb03b54673da169 authored almost 7 years ago by Alexey Petriashev <[email protected]>
Merge pull request #2 from micro-elements/dev

Dev

de769552e3cf4ee23b087e1f9dd7ab606ab29bb0 authored about 7 years ago by Alexey Petryashev <[email protected]>
Minor docs changes

b6be452391a01489422c8630c832804cf127d754 authored about 7 years ago by Alexey Petriashev <[email protected]>
Updated package icon url

8d1862945c0595708382dd38d655c3dd2e0de7ce authored about 7 years ago by Alexey Petriashev <[email protected]>
Merge pull request #1 from micro-elements/dev

Dev

e178441bd003dcf46e364196e8262d5f1dbb685d authored about 7 years ago by Alexey Petryashev <[email protected]>
Readme fixed

42b5bf4f2d49a490dc279bad8607d1c123ca2979 authored about 7 years ago by Alexey Petriashev <[email protected]>
Devops commit

* common project include
* license
* source link
* style cop
* logo
* file headers

b9485fe869413037639125e96566054b96800344 authored about 7 years ago by Alexey Petriashev <[email protected]>
TargetFramework for tests changed to netcoreapp2.0

4a958d7d90b2a660cfe8115cd5617369b9661a2b authored about 7 years ago by Alexey Petriashev <[email protected]>
Some logging refactoring

7e13409f2f302a6d48e2ba39b0f66525b5081968 authored about 7 years ago by Alexey Petriashev <[email protected]>
Added cake and travis

3926cb0a8409293b24d8bca9dc44c3066ca97619 authored about 7 years ago by Alexey Petriashev <[email protected]>
Rebranded: MicroComponents to MicroElements

e5ea938bf11750e02e81e1d3d8941edbcecd19bf authored about 7 years ago by Alexey Petriashev <[email protected]>
Version bumped to 1.0.5

d8be2d1833d91f3b011157cd562180580fe00fdd authored about 7 years ago by Alexey Petriashev <[email protected]>
Fixed build

57a9da6b3ef2c5fb4bcc4ba09621e9a1b06b6459 authored about 7 years ago by Alexey Petriashev <[email protected]>
Rename: MicroComponents.Abstractions

* Rename: MicroComponents->MicroComponents.Abstractions
* Rename: MicroComponents.Bootstrap->Mic...

6a92b4a8f167f88bf6e532ecdf3a6176329b28a5 authored about 7 years ago by Alexey Petriashev <[email protected]>
* Added editorconfig

* Added Constants
* Added TestLoggerProvider for tests
* Some diagnostics

f3b199841464be93932ac7f06124e47d655b07b9 authored about 7 years ago by Alexey Petriashev <[email protected]>
guard against infinite cycle

c367191593c639cf0a1e6681174581793cd8c5be authored about 7 years ago by Alexey Petriashev <[email protected]>
* placeholders in text

* multiple placeholders

57690452e0d6145e01acfe16e074058a8a55bfa4 authored about 7 years ago by Alexey Petriashev <[email protected]>
version 1.0.3

c57d96f8b2d4aa7f8d8b464e6df53ab647ca0f01 authored about 7 years ago by Alexey Petriashev <[email protected]>
module registration beta

24911cb5e27c1592da3fc5d31e609ef987d0fbd2 authored about 7 years ago by Alexey Petriashev <[email protected]>
first unstable commit

b4a36a4dd424fb270d230fb637bffe2cd27eaf2a authored about 7 years ago by Alexey Petriashev <[email protected]>
Initial commit

2b8466e8020ec51e55fa3abc9fb1f2b3fd97b20c authored over 7 years ago by Alexey Petryashev <[email protected]>