Ecosyste.ms: OpenCollective

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

wemake-services

Raising funds to support open-source projects by wemake-services
Collective - Host: opensource - https://opencollective.com/wemake-services - Website: https://wemake.services - Code: https://github.com/wemake-services

Version 0.2.2 release

* Now supporting `unicode` filenames, fixes https://github.com/sobolevn/django-split-settings/is...

github.com/wemake-services/django-split-settings - 4749d2bc3da960b85bcbaf3b770fbe05b0138a99 authored over 8 years ago by sobolevn <[email protected]>
fixed readme badge and removed old link to the example app

github.com/wemake-services/django-split-settings - 636a51ffeae32fd6957fa14bbbf0d61edf71a78c authored over 8 years ago by sobolevn <[email protected]>
Added tests to ensure that `unicode` does work.

It propably effects only python2.

Closes #9

github.com/wemake-services/django-split-settings - d3d1afb3bbab117ab4479537f170056f6c4a809a authored over 8 years ago by sobolevn <[email protected]>
Version 0.2.1 released.

Modified `setup.py` to remove `setuptools-git` and fix classifiers.
It now has fully test-covera...

github.com/wemake-services/django-split-settings - 6e903839f853945cde4ab2dd9a59ff0093daa72f authored over 8 years ago by sobolevn <[email protected]>
Merge pull request #6 from lukasreinfurt/patch-1

Fix typo in README.md

github.com/wemake-services/remark-lint-list-item-punctuation - 34312dd13139ae3fb54918b2eae880da7e6f8471 authored over 8 years ago by Sobolev Nikita <[email protected]>
Version `0.2.0` released.

