Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git acceptance strategy #69

Open
Igmat opened this issue Mar 23, 2018 · 0 comments
Open

Git acceptance strategy #69

Igmat opened this issue Mar 23, 2018 · 0 comments
Projects
Milestone

Comments

@Igmat
Copy link
Owner

Igmat commented Mar 23, 2018

It will be reference implementation for acceptance strategies (#68) and used instead of existing manual in standard preset (#60).

It should have two modes.

Strict (default)

  1. When accept command used, commits stage (or everything if staged is empty) and replaces accepted field of baset config with current commit id.
  2. When test command used baseliner's output should be immediately written to baseline file and compared to same file from git history at commit id that presents in accepted field of baset config.

Non-strict

  1. When accept command used, commits stage (or everything if staged is empty).
  2. When test command used baseliner's output should be immediately written to baseline file and compared to same file from git history at latest committed point.
@Igmat Igmat added this to the v1.0.0 milestone Mar 23, 2018
@Igmat Igmat added this to To Do in Baset board via automation Mar 23, 2018
This was referenced Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Baset board
  
To Do
Development

No branches or pull requests

1 participant