Before calling the rebase, your configuration should be set up to sign the commits.
# Open the configuration inside your editor
git config --global -e| version: '3.9' | |
| # echo {} > letsencrypt/acme.json; docker-compose up --remove-orphans | |
| x-aliases: &aliases | |
| aliases: | |
| - whoami.localhost | |
| - traefik.localhost | |
| x-pebble: &pebble |
| version: '3.9' | |
| # echo {} > letsencrypt/acme.json; docker-compose up --remove-orphans | |
| x-aliases: &aliases | |
| aliases: | |
| - whoami.localhost | |
| - traefik.localhost | |
| x-pebble: &pebble |
| { | |
| "G101": { | |
| "pattern": "(?i)passwd|pass|password|pwd|secret|private_key|token", | |
| "ignore_entropy": false, | |
| "entropy_threshold": "80.0", | |
| "per_char_threshold": "3.0", | |
| "truncate": "32" | |
| }, | |
| "G104": { | |
| "io/ioutil": [ |
Our bots 🤖:
Myrmica Lobicornis 🐜: Update and Merge Pull Request
Myrmica Aloba 🐜: Add labels and milestone on pull requests and issues.
| { | |
| "provider0": { | |
| "backends": { | |
| "provider0Backend0": { | |
| "servers": { | |
| "Server0": { | |
| "url": "foobar", | |
| "weight": 42 | |
| }, | |
| "Server1": { |
I hereby claim:
To claim this, I am signing this object:
| import java.math.BigDecimal; | |
| import java.math.RoundingMode; | |
| import com.mysema.query.support.Expressions; | |
| import com.mysema.query.types.ConstantImpl; | |
| import com.mysema.query.types.Expression; | |
| import com.mysema.query.types.expr.NumberExpression; | |
| /** | |
| * The Class BigDecimalExpression. |
| package com.ldez.myapp.support.exception; | |
| import javax.xml.bind.annotation.XmlAccessType; | |
| import javax.xml.bind.annotation.XmlAccessorType; | |
| import javax.xml.bind.annotation.XmlTransient; | |
| @XmlAccessorType(XmlAccessType.PROPERTY) | |
| public abstract class AbstractTransientException extends Exception { | |
| private static final long serialVersionUID = 1L; |