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

tmp clean docker and add modularity #15

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Dec 13, 2022

  1. tmp clean docker

    mortifia committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b930043 View commit details
    Browse the repository at this point in the history
  2. add auto load requirements

    all requirement need to start with requirement (start file name protected)
    mortifia committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    66f19fc View commit details
    Browse the repository at this point in the history
  3. choice prefix in env

    mortifia committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f5e8a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    1254a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a649a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dea2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f73266b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. update ping and doc

    mortifia committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    db9cb58 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    b312f8a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    585dfaf View commit details
    Browse the repository at this point in the history
  2. update docker ignore

    mortifia committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    73e41e7 View commit details
    Browse the repository at this point in the history
  3. add gitignore

    mortifia committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3a899ed View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. add api service (python) (#18)

    * add api_base
    
    * add discord client base (api), add cors (api), requirement clean (bot)
    
    * ajout du reverse proxy(apache) et du client discord pour l'api
    
    * move to root, add version, add credit, other littel update
    
    * update doc (little to not lost info)
    mortifia committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c324190 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. v0 help command

    * first commit
    
    * first commit
    
    * link to histories --'
    
    * avoid critical data to pass freely
    
    * debug first call loop
    
    * new help
    
    * clean
    
    Co-authored-by: Sx-Cheats <[email protected]>
    mortifia and Sx-Cheats committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3e6e42b View commit details
    Browse the repository at this point in the history
  2. help update (#21)

    mortifia committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d527d00 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. 20 $help full color (#23)

    * help
    
    * tmp
    
    * install (need test and better ux (var in .env not directly in environement)
    mortifia committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a211e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. tmp

    mortifia committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e8a8cf7 View commit details
    Browse the repository at this point in the history
  2. tmp

    mortifia committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9094268 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. tmp update script

    mortifia committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c355d66 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. 20 $help full color (#36)

    * help
    
    * tmp
    
    * install (need test and better ux (var in .env not directly in environement)
    
    * Modification du fichier .giitgnore
    
    * Revert "Modification du fichier .giitgnore"
    
    This reverts commit a563a3c.
    
    * 32 env ne doit pas etre tracker commit sécurité (#33)
    
    .gitignore updated and track removed from .env
    
    
    * delete .env (only .env.default in repo)
    
    * Modification du fichier .giitgnore
    
    * Revert "Modification du fichier .giitgnore"
    
    This reverts commit 687d4ad.
    
    * not track .pyc files
    
    ---------
    
    Co-authored-by: rayan alhaj <[email protected]>
    
    * 34 enhance readme to add how to dev with a extend for dev wiout docker (#35)
    
    * MISE A JOUR DU README
    
    * MISE A JOUR DU README
    
    ---------
    
    Co-authored-by: rayan alhaj <[email protected]>
    
    ---------
    
    Co-authored-by: rayan alhaj <[email protected]>
    mortifia and rayanalhaj committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    41f7702 View commit details
    Browse the repository at this point in the history
  2. remplacer "u" par "U"

    rayanalhaj committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0db9c96 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Mise a jour du readme

    rayanalhaj committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    98c1fdf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Mise a jour du readme

    rayanalhaj committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0d03828 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. 37 fixation du bug $v (#38)

    * fix bug
    
    * fix bug
    
    ---------
    
    Co-authored-by: rayan <[email protected]>
    mortifia and rayanalhaj committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    17829a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update credits.txt (#45)

    ajout d'un nouveau contributeur
    younesbourakadi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0a52413 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    4ce7457 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    younesbourakadi committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7ae90ed View commit details
    Browse the repository at this point in the history
  3. Fix version.txt file path (#40)

    * Fix version.txt file path
    
    * Revert changes from 'git rm -r --cached .'
    
    * Updated _version command to fetch and display versions of all bots
    
    * Update version text output
    
    * Add Web_Site to _version()
    younesbourakadi committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9ab4abb View commit details
    Browse the repository at this point in the history
  4. test

    mortifia committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    268b102 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix conflict

    younesbourakadi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cca910a View commit details
    Browse the repository at this point in the history
  2. Merge branch '47-refactor-basepy-et-ajouter-couleurs-aux-réponses-du-…

    …bot' of https://github.com/UnionRolistes/Bot_Base into 47-refactor-basepy-et-ajouter-couleurs-aux-réponses-du-bot
    younesbourakadi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    581d93d View commit details
    Browse the repository at this point in the history
  3. Enlever commentaire

    younesbourakadi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2abee0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from UnionRolistes/47-refactor-basepy-et-ajout…

    …er-couleurs-aux-réponses-du-bot
    
    47 refactor basepy et ajouter couleurs aux réponses du bot
    younesbourakadi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f3f6e78 View commit details
    Browse the repository at this point in the history