Giter Site home page Giter Site logo

palatincoder / duttweilerapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17.92 MB

The source code for the DuttweilerApp, built as PWA using the Polymer PWA Starter Kit

Home Page: https://duttweiler.app/

License: BSD 3-Clause "New" or "Revised" License

HTML 24.86% JavaScript 75.14%

duttweilerapp's People

Contributors

greenkeeper[bot] avatar palatincoder avatar

Watchers

 avatar  avatar

duttweilerapp's Issues

An in-range update of fetch-mock is breaking the build 🚨

The devDependency fetch-mock was updated from 7.3.9 to 7.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fetch-mock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 14 commits.

  • df2465c Merge pull request #448 from leggsimon/leggsimon/match-json-bodies
  • ba802d0 doesn’t match if body cannot be parsed as JSON
  • cab2390 remove requirement for content-type header to be set
  • d96ee75 remove duplicated test
  • 95c8139 update documentation
  • e54afac Merge pull request #449 from geisterfurz007/patch-1
  • d47efdc Update README.md
  • e856a9b body option is ignored for get requests
  • b2189c3 split up tests to better describe expected behaviour
  • 996c2fe document body option
  • f4b7892 ignore order of body keys
  • a312115 match against json bodies
  • 3699e87 Merge pull request #435 from benjamingr/patch-1
  • c757baa Remove excess assignment from docs

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of lit-element is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency lit-element was updated from 2.2.1 to 2.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lit-element is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 144 commits.

  • 0eda741 Prepare 2.3.0 release (#933)
  • 5a421e1 Fix formatting of new decorator for consistency (#934)
  • 61d9583 Merge pull request #925 from ianwith/fix-docs
  • b8b9f74 Prepare 2.3.0-pre.1 release
  • 38a8b85 Removes index signature from PropertyDeclaration (#929)
  • 6a4c94f Fix static property for closure (#926)
  • 9060da0 Correct docs: styles - CSS inheritance
  • e0dcd75 Add extra type information to help closure with type of static property. (#923)
  • 8055b93 Merge pull request #914 from Polymer/customize-properties
  • 90c85a5 Address review feedback.
  • 8f5815f Update comment.
  • ec9048b Fix spacing.
  • def6df1 Fix spacing.
  • 297b8b2 Address review feedback.
  • 734adc5 Adds API doc for createPropertyDescriptor

There are 144 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Scrollbar bug

some content overflows, causing the scrollbar to be shown
When opening the drawer, the scrollbar is gone causing the content to shift due to the increased width
scrollbar_bug

Implement bottom navigation

Implement bottom navigation using wl-tabs for use on mobile, and find a solution for desktop (possibly persistent drawer)

Enduser documentation

Describe the functionality of the app, also how the user can install/uninstall it and which are the supported platforms.

Do this in a view inside the app or externally?

screenshot testing

generate screenshots on ubuntu trusty (as travis is also ubuntu trusty)

Drawer redesign

better follow the material design principles

  • add the header image and title (as it was in the android app)
  • add icons to the navigation entires

An in-range update of puppeteer is breaking the build 🚨

The devDependency puppeteer was updated from 1.19.0 to 1.20.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

puppeteer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.20.0

Big changes

API changes

Added

Bug fixes

e0c8d46 - fix: abort page.waitFor{Request,Response} when page closes (#4865)
417981a - fix(firefox): fix cookies in default browser context (#4850)
b9b6ca1 - fix(network): enable removing headers using request.continue (#4797)
4acce55 - fix(test): enable cross-process viewport test (#4806)
f2056a8 - fix(test): enable redirect inside sync XHR test (#4805)
f4f2189 - fix(page): fix typo in page.screenshot method (#4786)
e2db16f - fix(tests): make eval test resilient to error format (#4793)
1b4a030 - fix(test): make sure selection is not empty before running copy command (#4772)
7a60746 - fix(tests): background page tests should wait for the page (#4769)

Raw notes

a5f03ce - chore: mark version v1.20.0 (#4928)
f504c04 - test: mark Page.close test as failing in Firefox (#4929)
e17d38c - docs(readme): explain significance of Chromium revision (#4811)
9384359 - docs(troubleshooting): fix Alpine version link (#4927)
fca9d45 - docs(contributing): clarify release process (#4923)
97ff359 - docs(contributing): fix some typos (#4917)
c2651c2 - refactor: Pass FrameManager to NetworkManager constructor (#4907)
73fd7ff - feat(api): add element.select and element.evaluate for consistency (#4892)
135bb42 - docs: update README.md (#4857)
cba0f98 - docs(troubleshooting): Fix missing package in Docker instructions (#4877)
07eaad9 - fix(api): tbd release date (#4872)
e0c8d46 - fix: abort page.waitForRequest/Response when page closes (#4865)
faa4527 - chore(testrunner): bump TestRunner version to v0.8.0 (#4856)
498492d - test: add a test for errors inside promise (#4838)
417981a - fix(firefox): fix cookies in default browser context (#4850)
b6b2950 - feat(chromium): roll Chromium to r686378 (#4841)
01b8880 - test(firefox): disable BigInt tests for Firefox (#4849)
f595bc0 - test: fix tests to work on node6 (#4851)
f47ed16 - feat: update DeviceDescriptors to include 6.5 inch iPhone XR and similar (#4846)
0e0a679 - feat(chromium): roll Chromium to r682225 (#4844)
ff6d2a3 - docs(puppeteer-chromium): docker alpine switch to Alpine 3.10 (#4644)
2871bcd - chore(bisect): inherit parent ENV when launching script (#4842)
d687c81 - chore(flakiness-dashboard): skip API Coverage for realz (#4843)
5d2378f - chore(ci): fix firefox tests on Travis (#4828)
85bd4a8 - chore(flakiness): fix flakiness on Appveyour and Travis (#4827)
8f5117b - chore(flakiness): another travis attempt (#4826)
d347fcb - chore(flakiness): add travis to flakiness dashboard (#4825)
763e390 - chore(flaky): save build result (#4819)
608b15f - chore(flakiness): limit max builds to 100 (#4818)
f753ec6 - chore(testrunner): distinguish between TERMINATED and CRASHED (#4821)
c047624 - chore: generate testIds on CIs only (#4817)
656fe46 - docs(circleci): Improve CircleCI troubleshooting docs (#4813)
374177b - docs(circleci): Add CircleCI to troubleshooting docs (#4810)
dcff850 - chore(flakiness): update flakiness format (#4808)
b9b6ca1 - fix(network): be able to remove headers using request.continue (#4797)
4acce55 - fix(test): enable cross process viewport test (#4806)
a95ec70 - chore(test): label coverage+debuger test with upstream bug (#4807)
f2056a8 - fix(test): enable redirect inside sync XHR test (#4805)
f4f2189 - fix(page): fix page.screenshot method (#4786)
eb44e26 - test: add page.bringToFront test (#4778)
f733c33 - chore(flakiness): revert compression for dashboard.json (#4794)
5c7c45f - chore(coverage): fix coverage for events (#4787)
7ee9af4 - chore(flakiness): enable flakiness dashboard on Appveyor (#4789)
e252dcf - chore(flakiness): Flakiness Dashboard fixes (#4788)
e2db16f - fix(tests): make eval test resilient to error format (#4793)
932c8cb - chore: introduce initial version of flakiness dashboard (#4781)
2f205a4 - feat(chromium): roll Chromium to r681777 (#4771)
1b4a030 - fix(test): make sure selection is not empty before running copy command (#4772)
7406b18 - chore(testrunner): introduce tests for TestRunner (#4773)
3bbc45a - chore: improve //utils/check_availability.js (#4770)
cc805e7 - chore(readme): fix typo (#4749)
7fded54 - docs(api): fix typo (#4761)
7a60746 - fix(tests): background page tests should wait for the page (#4769)
62f5dc7 - chore: bump version to v1.19.0-post (#4745)

Commits

The new version differs by 54 commits.

  • a5f03ce chore: mark version v1.20.0 (#4928)
  • f504c04 test: mark Page.close test as failing in Firefox (#4929)
  • e17d38c docs(readme): explain significance of Chromium revision (#4811)
  • 9384359 docs(troubleshooting): fix Alpine version link (#4927)
  • fca9d45 docs(CONTRIBUTING.md): clarify release process (#4923)
  • 97ff359 docs(CONTRIBUTING.md): fix some typos (#4917)
  • c2651c2 refactor: Pass FrameManager to NetworkManager constructor (#4907)
  • 73fd7ff feat(api): add element.select and element.evaluate for consistency (#4892)
  • 135bb42 docs: update README.md (#4857)
  • cba0f98 docs(troubleshooting): Fix missing package in Docker instructions (#4877)
  • 07eaad9 fix(api): tbd release date (#4872)
  • e0c8d46 fix: abort page.waitForRequest/Response when page closes (#4865)
  • faa4527 chore(testrunner): bump TestRunner version to v0.8.0 (#4856)
  • 498492d test: add a test for errors inside promise (#4838)
  • 417981a fix(firefox): fix cookies in default browser context (#4850)

There are 54 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon-chai is breaking the build 🚨

The devDependency sinon-chai was updated from 3.3.0 to 3.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon-chai is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 3.4.0

https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md#340

Commits

The new version differs by 4 commits.

  • 942504a Fix trailing comma in package.json
  • d990858 3.4.0
  • 60df918 chore(infra): upgrade all deps (#144)
  • fb4f82a Docs: install sinon-chai as a dev dependency (#135)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @polymer/polymer is breaking the build 🚨

The dependency @polymer/polymer was updated from 3.3.0 to 3.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@polymer/polymer is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.3.1
  • [ci skip] bump to 3.3.1 11f1f13
  • Merge pull request #5594 from rslawik/patch-1 e477a6f
  • Merge pull request #5600 from Polymer/TimvdLippe-patch-2 dc20fec
  • Remove TimvdLippe from CODEOWNERS b99c299
  • Merge pull request #5598 from Polymer/polymer-dom-api 8c69fb8
  • Add node field to PolymerDomApi 15747c8
  • Improve types for the template field on Polymer elements. (#5596) 4274bce
  • Add module field 9a4d4d9
  • Merge pull request #5584 from Polymer/closure-__hasRegisterFinished f6ccc9d
  • Wrap other hasOwnProperty checks in JSCompiler_renameProperty. 0541b21
  • Wrap hasOwnProperty checks for __hasRegisterFinished in JSCompiler_renameProperty(). 9e90fd2
  • Merge pull request #5578 from Polymer/fix-placeholder-typing 96c125e
  • Fix typing error in fixPlaceholder f050ce9
  • Merge pull request #5577 from Polymer/ie-placeholder-binding 7d6d715
  • Fix up comments based on feedback ab49f51
  • Workaround bindings to textarea.placeholder in IE 61767da
  • Add additional externs (#5575) 69ee468
  • Merge pull request #5566 from Polymer/compile e7e4c24
  • Make Closure compiler happier about ShadyDOM access 46ee2ae
  • Remove other double import (#5565) 0d2c2e5
  • Only use CONST_CASE for constants. (#5564) 54f8b47
  • [skip ci] update changelog ac12b3b

v3.3.0...v3.3.1

Commits

The new version differs by 23 commits.

  • 7e99bdd 3.3.1
  • 11f1f13 [ci skip] bump to 3.3.1
  • e477a6f Merge pull request #5594 from rslawik/patch-1
  • dc20fec Merge pull request #5600 from Polymer/TimvdLippe-patch-2
  • b99c299 Remove TimvdLippe from CODEOWNERS
  • 8c69fb8 Merge pull request #5598 from Polymer/polymer-dom-api
  • 15747c8 Add node field to PolymerDomApi
  • 4274bce Improve types for the template field on Polymer elements. (#5596)
  • 9a4d4d9 Add module field
  • f6ccc9d Merge pull request #5584 from Polymer/closure-__hasRegisterFinished
  • 0541b21 Wrap other hasOwnProperty checks in JSCompiler_renameProperty.
  • 9e90fd2 Wrap hasOwnProperty checks for __hasRegisterFinished in JSCompiler_renameProperty().
  • 96c125e Merge pull request #5578 from Polymer/fix-placeholder-typing
  • f050ce9 Fix typing error in fixPlaceholder
  • 7d6d715 Merge pull request #5577 from Polymer/ie-placeholder-binding

There are 23 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @webcomponents/webcomponentsjs is breaking the build 🚨

The dependency @webcomponents/webcomponentsjs was updated from 2.2.10 to 2.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@webcomponents/webcomponentsjs is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 2186 commits.

  • 27ef16d Publish
  • a287394 Bump the URL polyfill to v0.7.3, which is already released in this state with this version.
  • e1c9dbb [HTMLImports] Fix issue with style elements in svg (#203)
  • 75908d9 Merge pull request #141 from webcomponents/add-htmlimports
  • 1cf8e3b disable style-paths test in edge 15 because of wonky loading behavior
  • 00f956e Fix weird timing issues on Edge
  • 43cfbdc Handle empty custom-styles when sorting (#201)
  • ed00416 Workaround weird Edge issue with <style> and @import
  • bf54d7d readystate can just be interactive forever on chrome 41
  • 11d820e [HTMLImports] fix chrome 41 timing
  • 68b7bd9 [HTMLImports] fix compilation
  • 0454208 Merge branch 'master' into add-htmlimports
  • 2e57e52 Fix issue with custom-style ordering under Custom Property shim (#199)
  • 1801bf2 Merge pull request #200 from webcomponents/upgrade-travis
  • edb06c6 remove explicit xvfb-run

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

The devDependency sinon was updated from 7.3.2 to 7.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of axe-core is breaking the build 🚨

The devDependency axe-core was updated from 3.3.1 to 3.3.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

axe-core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for Release 3.3.2

Bug Fixes

  • aria-form-field-name-matches: don't test combobox elements when they have a child input (#1742) (5ac278f)
  • aria-valid-attr-value: fix incomplete translation message (#1739) (6909604)
  • flatten-tree: do not call deprecated getDistributedNodes (#1729) (48ddf9d)
  • update tags to wcag21aa for rule avoid-inline-spacing (#1757) (f534a6b)
Commits

The new version differs by 6 commits.

  • c39c3a3 chore: Merge pull request #1765 from dequelabs/release-3.3.2
  • 2b01243 chore(release): 3.3.2
  • f534a6b fix: update tags to wcag21aa for rule avoid-inline-spacing (#1757)
  • 5ac278f fix(aria-form-field-name-matches): don't test combobox elements when they have a child input (#1742)
  • 6909604 fix(aria-valid-attr-value): fix incomplete translation message (#1739)
  • 48ddf9d fix(flatten-tree): do not call deprecated getDistributedNodes (#1729)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Rendertron

Incorporate rendertron for link preview?

An in-range update of release-it is breaking the build 🚨

The devDependency release-it was updated from 10.0.7 to 10.0.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

release-it is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Test the build before deploying it

Before deployment, test against the built version, not against the plain source.
This shall prevent issues in the build process (e.g. bundling) from passing unnoticed, like it happened before 6248bf5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.