Skip to content
New issue

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

#96 - Initial work on the debugger #142

Merged
merged 9 commits into from
Aug 20, 2021
Merged

#96 - Initial work on the debugger #142

merged 9 commits into from
Aug 20, 2021

Conversation

Firjens
Copy link
Contributor

@Firjens Firjens commented Jul 12, 2021

This pull requests aims to add a bug-report command to generate a bug report.

Command

The command !bugreport will generate a bug report. A GET request it send to check if the server is allowed to make a bug report. If this is allowed the server will send specific data.

The server will return a token if successfull, this token can be added to bug reports. Example of a token is 7e1d18ee

Example of bug report website

https://report.funbots.dev/7e1d18ee

@Firjens Firjens added the feature Suggestion for a new addition to fun-bots label Jul 12, 2021
@Firjens Firjens added this to the V2.2.0 Release milestone Jul 12, 2021
@Firjens Firjens self-assigned this Jul 12, 2021
@Firjens Firjens marked this pull request as ready for review August 19, 2021 22:24
@Firjens Firjens marked this pull request as draft August 19, 2021 22:25
Sorry for the bad commits :(
@Firjens Firjens marked this pull request as ready for review August 20, 2021 14:47
@Firjens Firjens merged commit 106d94b into dev Aug 20, 2021
@Firjens Firjens deleted the update/debug-init branch August 20, 2021 17:34
Firjens added a commit that referenced this pull request Aug 20, 2021
* #156 - Remove docbuilder (security alert)

* #96 - !bugreport command (#142)

Adds the !bugreport command ingame

* Automatic compile WebUI on push to WebUI folder (#104)

* Regenerated VUI

This is an automatic commit to add an automatic regenerated Venice Unleashed WebUI file.

* Cleaned up merge conflicts

Co-authored-by: Joe91 <1015.5@gmx.de>
Co-authored-by: GitHub Action <action@github.com>
Firjens added a commit that referenced this pull request Aug 24, 2021
* #156 - Remove docbuilder (security alert)

* #96 - !bugreport command (#142)

Adds the !bugreport command ingame

* Automatic compile WebUI on push to WebUI folder (#104)

* Regenerated VUI

This is an automatic commit to add an automatic regenerated Venice Unleashed WebUI file.

* Cleaned up merge conflicts

* Added 7 new bot names

* Update index.html

* Regenerated VUI

This is an automatic commit to add an automatic regenerated Venice Unleashed WebUI file.

* Added registry, fixed bugreport, altered config

New feature, the registry contains static information that should not be changed by the end user.
Altered bugreport, fixing a bug related to it not sending.
Changed LDoc-like comments on some of my work

Co-Authored-By: Sjoerd <bronznl@mine-ware.com>

* Updated indispensable function in get registry

Co-Authored-By: Sjoerd <bronznl@mine-ware.com>

* Fixed !bugreport not sending due to invalid getVersion()

* #88 - Allow custom keybind for settings menu

* Removed password protection from WebUI (removed long time ago)

* Regenerated VUI

This is an automatic commit to add an automatic regenerated Venice Unleashed WebUI file.

* Update CHANGELOG.md

* Update README.md

* Update README.md

* Updated enabled in message

* Update BugReport.lua

* #118 - Customize maximum bot health in config (#163)

* Update codeql-analysis.yml

Removed Python from CodeQL workflow as Python is no longer present in project.

* Minor text changes

* Update bug-report.yml

* Updated issue templates

* Update CONTRIBUTING.md

* Update SECURITY.md

* Update README.md

Added Patreon shield

* Update README.md

* Update README.md

* Update version in config

* Update shield badges

* Update Config.lua

* Regenerated VUI

This is an automatic commit to add an automatic regenerated Venice Unleashed WebUI file.

Co-authored-by: Joe91 <1015.5@gmx.de>
Co-authored-by: Sjoerd <bronznl@mine-ware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Suggestion for a new addition to fun-bots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant