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

Add configuration option for sync inference [3/3] #2088

Merged
merged 9 commits into from
Jul 23, 2019

Commits on Jul 23, 2019

  1. Implement inferred sync mode

    - add new configuration sync.Infer
    - create sync Item for builds with inferred sync map
    - add test cases for inferred sync map
    
    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    52625e0 View commit details
    Browse the repository at this point in the history
  2. Use destination inference in the react-reload example

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    3dc88f6 View commit details
    Browse the repository at this point in the history
  3. Update docs for inferred sync mode

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    9253264 View commit details
    Browse the repository at this point in the history
  4. Add integration test for inferred filesync mode

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    53c3014 View commit details
    Browse the repository at this point in the history
  5. Fix loophole in integration test for filesync

    Before, it was possible that the test would pass even though no sync had happened. Now the test can only pass, if the file is synced into the container.
    
    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    860b15b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5bc87d View commit details
    Browse the repository at this point in the history
  7. Regenerate schemas after schema upgrade

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e500506 View commit details
    Browse the repository at this point in the history
  8. More review comments

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b210b27 View commit details
    Browse the repository at this point in the history
  9. Adapt TestDevSyncAPITrigger to improved test protocol

    Signed-off-by: Cornelius Weig <[email protected]>
    corneliusweig committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b32baac View commit details
    Browse the repository at this point in the history