Add support for an in-memory cookie store

Review Request #7295 — Created May 8, 2015 and submitted — Latest diff uploaded

Information

RBTools
release-0.7.x
a2b942e...

Reviewers

There is now support for an in-memory cookie store. This feature can be
enabled via the --in-memory-cookies command-line option. For
consumers of the API, passing in_memory_cookies=True to the RBClient
constructor will enable this behaviour as well.

Ran unit tests.

Updated this review request with the --in-memory-cookies flag. I was
prompted for my username and password. When updating without the flag,
I am not prompted.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.

orig
1
2
3
4
rbtools/api/request.py
rbtools/api/transport/sync.py
rbtools/commands/__init__.py
Loading...