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 ability to switch between files in Git Diff widget #5965

Merged
merged 40 commits into from
Sep 12, 2017
Merged

Commits on Aug 4, 2017

  1. CHE-5892: Temporary state

    mmorhun committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    2318d28 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. CHE-5892: Use an object to hold git diff data

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    28ea7d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. CHE-5892: Draft solution.

    mmorhun committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    5814596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7d30c View commit details
    Browse the repository at this point in the history
  3. CHE-5892: Fix build and tests

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    88bc819 View commit details
    Browse the repository at this point in the history
  4. CHE-5892: Fix inverted comparation type

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    a3e2c7c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    e27895c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fb977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347b2e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638153b View commit details
    Browse the repository at this point in the history
  5. CHE-5892: Small fixes

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    9f18acd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. CHE-5892: Rename ChangedItems

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    3cd740e View commit details
    Browse the repository at this point in the history
  2. CHE-5892: Fix compare with deleted file bug.

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    f22b649 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. License format

    mmorhun committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    2f82bec View commit details
    Browse the repository at this point in the history
  2. License Format

    mmorhun committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d148050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d8744a View commit details
    Browse the repository at this point in the history
  4. CHE-5892: Code cleanup

    mmorhun committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    6f3ea37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    241dca7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1eac87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18ed447 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a6d745 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. 1 Configuration menu
    Copy the full SHA
    e1bb8f4 View commit details
    Browse the repository at this point in the history
  2. CHE-5892: Code cleanup

    mmorhun committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    c50272a View commit details
    Browse the repository at this point in the history
  3. CHE-5892: Code cleanup

    mmorhun committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    69715a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    96fed94 View commit details
    Browse the repository at this point in the history
  2. CHE-5892: Code cleanup

    mmorhun committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    436dc59 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Apply new code style

    mmorhun committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    286339c View commit details
    Browse the repository at this point in the history
  2. Merge master

    mmorhun committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    e5208f5 View commit details
    Browse the repository at this point in the history
  3. Fix build

    mmorhun committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    d121a3d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    cd6f922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ad74e View commit details
    Browse the repository at this point in the history
  3. CHE-5892: Fix formatting

    mmorhun committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    65204e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    c4c0cdf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Draft. Move git diff widget from iframe to IDE

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    bea914d View commit details
    Browse the repository at this point in the history
  2. CHE-5892: Fix build

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    21619ad View commit details
    Browse the repository at this point in the history
  3. Prevent jumping to non-existing diff with hotkeys

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    eaa74c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Configuration menu
    Copy the full SHA
    2a1147e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7195d82 View commit details
    Browse the repository at this point in the history
  3. CHE-5892: Move git diff widget from iframe to IDE

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    e2b5c84 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. CHE-5892: code clean up

    mmorhun committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    0bd2dd9 View commit details
    Browse the repository at this point in the history