Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lbeder/health-monitor-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rails-engine/status-page
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 50 files changed
  • 4 contributors

Commits on Apr 6, 2016

  1. Rename gem name to status-page.

    Fix for Rails 5;
    Fix Sidekiq
    huacnlee committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    093cdd2 View commit details
    Browse the repository at this point in the history
  2. Fix test case

    huacnlee committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    e779ef2 View commit details
    Browse the repository at this point in the history
  3. SVG badge

    huacnlee committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    0eb92ee View commit details
    Browse the repository at this point in the history
  4. update ci config

    huacnlee committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    e8d197e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Refactor API and configurations.

    Add default status web page.
    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    d98d566 View commit details
    Browse the repository at this point in the history
  2. Add status cache.

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    e37f708 View commit details
    Browse the repository at this point in the history
  3. Change provider to service

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    1809805 View commit details
    Browse the repository at this point in the history
  4. Add demo image

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    a330279 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    bd681e3 View commit details
    Browse the repository at this point in the history
  6. Update configure API

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    f75d919 View commit details
    Browse the repository at this point in the history
  7. Add powered footer

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    4647bb4 View commit details
    Browse the repository at this point in the history
  8. version 0.1.2

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    02e189f View commit details
    Browse the repository at this point in the history
  9. Fix test case

    huacnlee committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    ef2cee0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Configuration menu
    Copy the full SHA
    6726be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    adb5a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Redis 始终 提示 ERROR

    1. 去掉了 `require 'redis/namespace'`
    2. 将默认端口由 `3306` 改为 `6379`
    3. 现在已经没有 `disconnect` 方法了,改为 `close`
    
    以上,可以正常显示 `OK` 了
    clwy-cn authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b89b84d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge pull request #9 from pidanjun/patch-1

    Redis 始终 提示 ERROR
    huacnlee authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    128f69d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. version 0.1.5

    huacnlee committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    cb4a3e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Update redis.rb

    Rails 7 中,`Time.now.to_s`不支持任何参数,需要使用`to_fs`或`to_formatted_s`代替。
    clwy-cn authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f0fb257 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #10 from clwy-cn/patch-1

    Update redis.rb
    jasl authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    bc1dad9 View commit details
    Browse the repository at this point in the history
Loading