X Tutup
The Wayback Machine - https://web.archive.org/web/20220508131820/https://github.com/backup/backup/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Jun 5, 2020

  1. Upgrade json, netssh and others (#960)

    * ^ Upgrade deps to get rid of json 1.8
     also update nokogiri and excon for security
    * ^ Bumps net-ssh to 5.2 as tested in #954
    elthariel committed Jun 5, 2020
  2. + Modernize travis builds (#961)

    * + Modernize travis builds
    * ! handle bundle --without no_ci deprecation
    * + travis.yml: Bundler caching and parallelism
    * ! Ignore vendored gems with rubocop
    elthariel committed Jun 5, 2020

Commits on Dec 2, 2019

  1. Remove myself from the Technical Committee

    I do not have plans to work on Backup anymore. When there are people
    willing to take over the project I'll leave the project.
    tombruijn authored and elthariel committed Dec 2, 2019

Commits on Nov 28, 2019

  1. Document community-based project governance

    Matz is nice and so we are nice
    elthariel committed Nov 28, 2019

Commits on Nov 26, 2019

  1. Merge pull request #939 from kpumuk/dmytro/rspec-mocks

    Drop mocha in favour of rspec-mocks, upgrade to rspec 3.8
    elthariel committed Nov 26, 2019

Commits on Nov 14, 2018

  1. Upgrading RSpec to 3.8.0

    kpumuk committed Nov 14, 2018

Commits on Oct 21, 2018

  1. Merge pull request #936 from lidaobing/patch-1

    use svg
    nynhex committed Oct 21, 2018

Commits on Oct 9, 2018

  1. use svg

    lidaobing committed Oct 9, 2018

Commits on Oct 6, 2018

  1. Merge pull request #930 from dalpo/ensure-default-ftp-passive-mode

    Ensure the default FTP passive settings to false
    
    The default passive setting has been changed between Ruby 2.2 and 2.3
    
    Sources:
    Ruby 2.2: https://docs.ruby-lang.org/en/2.2.0/Net/FTP.html - contains no default_passive, only passive set to false by default
    Ruby 2.3: https://docs.ruby-lang.org/en/2.3.0/Net/FTP.html - default_passive set to true by default.
    tombruijn committed Oct 6, 2018
  2. Merge pull request #931 from mapopa/patch-1

    Update .travis.yml : support for 2.2 and 2.1 has ended
    tombruijn committed Oct 6, 2018

Commits on Jul 25, 2018

  1. Fix: ensure the default FTP passive settings to false

    The default passive setting has been changed between Ruby 2.2 and 2.3
    dalpo committed Jul 25, 2018

Commits on Mar 2, 2018

  1. Merge pull request #918 from mapopa/master

    Update nokogiri security update 1.8.1 Released
    tombruijn committed Mar 2, 2018
  2. Merge pull request #920 from codetriage-readme-bot/codetriage-badge

    Add CodeTriage badge to backup/backup
    tombruijn committed Mar 2, 2018

Commits on Mar 1, 2018

  1. Add CodeTriage badge to backup/backup

    Adds a badge showing the number of people helping this repo on CodeTriage.
    
    [![Open Source Helpers](https://www.codetriage.com/backup/backup/badges/users.svg)](https://www.codetriage.com/backup/backup)
    
    ## What is CodeTriage?
    
    CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed
    
    [Read more about the CodeTriage project](https://www.codetriage.com/what).
    
    ## Why am I getting this PR?
    
    Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly over 1 year ago, [tombruijn](https://github.com/tombruijn) added this project to CodeTriage in order to start contributing. Since then, 2 people have subscribed to help this repo.
    
    ## What does adding a badge accomplish?
    
    Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.
    
    You can see an example of a CodeTriage badge on these popular OSS READMEs:
    
    - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
    - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal
    
    ## Have a question or comment?
    
    While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.
    
    If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.
    
    Thanks for making your project Open Source! Any feedback is greatly appreciated.
    codetriage-readme-bot authored and schneems committed Mar 1, 2018

Commits on Feb 28, 2018

Commits on Dec 23, 2017

Commits on Nov 12, 2017

  1. Add integration tests for splitter (#908)

    * Add integration tests for splitter
    
    * Amend for comments on PR #908
    stuartellis committed Nov 12, 2017

Commits on Oct 18, 2017

  1. Don't store project files on docker image (#904)

    Merge discussed changes.
    tombruijn authored and stuartellis committed Oct 18, 2017

Commits on Oct 14, 2017

Commits on Oct 13, 2017

  1. Docker for testing (second version) (#857)

    Docker support for development, with skeleton integration test suite
    
    * Initial integration test with Docker container, GH #807
    
    * Update maintainer
    
    * Update Ruby version
    
    * Add convenience Rake tasks for Docker
    
    * Fix Rubocop issue in Rakefile
    
    * Do not force Docker rebuild every run
    stuartellis committed Oct 13, 2017

Commits on Aug 27, 2017

Commits on Aug 19, 2017

  1. Merge pull request #886 from backup/revert-deprecations

    Revert "Merge pull request #853 from backup/deprecations"
    tombruijn committed Aug 19, 2017
  2. Revert "Merge pull request #853 from backup/deprecations"

    This reverts commit 51c166d, reversing
    changes made to ca5b9d7.
    tombruijn committed Aug 19, 2017

Commits on Aug 8, 2017

  1. Fix link (#881)

    * Fix link on README
    
    * Fix link to maintainer page
    stuartellis committed Aug 8, 2017

Commits on Jul 8, 2017

  1. Merge pull request #868 from reedloden/mail-2.6.6

    Bump `mail` and `nokogiri` dependencies for security updates
    tombruijn committed Jul 8, 2017

Commits on Jun 11, 2017

  1. Bump mail and nokogiri dependencies for security updates

    `mail` v2.6.6 -- https://github.com/mikel/mail/releases/tag/2.6.6
    `nokogiri` v1.7.2 -- https://github.com/sparklemotion/nokogiri/blob/v1.7.2/CHANGELOG.md#172--2017-05-09
    
    The `mail` patch for Exim SMTP support is no longer required as well.
    reedloden committed Jun 11, 2017
Older
X Tutup