index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
test
/
unit
/
resources
/
test_attachments_resource.py
Age
Commit message (
Collapse
)
Author
2016-11-23
replace stdlib's unittest with trials's unittest for all unittest
Roald de Vries
2016-10-19
Adapted logging in the UA to use twisted.logger
Bruno Wagner
2016-05-13
Issue #691: Refactor to Twisted 16.1.1
Felix Hammerl
2016-02-05
suppressing Error logs being spit out in tests
NavaL
2016-01-22
Add mutli-user mode to user-agent
Folker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-18
migrating AttachmentsResources to use the service factory
NavaL
Issue #576
2016-01-13
Changed attachment error print with a logger
Bruno Wagner
2016-01-11
matching POST response and GET of an attachment -- API specification
NavaL
Issue #548
2016-01-11
renamed attachment_id attribute to ident on POST response, to conform with ↵
NavaL
the GET attachment API Issue #548
2015-12-23
Changed test not to test fixed content, but the existence of an error message
Bruno Wagner
2015-12-21
added filename and size to the attachment endpoint post response
NavaL
Issue #548
2015-12-18
extracted a leap attachment store, handling all attachment responsibilities, ↵
mnandri
including saving attachments. Issue #548
2015-12-18
fixing unit test -- again WIP
mnandri
2015-12-18
backend that handles post of a single attachment file
mnandri
Issue #548