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

IGNITE-2703 .NET: Dynamic type registration #1664

Closed
wants to merge 50 commits into from

Commits on Feb 10, 2017

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

Commits on Feb 15, 2017

  1. Merge branch 'ignite-2.0' into ignite-2703

    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryContext.java
    ptupitsyn committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    4588e45 View commit details
    Browse the repository at this point in the history
  2. Fix ExecutableTest

    ptupitsyn committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    d7c6a7f View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    ptupitsyn committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    8d6e996 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    ptupitsyn committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    4ee6e26 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    32a01d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e844b View commit details
    Browse the repository at this point in the history
  3. Fix TestDelegate

    ptupitsyn committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    827887f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ad8a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    706bba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Merge branch 'master' into ignite-2703

    # Conflicts:
    #	modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/Serializable/AdvancedSerializationTest.cs
    #	modules/platforms/dotnet/Apache.Ignite.Core/Common/IgniteGuid.cs
    #	modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Marshaller.cs
    ptupitsyn committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c205e6d View commit details
    Browse the repository at this point in the history
  2. Fix merge

    ptupitsyn committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    949f8ec View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Merge branch 'master' into ignite-2703

    # Conflicts:
    #	modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs
    ptupitsyn committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    078afe1 View commit details
    Browse the repository at this point in the history
  2. Fixing merge

    ptupitsyn committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    8c0ac9f View commit details
    Browse the repository at this point in the history
  3. Fixing merge

    ptupitsyn committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    cc0e0fa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Merge branch 'master' into ignite-2703

    # Conflicts:
    #	modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj
    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    7891e46 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    ed9db21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb5feb View commit details
    Browse the repository at this point in the history
  4. Minors.

    devozerov committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3faaf4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0c399f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89c5b19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0434b6c View commit details
    Browse the repository at this point in the history
  8. Check flag on read

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    913ffa0 View commit details
    Browse the repository at this point in the history
  9. Fix fields retrieval

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    5c7da74 View commit details
    Browse the repository at this point in the history
  10. Fix missing flag in builder

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    0c2b386 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8122409 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9f7f84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    196987f View commit details
    Browse the repository at this point in the history
  14. TestLogWarning done

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    01b520c View commit details
    Browse the repository at this point in the history
  15. DML test added

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    bd05d60 View commit details
    Browse the repository at this point in the history
  16. Adding metadata tests

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    72bf012 View commit details
    Browse the repository at this point in the history
  17. Adding tests

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    b1d48b4 View commit details
    Browse the repository at this point in the history
  18. wip proper types

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    24c738d View commit details
    Browse the repository at this point in the history
  19. wip

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4e39748 View commit details
    Browse the repository at this point in the history
  20. Fix dotnet type detection

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3573e53 View commit details
    Browse the repository at this point in the history
  21. wip

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    1fb9690 View commit details
    Browse the repository at this point in the history
  22. Typed writing implemented

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    89bac64 View commit details
    Browse the repository at this point in the history
  23. wip tests

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    c0ddb39 View commit details
    Browse the repository at this point in the history
  24. Type names test done

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3fe2111 View commit details
    Browse the repository at this point in the history
  25. wip tests

    ptupitsyn committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    dd26974 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Fixing tests

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    4a2711c View commit details
    Browse the repository at this point in the history
  2. Simple DML test done

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    0fee029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f8791 View commit details
    Browse the repository at this point in the history
  4. wip tests

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    ceebad3 View commit details
    Browse the repository at this point in the history
  5. wip tests

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    ecadb15 View commit details
    Browse the repository at this point in the history
  6. Add DML test

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    cc42767 View commit details
    Browse the repository at this point in the history
  7. wip tests

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e152058 View commit details
    Browse the repository at this point in the history
  8. tests done

    ptupitsyn committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    8938d18 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into ignite-2703

    devozerov committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    c7bb261 View commit details
    Browse the repository at this point in the history
  10. Minors.

    devozerov committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e62e9f6 View commit details
    Browse the repository at this point in the history