small fixes during first ever official development environment build-out #43

Open
forest wants to merge 7 commits from development into main
Owner
No description provided.
forest added 4 commits 2022-10-07 00:45:55 +00:00
Author
Owner

I propose expanding this PR so that our prod config is no longer part of the main branch of the capsul repo.

I propose expanding this PR so that our prod config is no longer part of the main branch of the capsul repo.
forest added 2 commits 2022-10-10 18:50:43 +00:00
forest added 1 commit 2022-11-03 16:34:54 +00:00
f862694c86 fix terminated due to nonpayment related billing bug
It messed up billing information for an account resulting in an epically
massive negative account balance -- every single vm was marked as
existing from its time of creation until the time the account ran out of
funds --  the "deleted" timestamps of many many capsuls were moved far
into the future,  thus dramatically expanding the amount of money billed
for those capsuls
This pull request has changes conflicting with the target branch.
  • capsulflask/hub_api.py
  • docs/deployment.md
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b development main
git pull origin development

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff development
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cyberia/capsul-flask#43
No description provided.