-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job Build Example with Jenkins Api #7
base: master
Are you sure you want to change the base?
Commits on Jul 25, 2016
-
Added PYPI deploy from travis on new tags
- set to ignore vim swap files
Configuration menu - View commit details
-
Copy full SHA for 8524504 - Browse repository at this point
Copy the full SHA 8524504View commit details
Commits on Aug 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6f1675a - Browse repository at this point
Copy the full SHA 6f1675aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2146ff - Browse repository at this point
Copy the full SHA c2146ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29940ae - Browse repository at this point
Copy the full SHA 29940aeView commit details -
Categorized view plugin support and change View#add_job approach (#468)
* add support for categorized view plugin * fix to use URL from Jenkins API Without this change, Categorized View 's won't stick after adding a job to the view * add example of CategorizedJobsView creation * remove unused import from jenkinsapi/view.py
Configuration menu - View commit details
-
Copy full SHA for ebabfbe - Browse repository at this point
Copy the full SHA ebabfbeView commit details
Commits on Aug 12, 2016
-
Fixed failing tests on Jenkins 2.0 (#473)
* Added use of codecov.io * Added structs plugin * Removed codecov code
Configuration menu - View commit details
-
Copy full SHA for 9be65d2 - Browse repository at this point
Copy the full SHA 9be65d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6edb0c - Browse repository at this point
Copy the full SHA e6edb0cView commit details
Commits on Aug 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4c87614 - Browse repository at this point
Copy the full SHA 4c87614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6915742 - Browse repository at this point
Copy the full SHA 6915742View commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4ad872b - Browse repository at this point
Copy the full SHA 4ad872bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5400bd - Browse repository at this point
Copy the full SHA b5400bdView commit details
Commits on Aug 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2b77653 - Browse repository at this point
Copy the full SHA 2b77653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df634b - Browse repository at this point
Copy the full SHA 5df634bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f69e4d9 - Browse repository at this point
Copy the full SHA f69e4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e03d8 - Browse repository at this point
Copy the full SHA 06e03d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c9212 - Browse repository at this point
Copy the full SHA e3c9212View commit details -
Strict artefact systest (#480)
* Added ability to pass 'strem' parameter * Changed artefact download to chunked, tests artefacts to be strict * Reverted change to get_data
Configuration menu - View commit details
-
Copy full SHA for 1bfb4d2 - Browse repository at this point
Copy the full SHA 1bfb4d2View commit details
Commits on Aug 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7ddfa37 - Browse repository at this point
Copy the full SHA 7ddfa37View commit details
Commits on Aug 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for eb889b1 - Browse repository at this point
Copy the full SHA eb889b1View commit details
Commits on Sep 13, 2016
-
Add ability to retrieve build by params (#488)
* Add 'get_build_by_params' method * Add unittests * Fix pep8 * Fix actions extraction
Configuration menu - View commit details
-
Copy full SHA for e4b48c8 - Browse repository at this point
Copy the full SHA e4b48c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ba53a - Browse repository at this point
Copy the full SHA 14ba53aView commit details
Commits on Sep 14, 2016
-
* Added ability to delete build * Added exception if build number is not found
Configuration menu - View commit details
-
Copy full SHA for 8f86f95 - Browse repository at this point
Copy the full SHA 8f86f95View commit details
Commits on Sep 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e71d856 - Browse repository at this point
Copy the full SHA e71d856View commit details
Commits on Sep 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0d7da61 - Browse repository at this point
Copy the full SHA 0d7da61View commit details
Commits on Sep 23, 2016
-
add utf8 encoding to support invoking jobs with unicode build params (#…
…500) * add utf8 encoding to support invoking jobs with unicode build params * added unittest to cover _mk_json_from_build_parameters with unicode params * added pylint: disable=undefined-variable for unicode at _mk_json_from_build_parameters * fix for Wrong continued indentation in job.py
Configuration menu - View commit details
-
Copy full SHA for 1846f5d - Browse repository at this point
Copy the full SHA 1846f5dView commit details -
Implement
Secret text
credential (#504)In order to do this, the plain-credentials plugin must be installed. This requires an update of the bundled credentials plugin, so I adapted the plugin installation to create an empty .pinned file for each plugin.
Configuration menu - View commit details
-
Copy full SHA for 8ff635e - Browse repository at this point
Copy the full SHA 8ff635eView commit details
Commits on Sep 27, 2016
-
Fix 'get_build_by_params' method (#506)
* Add 'get_build_by_params' method * Add unittests * Fix pep8 * Fix actions extraction * Transfer changes * Merge changes * Move tests requirements to separate file * Update readme for developers * Add more tests for 'get_build_by_params' method * Get by key rather than invoking get method for dict
Configuration menu - View commit details
-
Copy full SHA for 38cafd3 - Browse repository at this point
Copy the full SHA 38cafd3View commit details
Commits on Oct 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 532152a - Browse repository at this point
Copy the full SHA 532152aView commit details
Commits on Oct 8, 2016
-
Adds correct build information to Build.get_artifacts
The artifacts returned in Build.get_artifacts all have their builds set to self. This causes an error retrieving fingerprint info when the artifact was actually generated by a different build. By retrieving the job and build numbers for artifacts associated with the job, we can ensure that each artifact has accurate build information and can be properly validated on save.
Configuration menu - View commit details
-
Copy full SHA for 969c768 - Browse repository at this point
Copy the full SHA 969c768View commit details
Commits on Oct 11, 2016
-
Merge pull request #511 from daveFNbuck/master
Adds correct build information to Build.get_artifacts
Configuration menu - View commit details
-
Copy full SHA for 0e0b5af - Browse repository at this point
Copy the full SHA 0e0b5afView commit details
Commits on Oct 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5d007fa - Browse repository at this point
Copy the full SHA 5d007faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08046b4 - Browse repository at this point
Copy the full SHA 08046b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eddcb7 - Browse repository at this point
Copy the full SHA 0eddcb7View commit details
Commits on Oct 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2429842 - Browse repository at this point
Copy the full SHA 2429842View commit details -
Merge pull request #512 from djonsson/master
Using either wget or curl to download jenkins war
Configuration menu - View commit details
-
Copy full SHA for 4c6f84f - Browse repository at this point
Copy the full SHA 4c6f84fView commit details
Commits on Oct 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c12cff5 - Browse repository at this point
Copy the full SHA c12cff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b0c25 - Browse repository at this point
Copy the full SHA 14b0c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for db343cf - Browse repository at this point
Copy the full SHA db343cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 878b27c - Browse repository at this point
Copy the full SHA 878b27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5859cf3 - Browse repository at this point
Copy the full SHA 5859cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b680272 - Browse repository at this point
Copy the full SHA b680272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c65db - Browse repository at this point
Copy the full SHA 30c65dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 868a5b1 - Browse repository at this point
Copy the full SHA 868a5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd76e36 - Browse repository at this point
Copy the full SHA bd76e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d945c9 - Browse repository at this point
Copy the full SHA 2d945c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9eacb4 - Browse repository at this point
Copy the full SHA d9eacb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610e744 - Browse repository at this point
Copy the full SHA 610e744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88cae8e - Browse repository at this point
Copy the full SHA 88cae8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d47dc - Browse repository at this point
Copy the full SHA 45d47dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ca572 - Browse repository at this point
Copy the full SHA 96ca572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbadbe - Browse repository at this point
Copy the full SHA 0bbadbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b33b3ef - Browse repository at this point
Copy the full SHA b33b3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4609c - Browse repository at this point
Copy the full SHA fc4609cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecde4b4 - Browse repository at this point
Copy the full SHA ecde4b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d9cb6 - Browse repository at this point
Copy the full SHA 52d9cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d718ab7 - Browse repository at this point
Copy the full SHA d718ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6bd14 - Browse repository at this point
Copy the full SHA fc6bd14View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3365b3 - Browse repository at this point
Copy the full SHA f3365b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefed1d - Browse repository at this point
Copy the full SHA fefed1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2382499 - Browse repository at this point
Copy the full SHA 2382499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec3f22 - Browse repository at this point
Copy the full SHA 4ec3f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff851aa - Browse repository at this point
Copy the full SHA ff851aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ad45a - Browse repository at this point
Copy the full SHA d5ad45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9794def - Browse repository at this point
Copy the full SHA 9794defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1346e28 - Browse repository at this point
Copy the full SHA 1346e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1aaab9 - Browse repository at this point
Copy the full SHA f1aaab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae79e56 - Browse repository at this point
Copy the full SHA ae79e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbca42 - Browse repository at this point
Copy the full SHA cfbca42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfd40f - Browse repository at this point
Copy the full SHA 3dfd40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e3df25 - Browse repository at this point
Copy the full SHA 8e3df25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea01cb - Browse repository at this point
Copy the full SHA 5ea01cbView commit details -
Converted most of the tests to pytest (#508)
* Converted all systests to pytest * Renamed exception * Removed python 3.3, added 3.5 * Configure logging for all tests * Added Jenkins plugin * Added thread.stop * Fixed launcher * Ignore temp folder removal errors * Fixed tests for py 3.x * Made pylint happier * Fixed problematic merge * Converter test_job and moved job/build configs to separate file * Converter test_build_scm_git to pytest * Converted test_executors to pytest * Added codecov library
Configuration menu - View commit details
-
Copy full SHA for 7b4de99 - Browse repository at this point
Copy the full SHA 7b4de99View commit details
Commits on Oct 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0cc4754 - Browse repository at this point
Copy the full SHA 0cc4754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5088493 - Browse repository at this point
Copy the full SHA 5088493View commit details -
Configuration menu - View commit details
-
Copy full SHA for a991d38 - Browse repository at this point
Copy the full SHA a991d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f6941 - Browse repository at this point
Copy the full SHA a1f6941View commit details
Commits on Nov 1, 2016
-
* Add 'get_build_by_params' method * Add unittests * Fix pep8 * Fix actions extraction * Transfer changes * Merge changes * Move tests requirements to separate file * Update readme for developers * Add more tests for 'get_build_by_params' method * Get by key rather than invoking get method for dict * Use six * Add Python 2/3 compat lib * Handle import errors with six * Change formatting * Add six to requirements in setup.py file * Proper invocation for urlparse * Fix unittests * Add tests for compat utils * Add Makefile with common targets * Update tox file * Fix six moves * Fix unittests * Fix unittests * Upgrade astroid
Configuration menu - View commit details
-
Copy full SHA for 8250824 - Browse repository at this point
Copy the full SHA 8250824View commit details
Commits on Nov 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0e756f8 - Browse repository at this point
Copy the full SHA 0e756f8View commit details
Commits on Dec 2, 2016
-
* Fix source code url. * Fix pylint. * Fix tox
Configuration menu - View commit details
-
Copy full SHA for a3f00ac - Browse repository at this point
Copy the full SHA a3f00acView commit details
Commits on Dec 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 480f745 - Browse repository at this point
Copy the full SHA 480f745View commit details -
Allow fn changes on save (#518)
* Revert "Adds correct build information to Build.get_artifacts" This reverts commit 969c768. * Allows saving artifacts with different filenames Artifact._verify_download is unnecessarily strict, validating that the filename used to save the file matches the filename in Jenkins. In order to allow saving files with other filenames, we can just pass self.filename for the fingerprint filename validation.
Configuration menu - View commit details
-
Copy full SHA for 2a44560 - Browse repository at this point
Copy the full SHA 2a44560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1134980 - Browse repository at this point
Copy the full SHA 1134980View commit details -
Close #522 Only use parameter actions to access parameters. (#524)
* Only use parameter actions to access parameters. * Fix distribution of jenkinsapi_utils Without this, the created sdist is invalid.
Configuration menu - View commit details
-
Copy full SHA for 1ecd446 - Browse repository at this point
Copy the full SHA 1ecd446View commit details
Commits on Jan 8, 2017
-
The build environment varialbes can be obtained from Jenkins thanks to the EnvInject plugin: https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin To support that in JenkinsAPI the get_env_vars method was added to the Build class.
Configuration menu - View commit details
-
Copy full SHA for 198dd81 - Browse repository at this point
Copy the full SHA 198dd81View commit details
Commits on Jan 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4930e3c - Browse repository at this point
Copy the full SHA 4930e3cView commit details
Commits on Feb 8, 2017
-
fix spelling of artefact to artifact
jnaulty committedFeb 8, 2017 Configuration menu - View commit details
-
Copy full SHA for a9d39fe - Browse repository at this point
Copy the full SHA a9d39feView commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0a00604 - Browse repository at this point
Copy the full SHA 0a00604View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 800ed01 - Browse repository at this point
Copy the full SHA 800ed01View commit details
Commits on Feb 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 496b69f - Browse repository at this point
Copy the full SHA 496b69fView commit details -
Merge pull request #536 from SimonXming/future-nodeprop
Enable config Tool Locations for jenkins node.
Configuration menu - View commit details
-
Copy full SHA for 6998a5d - Browse repository at this point
Copy the full SHA 6998a5dView commit details
Commits on Mar 1, 2017
-
Merge pull request #528 from ripcurld0/env_var_build
Add get_env_vars to Build
Configuration menu - View commit details
-
Copy full SHA for d1c2cb7 - Browse repository at this point
Copy the full SHA d1c2cb7View commit details
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 59d129f - Browse repository at this point
Copy the full SHA 59d129fView commit details
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9e204c3 - Browse repository at this point
Copy the full SHA 9e204c3View commit details
Commits on Apr 3, 2017
-
Merge pull request #538 from chrisgavin/folder-support
Add support for jobs in folders.
Configuration menu - View commit details
-
Copy full SHA for fe261f9 - Browse repository at this point
Copy the full SHA fe261f9View commit details -
Merge pull request #533 from jnaulty/fix-artifact-spelling
fix spelling of artefact to artifact
Configuration menu - View commit details
-
Copy full SHA for fa7104c - Browse repository at this point
Copy the full SHA fa7104cView commit details
Commits on Apr 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 84a5325 - Browse repository at this point
Copy the full SHA 84a5325View commit details
Commits on Apr 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 605ad22 - Browse repository at this point
Copy the full SHA 605ad22View commit details
Commits on Jun 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 386962d - Browse repository at this point
Copy the full SHA 386962dView commit details
Commits on Jun 20, 2017
-
Change-Id: I9121730c1ff0dc2ebea8b9ee833eac4a4c6e250e
Configuration menu - View commit details
-
Copy full SHA for ec259bc - Browse repository at this point
Copy the full SHA ec259bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf8898 - Browse repository at this point
Copy the full SHA aaf8898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9385308 - Browse repository at this point
Copy the full SHA 9385308View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe403de - Browse repository at this point
Copy the full SHA fe403deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11da745 - Browse repository at this point
Copy the full SHA 11da745View commit details -
Dropped support for Jenkins 1.x
Change-Id: Ic9cb19801ea74bb283f6977d2bf0f5ac6f04414e
Configuration menu - View commit details
-
Copy full SHA for 1c45a17 - Browse repository at this point
Copy the full SHA 1c45a17View commit details
Commits on Jun 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c641d2a - Browse repository at this point
Copy the full SHA c641d2aView commit details
Commits on Jun 22, 2017
-
Change-Id: I3ea496933837fd03423286a3c7c27ebd8672ae44
Configuration menu - View commit details
-
Copy full SHA for a9f7040 - Browse repository at this point
Copy the full SHA a9f7040View commit details
Commits on Jun 23, 2017
-
Add missing packages from package
Change-Id: I0fe2a8bc8bb55aa237580c0ec7c7c52689274823
Configuration menu - View commit details
-
Copy full SHA for 1a6b01a - Browse repository at this point
Copy the full SHA 1a6b01aView commit details
Commits on Jun 26, 2017
-
Enabled 5 retries at request lib level
Change-Id: If5a1bfa4cc405eeaf34c93992405edc64287ee51
Configuration menu - View commit details
-
Copy full SHA for 9b653c3 - Browse repository at this point
Copy the full SHA 9b653c3View commit details
Commits on Aug 30, 2017
-
Added missing plugin and changed wait for restart test (#579)
* add envinject-api plugin * allow building all branches and trigger release only on master * add more details while waiting for restart
Configuration menu - View commit details
-
Copy full SHA for 4bdab62 - Browse repository at this point
Copy the full SHA 4bdab62View commit details
Commits on Sep 1, 2017
-
Fix bug when using private key file(on master) to create ssh credenti…
…al. (#573) * In the credential part, we need one more attribute when using the private key on master. * reformat comment * follow python rules * fix pylint error
Configuration menu - View commit details
-
Copy full SHA for a2246e0 - Browse repository at this point
Copy the full SHA a2246e0View commit details -
Add support for AWS Credentials (#572)
* Add support for AWS Credentials * Fix pylint message
Configuration menu - View commit details
-
Copy full SHA for 2e433c1 - Browse repository at this point
Copy the full SHA 2e433c1View commit details
Commits on Sep 3, 2017
-
change disabled job detection (#543)
* change disabled job detection * is_enabled returns True when nothing is disabled
Configuration menu - View commit details
-
Copy full SHA for 7351f3a - Browse repository at this point
Copy the full SHA 7351f3aView commit details
Commits on Dec 9, 2017
-
add new plugin dependencies, fix all tests
* added couple of methods to Node, so test can configure number of executors on master node * removed some delays, added one new delay
Configuration menu - View commit details
-
Copy full SHA for 0ccd785 - Browse repository at this point
Copy the full SHA 0ccd785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987650f - Browse repository at this point
Copy the full SHA 987650fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08b040 - Browse repository at this point
Copy the full SHA b08b040View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd3f90 - Browse repository at this point
Copy the full SHA cdd3f90View commit details -
Close #583: Handle parameters with secret values
Also permit passing extra params to py.test (e.g. -k testname) for faster iterations.
Configuration menu - View commit details
-
Copy full SHA for a772ea5 - Browse repository at this point
Copy the full SHA a772ea5View commit details -
It's possible for queued tasks to be unnamed. This is the case when using Pipeline jobs. Check that tasks have names before referring to it.
Configuration menu - View commit details
-
Copy full SHA for 31dbba9 - Browse repository at this point
Copy the full SHA 31dbba9View commit details
Commits on Dec 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 689c702 - Browse repository at this point
Copy the full SHA 689c702View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad703d2 - Browse repository at this point
Copy the full SHA ad703d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d031551 - Browse repository at this point
Copy the full SHA d031551View commit details
Commits on Dec 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7ebeba8 - Browse repository at this point
Copy the full SHA 7ebeba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bbf50 - Browse repository at this point
Copy the full SHA a7bbf50View commit details -
Add plugin uninstall; install exact versions
of plugins. Previously, installing plugins would result in a POST to pluginManager/installNecessaryPlugins, but this endpoint will always ignore the requested version and install the latest version. Plugin versions that are not the latest version can only be installed by uploading the hpi/jpi file for that version. To get the previous versions' hpi file, the update-center.json file will be parsed to retrive the download URL for the current version. The current version number in the url will then be replaced by the requested version number. The plugin will be downloaded, unpacked and eventual dependencies (at their latest version) will be installed. This commit also introduces the ability to uninstall plugins and adds an option to wait for reboot (moved from test_restart integration test) when calling safe_restart().
Configuration menu - View commit details
-
Copy full SHA for 2a00de4 - Browse repository at this point
Copy the full SHA 2a00de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef141c - Browse repository at this point
Copy the full SHA 7ef141cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c063e2 - Browse repository at this point
Copy the full SHA 5c063e2View commit details -
Move update_center_dict handling to Plugins class, hopefully fix wron…
…g version issues by restarting after install
Configuration menu - View commit details
-
Copy full SHA for d316a61 - Browse repository at this point
Copy the full SHA d316a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58f253 - Browse repository at this point
Copy the full SHA a58f253View commit details -
Fix Plugin Manifest parsing, plugin install status
from Jenkins' update center. Take into account `optional` in Manifests\' Plugin-Dependencies string, mention plugin name if an Exception is raised, better check if plugin version is already installed, for Jenkins 2.x get install status from update_center, which is more precise than just checking if a plugin is loaded in Jenkins (which we do if communicating with Jenkins 1.x).
Configuration menu - View commit details
-
Copy full SHA for ce5fccf - Browse repository at this point
Copy the full SHA ce5fccfView commit details -
Add unittests for installed plugin version
and parsing plugin dependencies from Manifest file.
Configuration menu - View commit details
-
Copy full SHA for a74ddcd - Browse repository at this point
Copy the full SHA a74ddcdView commit details -
Move Manifest parsing code to utils/manifest.py
and limit restarting after plugin installation (when calling `jenkins.install_plugins(restart=True)`) to when it is required (in Jenkins 2.X, relies on updateCenter/installStatus which is not available in Jenkins 1.X).
Configuration menu - View commit details
-
Copy full SHA for f50fd7e - Browse repository at this point
Copy the full SHA f50fd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe92c90 - Browse repository at this point
Copy the full SHA fe92c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bf50a - Browse repository at this point
Copy the full SHA 72bf50aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3351b - Browse repository at this point
Copy the full SHA 4f3351bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c070ab - Browse repository at this point
Copy the full SHA 8c070abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82a1b1 - Browse repository at this point
Copy the full SHA c82a1b1View commit details
Commits on Dec 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c325598 - Browse repository at this point
Copy the full SHA c325598View commit details
Commits on Dec 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d683b5c - Browse repository at this point
Copy the full SHA d683b5cView commit details
Commits on Dec 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 115b9cc - Browse repository at this point
Copy the full SHA 115b9ccView commit details
Commits on Dec 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f2747d4 - Browse repository at this point
Copy the full SHA f2747d4View commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 384ef7a - Browse repository at this point
Copy the full SHA 384ef7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2d167 - Browse repository at this point
Copy the full SHA 8b2d167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 496e71d - Browse repository at this point
Copy the full SHA 496e71dView commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e5861e - Browse repository at this point
Copy the full SHA 5e5861eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0781f - Browse repository at this point
Copy the full SHA 6b0781fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 369dc54 - Browse repository at this point
Copy the full SHA 369dc54View commit details
Commits on Feb 18, 2018
-
- do not loop over all nodes to get single node (suggested by #615) - nodes url is calculated in Nodes - proper exceptions raised from Nodes - Jenkins won't do pre-check for existance of nodes
Configuration menu - View commit details
-
Copy full SHA for d8d5a07 - Browse repository at this point
Copy the full SHA d8d5a07View commit details
Commits on Mar 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 662f15a - Browse repository at this point
Copy the full SHA 662f15aView commit details
Commits on Mar 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 32b2cb2 - Browse repository at this point
Copy the full SHA 32b2cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce32d2 - Browse repository at this point
Copy the full SHA cce32d2View commit details -
Added methods to Node for querying information stored in the monitors…
… section of the api tree. These allow the querying of: - The node's available and total physical memory. - The node's available and total swap space. - The local path of the node's workspace area. - The size of the node's workspace area. - The local path of the node's temporary area. - The size of the node's temporary area. - The node's architecture (eg. "Linux"). - The node's average response time. - The clock difference between the node and the Jenkins master.
Configuration menu - View commit details
-
Copy full SHA for 2d3306f - Browse repository at this point
Copy the full SHA 2d3306fView commit details -
Move common Node creation functionality out of Nodes.iteritems and No…
…des.__getitem__ and in to its own private _make_node function.
Configuration menu - View commit details
-
Copy full SHA for 2ce369a - Browse repository at this point
Copy the full SHA 2ce369aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f10cb7 - Browse repository at this point
Copy the full SHA 2f10cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4420abd - Browse repository at this point
Copy the full SHA 4420abdView commit details -
Add additional methods Nodes.items(), Nodes.itervalues() and Nodes.va…
…lues() to match the methods provided by the built in dict class.
Configuration menu - View commit details
-
Copy full SHA for 1caf4f1 - Browse repository at this point
Copy the full SHA 1caf4f1View commit details
Commits on Mar 27, 2018
-
Add new method Jenkins.run_groovy_script(self, script) for running ar…
…bitrary groovy scripts on the Jenkins server. This fixes #601.
Configuration menu - View commit details
-
Copy full SHA for b412db2 - Browse repository at this point
Copy the full SHA b412db2View commit details
Commits on Mar 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 233397e - Browse repository at this point
Copy the full SHA 233397eView commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1d8891d - Browse repository at this point
Copy the full SHA 1d8891dView commit details
Commits on May 16, 2018
-
Get Build url for a given build object (#635)
Get Build url for a given build object
Configuration menu - View commit details
-
Copy full SHA for fb2d29c - Browse repository at this point
Copy the full SHA fb2d29cView commit details -
Retrieve git repo url for a given build (#634)
* Retrieve git repo url for a given build *Given a build get_repo_url shall return the git repo url of that build * Implemented for git only as of now * Fix tests for git_repo_url * fix pydoc style issues * fix test cases * Fix tests for get_repo_url * Make changes to comply with pytest * Make changes to comply with pytest * Make changes to comply with pytest * Make Jenkins api compatibility change * Make changes to comply with pytest * Make changes to retur repo url as a string in all scenarios * Revert syntax for tests to assert error * remove unwanted tests * dummy commit
Configuration menu - View commit details
-
Copy full SHA for 7fceffb - Browse repository at this point
Copy the full SHA 7fceffbView commit details
Commits on Jun 4, 2018
-
Changing to *args and **kwargs in requester init. Fixing TypeError bug (
#640) * Changing to *args and **kwargs in requester init * fixing lint errors * making username and passwords keyword arguments to match Requester class signature * using args to handle regression test cases * using args to handle regression test cases * using adding try block to catch username set but no password * raising assertionError is password is not set * fake commit to re-trigger tests due to connection error * removing additional blank linke * Raising ValueError when password is invalid * fixing lint issue * surronding print with parenthesis for python 3.x * removing print to fix travis complaint
Configuration menu - View commit details
-
Copy full SHA for 0a10e81 - Browse repository at this point
Copy the full SHA 0a10e81View commit details
Commits on Jul 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ae1dd1 - Browse repository at this point
Copy the full SHA 0ae1dd1View commit details
Commits on Jul 2, 2018
-
Python 3.6 and 3.7 support (#641)
* Python 3.6 and 3.7 support in travis.yml * Updated the readme and the setup.cfg to disply versions that are currently tested in travis
Configuration menu - View commit details
-
Copy full SHA for ec5e25c - Browse repository at this point
Copy the full SHA ec5e25cView commit details -
Expanded test coverage for view.py (#646)
* Renamed test in test_view.py * Removed unittest from test_view * View add job now tested * Added test for remove job function from view * Changed function names can be longer than 40 characters * Fixed linting issues with pylint * Fixed test * Shortened line so test would pass
Configuration menu - View commit details
-
Copy full SHA for e80062c - Browse repository at this point
Copy the full SHA e80062cView commit details
Commits on Jul 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c4cc1e1 - Browse repository at this point
Copy the full SHA c4cc1e1View commit details
Commits on Aug 13, 2018
-
Remove ssh credentials no longer supported by ssh credentials plugin (#…
…657) * removed obsolete SSH credential types * fix pytest version for causing incompatibilities with minor update * add pylint rules to ignore * removed Python 3.7 test because Travis fails to downloat Python 3.7 * move build into travis stage and add 3.6 env to tox * refactor test * force to run on GCE - other platforms in Travis cause random test failures
Configuration menu - View commit details
-
Copy full SHA for 51e4eac - Browse repository at this point
Copy the full SHA 51e4eacView commit details
Commits on Sep 2, 2018
-
* Fix the use of assertEquals() in tests * Fix the use of logging.warn() * Fix 2 ResourceWarning: unclosed file, in test
Configuration menu - View commit details
-
Copy full SHA for 0f79ccf - Browse repository at this point
Copy the full SHA 0f79ccfView commit details
Commits on Oct 12, 2018
-
update README dev guide (#667)
The development section of the README contained information that was no longer up to date, making contributions harder.
Configuration menu - View commit details
-
Copy full SHA for a50260d - Browse repository at this point
Copy the full SHA a50260dView commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8b152f0 - Browse repository at this point
Copy the full SHA 8b152f0View commit details
Commits on Nov 10, 2018
-
Handle changesets returned by Jenkins job that use Pipeline (#654)
* Handle case of pipeline jobs returning changesets instead of changeset when calling API
Configuration menu - View commit details
-
Copy full SHA for 8ff346b - Browse repository at this point
Copy the full SHA 8ff346bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4a008 - Browse repository at this point
Copy the full SHA 5d4a008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9874906 - Browse repository at this point
Copy the full SHA 9874906View commit details -
Add method to update offline reason for a node. (#613)
* Add method to update offline reason for a node. * fixed bugs and added test
Configuration menu - View commit details
-
Copy full SHA for 2ecfd56 - Browse repository at this point
Copy the full SHA 2ecfd56View commit details
Commits on Nov 13, 2018
-
Aleksey Maksimov committed
Nov 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 8e051bd - Browse repository at this point
Copy the full SHA 8e051bdView commit details -
Aleksey Maksimov committed
Nov 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ecf093 - Browse repository at this point
Copy the full SHA 8ecf093View commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b779702 - Browse repository at this point
Copy the full SHA b779702View commit details
Commits on Nov 25, 2018
-
Aleksey Maksimov committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 94e94b4 - Browse repository at this point
Copy the full SHA 94e94b4View commit details -
add dependency plugin: trilead-api
Aleksey Maksimov committedNov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for fc589c9 - Browse repository at this point
Copy the full SHA fc589c9View commit details -
Aleksey Maksimov committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for ad20dc1 - Browse repository at this point
Copy the full SHA ad20dc1View commit details -
Aleksey Maksimov committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 37bbb00 - Browse repository at this point
Copy the full SHA 37bbb00View commit details -
Aleksey Maksimov committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 649968b - Browse repository at this point
Copy the full SHA 649968bView commit details
Commits on Nov 26, 2018
-
disable pyling check of unnecessary-pass
Aleksey Maksimov committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 66c8084 - Browse repository at this point
Copy the full SHA 66c8084View commit details -
* Add methods to delete plugins * Add restart-function to all plugin-methods * Change plugin-installation restart-options and change tests accordingly * Add error for wrong plugin shortName * Add warning for manual reboot on plugin installation or deletion * Add plugin installation and deletion systests
Configuration menu - View commit details
-
Copy full SHA for a84b2de - Browse repository at this point
Copy the full SHA a84b2deView commit details -
Aleksey Maksimov committed
Nov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b1e1cd - Browse repository at this point
Copy the full SHA 8b1e1cdView commit details -
Aleksey Maksimov committed
Nov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for a87a5cd - Browse repository at this point
Copy the full SHA a87a5cdView commit details
Commits on Dec 27, 2018
-
Support keyworded variables for requester, fixes #679 (#682)
* Support keyworded variables for requester, fixes #679 * Provide compatibility with positional keyworded arguments like v0.3.6 * Add parameter tests for requester.py
Configuration menu - View commit details
-
Copy full SHA for 428543e - Browse repository at this point
Copy the full SHA 428543eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c18310 - Browse repository at this point
Copy the full SHA 3c18310View commit details
Commits on Dec 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fa69632 - Browse repository at this point
Copy the full SHA fa69632View commit details
Commits on Jan 20, 2019
-
Use session id cookie to improve performace (#685)
* Use session id cookie to improve performace * Add unittest
Configuration menu - View commit details
-
Copy full SHA for 1b73a11 - Browse repository at this point
Copy the full SHA 1b73a11View commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 17edbef - Browse repository at this point
Copy the full SHA 17edbefView commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc51b76 - Browse repository at this point
Copy the full SHA fc51b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44618da - Browse repository at this point
Copy the full SHA 44618daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a16ea18 - Browse repository at this point
Copy the full SHA a16ea18View commit details
Commits on Apr 4, 2019
-
See if Jenkins is lazy when loading build history (#698)
add test for that too
Configuration menu - View commit details
-
Copy full SHA for 62da2c5 - Browse repository at this point
Copy the full SHA 62da2c5View commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49724e5 - Browse repository at this point
Copy the full SHA 49724e5View commit details
Commits on Apr 12, 2019
-
url encode folder name, to fix forward slashes (#702)
* url encode folder name, to fix forward slashes * switch to six for urlquote
Configuration menu - View commit details
-
Copy full SHA for bbbe772 - Browse repository at this point
Copy the full SHA bbbe772View commit details
Commits on Apr 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b4d62f1 - Browse repository at this point
Copy the full SHA b4d62f1View commit details
Commits on May 11, 2019
-
* ignore dot files * Rerun CI
Configuration menu - View commit details
-
Copy full SHA for db100e3 - Browse repository at this point
Copy the full SHA db100e3View commit details
Commits on May 13, 2019
-
generate new api token for logged in user (#706)
* generate new api token for logged in user * line length reduced * Rerun CI * ignore .venv and .eggs * added test for new token * Rerun CI * Rerun CI
Configuration menu - View commit details
-
Copy full SHA for 7cf0224 - Browse repository at this point
Copy the full SHA 7cf0224View commit details
Commits on May 14, 2019
-
* simplify crumb usage * new argument placed last for backward comp. * Rerun CI * ignore .venv and .eggs
Configuration menu - View commit details
-
Copy full SHA for 0e132da - Browse repository at this point
Copy the full SHA 0e132daView commit details
Commits on May 15, 2019
-
* ignore virtual env * codestyle ignore .eggs and .venv * added safeExit * removed unused imports * pytest-ordering added, one test removed * test removed, cant test, no test for exit either! * added check for unresponsiveness * __jenkins_is_unresponsive fixed * add quiet down and cancel quiet down * pytest-ordering removed from test-requirements.txt * quotes removed from comment * assert added to test, access to api/python added * requested changes removed * added test_safe_exit * ignore .vscode and java war * Rerun CI * Update jenkins.py Blank line removed
Configuration menu - View commit details
-
Copy full SHA for 6d3bf94 - Browse repository at this point
Copy the full SHA 6d3bf94View commit details
Commits on Jun 15, 2019
-
Fix for build.get_artifacts() (#712)
* Fix for build.get_artifacts() * Artifact dictionary returned is indexed by relative_path rather than filename. * Fix for relative_path
Configuration menu - View commit details
-
Copy full SHA for 082468e - Browse repository at this point
Copy the full SHA 082468eView commit details
Commits on Aug 4, 2019
-
Fix failures caused by plugins (#718)
trilead-api refuses to run on LTS Jenkins - use last compatible version Set all urls to jenkins.io - more stable Use plugin w/o junit dependence for testing plugin installs. Junit dependency causes instability in Jenkins.
Configuration menu - View commit details
-
Copy full SHA for 10b0650 - Browse repository at this point
Copy the full SHA 10b0650View commit details -
Feature/multibranch pipeline job (#715)
* add jenkins.create_multibranch_pipeline_job() method * add unittest for jenkins.create_multibranch_pipeline_job() * speedup using jenkins.get_jobs_list()
Configuration menu - View commit details
-
Copy full SHA for 76d64d1 - Browse repository at this point
Copy the full SHA 76d64d1View commit details
Commits on Sep 19, 2019
-
Updates Requester to use a Session, maintaining cookies (#727)
* Updates Requester to use a Session, maintaining cookies At least as of jenkins 2.176.3 csrf check requires the cookie issued when requesting a csrf token to also be present in requests. * Fix unittests
Configuration menu - View commit details
-
Copy full SHA for 450f2e3 - Browse repository at this point
Copy the full SHA 450f2e3View commit details
Commits on Oct 15, 2019
-
* change version of trilead-api plugin * disable pylint check for unnecessary-comprehension * bump trilead-api version
Configuration menu - View commit details
-
Copy full SHA for 99c0eeb - Browse repository at this point
Copy the full SHA 99c0eebView commit details
Commits on Oct 16, 2019
-
Create Node by providing predetermined configuration (#730)
* added create node by predetermined configurations * reversed unintentional formatting changes * Made python 2.7 fix * use isinstance() instead of type()
Configuration menu - View commit details
-
Copy full SHA for bf969f6 - Browse repository at this point
Copy the full SHA bf969f6View commit details
Commits on Oct 18, 2019
-
Fixed problems with changeSets (#717)
* Fixed get changeSet & get git rev * Removed forgotten print * Fixed get changeSet & get git rev * Removed forgotten print * Prepare fix for jenkinsapi changeSets issue * Fix add missing new line * Fix: revert LastBuildRevision * Fix wrong json changeSets kind search * Add check ChangeSet is not empty list and kind exists * Get csv in a separate function
Configuration menu - View commit details
-
Copy full SHA for f389a9c - Browse repository at this point
Copy the full SHA f389a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be76b86 - Browse repository at this point
Copy the full SHA be76b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dd9e9 - Browse repository at this point
Copy the full SHA b8dd9e9View commit details
Commits on Oct 20, 2019
-
* install latest jdk-tool required by many plugins at version 1.0, but fails other plugins at that version * Use simpler plugins for tests * increase jenkins timeout for all tests
Configuration menu - View commit details
-
Copy full SHA for c6c86ef - Browse repository at this point
Copy the full SHA c6c86efView commit details
Commits on Oct 21, 2019
-
Fixed idle state not being refreshed (#575)
* Fixed idle state not being refreshed I need to check when the node becomes idle again and the idle state was not being refreshed. * Added block_until_idle function This is to wait for a node to become idle. * formatting to make code checked happy * Remove duplicated code after rebase
Configuration menu - View commit details
-
Copy full SHA for 9cf73ad - Browse repository at this point
Copy the full SHA 9cf73adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6c1d6 - Browse repository at this point
Copy the full SHA 0a6c1d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52a5a6 - Browse repository at this point
Copy the full SHA e52a5a6View commit details -
* ask Jenkins only for quietingDown * don't wait for jenkins exit
Configuration menu - View commit details
-
Copy full SHA for 713bb4f - Browse repository at this point
Copy the full SHA 713bb4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2dfed0 - Browse repository at this point
Copy the full SHA f2dfed0View commit details
Commits on Oct 24, 2019
-
Add debug log message in JenkinsBase.process_job_folder to follow exe…
…cution progress (#738)
Configuration menu - View commit details
-
Copy full SHA for 09304b9 - Browse repository at this point
Copy the full SHA 09304b9View commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dce4073 - Browse repository at this point
Copy the full SHA dce4073View commit details
Commits on Oct 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e93675 - Browse repository at this point
Copy the full SHA 8e93675View commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c69865 - Browse repository at this point
Copy the full SHA 6c69865View commit details
Commits on Dec 23, 2019
-
Add quiet period parameter to job invoke (#758)
* Add quiet period parameter to job invoke * Fix a typo in build quiet peroid comment
Configuration menu - View commit details
-
Copy full SHA for 0061c7b - Browse repository at this point
Copy the full SHA 0061c7bView commit details
Commits on Dec 27, 2019
-
Fixing retrying logic by introducing a max_retries param (#739)
The original code did NOT have the expected impact: https://github.com/psf/requests/blob/v2.22.0/requests/adapters.py#L117
Configuration menu - View commit details
-
Copy full SHA for 891cc08 - Browse repository at this point
Copy the full SHA 891cc08View commit details
Commits on May 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 299a1b9 - Browse repository at this point
Copy the full SHA 299a1b9View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b999a86 - Browse repository at this point
Copy the full SHA b999a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b184882 - Browse repository at this point
Copy the full SHA b184882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f8ddb - Browse repository at this point
Copy the full SHA 47f8ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf7a19 - Browse repository at this point
Copy the full SHA 5bf7a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce36949 - Browse repository at this point
Copy the full SHA ce36949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abe426 - Browse repository at this point
Copy the full SHA 4abe426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11954c7 - Browse repository at this point
Copy the full SHA 11954c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636d2b1 - Browse repository at this point
Copy the full SHA 636d2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d145f - Browse repository at this point
Copy the full SHA e8d145fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0b14b36 - Browse repository at this point
Copy the full SHA 0b14b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee361e - Browse repository at this point
Copy the full SHA 4ee361eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e959d - Browse repository at this point
Copy the full SHA 19e959dView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2623a7 - Browse repository at this point
Copy the full SHA f2623a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fb33f - Browse repository at this point
Copy the full SHA 50fb33fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27633d - Browse repository at this point
Copy the full SHA d27633dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e40dc9f - Browse repository at this point
Copy the full SHA e40dc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1af616 - Browse repository at this point
Copy the full SHA b1af616View commit details
Commits on Mar 29, 2023
-
Added Python typing hints to most of the code
* Updated README about compatibility with Python 2.x * Created LICENSE and CONTRIBUTING files * Update CI pipeline to allow building only last commit and cancel builds in progress * Added more unit tests for Build
Configuration menu - View commit details
-
Copy full SHA for 99cacc3 - Browse repository at this point
Copy the full SHA 99cacc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2a23f - Browse repository at this point
Copy the full SHA ec2a23fView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 525cf02 - Browse repository at this point
Copy the full SHA 525cf02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284fa60 - Browse repository at this point
Copy the full SHA 284fa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5929fc4 - Browse repository at this point
Copy the full SHA 5929fc4View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 231cea3 - Browse repository at this point
Copy the full SHA 231cea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876678a - Browse repository at this point
Copy the full SHA 876678aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 4494278 - Browse repository at this point
Copy the full SHA 4494278View commit details
Commits on Dec 29, 2023
-
Readme Updates: Remove redundant words, move install and example to top
* Removed shell formatting from examples to allow users to directly copy and paste * Gave venv example a name and location * Turned hyperlinks into proper links * Remove requirements plugin, domain is for sale
Configuration menu - View commit details
-
Copy full SHA for 733cf88 - Browse repository at this point
Copy the full SHA 733cf88View commit details
Commits on Oct 9, 2024
-
Merge pull request #853 from clintonsteiner/updateReadme
Readme Updates: Remove redundant words, move install and example to top
Configuration menu - View commit details
-
Copy full SHA for e666b1a - Browse repository at this point
Copy the full SHA e666b1aView commit details