Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1
-
Fix Version/s: 1.0-alpha-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
we need to be able to pass things lik -U to m2 so you can force a snapshot update even if it isn't configured that way in the project, and I imagine it is also needed for -D, etc. on m2 and others.
It would be good to make some specifically configurable (ie all the current m2 ones for m2 as line items), and add an arbitrary one too for new options continuum wasn't aware of. This will also facilitate conversion to real configuration when m2 is embedded, for example.
o Adding a "commandLineArguemnts" field to the ContinuumProject.
o Removed the "arguments" field on the ShellProjects as it inherits the new
field on the ContinuumProject.
o Adding removeProject() to continuum.py
o Removing all arguments from it.py
o Moving out the duplicate project checks from the store to the core.