d71aac7795
Accepting request 1235418 from devel:languages:perl:autoupdate
...
- updated to 1.1.2
see /usr/share/doc/packages/perl-Dancer2/Changes
1.1.2 2024-11-25 08:34:51-05:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* None
[ DEPRECATED ]
* None
[ MISC ]
* PR #1715 : Update deprecated download-artifact (dependabot)
* GH #1716 : Remove Scope::Upper from list of recommended deps
(Russell @veryrusty Jenkins)
* PR #1718 : Add Module::Pluggable as a requirement, excluding
broken versions (Russell @veryrusty Jenkins)
* PR #1719 : Force install of Module::Pluggable so CI can successfully
run (Jason A. Crome, Russell @veryrusty Jenkins)
OBS-URL: https://build.opensuse.org/request/show/1235418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=27
2025-01-09 16:29:46 +00:00
18f2754336
Accepting request 1188856 from devel:languages:perl:autoupdate
...
- updated to 1.1.1
see /usr/share/doc/packages/perl-Dancer2/Changes
1.1.1 2024-07-18 19:48:00-04:00 America/New_York
[ BUG FIXES ]
* GH #1712 : Fix use of send_as in templates (Andy Beverley)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* PR #1706 : Document missing logging hooks and log format option;
fix typo in logging test (Jason A. Crome)
[ DEPRECATED ]
* None
[ MISC ]
* None
OBS-URL: https://build.opensuse.org/request/show/1188856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=25
2024-07-29 13:08:48 +00:00
aa72f49b77
Accepting request 1136576 from devel:languages:perl:autoupdate
...
- updated to 1.1.0
see /usr/share/doc/packages/perl-Dancer2/Changes
1.1.0 2023-12-11 20:28:26-05:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* GH #33 : Named routes; add uri_for_route keyword (Sawyer X)
[ DOCUMENTATION ]
* None
[ DEPRECATED ]
* None
[ MISC ]
* None
OBS-URL: https://build.opensuse.org/request/show/1136576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=23
2024-01-04 15:10:43 +00:00
8b78e63831
Accepting request 1116968 from devel:languages:perl:autoupdate
...
- updated to 1.0.0
see /usr/share/doc/packages/perl-Dancer2/Changes
1.0.0 2023-10-09 10:10:10-04:00 America/New_York
[ BUG FIXES ]
* GH #1663 : Allow overriding of prefix in add_route (GeekRuthie)
* GH #1675 : Stringify VERSION_FROM correctly in Makefile.PL (Jason
A. Crome)
* GH #1677 : Don't deserialize multipart form data on post (Emil
Perhinschi)
* GH #1694 : Update JS assets in Dancer2 app skel (Jason A. Crome)
[ ENHANCEMENTS ]
* PR #1682 : Bump minimum version of Perl to 5.14 (Jason A. Crome)
[ DOCUMENTATION ]
* GH #1580 : Document the purpose of the .dancer file (Jason A. Crome)
* GH #1669 : Show correct usage of Dancer2::Core::Error (GeekRuthie)
* GH #1674 : Fix POD for input_handle() (mauke)
* GH #1414 : Add documentation resources to the doc map (Jason A.
Crome, Yanick Champoux)
* PR #1684 : Remove shumphrey from core developers (Steven Humphrey)
* GH #1685 : Document the versioning scheme and Dancer2 release
process (Jason A. Crome)
* PR #1688 : Fixed various bugs/issues in Dancer2 Pod (Jason A. Crome)
* PR #1691 : Update the contribution guidelines (Jason A. Crome)
* PR #1692 : Change README extension .mkdn -> .md (Jason A. Crome)
[ DEPRECATED ]
* GH #1645 : Deprecated Dancer2::Test (Jason A. Crome)
* GH #1646 : Deprecated keyword: push_header (Jason A. Crome)
* GH #1647 : Deprecated keyword: header (Jason A. Crome)
* GH #1648 : Deprecated keyword: headers (Jason A. Crome)
* GH #1649 : Deprecated keyword: context (Jason A. Crome)
* GH #1650 : Deprecated: splat/capture named placeholders (Jason A.
Crome)
* GH #1651 : Deprecated core Request instance method:
request->dispatch_path (Jason A. Crome)
* GH #1652 : Deprecated keyword in plugins: plugin_setting (Jason A.
Crome)
* GH #1653 : Deprecated keyword in plugins: dancer_app (Jason A. Crome)
* GH #1654 : Deprecated keyword in plugins: request (Jason A. Crome)
* GH #1655 : Deprecated keyword in plugins: var (Jason A. Crome)
* GH #1656 : Deprecated keyword in plugins: hook (Jason A. Crome)
[ MISC ]
* GH #1659 : Rename `master` branch to be `main` (Yanick Champoux)
OBS-URL: https://build.opensuse.org/request/show/1116968
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=21
2023-10-19 11:28:53 +00:00
1ba5427a2d
Accepting request 1065490 from devel:languages:perl:autoupdate
...
- updated to 0.400001
see /usr/share/doc/packages/perl-Dancer2/Changes
0.400001 2023-02-05 18:41:48-05:00 America/New_York
[ BUG FIXES ]
* PR #1247 : Fix edge case in plugin compat (Sawyer X)
* GH #1621 : Fix recursion error in TT after longjump (Andy Beverley,
Russell @veryrusty Jenkins)
* PR #1667 : Remove failing module from GitHub Actions
config (Jason A. Crome)
[ ENHANCEMENTS ]
* GH #769 , PR #829 , #1662 : Rename show_errors as show_stacktrace
(Nuno Ramos Carvalho, Sawyer X)
* GH #1594 : Use Unicode::UTF8 if available (Sawyer X)
[ DOCUMENTATION ]
* GH #1657 : Fix the Dancer2::DeprecationPolicy abstract (Jason A. Crome)
* GH #1661 : Add 'gen' command to 'dancer2' runs (Steve Bertrand)
* PR #1671 : Fix broken links in POD; avoid passive voice (Tom Hukins)
OBS-URL: https://build.opensuse.org/request/show/1065490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=19
2023-02-15 17:20:33 +00:00
Stephan Kulow
f23146dd91
Accepting request 964214 from devel:languages:perl:autoupdate
...
- updated to 0.400000
see /usr/share/doc/packages/perl-Dancer2/Changes
0.400000 2022-03-13 22:16:13-04:00 America/New_York
[ BUG FIXES ]
* PR #1634 : Fix CI push setting to run tests on branches with / in the
name (Stefan Hornburg - Racke)
* PR #1641 : Fix uninitialized warnings from parsing routes with mixed
regex/splats (Russell @veryrusty Jenkins)
[ ENHANCEMENTS ]
* PR #1627 : Set minimum Perl to 5.10.1 (Peter Mottram - SysPete)
* PR #1643 : Set minimum Perl to 5.12.5 (Jason A. Crome)
[ DOCUMENTATION ]
* PR #1633 : Fix YAML example in the tutorial (Tina Müller)
* PR #1644 : Add deprecation policy to docs; link git guide (Jason A.
Crome)
OBS-URL: https://build.opensuse.org/request/show/964214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=17
2022-03-26 08:19:45 +00:00
37f51d0a64
Accepting request 914006 from devel:languages:perl:autoupdate
...
- updated to 0.301004
see /usr/share/doc/packages/perl-Dancer2/Changes
0.301004 2021-06-06 13:30:28-04:00 America/New_York
[ BUG FIXES ]
* GH #1624 : Fix missing gen subcommand in tutorial (racke)
* PR #1626 : Add File::Which to Dancer2 dependencies (Jason A. Crome)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* None
0.301003 2021-06-03 09:24:33-04:00 America/New_York
[ BUG FIXES ]
* GH #1611 : Redirect '/' doesn't always work as expected (Russell
@veryrusty Jenkins, Christopher Gurnee)
* PR #1620 : Quiet spammy failing CI builds (Jason A. Crome)
* PR #1623 : Copy Dockerfile from the right spot (Jason A. Crome)
[ ENHANCEMENTS ]
* PR #1613 : Add git features to Dancer2 CLI (Jason A. Crome)
* PR #1614 : Generate Dockerfile when creating new app (Jason A. Crome)
[ DOCUMENTATION ]
* PR #1563 : Fix typos in perlcritic.rc notes (Achyut Kumar Panda)
* PR #1609 : Document and test for missing DSL keywords (racke, Jason A.
Crome)
* PR #1618 : Provide a consistent list of community resources (Jason A.
Crome)
* PR #1619 : Clarify Dancer2::Template::Simple's role in life (Jason A.
Crome)
0.301002 2021-04-18 15:29:32-04:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* GH #1593 : Log files used to build config (Nick Tonkin)
* PR #1608 : Migrate CLI to CLI::Osprey (Jason A. Crome)
# PR #1610 : Replace File::Find with Path::Tiny in CLI (Jason A. Crome)
[ DOCUMENTATION ]
* PR #1597 : Update Core/Hook.pm Pod (Paul Clements)
OBS-URL: https://build.opensuse.org/request/show/914006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=16
2021-08-25 16:15:08 +00:00
e62cbb5d44
Accepting request 879860 from devel:languages:perl:autoupdate
...
- Remove manual dependencies in cpanspec.yml (fixed upstream)
- updated to 0.301001
see /usr/share/doc/packages/perl-Dancer2/Changes
0.301001 2021-03-17 08:52:34-04:00 America/New_York
[ BUG FIXES ]
* PR #1607 : Fix broken tests following App::Cmd removal (Jason Crome)
[ ENHANCEMENTS ]
* PR #1606 : Clean up various build prereqs (Graham Knop)
[ DOCUMENTATION ]
* None
0.301000 2021-03-15 18:58:17-04:00 America/New_York
[ BUG FIXES ]
* PR #1586 : Run version checks against MetaCPAN (Jason A. Crome)
* PR #1604 : Remove App::Cmd dependency; have script/dancer2 bail if
it's not installed (David Precious)
[ ENHANCEMENTS ]
* GH #1064 : Add DSL keyword request_data (Mickey Nasriachi)
* PR #1581 : Disable scheduled GitHub action on Forks (Gabor Szabo)
* PR #1590 : Improve install/documentation of XS modules (Jason A. Crome)
* PR #1591 : Add more plugins to GitHub Actions CI (Gabor Szabo)
[ DOCUMENTATION ]
* GH #1582 : Small fixes in Migration POD (Sergiy Borodych)
* PR #1595 : Add cookbook recipe for enabling/disabling routes at
runtime (Nick Tonkin)
* PR #1599 : Punctuation correction in docs (Nick Tonkin)
OBS-URL: https://build.opensuse.org/request/show/879860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=14
2021-03-22 16:35:49 +00:00
78858ad210
Accepting request 867165 from devel:languages:perl:autoupdate
...
- Explicitly specify perl(Role::Tiny) >= 2.000008
- updated to 0.300005
see /usr/share/doc/packages/perl-Dancer2/Changes
0.300005 2021-01-26 15:57:41-05:00 America/New_York
[ BUG FIXES ]
* GH #1546 : Add MIME type for all files served from public (Russell
@veryrusty Jenkins)
* GH #1555 : Remove all leftovers of warnings config setting (Sergiy
Borodych)
* GH #1557 : Remove HTTP::XSCookies workaround (Alexander Pankoff)
* GH #1564 : Add script_name to redirects beginning with / (Nigel Gregoire)
* GH #1567 : Fix CSS so errors do not display ourside of <pre> HTML
element (Elliot Holden)
* GH #1568 : Serializer::Mutable doesn't auto-load other serializers
(Russell @veryrusty Jenkins)
* GH #1579 : Fix missing push_header method in Response::Delayed
(Paul Clements)
[ ENHANCEMENTS ]
* GH #1552 : Update jQuery (Sergiy Borodych)
* GH #1558 : Test to make sure uploads aren't discarded after the
forward keyword is used (Alexander Pankoff)
* GH #1571 : Add GitHub Actions support (Gabor Szabo)
* GH #1572 : Install Dancer2::Session::Cookie in order to run the test
t/issues/gh-811.t (racke)
[ DOCUMENTATION ]
* GH #1490 : Document Dancer2::Core::App->template() (Steve Dondley)
* GH #1551 : Fix pod for cookie same site attribute (Sergiy Borodych)
* GH #1562 : Fix links, missing code in Tutorial (cloveistaken)
OBS-URL: https://build.opensuse.org/request/show/867165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=12
2021-01-27 16:17:10 +00:00
Lars Vogdt
5140318425
Accepting request 809864 from devel:languages:perl:autoupdate
...
Note: ppc builds have been blocked for over a day.
updated to 0.300004
see /usr/share/doc/packages/perl-Dancer2/Changes
0.300004 2020-05-26 20:52:34-04:00 America/New_York
[ BUG FIXES ]
* GH #1509 : Request instantiation fails throw 400 Bad Response (Russell
@veryrusty Jenkins). This resolves GH #1056 , 1482, 1496, 1507, 1508,
and 1510.
[ ENHANCEMENTS ]
* GH #1510 : Test for proper multi-part form handing (ice-lenor, Sawyer X)
* GH #1547 : Cookie SameSite support (Russell @veryrusty Jenkins)
[ DOCUMENTATION ]
* None
OBS-URL: https://build.opensuse.org/request/show/809864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=10
2020-05-28 22:37:35 +00:00
Stephan Kulow
7b98a9d433
Accepting request 793598 from devel:languages:perl:autoupdate
...
- updated to 0.300003
see /usr/share/doc/packages/perl-Dancer2/Changes
0.300003 2020-04-09 10:39:55-04:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* GH #1543 : Various tutorial cleanups (Peter Mottram - SysPete)
0.300002 2020-04-07 11:44:59-04:00 America/New_York
[ BUG FIXES ]
* GH #1541 : Fix broken test that is skipped under CI (Peter Mottram -
SysPete)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* None
0.300001 2020-04-06 12:14:47-04:00 America/New_York
[ BUG FIXES ]
* GH #1461 : Relax redirect to match RFC_7231 (James Raspass)
* GH #1499 : Don't double decode date strings (simbabque)
* GH #1536 : Fix storing objects in YAML sessions (Tom Hukins)
[ ENHANCEMENTS ]
* GH #1540 : Improve configuration handling (Tom Hukins)
[ DOCUMENTATION ]
* GH #1425 : Revamped Tutorial (Steve Dondley)
* GH #1521 : Documentation on configuring the adress to listen on:
"server" does not seem to work, but "host" does (Ma_Sys.ma)
* GH #1530 : Fix missing space in docs (ferki)
* GH #1535 : Fix example code in SessionFactory::File (Sergiy Borodych)
* GH #1538 : Defined or should not be an assignment (Timothy Alexis
Vass)
OBS-URL: https://build.opensuse.org/request/show/793598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=9
2020-04-15 16:18:25 +00:00
Lars Vogdt
a2e1c1e0dd
Accepting request 759193 from devel:languages:perl:autoupdate
...
- updated to 0.300000
see /usr/share/doc/packages/perl-Dancer2/Changes
0.300000 2019-12-23 23:55:09-06:00 America/Chicago
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* GH #1127 , GH #1476 : Route parameters with types (Peter Mottram -
SysPete)
[ DOCUMENTATION ]
* None
OBS-URL: https://build.opensuse.org/request/show/759193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=8
2019-12-29 17:35:09 +00:00
Lars Vogdt
7f0bcd9c75
Accepting request 757328 from devel:languages:perl:autoupdate
...
- updated to 0.208002
see /usr/share/doc/packages/perl-Dancer2/Changes
0.208002 2019-12-14 16:08:46-05:00 America/New_York
[ BUG FIXES ]
* GH#1527: Update travis dist to 'trusty' (Sergiy Borodych)
[ ENHANCEMENTS ]
* GH #1525 : Remove use of Return::MultiLevel, and implement stack frame
jumping manually (Graham Knop)
[ DOCUMENTATION ]
* GH #1505 : Fix Flaskr link (Mohammad S Anwar)
* GH #1506 , 1520: Explain what add_route() does with args (Tom Hukins)
* GH #1519 : Fix Template Toolkit config docs (Tom Hukins)
* GH #1522 : Fix itetare typo (Stefan Hornburg - Racke)
* GH #1523 : Fix typo in Template Toolkit documentation (Mike Katasonov)
* GH #1524 : Fix error in configuration documentation (Tom Hukins)
* GH #1526 : Mention that TT2 config start_tag/end_tag need escaping
(Chris White)
* GH #1528 : Note that"Engines" key must be merged in config.yml (Chris
White)
OBS-URL: https://build.opensuse.org/request/show/757328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=7
2019-12-17 21:29:35 +00:00
Stephan Kulow
8710fd0749
Accepting request 727061 from devel:languages:perl:autoupdate
...
Automatic update
OBS-URL: https://build.opensuse.org/request/show/727061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=6
2019-08-30 12:22:39 +00:00
Stephan Kulow
a41de07d55
Accepting request 404115 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/404115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=5
2016-06-24 05:00:23 +00:00
Stephan Kulow
ebb1dbea84
Accepting request 399599 from devel:languages:perl:autoupdate
...
- updated to 0.200000
see /usr/share/doc/packages/perl-Dancer2/Changes
0.200000 2016-05-31 15:05:46+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #1174 : Update plugin tests to stop deprecation warnings
(Peter Mottram)
* GH #1173 : Reword error when serialization / deserialization fails
to be more generic (Russell @veryrusty Jenkins)
[ ENHANCEMENTS ]
* Introduce an improved variation of the Dancer2::Plugin::SendAs
into core. You can now override the serializer (or lack thereof)
at any point in time for a response by calling `send_as`. You
can also send the options of `send_file` (like the Content-Type)
and the charset for the app is also respected.
(Russell @veryrusty Jenkins)
0.166001_04 2016-05-27 14:54:53+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1171 : Ensure request query parameter parsing is independent of
Plack version (Russell Jenkins)
0.166001_03 2016-05-27 13:23:52+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #1165 , #1167 : Copy is_behind_proxy attribute into new request
on forward. (Russell Jenkins)
OBS-URL: https://build.opensuse.org/request/show/399599
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=4
2016-06-12 14:25:36 +00:00
Stephan Kulow
a8b105e12b
Accepting request 304876 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/304876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=3
2015-05-01 05:57:31 +00:00
Stephan Kulow
d552d95115
Accepting request 297830 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/297830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=2
2015-04-17 18:31:43 +00:00
Stephan Kulow
8c36102325
initial package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2?expand=0&rev=1
2013-09-28 11:19:08 +00:00