Ecosyste.ms: OpenCollective

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

DefectDojo

Open source vulnerability management and security orchestration.
Collective - Host: opensource - https://opencollective.com/django-defectdojo - Website: https://www.defectdojo.org/ - Code: https://github.com/DefectDojo

Merge pull request #21 from wolever/master

Fix a couple crashing bugs with TastyPie==0.9.11 and Django==1.4.2

github.com/DefectDojo/django-tastypie-swagger - f5acb6b945b42f482cd0a9e73d0a9a655c479cea authored almost 12 years ago by Josh Bothun <[email protected]>
Use force_unicode instead of unicode

github.com/DefectDojo/django-tastypie-swagger - 54d8458ed193ef7c08177d8c63dbb0717dc32adf authored almost 12 years ago by David Wolever <[email protected]>
Fix bug which causes JSON serialization error

The ``help_text`` is a Django proxy, and without this fix (on
Django==1.4.2, TastyPie==0.9.11) a...

github.com/DefectDojo/django-tastypie-swagger - fd07e1e37073b9b7656898473a94b9d052fbfac0 authored almost 12 years ago by David Wolever <[email protected]>
Make resource._meta.detail_uri_name backwards compatible with TastyPie 0.9.11

github.com/DefectDojo/django-tastypie-swagger - 04f896244c1270e36633fad40495db2659f168f4 authored almost 12 years ago by David Wolever <[email protected]>
we dont want to serialize the view object

github.com/DefectDojo/django-tastypie-swagger - f7532b8ee2b56f1b79adf6772a460351a0b1c056 authored almost 12 years ago by josh <[email protected]>
Merge branch 'master' into django-1.5

github.com/DefectDojo/django-tastypie-swagger - 4698aed33c36d44bb3f2bd0dcfb34875632ba527 authored almost 12 years ago by josh <[email protected]>
update URL function for django 1.5

github.com/DefectDojo/django-tastypie-swagger - 88921e012012bd9678422dfa8f389b943c27496c authored almost 12 years ago by josh <[email protected]>
use better description for related exact filter. Various formatting cleanup

github.com/DefectDojo/django-tastypie-swagger - 38da9b1681a0c8f638a6ec6bd7dff15e5d3a205c authored almost 12 years ago by josh <[email protected]>
Merge pull request #15 from johnraz/master

Several improvements and additions

github.com/DefectDojo/django-tastypie-swagger - 1634f9d6edcb61c72a612bc89a48c020d99e36cc authored almost 12 years ago by Josh Bothun <[email protected]>
Add an optional attribute to Resource.Meta to allow documentation for custom filtering.

github.com/DefectDojo/django-tastypie-swagger - d64e88edf3ef986f82745c4b162dab95bd38f955 authored almost 12 years ago by David Miller <[email protected]>
Cover pk in details_url_name

github.com/DefectDojo/django-tastypie-swagger - 632a0b11189b870efda581b199c2d9ce7ea8af26 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Add support for detail uri name in extra action url

github.com/DefectDojo/django-tastypie-swagger - 401756ebd4181a69a559f69c8da69497d40d2cb5 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Add support for non default detail_uri_name in resource (not using id / pk as default identifier)

github.com/DefectDojo/django-tastypie-swagger - 998a0ebfaf83fabf4da1796bc609d82aeca6c2a8 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Fix a bug with relationnal filters pointing to the orm field name instead of the tastypie resource name

github.com/DefectDojo/django-tastypie-swagger - ec5fa43848b4c5007755bc28b564a06347020e30 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Added ordering support, fixed some typos, added some todos for later features

github.com/DefectDojo/django-tastypie-swagger - 2982f246e8c555f9012bb3021d1569340061aff7 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Removed __exact filter as it is basically a duplicate of the filter name alone

github.com/DefectDojo/django-tastypie-swagger - 72698c10095f93037af8e04607f253b2f1b9dc80 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Fix required state on filters, should always be optionnal.

github.com/DefectDojo/django-tastypie-swagger - 3567e3c252a0e9dd784c285e6353d84ce90edb36 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Added Model description and upgraded swagger js files

github.com/DefectDojo/django-tastypie-swagger - 155f2cb23d00abab28d680f1f0e082fb7ad6e094 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Added support for ALL and ALL_WITH_RELATION filters

github.com/DefectDojo/django-tastypie-swagger - 85593f404945dc291d8caea5e9d937cb5b0a0100 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Added support for extra actions definition, very early implementation

github.com/DefectDojo/django-tastypie-swagger - fb69aba2816a20122201a230e32f9e8c805c3efb authored almost 12 years ago by Jonathan Liuti <[email protected]>
Added support for readonly field in writing operation, now the IN model displays only relevant fields

github.com/DefectDojo/django-tastypie-swagger - 1982db7719c14f6e47502d0f2860181031f01498 authored almost 12 years ago by Jonathan Liuti <[email protected]>
Merge pull request #13 from MaximeGaudin/notes

This commit adds the resource's docstring to the 'implementation note' section

github.com/DefectDojo/django-tastypie-swagger - d153f779b8898fe7fd449e5edaded4343adcd69f authored almost 12 years ago by Josh Bothun <[email protected]>
This commit adds the resource's docstring to the 'implementation note' section.

github.com/DefectDojo/django-tastypie-swagger - ab68549002920fdbf1bada7832588d13e04c50ab authored almost 12 years ago by Maxime Gaudin <[email protected]>
Merge pull request #8 from rmutter/filtering-params

