Files
atlantis/server/events/runtime
Luke Kysow 2d214b2727 Restrict possible project names.
We should only allow project names (which are specified in an
atlantis.yaml file) that don't need to be url escaped. The one
exceptional character is '/' which we allow because users like to name
their projects to match the directory they're in. We use the same rule
that Terraform uses for workspace names.

I've also changed the characters that are replaced when writing out the
plan filename to only remove invalid filename characters instead of just
allowing alphanumeric. This is the smallest amount of change required to
ensure the filename is valid.
2018-10-30 13:01:48 -05:00
..
2018-07-01 23:48:32 +02:00
2018-09-14 14:47:51 -07:00
2018-09-14 14:47:51 -07:00
2018-09-07 10:54:48 -07:00
2018-10-30 13:01:48 -05:00