Граф коммитов

594 Коммитов

Автор SHA1 Сообщение Дата
Alex Bulankou 2135ff87f9 Merge pull request #45 from Microsoft/albulank/publishinstr
Adding pypi publish instructions
2017-08-16 16:06:29 -07:00
Alex Bulankou bbadc6dd10 Adding publish instructions 2017-08-16 11:23:52 -07:00
Andrey Viktorov 9b949cf588 Fix send_timeout setter 2017-08-15 12:19:04 +00:00
Alex Bulankou 53aa0f2457 Merge pull request #42 from Microsoft/versionbumpto11
Bumping version to v11 in preparation for release
2017-08-11 17:06:50 -07:00
Alex Bulankou 586041f9c2 Bumping version to v11 2017-08-11 16:31:46 -07:00
Alex Bulankou c2e45618d2 Bumping version to v11 2017-08-11 16:30:51 -07:00
Alex Bulankou 6dc7f98025 Merge pull request #41 from Microsoft/develop
Merging develop into master in preparation for release
2017-08-11 15:20:28 -07:00
jjjordanmsft 324d3a578a Add Django middleware (#35)
* First draft of Django middleware. Add NullSender telemetry sender.

* Fixes after testing

* request.appinsights.client sends telemetry parented to request operation id

* Add tests for Django middleware; fix some bugs that arose

* Rev version

* Cleanup whitespace

* Add logging tests + fixes + django/python compatibility matrix in run_all_tests

* run_all_tests => all_tests

* Logging properly sets Trace severity level, client accepts severity level as an argument

* Add documentation for applicationinsights.django, fix toctree recursion error

* More docs, README

* Formatting

* Unnecessary imports

* Many more tests; test settings, fix some issues found in the process

* View argument code was repr'ing unicode objects in Python2

* Log URL as request name by default; make use_view_name an optional setting, off by default; record_view_arguments also off by default

* 401 should be considered successful

* log_exceptions=False will turn off exception logging. Test for null input before logging exceptions

* Change back to 0.10

* Remove debug_ikey and debug_endpoint since it's simple enough to set those up in settings.py manually

* Add explicit create_client factory function, documentation

* Add django tests to travis-ci config

* Wrong filename
2017-05-11 15:07:05 -07:00
Moutupsi 0e5b9223ab Configure a timeout on SenderBase. Helps with Issue-16 (#34) 2017-04-17 15:41:48 -07:00
Alex Bulankou 097b575de9 Merge pull request #33 from Microsoft/albulank/buildwheel
Adding bdist_wheel in the list of distributions
2017-04-13 11:51:23 -07:00
AlexBulankou 4ba7dc0d74 Merge remote-tracking branch 'origin/develop' into albulank/buildwheel 2017-04-13 10:20:52 -07:00
AlexBulankou 4cf4317657 Adding bdist_wheel in the list of distributions 2017-04-13 08:25:46 -07:00
Prashanth Madi fa57728b17 Python supported versions in Requirements (#31)
* update Travis CI link

update to Travis CI link after github repo changes.

* Update README.md

* Fix dict type iterate issue

* Revert "Fix dict type iterate issue"

* Python supported versions in Requirements
2017-04-12 13:29:33 -07:00
Osvaldo Rosado 2ed7ed61ef Merge pull request #25 from silencev/dict-fix (#28) 2017-03-15 13:23:51 -07:00
Osvaldo Rosado c25d5ceea2 Update develop readme with changes in master (#27) 2017-03-15 11:56:57 -07:00
Osvaldo Rosado bb15f9fada Merge pull request #26 from Microsoft/revert-25-dict-fix
Revert "Fix dict type iterate issue"
2017-03-15 11:53:54 -07:00
Osvaldo Rosado f23af6bef5 Revert "Fix dict type iterate issue" 2017-03-15 11:53:29 -07:00
Osvaldo Rosado e40bae81cb Merge pull request #25 from silencev/dict-fix
Fix dict type iterate issue
2017-03-14 14:55:20 -07:00
silencev 08f6d7b862 Fix dict type iterate issue 2017-03-08 16:30:18 +08:00
Sudheesh Singanamalla 7b7d6756a3 Fixes #19 Breaking test suite test_support becomes test.support in py3, support backport py2 2016-11-22 15:43:18 +05:30
Sudheesh Singanamalla 1af017d8a3 Changes warn to warning in logger, warn is deprecated use warning instead 2016-11-22 14:00:05 +05:30
Bogdan Berce b3777e5244 Update README.md 2015-04-14 10:14:27 -07:00
Joshua Weber d49344e829 update Travis CI link
update to Travis CI link after github repo changes.
2015-04-14 10:09:13 -07:00
Bogdan Berce cea9bb5a08 Fixed failing test. 2015-04-04 16:10:42 -07:00
Bogdan Berce 2cd31c386e Updated version of SDK. 2015-04-04 16:09:39 -07:00
Bogdan Berce 4e3da0c41f Updated WSGI module to collect request host as well. 2015-04-04 16:07:48 -07:00
Bogdan Berce e2b2a8c614 Updated package version to 0.9.0 2015-04-03 14:40:29 -07:00
Bogdan Berce 90769d8a23 Updated tests to match the update to the request module. 2015-04-03 14:32:31 -07:00
Bogdan Berce 62097612e6 Defaulting request collection to the async channel such that the user need not call .flush() 2015-04-03 14:26:49 -07:00
Bogdan Berce 077c7771d6 Updated README.md to include Travis CI build status badge. 2015-03-21 16:50:34 -07:00
Bogdan Berce 94b0350ba9 Added travis-ci .yml file. 2015-03-21 15:36:17 -07:00
Bogdan Berce c720614e80 Updated version to 0.8.1 2015-02-18 20:46:23 -08:00
Bogdan Berce 7000e7abe0 Merge pull request #14 from Microsoft/develop
Fixed issue #12
2015-02-18 20:41:11 -08:00
Bogdan Berce 88da9b5e76 Integrated feedback from pull request #14. 2015-02-18 20:18:48 -08:00
Bogdan Berce 171f860285 Fixed issue #12 2015-02-16 22:14:35 -08:00
Bogdan Berce c5a85bd8a2 Merge pull request #13 from zooba/patch-3
Simplify WSGI handling
2015-02-05 07:15:55 -08:00
Steve Dower 73358256ac Simplify WSGI handling
WSGI apps always return iterables according to https://www.python.org/dev/peps/pep-3333/#id23
2015-02-04 11:11:44 -08:00
Bogdan Berce 0b51cf0def Merge pull request #11 from zooba/patch-2
Fix track_exception for non-str exception args
2015-01-30 20:38:30 -08:00
Steve Dower 7b1a60ba32 Fix track_exception for non-str exception args
exc_value.args may contain members that aren't strings, which will cause ''.join() to raise an error. Calling str on the exception will produce the message as intended by the exception creator, which for most standard exceptions is the same as ''.join(args).
2015-01-30 07:35:54 -08:00
Bogdan Berce 51d9988a1f Fixed project file
Other changes
- Fixed documentation
2015-01-27 14:35:18 -08:00
Bogdan Berce ccf52e4790 Merge pull request #10 from Microsoft/feature/requests
WSGI middleware layer
2015-01-27 13:50:54 -08:00
Bogdan Berce 7975cd8f79 WSGI middleware layer is now handling result iterators correctly. 2015-01-27 08:33:41 -08:00
Bogdan Berce 9a0850abdb Updated SDK version to 0.8.0
Other changes
- Updated failing test for Python 2.7.x
2015-01-24 19:35:07 -08:00
Bogdan Berce ad2fefa2e5 Updated documentation. 2015-01-24 19:26:11 -08:00
Bogdan Berce 640af6a95d Fixed WSGI middleware layer tests. 2015-01-24 19:17:35 -08:00
Bogdan Berce 1ec1de55c6 Merge remote-tracking branch 'origin/develop' into feature/requests
Conflicts:
	applicationinsights/logging/LoggingHandler.py
2015-01-24 19:15:36 -08:00
Bogdan Berce 4fa8210271 Added tests for the WSGI middleware layer.
Other changes
- Added documentation for WSGI middleware layer.
- Renamed ApplicationInsightsHandler to LoggingHandler
2015-01-24 19:01:16 -08:00
Bogdan Berce 9ee08e6bcc Update DESCRIPTION.rst 2015-01-22 15:51:50 -08:00
Bogdan Berce d501d2ecd2 Update README.md 2015-01-22 15:51:15 -08:00
Bogdan Berce 7be010cb24 Updated version. 2015-01-22 15:21:41 -08:00