Skip to content
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

Bring up to speed with base #1

Open
wants to merge 86 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
4b5c5db
Introduce support of xvfb
dmeremyanin Feb 12, 2015
5291f38
Add failing spec to prove there are threadsafety issues.
danbernier Sep 8, 2016
688587b
Fix threadsafety issue.
danbernier Sep 8, 2016
d99ce74
Remove middleware spec that examines mutated state.
danbernier Sep 8, 2016
3e3b7b1
Fix typo
gitname Jan 12, 2017
5b131b8
Remove `config.protocol` from the README.
danbernier Feb 12, 2017
d333bca
Allow PDFKit middleware to receive javascript delay option through re…
abrom Mar 2, 2017
dca550e
Merge pull request #391 from abrom/master
serene Jan 22, 2019
a18b427
Missing version bump
Feb 15, 2019
0a00b01
Add Ruby 2.3 to travis
Feb 15, 2019
96ac06d
Merge pull request #432 from pdfkit/version_bump
serene Feb 15, 2019
c6e4412
Merge pull request #277 from dmeremyanin/xvfb
serene Feb 21, 2019
8414376
Merge pull request #389 from danbernier/remove-config-protocol-from-r…
serene Feb 21, 2019
df210d4
Remove support for Ruby < 2.2 (#429)
serene Feb 22, 2019
5e0f07a
Update activesupport, remove Ruby 1.9.2 compatibility
Feb 22, 2019
4a7bd44
Merge pull request #434 from pdfkit/update_dependencies
serene Feb 22, 2019
b611084
Merge branch 'master' into threadsafety
danbernier Feb 22, 2019
af9940e
Merge pull request #377 from danbernier/threadsafety
serene Feb 22, 2019
5bbda84
Version bump for bug fixes
Feb 22, 2019
4d06050
Merge pull request #435 from pdfkit/version_0.8.4.1
serene Feb 22, 2019
40e4b62
Merge pull request #386 from gitname/patch-1
serene Feb 24, 2019
b542f34
Subclass PDFkit errors
nikolai-b Feb 26, 2019
3fdb620
Raise custom error when command fails
nikolai-b Feb 26, 2019
99d27f0
Follow rubocop error raise style
nikolai-b Feb 26, 2019
e29b345
Condition of disposition to force attachment
dannnylo Mar 7, 2019
3ed25a6
Condition of disposition to force attachment
dannnylo Mar 7, 2019
4977107
Update README.md
andrelamontegomes Apr 16, 2019
33477b9
Don't break verbose when assigning default options [fixes #376]
sshaw May 26, 2019
de6157b
docs: fix typo
Jason-Cooke Jul 10, 2019
e03eba9
Update Travis CI config
gi Sep 5, 2019
4c93eb1
Merge pull request #451 from gi/issue-450-travis-ci
serene Sep 6, 2019
2239266
Merge pull request #436 from nikolai-b/master
serene Sep 6, 2019
c522354
Merge pull request #437 from dannnylo/middleware_disposition
serene Sep 6, 2019
6ee6e5e
Merge pull request #442 from sshaw/master
serene Sep 6, 2019
abe6932
Add support for Tempfile sources
gi Sep 5, 2019
bf993c8
Merge pull request #449 from gi/issue-448-tempfile
serene Sep 6, 2019
d6b32ef
Improve path detection fallback
jarthod Jan 22, 2020
d27fd8c
Add changelog entry
jarthod Jan 23, 2020
9a81594
remove comment
jarthod Jan 23, 2020
e3f5c03
Add github action to close stale issues
serene Jan 24, 2020
eca1932
Merge pull request #461 from pdfkit/action-stale-issues
serene Jan 24, 2020
842c74e
Update stale messages
serene Jan 27, 2020
8c4b9f9
Merge pull request #462 from pdfkit/update-stale-message
serene Feb 27, 2020
4b74eb6
Merge pull request #439 from gomesac/patch-1
serene Apr 1, 2020
b2b4a40
Merge pull request #444 from Jason-Cooke/patch-1
serene Apr 1, 2020
2246d3f
Merge pull request #460 from jarthod/improve-path-detection
serene Apr 1, 2020
bd5fddb
Version bump to v.0.8.4.2
serene Apr 1, 2020
fa54af4
Merge pull request #463 from pdfkit/0.8.4.2-bump
serene Apr 1, 2020
083d5d2
Update rake
serene Apr 1, 2020
8ae7484
only grab last line of bundle exec which output
maneyko Apr 1, 2020
84dc02c
Don't override request level content-disposition if it exists
bradleypriest Apr 9, 2020
7f8d654
Add missing require statements for tempfile
May 13, 2020
f38399f
Return 500 status when an exception is caught
steventux May 21, 2020
d594077
add spec to emulate docker environment without user HOME directory
maneyko Jun 11, 2020
24e6d7d
Merge pull request #466 from bradleypriest/fix-disposition
serene Jul 6, 2020
cf04582
Merge pull request #471 from pdfkit/update_rake
serene Jul 6, 2020
5678367
Merge pull request #467 from wconrad/require-tempfile
serene Jul 6, 2020
bbaac04
Merge pull request #464 from maneyko/path-detection-last-line
serene Jul 6, 2020
1f8abf9
Merge pull request #469 from steventux/master
serene Jul 6, 2020
19d55cd
Update download url for wkhtmltopdf (#473)
serene Jul 6, 2020
cc18abe
Version bump to 0.8.4.3 (#474)
serene Jul 6, 2020
b0170f8
Bump to version 0.8.4.3.1 (#475)
serene Jul 6, 2020
17f4efe
Scope middleware rescue block to PDF generation (#476)
steventux Jul 8, 2020
edd9faa
Add github action to automatically draft release notes (#479)
serene Aug 16, 2020
4150707
Fix release drafter github action (#481)
serene Aug 16, 2020
18f9fd4
Version bump to 0.8.4.3.2 (#480)
serene Aug 16, 2020
a3f6c47
Fix to render stylesheets as html safe string on Rails 6 (#483)
tricknotes Jan 24, 2021
898ecbe
Make `PDFKit::VERSION` public (#484)
tricknotes Jan 24, 2021
83a64fc
Version bump to 0.8.5 (#486)
serene Jan 24, 2021
4a9c9bc
Enable bundler caching for travis (#488)
Taher-Ghaleb May 3, 2021
ecd18e6
Enable tests on GitHub Actions (#502)
leonyip Apr 4, 2022
965c1bb
Update for new Ruby and Rails versions (#499)
BrianHawley Apr 11, 2022
3f4583a
Fix syntax error (#503)
leonyip Apr 11, 2022
46cdf53
Bump to 0.8.6 (#504)
serene Apr 11, 2022
41068fd
Lowercase the header names for rack 3 changes (#511)
serene Sep 28, 2022
54b4941
modify url_needs_escaping (#509)
KWkyle Oct 2, 2022
6d0a162
Fix typo (#510)
mdh Oct 2, 2022
6213317
Bump to 0.8.7 (#513)
serene Oct 2, 2022
089e5de
fix: support non-lower-case Content-Type header provided by app (#516)
vladimir-mencl-eresearch Oct 12, 2022
ceca488
Bump to 0.8.7.1 (#520)
serene Oct 17, 2022
79ec0c0
Call `IO.popen` with an Array of command arguments (#518). (#519)
postmodern Oct 18, 2022
404a5a4
Bump to 0.8.7.2 (#521)
serene Oct 18, 2022
29a3dd4
Allow passing a `Pathname` object to the `path` argument (#522)
yujideveloper Jan 11, 2023
2deebe3
Update repeatable options (#524)
mguidetti Feb 27, 2023
8f16704
V0.8.7.3 build failure fixes (#530)
Daniel-N-Huss May 29, 2023
762b366
Bump to v0.8.7.3 (#529)
serene May 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix syntax error (pdfkit#503)
  • Loading branch information
leonyip authored Apr 11, 2022
commit 3f4583a89b30dceac321b517a08146e174dde2b0
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@ jobs:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# config-name: my-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}