Filtering params on Tastypie resources

github.com/DefectDojo/django-tastypie-swagger - 9fe92f0b9cdc82e73d25449779f5acf06583a348 authored about 12 years ago by Josh Bothun <[email protected]>
Merge pull request #9 from tcmb/master

Compatibility fixes for django < 1.4 and tastypie 0.9.12

github.com/DefectDojo/django-tastypie-swagger - d12909b302a6d0f103b276cf07e162920d79b71a authored about 12 years ago by Josh Bothun <[email protected]>
Merge pull request #7 from rmutter/image-throbber

swagger throbber image fix

github.com/DefectDojo/django-tastypie-swagger - 87e28edb153e8f4f01a04c5d6f50228ceb625d68 authored about 12 years ago by Josh Bothun <[email protected]>
adding compatibility for django versions < 1.4

github.com/DefectDojo/django-tastypie-swagger - 6125311dedff75a345c4cfc8cdd2f22e365afcf2 authored about 12 years ago by Florian Ilgenfritz <[email protected]>
adding compatibility for tastypie versions >= 0.9.12

github.com/DefectDojo/django-tastypie-swagger - 5b8c5af76ee73c1de18cb5c8b02399b1e536d1dd authored about 12 years ago by Florian Ilgenfritz <[email protected]>
fixing end bracket on build_list_operation

github.com/DefectDojo/django-tastypie-swagger - dcd6cae8d4e07278be57a40f030ef756686b0452 authored about 12 years ago by Rudy <[email protected]>
tastypie filtering parameters on resources

github.com/DefectDojo/django-tastypie-swagger - c3873cebb91a806c5f36e93f801cc0bb58f23d4d authored about 12 years ago by Rudy <[email protected]>
swagger throbber image fix

github.com/DefectDojo/django-tastypie-swagger - ff2ee809c9877b3effc1ad64affc8b443153b326 authored about 12 years ago by Rudy <[email protected]>
Merge branch 'master' of github.com:minism/django-tastypie-swagger

github.com/DefectDojo/django-tastypie-swagger - 4ba9e63f5593abc54dd0de98cb28e2a0a5bf5670 authored about 12 years ago by josh <[email protected]>
sort endpoints alphabetically

github.com/DefectDojo/django-tastypie-swagger - b43ad7f7e8716d8091543ca8d8e4056f998495c2 authored about 12 years ago by josh <[email protected]>
Merge pull request #4 from krimkus/master

removed print and wrapped help_text so it wasn't lazy

github.com/DefectDojo/django-tastypie-swagger - aafb09930a99a61ee83265fb9613d1fa2c6d012b authored about 12 years ago by Josh Bothun <[email protected]>
wrapping help_text in unicode so it can print in a json.dumps

github.com/DefectDojo/django-tastypie-swagger - 43625ac27bb51bc5ff30ba8d90108ed178a8d70f authored about 12 years ago by Kyle Rimkus <[email protected]>
removed print statement

github.com/DefectDojo/django-tastypie-swagger - 2437407ea15cd217990c68aea2b87f87a35d07ef authored about 12 years ago by Kyle Rimkus <[email protected]>
convert swagger index template to regular django template

github.com/DefectDojo/django-tastypie-swagger - 52aa64c3fa93f3344ddd2433829ca8d1cbcb0bf2 authored about 12 years ago by josh <[email protected]>
Merge branch 'master' of github.com:minism/django-tastypie-swagger

github.com/DefectDojo/django-tastypie-swagger - a1fc18d1b0cd72e4a68091cfdb723a1ca4990541 authored about 12 years ago by josh <[email protected]>
match resource name explicitly to not expand similar names

github.com/DefectDojo/django-tastypie-swagger - 1203037fd5bd0053e3830f4ed2d4665ad4e97850 authored about 12 years ago by josh <[email protected]>
convert to unix line endings

github.com/DefectDojo/django-tastypie-swagger - c9520793002b12bb57f45e4eabe3a24acc37beed authored about 12 years ago by josh <[email protected]>
Merge pull request #3 from krimkus/master

Converted post body to json

github.com/DefectDojo/django-tastypie-swagger - 7378408fd7135f16bba7cd0b75423fa0aee5f2cc authored about 12 years ago by Josh Bothun <[email protected]>
use help_text for field descriptions

github.com/DefectDojo/django-tastypie-swagger - 8a650f5d8b70ec943dd99d16e3fdefcb582ce749 authored about 12 years ago by josh <[email protected]>
converting post body to json

github.com/DefectDojo/django-tastypie-swagger - 8feabe5c7be7f181fa88d4358231056933ef5c38 authored about 12 years ago by Kyle Rimkus <[email protected]>
respect tastypie TRAILING_SLASH_OR_NONE setting

github.com/DefectDojo/django-tastypie-swagger - 8f9d891ec5ad867c2b385d24feaab9ffd458dd42 authored about 12 years ago by josh <[email protected]>
Merge branch 'master' of github.com:minism/django-tastypie-swagger

github.com/DefectDojo/django-tastypie-swagger - 1298f78cd4bb2e79c75b8fc7fe786a6497f9a3c7 authored about 12 years ago by josh <[email protected]>
use trailing slash in urls consistently

github.com/DefectDojo/django-tastypie-swagger - ae0085bf1a2e41e35075ac55e6c1ab119a7ce476 authored about 12 years ago by josh <[email protected]>