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

[CachetBridge] Add CachetBridge #1034

Merged
merged 7 commits into from
Feb 11, 2019

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    25d801b View commit details
    Browse the repository at this point in the history
  2. [CachetBridge] Fixing issue with CachetAPI Pagination

    Fixing issue that only the oldest 20 entries were shown.
    
    _Background:_
    
    _Cachet has a, lets call it odd, system of pagination. On the first page you see the incidents first created, so they are not what you want to see. But on the last page you can have 1 or 20 of the newest incidents. So you have to take the incidents from the last page (call it Pmax) and combine them with the incidents from  Pmax - 1._
    klimplant committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    69954d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    128b715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7332a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70ba198 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    7501c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b6bab View commit details
    Browse the repository at this point in the history