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

Refactor/monorepo #17

Merged
merged 72 commits into from
Dec 31, 2023
Merged

Refactor/monorepo #17

merged 72 commits into from
Dec 31, 2023

Commits on Oct 15, 2021

  1. Initial commit

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c1573db View commit details
    Browse the repository at this point in the history
  2. chore: initialized typescript project

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8853a63 View commit details
    Browse the repository at this point in the history
  3. feat: added Dockerfile for building and running

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0bb3afb View commit details
    Browse the repository at this point in the history
  4. ci: autobuild for docker

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    13b12b2 View commit details
    Browse the repository at this point in the history
  5. feat: express.js typescript boilerplate

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f2a800d View commit details
    Browse the repository at this point in the history
  6. dev: added prettier for code formatting

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    84404c5 View commit details
    Browse the repository at this point in the history
  7. fix: fix position of cors import

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    fdb99ba View commit details
    Browse the repository at this point in the history
  8. feat: basic mongoose setup

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6c49a1a View commit details
    Browse the repository at this point in the history
  9. dev: nodemon setup

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1188e5a View commit details
    Browse the repository at this point in the history
  10. feat: basic module system

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c4878c6 View commit details
    Browse the repository at this point in the history
  11. feat: implemented the great firewall

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4e5ab1e View commit details
    Browse the repository at this point in the history
  12. feat: added mentionedCitizens to RuleArgs

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f947d20 View commit details
    Browse the repository at this point in the history
  13. fix: default values for undefined arrays

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    adff25e View commit details
    Browse the repository at this point in the history
  14. fix(rulesLoader): only load .js or .ts

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    aed5817 View commit details
    Browse the repository at this point in the history
  15. feat: implemented good china module

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    17fcbf0 View commit details
    Browse the repository at this point in the history
  16. feat: change function/request args

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ba94308 View commit details
    Browse the repository at this point in the history
  17. feat: check against all rules instead of match 1st

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    98f805f View commit details
    Browse the repository at this point in the history
  18. dev(prettier): remove the custom print width

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f986a4c View commit details
    Browse the repository at this point in the history
  19. dev: change naming scheme of rules

    This is to reflect the changes made in commit
    98f805f
    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3e59c4e View commit details
    Browse the repository at this point in the history
  20. feat: implemented "what is my score?" command

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d42511d View commit details
    Browse the repository at this point in the history
  21. feat: the CCP encourages bullying of inferiors

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    60f12ce View commit details
    Browse the repository at this point in the history
  22. dev: rename ruleReturn to RuleReturn

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    31886d6 View commit details
    Browse the repository at this point in the history
  23. fix(goodChina): wrong return of amountOfPositivity

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9a24925 View commit details
    Browse the repository at this point in the history
  24. feat: implemented consequences module

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4d2fd9a View commit details
    Browse the repository at this point in the history
  25. fix: mentionedCitizens defaults to []

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8e4b7e5 View commit details
    Browse the repository at this point in the history
  26. feat: implemented xi bless command

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    211be0d View commit details
    Browse the repository at this point in the history
  27. feat: this project is not sponsored by the CCP

    marnixah committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4a2cf05 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. feat: added license

    marnixah committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    7b95e6f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. feat: bīngqílín

    marnixah committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    263b305 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. fix: mentions not sending properly

    Potential fix for #9
    marnixah committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    773b00e View commit details
    Browse the repository at this point in the history
  2. fix: off by one error with uid by adding one

    This **should** fix #9
    marnixah committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    953c27b View commit details
    Browse the repository at this point in the history
  3. fix: number + Number

    marnixah committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dd05ddf View commit details
    Browse the repository at this point in the history
  4. fix: debug console.log for citizenID+1

    This is because it doesn't work... Idk why... but... maybe?
    marnixah committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    19751db View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix: add discordID to CitizenSchema

    This is done because like the idiot I am, I stored the citizen ID's as
    numbers. Not knowing that they were being stored as approximate floats..
    So now this extra field is required :D
    This should finally fix the issue #9
    marnixah committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    562f5ca View commit details
    Browse the repository at this point in the history
  2. refactor: creating new citizen if not found

    marnixah committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    df58f45 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Update variables.ts

    Updated sensitive word list
    NingboJust1n committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5073ca7 View commit details
    Browse the repository at this point in the history
  2. fix(variables): missing commas

    marnixah committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    4664c5c View commit details
    Browse the repository at this point in the history
  3. feat(variables): way more triggers #2

    marnixah committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    eb12944 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. feat: rewrite messages to be positive about china

    marnixah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2368931 View commit details
    Browse the repository at this point in the history
  2. dev: console.log for every openai query

    marnixah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6121b53 View commit details
    Browse the repository at this point in the history
  3. fix: small styling changes

    marnixah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    15b2e8d View commit details
    Browse the repository at this point in the history
  4. fix: increase Xi Jinping temperature

    marnixah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    71e1d90 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. fix: temporarily disable gpt3

    marnixah committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    630a941 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Mar 21, 2023

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

Commits on Jul 27, 2023

  1. add taiwan to offensive things

    Marni committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f38d509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c10fa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. rewrite in nestjs :3

    SophiaH67 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b61d73a View commit details
    Browse the repository at this point in the history
  2. listen to port var

    SophiaH67 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    22dd309 View commit details
    Browse the repository at this point in the history
  3. fix wrong mongo collection

    SophiaH67 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0e0ae36 View commit details
    Browse the repository at this point in the history
  4. fix + and -

    SophiaH67 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    76275ee View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Dec 23, 2023

  1. Move bot to packages/bot

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    3aa2481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3281022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc47cf View commit details
    Browse the repository at this point in the history
  4. Init lerna

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    6e7361d View commit details
    Browse the repository at this point in the history
  5. Add dev scripts

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dbdb0fb View commit details
    Browse the repository at this point in the history
  6. Fix env variables

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    3b32379 View commit details
    Browse the repository at this point in the history
  7. Fix Dockerfile's

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    69fc785 View commit details
    Browse the repository at this point in the history
  8. New docker flow

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1cf9d6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e21bc51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2110632 View commit details
    Browse the repository at this point in the history
  11. Rewrite backend ci

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    4654301 View commit details
    Browse the repository at this point in the history
  12. Mess with ci a bit

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2f9159e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f25756 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1fa54a View commit details
    Browse the repository at this point in the history
  15. Update backend image name

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9cea76c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    763a8d7 View commit details
    Browse the repository at this point in the history
  17. Hacky fix thx github

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ed73f49 View commit details
    Browse the repository at this point in the history
  18. Thanks John Github

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    3b0e5d2 View commit details
    Browse the repository at this point in the history
  19. Update tags in bot workflow

    SophiaH67 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    e6414c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

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