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

Implement GOB (and avro) encoder and parser #240

Merged
merged 78 commits into from
Aug 23, 2022
Merged

Implement GOB (and avro) encoder and parser #240

merged 78 commits into from
Aug 23, 2022

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    f083c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f679e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Auto module is updated.

    RoshiniNara committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f68e890 View commit details
    Browse the repository at this point in the history
  2. Auto module is updated.

    RoshiniNara committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    49adf69 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Update auto.go

    RoshiniNara committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f4d85cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4391ad8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Update gob_test.go

    RoshiniNara committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    91987ee View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

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

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    1da420a View commit details
    Browse the repository at this point in the history
  2. encoder_test is successful

    vnragavan committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    ad030ed View commit details
    Browse the repository at this point in the history
  3. Updated author info

    vnragavan committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    6590a5c View commit details
    Browse the repository at this point in the history
  4. GOB parser tests sucessful

    vnragavan committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    8bdb13f View commit details
    Browse the repository at this point in the history
  5. Updated author information

    vnragavan committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    5702385 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    d873b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96cb4ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea16343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    857f23f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    a4d78cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85383e5 View commit details
    Browse the repository at this point in the history
  3. Avro parser edited

    RoshiniNara committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    ceec5f6 View commit details
    Browse the repository at this point in the history
  4. old comment removed

    RoshiniNara committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    8efd3ac View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Update gob.go

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    af6abdd View commit details
    Browse the repository at this point in the history
  2. Update avro.go

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    942b919 View commit details
    Browse the repository at this point in the history
  3. Update avro.go

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c75fce0 View commit details
    Browse the repository at this point in the history
  4. Update go.mod

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    552377c View commit details
    Browse the repository at this point in the history
  5. Update go.mod

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e2e5063 View commit details
    Browse the repository at this point in the history
  6. Update avro_schema

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9fe8aa6 View commit details
    Browse the repository at this point in the history
  7. Update avro_schema

    RoshiniNara committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d474900 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Update avro.go

    RoshiniNara committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    46f39ef View commit details
    Browse the repository at this point in the history
  2. Update avro.go

    RoshiniNara committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1b27ffa View commit details
    Browse the repository at this point in the history
  3. Update avro.go

    RoshiniNara committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ff3cfea View commit details
    Browse the repository at this point in the history
  4. Update avro.go

    RoshiniNara committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    30d0934 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update gob.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    68dd30a View commit details
    Browse the repository at this point in the history
  2. Update gob_test.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7b8cc29 View commit details
    Browse the repository at this point in the history
  3. Update gob.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    695551a View commit details
    Browse the repository at this point in the history
  4. Update gob.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    585be79 View commit details
    Browse the repository at this point in the history
  5. Update gob_test.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c20fd08 View commit details
    Browse the repository at this point in the history
  6. Update gob_test.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a2f5f1a View commit details
    Browse the repository at this point in the history
  7. Update auto.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4c3a541 View commit details
    Browse the repository at this point in the history
  8. Update avro.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    86da966 View commit details
    Browse the repository at this point in the history
  9. Update gob.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f6cfa2d View commit details
    Browse the repository at this point in the history
  10. Update avro.go

    RoshiniNara committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2de3246 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    51daef8 View commit details
    Browse the repository at this point in the history
  2. added "fmt" and

    RoshiniNara committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ea08481 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    7640715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7538f1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f014600 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ab84f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    289ad38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6e70d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad77db5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da86f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    ebec6c2 View commit details
    Browse the repository at this point in the history
  2. sync once change added

    RoshiniNara committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    adfd3c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Update avro.go

    RoshiniNara committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f91a3d7 View commit details
    Browse the repository at this point in the history
  2. Update avro.go

    RoshiniNara committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1440ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Update avro.go

    RoshiniNara committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1dd7340 View commit details
    Browse the repository at this point in the history
  2. Update avro.go

    RoshiniNara committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d1c3fe4 View commit details
    Browse the repository at this point in the history
  3. avro parser error fixed

    RoshiniNara committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d78264e View commit details
    Browse the repository at this point in the history
  4. error fixed : removed

    RoshiniNara committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b49561f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. update auto.go

    RoshiniNara committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    333d957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dda447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f355580 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 19, 2022

  1. avro updates

    RoshiniNara committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    75d43b9 View commit details
    Browse the repository at this point in the history
  2. avro test updated

    RoshiniNara committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fa94198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb08c54 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. avro encoder test passed

    RoshiniNara committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    1f218e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    eda0ad3 View commit details
    Browse the repository at this point in the history
  2. parser test updated

    RoshiniNara committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    939de68 View commit details
    Browse the repository at this point in the history
  3. avro encoder removed

    RoshiniNara committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0cd37e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    ad221e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a188d3 View commit details
    Browse the repository at this point in the history
  3. Update avro.go

    RoshiniNara committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6eb1709 View commit details
    Browse the repository at this point in the history
  4. Update avro.go

    RoshiniNara committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    25ff855 View commit details
    Browse the repository at this point in the history
  5. Delete avro_testdata.json

    RoshiniNara committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b8695dc View commit details
    Browse the repository at this point in the history
  6. Delete avro_testdata.json

    Deleted unwanted avro test data.json
    RoshiniNara committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d0fbc26 View commit details
    Browse the repository at this point in the history