repo
string
commit
string
message
string
diff
string
superfell/Beatbox
4d212d6d4dfc09c408fb3a8c37a3a158ff24cb88
Attributes of Element are sorted to make simpler testing
diff --git a/xmltramp.py b/xmltramp.py index 17a6d2b..16e24e9 100644 --- a/xmltramp.py +++ b/xmltramp.py @@ -1,478 +1,478 @@ """xmltramp: Make XML documents easily accessible.""" -import re import unittest from io import BytesIO from xml.sax.handler import EntityResolver, DTDHandler, ContentHandler, ErrorHandler ...
superfell/Beatbox
8b873753ac371fbdcf0fbdb530bd68a0bafc2edd
Fixed typo - undefined variable
diff --git a/beatbox.py b/beatbox.py index 17c6e01..5c07a2c 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,744 +1,744 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
055d1e521c7ce28f5ba3b9cda253156a6235ce15
make build status a link.
diff --git a/README.md b/README.md index b41ea39..2efb788 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# Beatbox ![build status](https://travis-ci.org/superfell/Beatbox.svg?branch=master) +# Beatbox [![Build Status](https://travis-ci.org/superfell/Beatbox.svg?branch=master)](https://travis-ci.org/superfell...
superfell/Beatbox
a8b01b9670cbcc6f37113394fa3ae972365b5b94
More readable strings without escaped double quotes
diff --git a/test_beatbox.py b/test_beatbox.py index 0b30091..080e0ae 100644 --- a/test_beatbox.py +++ b/test_beatbox.py @@ -1,121 +1,121 @@ import unittest import beatbox import datetime import gzip import xmltramp from beatbox_six import BytesIO class TestXmlWriter(unittest.TestCase): def setUp(self):...
superfell/Beatbox
70acbbfcdbb73f3d89e038331deb2b218eb54f3f
Easier API with less utf conversions
diff --git a/beatbox.py b/beatbox.py index 2c0a6b1..17c6e01 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,745 +1,744 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
076e046b0d57279f1bb6240699beef935a19fea7
Property iterclient to easily switch to IterClient without login
diff --git a/beatbox.py b/beatbox.py index 34496c6..2c0a6b1 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,692 +1,700 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
c888152f78ad3cf3bc3fd5888f1aeff3b4206eb3
Implemented retrieve in IterClient #33
diff --git a/beatbox.py b/beatbox.py index 5290c5a..34496c6 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,720 +1,731 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
b6782758b37cecf9356cf87a1b52de28ae09b871
start of tests for SoapEnvelope
diff --git a/test_beatbox.py b/test_beatbox.py index f2a2c58..462383c 100644 --- a/test_beatbox.py +++ b/test_beatbox.py @@ -1,106 +1,122 @@ import unittest import beatbox import datetime import gzip import xmltramp from beatbox_six import BytesIO, PY3 class TestXmlWriter(unittest.TestCase): def setUp(s...
superfell/Beatbox
17475b279a52c19dd5fd5ce7f856dd10c115ac98
Add SoapWriter tests
diff --git a/test_beatbox.py b/test_beatbox.py index 2fd8602..f2a2c58 100644 --- a/test_beatbox.py +++ b/test_beatbox.py @@ -1,70 +1,106 @@ import unittest import beatbox import datetime import gzip -from beatbox_six import BytesIO +import xmltramp +from beatbox_six import BytesIO, PY3 class TestXmlWriter(unitte...
superfell/Beatbox
18743fde727646ca16138fff5b8ff3bb1cc16ae8
Fixed demo that runs also on a plain sandbox. #32
diff --git a/demo.py b/demo.py index d9959cc..bda5ed3 100644 --- a/demo.py +++ b/demo.py @@ -1,241 +1,249 @@ # demonstration of using the BeatBox library to call the sforce API import os import sys import beatbox import xmltramp import datetime sf = beatbox._tPartnerNS svc = beatbox.Client() beatbox.gzipRe...
superfell/Beatbox
e4cf8d38308dc3b3d752cc5b66c6d0eefce08683
Add build indicator
diff --git a/README.md b/README.md index 1fa2c16..500c05f 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# Beatbox +# Beatbox ![build status](https://travis-ci.org/superfell/Beatbox.svg?branch=master) is a minimal dependency python library for accessing the salesforce.com web services API. Its primary...
superfell/Beatbox
5678040d16343097fa39b6a5d3c64f33aa24ab2a
remove some cruft
diff --git a/beatbox.py b/beatbox.py index 4cc5d2a..5290c5a 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,694 +1,691 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
ae95c03dedb89c21b98746774aecb2f1abdec779
fix search method
diff --git a/beatbox.py b/beatbox.py index 2be51b1..4cc5d2a 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,607 +1,607 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
548b407cf6a15e7228c212215449350d0e6594ff
Clean manifest
diff --git a/MANIFEST.in b/MANIFEST.in index 4f63279..f4436a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README +include README.md include *.py -include MANIFEST.in +include COPYING
superfell/Beatbox
8397856d0a6f50c82fd6328fdb7def87ce4a599f
Run all unittests also by "python setup.py test"
diff --git a/setup.py b/setup.py index 9ac6d83..84c2442 100644 --- a/setup.py +++ b/setup.py @@ -1,22 +1,23 @@ #!/usr/bin/python # File: setup.py # Author: Michael Stevens <mstevens@etla.org> # Copyright (C) 2010 from setuptools import setup, find_packages setup( name="beatbox", version="0.96", ...
superfell/Beatbox
8a99d912942152a8297535f942d78dd8be57330c
Fixed SOAP headers to work also with Python 3
diff --git a/beatbox.py b/beatbox.py index dae07ae..2be51b1 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,729 +1,729 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
687fcff47bf90e72da492299f60d4f2123193597
Add support for soap headers in AuthenticatedRequest
diff --git a/beatbox.py b/beatbox.py index 9354987..dae07ae 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,722 +1,729 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange import g...
superfell/Beatbox
2a1e7b27f9f503ec284e9424ee34b14d96d29b5a
Fixed setup.py and MANIFEST
diff --git a/MANIFEST.in b/MANIFEST.in index 4f63279..22e4343 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README +include README.md include *.py include MANIFEST.in diff --git a/setup.py b/setup.py index 9ac6d83..db2ee3b 100644 --- a/setup.py +++ b/setup.py @@ -1,22 +1,22 @@ #!/usr/bin/python...
superfell/Beatbox
cabf5413decf6cec154dcbedf49ad420f1feaa17
Additional XmlWriter tests
diff --git a/test_beatbox.py b/test_beatbox.py index 62d78fb..32829ff 100644 --- a/test_beatbox.py +++ b/test_beatbox.py @@ -1,27 +1,60 @@ import unittest import beatbox +import datetime +import gzip +from beatbox_six import BytesIO class TestXmlWriter(unittest.TestCase): + def setUp(self): + self.w = ...
superfell/Beatbox
e35fee2d3ed978a5d8141f0e2d20069402b45b54
add writeStringElement test
diff --git a/test_beatbox.py b/test_beatbox.py index 8110caa..62d78fb 100644 --- a/test_beatbox.py +++ b/test_beatbox.py @@ -1,18 +1,27 @@ import unittest import beatbox class TestXmlWriter(unittest.TestCase): def test_endElement(self): w = beatbox.XmlWriter(False) - w.startPrefixMapping("q"...
superfell/Beatbox
9c0fc7e3af788f57a8de6242315773c129dd2a02
travis config for python2 & 3
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..922f4e6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.7" + - "3.4" + - "3.5" + - "nightly" # currently points to 3.6-dev +# command to install dependencies +# install: "pip install -r requirements.txt" +#...
superfell/Beatbox
72be143225f72c450ec05f2cac9040846b5ab90e
simple first test for something from beatbox.py
diff --git a/test_beatbox.py b/test_beatbox.py new file mode 100644 index 0000000..8110caa --- /dev/null +++ b/test_beatbox.py @@ -0,0 +1,18 @@ +import unittest +import beatbox + +class TestXmlWriter(unittest.TestCase): + + def test_endElement(self): + w = beatbox.XmlWriter(False) + w.startPrefixMappin...
superfell/Beatbox
4deb3c8f03ff0f9389430511b0b06cd8d57dbe82
convert xmltramp unittest() to unittest framework
diff --git a/xmltramp.py b/xmltramp.py index dbcd962..95822e9 100644 --- a/xmltramp.py +++ b/xmltramp.py @@ -1,466 +1,471 @@ """xmltramp: Make XML documents easily accessible.""" import re +import unittest from beatbox_six import python_2_unicode_compatible, StringIO, text_type, xrange from xml.sax.handler import...
superfell/Beatbox
fa123d7dc78122c09969549697076b42659a0c5a
Rewritten with a simplified python-six module beatbox_six
diff --git a/beatbox.py b/beatbox.py index e67d6b7..9354987 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,518 +1,516 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function -from six.moves import http_client, xrange -from six.moves.urllib.parse import urlparse -...
superfell/Beatbox
c15a49e32de6491e7a91b5fbb2a734520f63bd88
Add support for soap headers in AuthenticatedRequest
diff --git a/beatbox.py b/beatbox.py index 6f9222d..9ba4ad7 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,708 +1,715 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.96" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
3f38d7fa6e2673ed861073066d943dc4174a9b08
Fixed code style, new classes instead of Python 2.1 classes
diff --git a/beatbox.py b/beatbox.py index db398f2..e67d6b7 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,710 +1,724 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" - from __future__ import print_function -__version__ = "0.96" -__author__ = "Simon Fell" -__credits__ = "Mad shouts to the sforce...
superfell/Beatbox
54443852724c805201c1cc53c7b4c5325faecf94
Fixed line breaks and whitespace for readability
diff --git a/xmltramp.py b/xmltramp.py index 6dbe0a7..6b42132 100644 --- a/xmltramp.py +++ b/xmltramp.py @@ -1,394 +1,489 @@ """xmltramp: Make XML documents easily accessible.""" __version__ = "2.18" __author__ = "Aaron Swartz" __credits__ = "Many thanks to pjz, bitsko, and DanC." __copyright__ = "(C) 2003-2006 ...
superfell/Beatbox
9e35b425a4dfb4839b69fb7ed2556d06e273e891
Fixed and enabled some disabled test, fixed unused parts of test.
diff --git a/xmltramp.py b/xmltramp.py index e00beaa..6dbe0a7 100644 --- a/xmltramp.py +++ b/xmltramp.py @@ -1,384 +1,394 @@ """xmltramp: Make XML documents easily accessible.""" __version__ = "2.18" __author__ = "Aaron Swartz" __credits__ = "Many thanks to pjz, bitsko, and DanC." __copyright__ = "(C) 2003-2006 ...
superfell/Beatbox
c836655796bb65fafb1ca1d958ca6dba6db6b524
Fixed demo programs for PYthon 3; support for sandbox
diff --git a/demo.py b/demo.py index 985a846..d9959cc 100644 --- a/demo.py +++ b/demo.py @@ -1,237 +1,241 @@ # demonstration of using the BeatBox library to call the sforce API +import os import sys import beatbox import xmltramp import datetime sf = beatbox._tPartnerNS svc = beatbox.Client() beatbox.gzipRe...
superfell/Beatbox
e672808170994352a4d2d9bc8d5f3858c1d8d2b2
Fixed for Python 2 and 3 with "six" package
diff --git a/beatbox.py b/beatbox.py index 0bf2f61..f1969a6 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,709 +1,710 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function __version__ = "0.96" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce...
superfell/Beatbox
3b96c6e700a491b6e60a06618415f0f1a6f8836b
Unified whitespace style: no tabs, no CR, no trailing ws
diff --git a/beatbox.py b/beatbox.py index 3f4dde1..0bf2f61 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,709 +1,709 @@ -"""beatbox: Makes the salesforce.com SOAP API easily accessible.""" - -from __future__ import print_function -__version__ = "0.96" -__author__ = "Simon Fell" -__credits__ = "Mad shouts to the s...
superfell/Beatbox
640b85a0355986ab5a1f6ca1cec6921851c5b85b
Fixed print and raise commands for Python 3
diff --git a/beatbox.py b/beatbox.py index 380b48e..3f4dde1 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,708 +1,709 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" +from __future__ import print_function __version__ = "0.96" __author__ = "Simon Fell" __credits__ = "Mad shouts to the s...
superfell/Beatbox
79d8f4867ec38b68087f68792af0de66d8458263
Remove obsoleted code before upgrade
diff --git a/beatbox.py b/beatbox.py index 6f9222d..380b48e 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,550 +1,550 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.96" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
265f13a39550a3431b3668ab32cf5f7bcef7e48c
Add note to readme about TLS support. fixes #25
diff --git a/README b/README deleted file mode 100644 index 2e13184..0000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -Beatbox is a minimal dependency python library for accessing the salesforce.com web services API. - -Its primary dependency is on xmltramp, a xml parser library that exposes access to the xml documen...
superfell/Beatbox
d000ca220aadf07da80ca5738ab391896efdb350
rev Beatbox version #, default to Salesforce API v33.
diff --git a/beatbox.py b/beatbox.py index d744a29..6f9222d 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,560 +1,560 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" -__version__ = "0.95" +__version__ = "0.96" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" -_...
superfell/Beatbox
be063b5c60235fe4ad8cb79a2223210ac829de25
Add IterClient Client implementation with chunking for large update requests and a generator wrapping successive calls to queryMore if needed for query and queryAll.
diff --git a/beatbox.py b/beatbox.py index 7983bae..d744a29 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,632 +1,708 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
5d0dc826cca3f03c533e3b8498edeb7151fb0de9
Add `_out` to BeatBoxXmlGenerator
diff --git a/beatbox.py b/beatbox.py index 1e287f7..7983bae 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,631 +1,632 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
10ce2b07660c99883494381a1ae55bdbc22e67c9
Updating setstatus.py example to reflect deprecated API call
diff --git a/setstatus.py b/setstatus.py index 3aa2ff1..5d6c24f 100644 --- a/setstatus.py +++ b/setstatus.py @@ -1,26 +1,25 @@ # demonstration of using the BeatBox library to call the sforce API, this will update your chatter status import sys import beatbox import xmltramp import datetime sf = beatbox...
superfell/Beatbox
d7dcf3a145ca1908d30d5697156209d129217130
Updating setstatus.py example to reflect depricated API call
diff --git a/setstatus.py b/setstatus.py index 3aa2ff1..5d6c24f 100644 --- a/setstatus.py +++ b/setstatus.py @@ -1,26 +1,25 @@ # demonstration of using the BeatBox library to call the sforce API, this will update your chatter status import sys import beatbox import xmltramp import datetime sf = beatbox...
superfell/Beatbox
ae66c2803689f5e7e3b4abe3f0c5b618f150be8a
support leadConvert (issue #13)
diff --git a/beatbox.py b/beatbox.py index c08ca9f..1e287f7 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,596 +1,631 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
082c5aaf81f2621c4047ddec0a064ddeeaf7c2bb
don't reset/change password in demo.
diff --git a/demo.py b/demo.py index 2ed2386..99bba9d 100644 --- a/demo.py +++ b/demo.py @@ -1,223 +1,223 @@ # demonstration of using the BeatBox library to call the sforce API import sys import beatbox import xmltramp import datetime sf = beatbox._tPartnerNS svc = beatbox.Client() beatbox.gzipRequ...
superfell/Beatbox
c2724871d3b9bcc129c7fd43817859daebd761c9
support for serializing nested dictionaries
diff --git a/beatbox.py b/beatbox.py index 866ec2b..c08ca9f 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,593 +1,596 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
66bbbde368f462d889d5285ac4c496b46f80baad
finalize support for quickActions related API calls.
diff --git a/beatbox.py b/beatbox.py index 813c472..866ec2b 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,581 +1,593 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
78e72520db88cd8667b69a5cc8421e641981e288
remove unneeded import of hashlib and setting of self._write
diff --git a/beatbox.py b/beatbox.py index 55c8a5f..981c3c9 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,540 +1,536 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.94" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" -__copyright__ = "(C) 200...
superfell/Beatbox
90f2a9b865a96549e16dee710d9c5c567cac84b9
add new quickAction API calls.
diff --git a/beatbox.py b/beatbox.py index 2db51d5..cee54f9 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,536 +1,581 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" -__version__ = "0.94" +__version__ = "0.95" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" -_...
superfell/Beatbox
e9f28be3133ba5aa498ab96912a8028dbfd31ae2
fix indentation problems.
diff --git a/beatbox.py b/beatbox.py index 46dcccc..2db51d5 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,537 +1,536 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.94" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
4ff7cc2130124ac5bc65becf15b25b0e171b2b68
added timeout for HTTPConnection
diff --git a/beatbox.py b/beatbox.py index b8bfa44..46dcccc 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,533 +1,537 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.94" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
4fc1ae23253a670f003a6c952bac85d5ddb0f4d0
add support for portal user logins
diff --git a/beatbox.py b/beatbox.py index aeada85..b8bfa44 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,511 +1,533 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.94" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
f27d6f7948b13af935ff47a2c7ed363ebd163c4b
add describeSearchScopeOrder call.
diff --git a/beatbox.py b/beatbox.py index 13b15f0..aeada85 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,507 +1,511 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.94" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
7c706049cae72b868c19ad3177c459927ef0d2d8
added logout call
diff --git a/beatbox.py b/beatbox.py index 5a46e31..dd4515c 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,498 +1,507 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.93" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
73d3309fe5dc809bf15b2bebd05a1216fdd6dd20
moved to API v21
diff --git a/.gitignore b/.gitignore index 7e99e36..f638804 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -*.pyc \ No newline at end of file +*.pyc +build +dist +beatbox.egg-info diff --git a/beatbox.py b/beatbox.py index f2556bb..5a46e31 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,498 +1,498 @@ """beatbox...
superfell/Beatbox
588592d01af56ba445aaf85144a2c15ffcc54f20
fixed typo in new sample
diff --git a/setstatus.py b/setstatus.py index b3de31c..3aa2ff1 100644 --- a/setstatus.py +++ b/setstatus.py @@ -1,26 +1,26 @@ # demonstration of using the BeatBox library to call the sforce API, this will update your chatter status import sys import beatbox import xmltramp import datetime sf = beatbox...
superfell/Beatbox
aaa0a4b04c59e901bfc8cac0cce23ae86a29455e
example of updating your chatter status
diff --git a/setstatus.py b/setstatus.py new file mode 100644 index 0000000..b3de31c --- /dev/null +++ b/setstatus.py @@ -0,0 +1,26 @@ +# demonstration of using the BeatBox library to call the sforce API, this will update your chatter status + +import sys +import beatbox +import xmltramp +import datetime + +sf =...
superfell/Beatbox
765925721aecc81602003b6bb01660512fa10338
Added undelete support
diff --git a/beatbox.py b/beatbox.py index 711a4f0..c1a55a5 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,490 +1,498 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.91" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
e09318e743b8b09387f04685a03fc9f2bf44b9d2
Added queryAll, moved to salesforce API v20.0
diff --git a/beatbox.py b/beatbox.py index f396d6a..711a4f0 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,484 +1,490 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" __version__ = "0.91" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" __copyright__ = "(C) 200...
superfell/Beatbox
5272afddad693c8f7045cdb4baa2fcb76a0373a0
added .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e99e36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc \ No newline at end of file
superfell/Beatbox
b95d902c7cebfe411c0bcd664ecccb4d1e9990dc
added search call
diff --git a/beatbox.py b/beatbox.py index 87c1b5c..f396d6a 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,472 +1,484 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" -__version__ = "0.9" +__version__ = "0.91" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" -__...
superfell/Beatbox
52eabf6ebf5cf167169eb93c15512aaa60f8f8f9
added search call
diff --git a/beatbox.py b/beatbox.py index 87c1b5c..f396d6a 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,472 +1,484 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" -__version__ = "0.9" +__version__ = "0.91" __author__ = "Simon Fell" __credits__ = "Mad shouts to the sforce possie" -__...
superfell/Beatbox
040658e2e7f840df7cb190018c25fe75f093ff99
add specifc GPL version to README
diff --git a/README b/README index ab1d84a..a5ab2c0 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Beatbox is a minimal dependency python library for accessing the salesforce.com web services API. Its primary dependency is on xmltramp, a xml parser library that exposes access to the xml document in an easy to use...
superfell/Beatbox
2a472d5bf73a90e6530badd1cbf019ddb3027f60
Confirmed with Simon Fell that beatbox under GPL v2.
diff --git a/README b/README index ab1d84a..2e13184 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Beatbox is a minimal dependency python library for accessing the salesforce.com web services API. Its primary dependency is on xmltramp, a xml parser library that exposes access to the xml document in an easy to use...
superfell/Beatbox
b8aa76ad1294840db9a45f27388a1720a7ae7fbc
All good GPL projects should have a copy of the GPL!
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA...
superfell/Beatbox
c41a29de5d8da7f2af7e057492eacd093a0a4020
Add MANIFEST.in
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4f63279 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README +include *.py +include MANIFEST.in
superfell/Beatbox
37033eb6909da6e99c7ac1c08eda2ecae66d16f6
Add a setup.py and ez_setup.
diff --git a/ez_setup.py b/ez_setup.py new file mode 100644 index 0000000..1ff1d3e --- /dev/null +++ b/ez_setup.py @@ -0,0 +1,284 @@ +#!python +"""Bootstrap setuptools installation + +If you want to use setuptools in your package's setup.py, just include this +file in the same directory with it, and add this to the top...
bogdan/dotvim
60d516839f9fe3843bf54bc4fa7a6942585e9e8a
Add inkpot module
diff --git a/.gitmodules b/.gitmodules index 99f940c..1f5377f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,139 +1,139 @@ [submodule "pack/all/start/vim-javascript"] path = pack/all/start/vim-javascript url = https://github.com/pangloss/vim-javascript.git [submodule "pack/all/start/vim-rails"] path = pack/al...
bogdan/dotvim
4ccd8844e91c20b486c0af60bb324daeddb4cf51
Rename all modules
diff --git a/.gitmodules b/.gitmodules index b879b62..0e4d354 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,138 +1,138 @@ [submodule "bundle/vim-javascript"] - path = bundle/vim-javascript + path = pack/all/start/vim-javascript url = https://github.com/pangloss/vim-javascript.git [submodule "bundle/vim-rails"] -...
bogdan/dotvim
0bcb5ece239aa5e93136d86fa4ef48c4b3c28841
Improve vimrc
diff --git a/vimrc b/vimrc index eaf04fa..6d2b60e 100644 --- a/vimrc +++ b/vimrc @@ -1,606 +1,669 @@ set nocompatible call pathogen#infect() "load ftplugins and indent files filetype plugin indent on syntax on "allow backspacing over everything in insert mode set backspace=indent,eol,start "store lots ...
bogdan/dotvim
af975ffe9ef152cfaad79fd53e32a7222e69b663
Enable rubocop
diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index 12f3d3e..2a4e920 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -1,6 +1,6 @@ -let b:ale_linters = ['ruby'] +let b:ale_linters = ['ruby', 'rubocop'] let b:ale_fixers = ['rubocop'] let b:ale_ruby_rubocop_auto_correct_all = 1 " noremap <buffer> <Leader...
bogdan/dotvim
7b952cd44f92d40b9c03fc6355f2f196054d71f7
Ale for markdown
diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim new file mode 100644 index 0000000..994190c --- /dev/null +++ b/ftplugin/markdown.vim @@ -0,0 +1,3 @@ +noremap <buffer> <Leader>a :ALEFix<CR> +let b:ale_fixers = ['remove_trailing_lines', 'trim_whitespace'] +let b:ale_linters = []
bogdan/dotvim
3e01ee0b5621a304fbdd2da1efdb05795d740244
Improve rails tags
diff --git a/macros/rails.vim b/macros/rails.vim index d895581..6491bb0 100644 --- a/macros/rails.vim +++ b/macros/rails.vim @@ -1,21 +1,21 @@ command! -nargs=0 Rschema :Rfind db/schema.rb command! -nargs=0 RSschema :RSfind db/schema.rb command! -nargs=0 RVschema :RVfind db/schema.rb "Rnavcommand service ap...
bogdan/dotvim
cd3805721a72a1aeb29d8a1120bb053cedfa87c4
Indent for typescript
diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index 124868a..95a08fb 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -1,42 +1,45 @@ +set tabstop=2 +set shiftwidth=2 +set expandtab let b:ale_linters = ['tsserver', 'eslint'] let b:ale_fixers = ['eslint', 'prettier'] " let b:ale_l...
bogdan/dotvim
4294add10c06b2c7f8c35ad2b8cb5e923a43d521
Solidity config
diff --git a/ftplugin/solidity.vim b/ftplugin/solidity.vim index 9392d14..d5bc07d 100644 --- a/ftplugin/solidity.vim +++ b/ftplugin/solidity.vim @@ -1,4 +1,10 @@ set path+=node_modules set isfname+=@-@ " vendor imports let b:ale_linters=['solc'] -let g:ale_solidity_solc_options='--allow-paths=. @openzeppelin=./node_...
bogdan/dotvim
0fb6b5975357fdae0715ea78fc8835cb2072be88
Disable some abolish features
diff --git a/after/plugin/abolish.vim b/after/plugin/abolish.vim index 492b195..1b4f1c5 100644 --- a/after/plugin/abolish.vim +++ b/after/plugin/abolish.vim @@ -1,71 +1,64 @@ - - - -iab tt title - - - set nocompatible if filereadable('vimrc') source vimrc endif " " General " -iab crt create +" iab crt ...
bogdan/dotvim
6fb32bed30c06d560a045a48fa581ac4ce433d42
Solidity snipepts
diff --git a/UltiSnips/solidity.snippets b/UltiSnips/solidity.snippets new file mode 100644 index 0000000..6fd6fee --- /dev/null +++ b/UltiSnips/solidity.snippets @@ -0,0 +1,41 @@ +snippet con "contract" +// SPDX-License-Identifier: UNLICENSED +pragma solidity ^0.8.28; + + +contract ${1} { + ${2} +} +endsnippet + +snip...
bogdan/dotvim
1a36e1f0ed08c485aa98aea59e57b4f3557d28a3
Snippets
diff --git a/UltiSnips/markdown.snippets b/UltiSnips/markdown.snippets index 3f6638a..3870e45 100644 --- a/UltiSnips/markdown.snippets +++ b/UltiSnips/markdown.snippets @@ -1,13 +1,17 @@ snippet cc "code" \`\`\` ${1} \`\`\` endsnippet snippet rb "rb" \`\`\` ruby ${1} \`\`\` endsnippet snippet sl "sl" !SLID...
bogdan/dotvim
283246b47cf926acfbcca5940298f29859a58c9d
Fix modern debugger snippet
diff --git a/UltiSnips/haml.snippets b/UltiSnips/haml.snippets index 2f0d4a9..fbedf7a 100644 --- a/UltiSnips/haml.snippets +++ b/UltiSnips/haml.snippets @@ -1,168 +1,168 @@ snippet dbg "dbg" -- require 'debugger' +- require 'debug' - debugger endsnippet snippet bb "bb" - require 'byebug'; byebug endsnippet snipp...
bogdan/dotvim
64d4d7ccd3a5f12feb32350bdf78ac6274439b4d
Fix modern debugger snippet
diff --git a/.gitmodules b/.gitmodules index 3909da3..50e40b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,135 +1,138 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://github.com/pangloss/vim-javascript.git [submodule "bundle/vim-rails"] path = bundle/vim-rails url = https:...
bogdan/dotvim
efd562517cef450bc0df89c720ee7e8d4a862061
Delete old inkpot module
diff --git a/.gitmodules b/.gitmodules index 6d10706..3909da3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,138 +1,135 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://github.com/pangloss/vim-javascript.git [submodule "bundle/vim-rails"] path = bundle/vim-rails url = https:...
bogdan/dotvim
c2ad9874854b45f11bbf6c09441e742fdd02da37
Remove cjsx
diff --git a/.gitmodules b/.gitmodules index fd3c736..6d10706 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,141 +1,138 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://github.com/pangloss/vim-javascript.git [submodule "bundle/vim-rails"] path = bundle/vim-rails url = https:...
bogdan/dotvim
0935efc002c6ea11cdd69f0245ec68143b11b160
File types setup
diff --git a/ftplugin/haml.vim b/ftplugin/haml.vim new file mode 100644 index 0000000..2cdef1a --- /dev/null +++ b/ftplugin/haml.vim @@ -0,0 +1,4 @@ +let b:ale_linters = [] +let b:ale_fixers = ['trim_whitespace', 'remove_trailing_lines'] +noremap <buffer> <Leader>a :ALEFix<CR> +noremap <buffer> <Leader>n :ALENextWrap<C...
bogdan/dotvim
94c949850ed6fd30165e0c4847acccab8d124787
Remove gh shortcut
diff --git a/.gitmodules b/.gitmodules index d6e0516..cd9473d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,168 +1,168 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
cf4a319ee0c0536da9746edd1eda8d966aa661d1
Remove moduels
diff --git a/.gitmodules b/.gitmodules index 28c895a..da7f47e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,171 +1,165 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
9d6a3725817c1dbbb463f34536ac64dbde582ca3
Remove editqf
diff --git a/.gitmodules b/.gitmodules index 39c5223..28c895a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,174 +1,171 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
1aa3724242d94aabdf11f30a51bd740788841a59
Remove togglelist
diff --git a/.gitmodules b/.gitmodules index 7666ca4..39c5223 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,177 +1,174 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
dc4ff960a74f7f9ef473d9a1173432c5d7e21054
Typescript find references binding
diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index 8f75287..fc10327 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -1,12 +1,13 @@ -let b:ale_linters = ['eslint', 'tsserver'] +let b:ale_linters = ['tsserver'] map <C-]> :ALEGoToDefinition<CR> +map <C-'> :ALEFindReferences<CR> ma...
bogdan/dotvim
4669da4f67ec1a2c6beec76c17ceabe01781f01a
SH iskeyword setting
diff --git a/ftplugin/sh.vim b/ftplugin/sh.vim new file mode 100644 index 0000000..9c194f5 --- /dev/null +++ b/ftplugin/sh.vim @@ -0,0 +1 @@ +set isk-=$
bogdan/dotvim
b2942b9a7168fbaec2e4684fb1724e5e5429122e
Ultisnip
diff --git a/UltiSnips/typescript.snippets b/UltiSnips/typescript.snippets index e32ab6e..e5adffc 100644 --- a/UltiSnips/typescript.snippets +++ b/UltiSnips/typescript.snippets @@ -1,6 +1,15 @@ +snippet _ +_(${1:object}).${2:method}(${3}).value() +endsnippet snippet ex expect(${1}).toEqual(${2:'${3}'}) endsnippet s...
bogdan/dotvim
8daea735a222e6dfb97335bcf26f4b4034ad752e
TS JS updates
diff --git a/.gitmodules b/.gitmodules index 42bc24a..40fb7b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,162 +1,165 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
7e4eef7d1b922b8eab39924d2069f858cbbcf7e6
Scilla checker
diff --git a/ale_linters/scilla/checker.vim b/ale_linters/scilla/checker.vim new file mode 100644 index 0000000..ba03633 --- /dev/null +++ b/ale_linters/scilla/checker.vim @@ -0,0 +1,44 @@ +call ale#Set('scilla_checker_executable', 'scilla-checker') + +function! Zz(buffer, lines) abort + try + let l:data = js...
bogdan/dotvim
f944e2194fb88282cfa668adffa4741cb290e60b
JS/TS setup
diff --git a/ftplugin/javascript.vim b/ftplugin/javascript.vim new file mode 100644 index 0000000..af0cc27 --- /dev/null +++ b/ftplugin/javascript.vim @@ -0,0 +1,5 @@ +let b:ale_fixers = ['eslint'] + +set suffixesadd=.ts,.js,.json +set isfname+=@-@ " Node modules organization name + diff --git a/ftplugin/typescript.vim...
bogdan/dotvim
1a75feb5e1880d9a1e44a63f6ff75ba3b0b85e27
Vim scilla
diff --git a/.gitmodules b/.gitmodules index 1a95094..42bc24a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,162 +1,162 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
d6a53e852b4826a0401c9521872aa46944542a96
init.vim
diff --git a/.gitmodules b/.gitmodules index f350ad5..1a95094 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,159 +1,162 @@ [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://git...
bogdan/dotvim
3b2628c92b00dab19f2cb22b742be10149a30615
add vim-tags
diff --git a/.gitmodules b/.gitmodules index c95d5a3..5d49c26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,138 +1,141 @@ [submodule "bundle/dbext"] path = bundle/dbext url = gh:/bogdan/dbext [submodule "bundle/vim-liquid"] path = bundle/vim-liquid url = https://github.com/tpope/vim-liquid.git [submodule ...
bogdan/dotvim
8b423d88e897f0c8d4067f939cb9b936b499fb5d
Fixed snippets
diff --git a/snippets/all.snippets b/UltiSnips/all.snippets similarity index 100% rename from snippets/all.snippets rename to UltiSnips/all.snippets diff --git a/snippets/c.snippets b/UltiSnips/c.snippets similarity index 100% rename from snippets/c.snippets rename to UltiSnips/c.snippets diff --git a/snippets/coffee.s...
bloopletech/webstats
e570c6deae343ad0f76f7f316e70e5d34a829285
Tweak readme
diff --git a/README.textile b/README.textile index d608720..ce95776 100755 --- a/README.textile +++ b/README.textile @@ -1,81 +1,81 @@ h1. Webstats Webstats is a server and clients that monitors your servers performance (CPU usage, memory usage, disk usage, disk activity, url load time) and allows you to get notifi...
bloopletech/webstats
34eba221043d4e1cc1af351ad30c4ce40c54c479
Tweak readme
diff --git a/README.textile b/README.textile index b9a668f..d608720 100755 --- a/README.textile +++ b/README.textile @@ -1,81 +1,81 @@ h1. Webstats Webstats is a server and clients that monitors your servers performance (CPU usage, memory usage, disk usage, disk activity, url load time) and allows you to get notifi...
bloopletech/webstats
b3786a8ef14794afdc67f6e1911b4ee000cf46d2
Tweak readme
diff --git a/README.textile b/README.textile index ba1b0a1..b9a668f 100755 --- a/README.textile +++ b/README.textile @@ -1,81 +1,81 @@ h1. Webstats Webstats is a server and clients that monitors your servers performance (CPU usage, memory usage, disk usage, disk activity, url load time) and allows you to get notifi...
bloopletech/webstats
ed93d6d0b562c53461a1a5f20a9059f489c2526d
Version bump to 0.10.5
diff --git a/VERSION.yml b/VERSION.yml index 011f48c..2053be6 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- :major: 0 :minor: 10 -:patch: 4 +:patch: 5
bloopletech/webstats
09175eeaef2a99f8ea31be235f1a5d7dfef7d6e8
Fix bugs in disk activity data provider
diff --git a/server/data_providers/disk_activity.rb b/server/data_providers/disk_activity.rb index 6de8b83..1eaed5c 100755 --- a/server/data_providers/disk_activity.rb +++ b/server/data_providers/disk_activity.rb @@ -1,52 +1,52 @@ class DataProviders::DiskActivity def initialize(settings) @settings = self.clas...
bloopletech/webstats
c7d87c8424e9e0804d4da53d96dc63c03663cadb
Fix README
diff --git a/README.textile b/README.textile index e88d0ff..ba1b0a1 100755 --- a/README.textile +++ b/README.textile @@ -1,80 +1,81 @@ h1. Webstats Webstats is a server and clients that monitors your servers performance (CPU usage, memory usage, disk usage, disk activity, url load time) and allows you to get notifi...
bloopletech/webstats
5e98c1c5747e6abbcdb56a9ed0340e6180862e2a
Fix README
diff --git a/README.textile b/README.textile index 78fb2db..e88d0ff 100755 --- a/README.textile +++ b/README.textile @@ -1,80 +1,80 @@ h1. Webstats Webstats is a server and clients that monitors your servers performance (CPU usage, memory usage, disk usage, disk activity, url load time) and allows you to get notifi...