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

Create tech stack docs (techstack.yml and techstack.md) #8

Closed
wants to merge 12 commits into from

Conversation

stack-file[bot]
Copy link

@stack-file stack-file bot commented Dec 27, 2023

Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: techstack.yml and techstack.md. techstack.yml contains data on all the technologies being used in this repo. techstack.md is a visualization of the YML file and displays the tech stack data in a pretty Markdown file.

💡 Protip: techstack.md contains a comment at the top of the file that the following README snippet (with and without the logos) at the top of the file as a comment:

<--- Readme.md Snippet without images Start --->

Tech Stack

Eventiva/gaming is built on the following main stack:

Full tech stack here

<--- Readme.md Snippet without images End --->

Get the code:

## Tech Stack
Eventiva/gaming is built on the following main stack:

- [Python](https://www.python.org) – Languages
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration

Full tech stack [here](/techstack.md)

<--- Readme.md Snippet with images Start --->

Tech Stack

Eventiva/gaming is built on the following main stack:

Full tech stack here

<--- Readme.md Snippet with images End --->

Get the code:

## Tech Stack
Eventiva/gaming is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration

Full tech stack [here](/techstack.md)

frappe and others added 12 commits November 20, 2023 22:10
This commit adds a new workflow file, discord_changelog.yml, which sets up a scheduled job to post a change report to Discord. The change report includes information about the changes made in the past day. The report is generated using the maxprilutskiy/change-report action and requires an OpenAI API key and a Discord bot token.

The purpose of this workflow is to keep the Discord community updated on the latest changes in the project.

Signed-off-by: Jonathan Stevens <[email protected]>
This updates the number of days used in the git fetch command to be 3, so that the full history can be posted each time the post is made.

Signed-off-by: Jonathan S <[email protected]>
Co-authored-by: atlassian-compass[bot] <89495476+atlassian-compass[bot]@users.noreply.github.com>
…able to the Discord changelog workflow files

Signed-off-by: Jonathan S <[email protected]>
📝 chore(modules.txt): update modules.txt to include 'Civilian' module
🔧 fix(civilian): fix typo in the autoname field of the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Forname field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Correspondence section in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Correspondence Address field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Employer field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Country of Residence field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Country of Birth field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Miscellaneous section in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Visa Type field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Visa Expiry field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Visa Issue Date field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Licenses section in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the License table in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Signature field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Surname field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Date of Birth field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the National Insurance ID field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Primary Residence field in the Civilian doctype
🔧 fix(civilian): fix typo in the label of the Primary Vehicle field in the Civilian doctype
🔧 fix
… 'license_issued_date', and 'license_expiry_date' to support licensing functionality in the gaming module
Copy link

coderabbitai bot commented Dec 27, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • You can directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • You can tag CodeRabbit on specific lines of code or entire files in the PR by tagging @coderabbitai in a comment. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • You can tag @coderabbitai in a PR comment and ask questions about the PR and the codebase. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid.
    • @coderabbitai read the files in the src/scheduler package and generate README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

sweep-ai bot commented Dec 27, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants