Commit Graph

5 Commits

Author SHA1 Message Date
45ced33ab6 Projects: don't respond with unnecessary declarative field
If the project isn't declarative, who cares about it in the response? After
setting the `declfile` to an empty string, everything related to declarative-
ness is wiped out, anyways.
2021-05-24 15:26:34 -07:00
588a3a774f Project: add test for declarative->normal project transition
Also split into subtests.
2021-05-06 08:47:29 -07:00
ad13d13436 Project: add declfile, decltype, declvalue to API
This makes it possible to create declarative projects via a PUT request, and
also exposes the currently-configured values to GET requests.
2021-05-02 17:45:14 -07:00
50fab154a4 ToJSON: serialize string_columns to JSON
If the column is undefined, then it should be an empty string according to your
API spec.
2021-04-26 16:39:13 -07:00
f0ede5f8b8 t: Test Projects JSON serialization and deserialization 2021-04-26 16:39:13 -07:00