We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
https://github.com/piratas/fava/blob/master/fava/ext/auto_commit.py
fava já tem uma extensão pra fazer commit a cadad alteração pela web
Sorry, something went wrong.
Estou fazendo alguns testes em https://github.com/diegor2/webhook
Os webhooks são disparados tanto com git push quanto por edições via interface web do github.com.
git push
Fava já tem uma API rest que permite recarregar os dados.
https://github.com/piratas/fava/blob/master/fava/json_api.py#L33
@json_api.route('/changed/') def changed(): """Check for file changes.""" return jsonify({'success': True, 'changed': g.ledger.changed()})
https://github.com/piratas/fava/blob/master/fava/application.py#L152
# check (and possibly reload) source file if request.blueprint != 'json_api': g.ledger.changed()
No branches or pull requests
The text was updated successfully, but these errors were encountered: