Skip to content

Commit 47e0174

Browse files
add changelog (#896)
1 parent 5980a1d commit 47e0174

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
- feature: add launch method to Node class (#849)
4+
- convert to using ruff for linting (#895)
5+
- update harden runner (#894)
6+
- change url to pull jenkins.war file (#893)
7+
- Make sure to filter warnings to errors (#868)
8+
- Revert "dependabot" (#888)
9+
- dependabot (#887)
10+
- makefile: update for uv compatibility (#886)
11+
- update pre-commit versions (#885)
12+
- remove deprecated setup (#884)
13+
- housekeeping: readme, license, pyproject.toml (#881)
14+
- update install commands to use uv (#882)
15+
- ci: update java to 21 (#883)
16+
- convert to uv and pyproject.toml (#879)
17+
- ci: update checkout to v4 (#880)
18+
- ci: remove apt-get update, install, and pip upgrade as unnecessary (#878)
19+
- docs: fix build (#876)
20+
- add support for 3.12 and 3.13 (#877)
21+
- Correctly specify python version (#858)
22+
- Merge pull request #874 from clintonsteiner/fixSeveralCiIssues
23+
- ci: add in missing plugins
24+
- ci: harden runner - set to audit for now
25+
- ci: add mirrors to harden whitelist
26+
- test_build: fix failing tests
27+
- ci: tests fail because jenkins requires java 17 - setup in github action
28+
- makefile: fix py.test according to pytest documentation
29+
- ci: fix issue causing runner to crash in setup
30+
- Merge pull request #853 from clintonsteiner/updateReadme
31+
- Readme Updates: Remove redundant words, move install and example to top
32+
- [pre-commit.ci] auto fixes from pre-commit.com hooks
33+
- fix: jenkinsapi crashing jenkins_is_unavaiable
34+
- [pre-commit.ci] auto fixes from pre-commit.com hooks
35+
- Support for using unicode characters in update_config
36+
- Decode content using the encoding specified in the response
37+
- Fixing plugin dependencies
38+
- Fix console scripts in pyproject.toml
39+
- Added Python typing hints to most of the code
40+
- Bump version
41+
- Move utils into jenkinsapi.utils module
42+
- Remove blank line
43+
- Update Build object docs
44+
- Add pyproject.toml
45+
- Rename Travis and Tox files
46+
- Flake8 fixes
47+
- [pre-commit.ci] auto fixes from pre-commit.com hooks
48+
- Do not call Jenkins site when testing plugins
49+
- Download Jenkins silently and improve plugin downloads
50+
- Fix failing tests and commented ones not working
51+
- Add flake8 to test requirements
52+
- Install test dependencies
53+
- Install krb and pytest-cov in workflow
54+
- Add Github action
55+
- Pyflake8 fixes
56+
- Add pre-commit.ci configuration
57+
- Add debug logs in Queue.block_until_building (#745)
58+
- Fixing retrying logic by introducing a max_retries param (#739)
59+
- Add quiet period parameter to job invoke (#758)
60+
- useCrumbs -> use_crumbs #755 (#756)
61+
- job.py: manage scm data for multibranch pipelines (#742)
62+
63+
## 0.3.11 - Oct 31, 2019

0 commit comments

Comments
 (0)