Skip to content

scality/bert-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f05868 · Aug 19, 2024
Feb 1, 2023
Aug 9, 2024
Aug 14, 2024
Mar 6, 2024
Jul 28, 2023
Aug 24, 2018
Feb 1, 2023
Apr 25, 2024
Aug 14, 2024
May 24, 2023
Jan 31, 2023
Nov 16, 2016
Jul 18, 2023
Sep 5, 2018
Apr 25, 2024
Sep 22, 2022
Aug 9, 2024
Aug 19, 2024
Mar 6, 2024
Oct 29, 2021
Jul 14, 2023
Aug 14, 2024

Repository files navigation

README

codecov

Scality's automated branch merging tool.

User documentation

User documentation can be found here

API documentation

API documentation can be found here

Develop on Bert-E

A codespace environment has been setup to develop on Bert-E. It is the only supported method to develop on Bert-E.

All above instructions will assume you are inside the codespace environment

Run the bot locally

$ cp settings.sample.yml settings.yml
# Configure settings.yml to your liking
$ tox run -e run

Run local tests

A series of test scenario will be executed locally using mocks.

$ tox -e tests

Run tests against githost

This step will run the same tests as above but instead of using mocks to interact with a githost, it will interact with the one you have configured.

Credentials are required to run this step, checkout tox.ini file for more details about which credentials are required.

Extra commands

Checkout the tox.ini for all available commands to develop with bert-e.