Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is all project cleanup stuff. There are no code changes (unless you count
.gitignore
as code). Here's the rundown:AWS Stuff
I wrote a README in
/server/aws
that describes our setup. Also I moved all of the terraform files from/Orchestration
into/server/aws
. We're not using them right now, but they might be useful later.Jmeter
Updated the jmeter tests since they were using using endpoints that no longer exist. Also updated the README in
/server/jmeter
.Deleted
/Orchestration
There's nothing in there we need. The
docker-compose.yml
file now lives in/server
.Deleted unused files
These include
.flake8
and.dockerignore
in the root..gitignore
cleanupOur
.gitignore
had all kinds of stuff that didn't seem to be doing anything. I cleaned it up, and also added a.gitignore
in/server
that deals with backend stuff.Updated docs
I updated the README and GETTING_STARTED docs in the root to reflect the current reality of the project.
Created
misc
folder for stuff we don't know what to do withI renamed
/Documentation
to/misc
since it has a bunch of stuff in it that isn't documentation. I also moved all of our inactive workflows into that folder. This is what it looks like:dev
branchAny questions? See the getting started guide