Skip to content
#

saas

Here are 470 public repositories matching this topic...

BrettKoenig
BrettKoenig commented Oct 11, 2019

I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.

I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.


<
tenancy
watercayman
watercayman commented Apr 26, 2020

The TenantAwareCommand trait is a great time saver, allowing us to avoid writing loops on potentially many nightly commands.

If I add the TenantAwareCommand and then the HasATenantsOption, the docs state that if I use these traits, I won't have to change a thing in my commands. However, when I combine these two traits, I see the following error on all commands:

The "tenants" option

Silex
tysonclugg
tysonclugg commented May 18, 2018

@paltman @blueyed

I'm working on a PR for #523 which necessitates updating the docs. I haven't figuring out how to preview my doc changes, particularly given I need to link between different documents. I feel like I'm missing something.

Given the docs aren't very up to date, and not well publicised, I'm considering updating the docs to use ReStructuredText/Sphinx (which I'm very familiar

api
WTM-Jarryd
WTM-Jarryd commented May 1, 2020

Hi Anand,

The inline comments within the .env.example file cause issues with the assigned values due to dotenv evaluating the comment as part of the value.
e.g. FRONTEND_URL = "http://localhost:3000" # URL for Staart UI
evaluates to
FRONTEND_URL: "http://localhost:3000" # URL for Staart UI

This causes issues later when emails containing links to {{frontendUrl}}, as they wi

benlowry
benlowry commented Dec 22, 2019

Help is wanted on this and I am available to assist anyone working on this problem. Join the freenode IRC #dashboard chatroom for support. Web IRC client

The tests for the API all emit structured data, consistently testing all the inputs and outputs whatever script might have. Because the data is structured it can be used for the documentation (a WIP) so up

nevergreen
jmsw4bn
jmsw4bn commented Apr 26, 2020

To report an issue or feature request, you have to provide the information below.

WHEN REPORTING AN ISSUE:

When I change the active state of a host.

Actual behavior

No extra power and time cost is spent.

Expected behavior

Actually, extra power and time cost is needed to power on/off a host, and a host cannot directly change from an active state to off state (and vice versa).
I sc

Improve this page

Add a description, image, and links to the saas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the saas topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.