Allow previous VCS commit as scope for deployment

Issue #2615 resolved
Cleberson Chagas created an issue

Could you include the deployment at the time we stash or commit using git?
Well, today I work on a project where it is not possible to deploy all the repository metadata, but there are times when we need to upload more than one artifact that has a dependency and trying to choose using the checkboxes is not feasible.

Comments (6)

  1. Scott Wells repo owner
    • changed status to open

    No, that's not currently possible unfortunately. IC2 doesn't really have a notion of a scope/context based on, for example, a recent VCS commit/push. What you're requesting is actually closely-related to issue #745, though I don't think it's possible to create an IDE scope based on a recent commit/push, only an existing VCS changelist.

  2. Scott Wells repo owner

    If you still have an active changelist, you can actually do that today by choosing the changelist in the VCS tool window for context and then using Contents = Context in the deployment dialog. I actually do that all the time to ensure that the org is 100% up-to-date with regard to all locally-changed files.

  3. Log in to comment