generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli)!: find bots by default paths (#121)
* feat: make path an option in run * feat: fix the path * feat: adding dockerfile generator * feat: cleanup * feat: cleanup cli file * feat: more cleanup * feat: add required packages to run in cluster * feat: additional install adds to dockerfile * fix: black issue * feat: clean up other linting issues * feat: add notes to README * feat: use suggestions from pr review * feat: make path an argument with a default value * feat: update readme to remove quotes around file name * fix: always want a bots folder * feat: the arg is not required * fix: default to bot in arg * feat: add path check for dockerfile generator * feat: use path in dockerfile generator * feat: black and isort * fix: reduce logic for path * feat: use full image * feat: remove slim and use stable * fix: remove plugin installs from dockerfile * fix: use silverback stable * feat: move path to callback * fix: let callback call itself * fix: properly place callback * feat: use callback for worker * fix: linting * feat: change callback name * fix: isort * fix: copy to bot.py * feat: document generate-dockerfiles command * feat: adding note to generate-dockerfiles docs * feat: update docs and change generate-dockerfiles to build to match docs * feat: add docstring for build * fix: update docs/userguides/development.md Co-authored-by: El De-dog-lo <[email protected]> * feat: update docs with suggestions from code review Co-authored-by: El De-dog-lo <[email protected]> * fix: create dockerfiles and save in hidden folder * fix: update docker build docs * fix: update docs * fix: development docs * fix: development docs to include bot folder * feat: update docs to include all suggested project structures * feat: add generate flag * fix: docs to match notes * feat: adding docker build * feat: update docs for build * feat: mention bot module in docs * fix: remove extra mention of bot/__init__ * fix: misspelling * fix: add suggestion back * fix: name the variable name in the docs * fix: last call with module bad command in docs * fix: add info to the module section * fix: clean up the note in development doc * fix: add docstring to build * fix: add type hint to bot_path_callback * fix: platform docs * fix: platform docs * feat: add more notes to platform * fix: remove asyncer from dockerfile * fix: remove runners from terminology * fix: remove duplicate docs * fix: remove need for provider in build * fix: linting issues * fix: clean up args for run and worker * feat: update platform docs on github action note * fix: unformatted userguide * fix: update readme docs * feat: fix dockerfile implementation --------- Co-authored-by: El De-dog-lo <[email protected]>
- Loading branch information
1 parent
9bb99fd
commit 952bdd1
Showing
7 changed files
with
277 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.