Changes:
* Now `tox` is used for testing.
* Added `coverage` information and badge.
* Removed `p...

github.com/wemake-services/django-split-settings - 73d47e10fbd0b59064ff8cc4020503232de01285 authored over 8 years ago by sobolevn <[email protected]>
Change option names in tests and add finalEndings test

github.com/wemake-services/remark-lint-list-item-punctuation - fe22a57e09c5f13bcc1a921d0e61ffc8c6997fcc authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Version 1.0.0 released

This is now available as a `npm` package.

github.com/wemake-services/remark-lint-are-links-valid - 967d88f7cbcdb1f86f9b767b4be998cd440e9b55 authored over 8 years ago by sobolevn <[email protected]>
Changed options names, updated readme.md

github.com/wemake-services/remark-lint-list-item-punctuation - e84cea04d3dad7608045be14535f86721edf2a59 authored over 8 years ago by sobolevn <[email protected]>
Merge branch 'master' into develop

github.com/wemake-services/remark-lint-list-item-punctuation - 4f8ee7e7914e7f5de0d8e0429c0b0100cb413f05 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Fixed test by adding point on second list item (#5)

github.com/wemake-services/remark-lint-list-item-punctuation - 7f9c40342e651c0a456c972a5ac5532ed695eefd authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Fixed test by adding point on second list item

github.com/wemake-services/remark-lint-list-item-punctuation - 0938058ad70d002e04ff57dcaab8efbef3109c93 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Wrong brackets in the `README.md`

github.com/wemake-services/remark-lint-are-links-valid - 2db1ff220539accc8abc3d8e9527a88b85d37e4d authored over 8 years ago by Sobolev Nikita <[email protected]>
Merge pull request #3 from wemake-services/develop

Added loose lists support

github.com/wemake-services/remark-lint-list-item-punctuation - 8d9f438092c32706150d5f49873804c1e460d1c8 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Added loose list support + tests

Now possible to set separate ending for loose list
Added test for loose list
Now assertWarningsLe...

github.com/wemake-services/remark-lint-list-item-punctuation - 413789a2da1492cec55fbfeaeceed1349e67f7ed authored over 8 years ago by Nikita Tsyrlin <[email protected]>
We have migrated from the old logic with parsing the `list-items` to the new on$

Now we are dealing with `list` objects itself. And it gave us more control abou$
We are ready to...

github.com/wemake-services/remark-lint-list-item-punctuation - 5d23c603f1abe271081a0cc8dc82f304478207f5 authored over 8 years ago by sobolevn <[email protected]>
Added missed semicolon in endingCondition

github.com/wemake-services/remark-lint-list-item-punctuation - a850684a39ef18ab618ce4999199ad97e3fc3b8f authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Added tests to ending condition + endingCondition mooved to separate file

github.com/wemake-services/remark-lint-list-item-punctuation - cccc14f93cadbb837550806abbf394916c41abfc authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Mooved ending check condition to separate function

github.com/wemake-services/remark-lint-list-item-punctuation - 37f995a36130b40218e00f00ce79a76a9081cda5 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Added support of different endings for final list item

github.com/wemake-services/remark-lint-list-item-punctuation - 6bcc1d71efceeb44a9ea4e0a0c3509301e393b32 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Version 1.0.0 released.

This commit fixes several linting issues, documentation updates and proper version.

github.com/wemake-services/remark-lint-are-links-valid - ff7615481dcfa5ade9222a52e96d9bebb3f0372b authored over 8 years ago by sobolevn <[email protected]>
Added brackets to linkError condition

github.com/wemake-services/remark-lint-are-links-valid - afea4cde38e9f1d829c81c4870a57fbb96653677 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Added tests + fix not working allowedErrors param

* Test with no link
* Test with bad link
* Test with link duplicates
* allowedErrors now works no...

github.com/wemake-services/remark-lint-are-links-valid - e696e481827d80c14647dfcbb963015f36f4f503 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Renamed ending-period to list-item-punctuation

TODO: Fix travis and coveralls

github.com/wemake-services/remark-lint-list-item-punctuation - a9db27ba8228bf5d176454d67dda7f21ed891b51 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Warnings on every link from group of duplicates

github.com/wemake-services/remark-lint-are-links-valid - 8ede87989cff901aec14ac6ed658dbcb740432cf authored over 8 years ago by Nikita Tsyrlin <[email protected]>
New linter system for consistent style.

Also updated the `package.json`:
1. Moved `remark` and `remark-lint` into `dependencies`
2. Adde...

github.com/wemake-services/remark-lint-list-item-punctuation - 2934276712774ce2e676058ed558af9af450fab4 authored over 8 years ago by sobolevn <[email protected]>
Version 1.0.1

Fixed bug, when plugin was not working with the latest versions of `remark` and `remark-lint`.
A...

github.com/wemake-services/remark-lint-list-item-punctuation - b2d2cf86b6e8ab467c2ada31cb0de785e0d3878c authored over 8 years ago by sobolevn <[email protected]>
Huge test refactoring. Ready to be released.

What's done:
1. removed all code doublings, created `utils.js` file
2. changed all possible thin...

github.com/wemake-services/remark-lint-list-item-punctuation - 6dcfe83ac97b91ca522daa8ac11c0b23dcc7bf3d authored over 8 years ago by sobolevn <[email protected]>
Improved tests

Now tests have separate describes

github.com/wemake-services/remark-lint-list-item-punctuation - 35c2b660ed366ff4c10904eb8366ab5ac2d8f4ae authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Modified tests 'it' part.

Now 'it' string has number of warnings expected from remark-lint rule.

github.com/wemake-services/remark-lint-list-item-punctuation - 7e94075892d8d4721c621560ddb46d9c565b641e authored over 8 years ago by Nikita Tsyrlin <[email protected]>
Fix bugs + Rename property to 'endings'

github.com/wemake-services/remark-lint-list-item-punctuation - 9507daca53cb7ada41a6351f5219f34b920e5f51 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
remark-lint-ending-period init

github.com/wemake-services/remark-lint-list-item-punctuation - 1eb59a6effcf05db3a733a73863abdda28fe5105 authored over 8 years ago by Nikita Tsyrlin <[email protected]>
requirements added to readme

github.com/wemake-services/django-split-settings - 890a1985434900f3159676d29c4bb2c9a2a4f4b2 authored over 9 years ago by sobolevn <[email protected]>
Merge pull request #2 from Forever-Young/master

Python3 compatibility fix

github.com/wemake-services/django-split-settings - c010f0e0d2b6c58f0eee78968b2bc9ad6f49ec4c authored about 11 years ago by Ari Flinkman <[email protected]>
Python3 compatibility fix

github.com/wemake-services/django-split-settings - 365758bfcfd1413ab7491f289806952a1efad300 authored about 11 years ago by Anton Novosyolov <[email protected]>
Bumped version to 0.1.1

github.com/wemake-services/django-split-settings - 07a45b4fd8a1111c6d91e3d25650c91cc6811bca authored over 11 years ago by Antti Kaihola <[email protected]>
Track includes correctly when including from a compiled .pyc file. Clear `__included_file__` if it wasn't set originally.

This might fix #1.

github.com/wemake-services/django-split-settings - ff1749fa4bb1456de6bead180203f3ca1f10f48d authored over 11 years ago by Antti Kaihola <[email protected]>
Added license information to classifiers

github.com/wemake-services/django-split-settings - 64bb0b74c4ff252f3e13a41bff8cdd23060d0795 authored over 11 years ago by Visa Kopu <[email protected]>
Added /dist to .gitignore

github.com/wemake-services/django-split-settings - 28259d7b344a2b8c5629d0c958de787e4c2c6ede authored over 11 years ago by Visa Kopu <[email protected]>
Added GitHub compatible syntax highlighting to readme

github.com/wemake-services/django-split-settings - 5c4f4aac6201d3a38624a4d7a73ff9760e405abd authored over 11 years ago by Antti Kaihola <[email protected]>
Fixed readme formatting for better GitHub rendering

github.com/wemake-services/django-split-settings - 91a0c742e7f5b02509b04725153900429114c29e authored over 11 years ago by Antti Kaihola <[email protected]>
Converted the readme from Markdown to ReStructuredText for a more readable PyPI page

github.com/wemake-services/django-split-settings - b5dd0c2eb33f7e5edf19aafd046f76dfabcc91f0 authored over 11 years ago by Antti Kaihola <[email protected]>
Added Trove classifiers to setup.py

github.com/wemake-services/django-split-settings - fe3262054a237a7498931e9c3deb6155df37f1ac authored over 11 years ago by Antti Kaihola <[email protected]>
Added the 3-clause BSD license

github.com/wemake-services/django-split-settings - 986afa31ae5c1e9fa5919a280a107d15874ccf1d authored over 11 years ago by Antti Kaihola <[email protected]>