8000 Tags · gobackup/gobackup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gobackup/gobackup

Tags

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update close-slate-issues.yml

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add handling compression argument for postgres (#280)

In relation to #208, for postgres database `pg_dump` [supports
`--compress`
argument](https://www.postgresql.org/docs/current/app-pgdump.html). This
PR adds handling of `compress` from config, along with setting the
correct file name. It saves disk space.

The allowed values for `compress` are: `gzip`, `lz4` and `std`. The
compression level can be set as: `gzip:3`.

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
notifier: Fix GoogleChat read config not enable. (#277)

Sorry, I forgot to submit the changes to notifier/base.go to add Google
Chat.

Here's an example Google Chat notifier configuration.

    notifiers:
      googlechat:
        type: googlechat
url: https://chat.googleapis.com/v1/spaces/XXXXX/messages?key=XXXXXX
        method: POST

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GoogleChat Notifier (#275)

- Add GoogleChat Notifier Support
- Fix to support empty password for mail notifier.

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump micromatch from 4.0.5 to 4.0.8 in /web (#261)

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Web `host` config default to: `0.0.0.0` for let docker deploy …

…can open from Host server. (#248)
C13E

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix etcd endpoint config, deprecated `endpoints`, use `endpoint` inst…

…ead.

* Fixes #236
* Added backward compatability with `endpoints` settings.

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Improve MongoDB database to support use `uri` to support MongoD…

…B Atlas. (#227)

* feat: add support for atlas

* feat: add mongo atlas support

* feat(atlas): add uri option directly to mongodb

* feat(atlas): add uri option directly to mongodb

v2.10.0

Toggle v2.10.0's commit message
Update etcd development guide.

v2.9.0

Toggle v2.9.0's commit message
Add `before_script`, `after_script` to model for write hooks around t…

…he model performing.

Fix #222, #213
0