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

1508 avro schemas #60

Open
wants to merge 131 commits into
base: master
Choose a base branch
from
Open

1508 avro schemas #60

wants to merge 131 commits into from

Commits on Apr 13, 2021

  1. Changed S3Utils, S3MessageAdapter classes' constructors(adjusted docu…

    …mentation) to take dictionary with extra parameters allowed as well as methods within this class not to reference config but the variable that was set. Adjusted effected tests.
    Erin committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4e12e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    38e0299 View commit details
    Browse the repository at this point in the history
  2. 1500-WebPublisher adjusted some documentation wording and added test_…

    …WebPublisher_unit as unit test until create folder structure for integration vs unit tests.
    Erin committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    47d9d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a9096 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. 1500-Changed CsbExtractor class constructor(adjusted documentation) t…

    …o take dictionary with extra parameters allowed as well as methods within this class not to reference config but the variable that was set. Adjusted effected tests.
    Erin committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    85ada22 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 28, 2021

  1. 1500-Changed KafkaConsumer class constructors(adjusted documentation)…

    … to take dictionary with extra parameters allowed as well as methods within this class not to reference config but the variable that was set. Adjusted effected tests. Removed get_logger method as it wasn't used and we used a different logger then. Added checks for if security wasn't enabled.
    Erin committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1e629ab View commit details
    Browse the repository at this point in the history
  2. 1500-Adjusted KafkaConsumer create_consumer to not do duplicate code,…

    … using a topic variable instead. Removed changing name of the consumer_conf to meta_consumer_conf. Added additional logging.
    Erin committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b63bfe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74e7f6f View commit details
    Browse the repository at this point in the history
  4. 1500-in KafkaConsumer renamed variables so tad more generic. Makes it…

    … clearer how similar code is to KafkaPublisher class.
    Erin committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a07e642 View commit details
    Browse the repository at this point in the history
  5. 1500-Fixed KafkaConsumerTest (thought intellij refactor of var name w…

    …ould notice this usage).
    Erin committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    da934c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92e12c9 View commit details
    Browse the repository at this point in the history
  7. 1500-Changed KafkaPublisher class constructors(adjusted documentation…

    …) to take dictionary with extra parameters allowed as well as methods within this class not to reference config but the variable that was set. Removed logging import and changed to ClientLogger.
    Erin committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ba17408 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. 1500-Changed KafkaConsumerTest(s) to have vars named exp where it mak…

    …es sense. Added test for extra arguments via constructor. Fixed test for testing less parameters passed in, because more could have made it through.
    Erin committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    392788a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. 1500-KafkaConsumerTest improved the formatting of dicts, tested retu…

    …rn values a little better where could, and changed a test of assertTrue to assertEqual so got to see what the actual value was when failed.
    Erin committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3426472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c9dce View commit details
    Browse the repository at this point in the history
  3. 1500-In KafkaPublisher cleaned up documentation, added method to cons…

    …olidate generating the key from UUID, and added a little logging. Consolidated topic generation code too.
    Erin committed May 4, 2021
    Configuration menu
    Copy the full SHA
    921490a View commit details
    Browse the repository at this point in the history
  4. 1500-Adjusted csb config variable name from file_identifier_prefix to…

    … file_id_prefix as it is in half the other places including S3MessageAdapter constructor.
    Erin committed May 4, 2021
    Configuration menu
    Copy the full SHA
    a337c39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aab6d6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. 1500-Changed SqsConsumer class constructor to take dictionary with ex…

    …tra parameters allowed. Refactored out of SqsConsumer the connecting part and put into S3Utils, this left only log_level as class var. Put creating a Queue object into receive_messages (can refactor out if ever need again, but single line didn't seem to warrent its own method). Added debug logging.
    Erin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    5975e1d View commit details
    Browse the repository at this point in the history
  2. 1500-Decided to put "connect" back into SqsConsumer. Adjusted input p…

    …arameters for receive_message so a user could create their own queue or use our connect to do so and pass either in.
    Erin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    204a2bd View commit details
    Browse the repository at this point in the history
  3. 1500-Fixed some bugs in SqsConsumer.

    Erin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    47b3e5b View commit details
    Browse the repository at this point in the history
  4. 1500-Due to changing SqsConsumer class constructor to take dictionary…

    … with extra parameters allowed so adjusted the tests and added more with more verification.
    Erin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b2143ae View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. 1500-fixed bug in tests/utils of message missing a carriage return. J…

    …ust looks.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    11f8845 View commit details
    Browse the repository at this point in the history
  2. 1500-Added logging to SqsHandlers and log_level method parameter. Adj…

    …usted SqsConsumer callback parameters to pass along log_level.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9048e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e0d3ba View commit details
    Browse the repository at this point in the history
  4. 1500-Fixed SqsConsumerTest due to parameters into CB changing. skippe…

    …d example test.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    918c378 View commit details
    Browse the repository at this point in the history
  5. 1500-Removed unused conf variable.

    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3f39966 View commit details
    Browse the repository at this point in the history
  6. 1500-Removed unused var conf from classes.

    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4cffc38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8280a37 View commit details
    Browse the repository at this point in the history
  8. 1500-refactored S3Utils connect to take in type parameter instead of …

    …us assuming if they say "glacier" they mean a client of service type "glacier". Little clearer to the user and in the code. This allows boto to catch the error of wrong service name specified and it gives a nice list of choices. Added else statement too for cases user specifies a type we don't expect, will add tests to.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c16302e View commit details
    Browse the repository at this point in the history
  9. 1500-Changed moto dependency to moto[all] because of some issues with…

    … a moto version issue. getmoto/moto#3297
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f8c5bd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecfec1e View commit details
    Browse the repository at this point in the history
  11. 1500-Changed class constructors checking extra arguments and logging …

    …of an error to warning.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e4c7fb4 View commit details
    Browse the repository at this point in the history
  12. 1500-Moved unit tests to tests/unit and integration tests to tests/in…

    …tegration. Change circle ci config to run all onestop-python-client tests.
    Erin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f5370ea View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. 1500-Fixed one of the test_S3Utils tests that was commented out. Remo…

    …ved some blank lines from S3Utils.
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c93bab2 View commit details
    Browse the repository at this point in the history
  2. 1500-Updated python-client requirements boto3. Seems to be using an o…

    …ld one. Trying to figure out how to force it to a newer one.
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    32a300a View commit details
    Browse the repository at this point in the history
  3. 1500-Updated python-client requirements botocore to 1.20.71 due to co…

    …nflict between botocore 1.18.11 and moto 2.0.5
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a3f6e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fca7a9 View commit details
    Browse the repository at this point in the history
  5. 1500-added region_name to S3Utils connect for session. Suspect it was…

    … using my local aws config when region was not specified.
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    bd38748 View commit details
    Browse the repository at this point in the history
  6. 1500-Changing python-client circleci config to see if need to tell it…

    … to install boto for pip3 every time.
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6a101f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    927fb7e View commit details
    Browse the repository at this point in the history
  8. 1500-Changed python-client integration test(s) to use environment var…

    …iables if credentials yml doesn't exist. Commented out integration task in circleCI config. Since cannot reach registry on cedardevs.
    Erin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    12374a0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. 1500-Removed redundant log_level fields in all the configs. Put into …

    …credentials template.
    Erin committed May 13, 2021
    Configuration menu
    Copy the full SHA
    eb0646d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. 1500-Changed the kafka config in the scripts for collection and granu…

    …le _topic_produce to _topic_publish, as it is in the constructor for KafkaPublisher and KafkaConsumer.
    Erin committed May 14, 2021
    Configuration menu
    Copy the full SHA
    aa0b9a9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. 1500-Changed exception message to first be a string then passed into …

    …exception. Otherwise wasn't evaluating the variable within message.
    Erin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3b14757 View commit details
    Browse the repository at this point in the history
  2. 1500-Adjusted exception thrown in S3Utils.connect for invalid type, w…

    …asn't printing value of variable. Added test for that negative case.
    Erin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ebf71ee View commit details
    Browse the repository at this point in the history
  3. 1500-Fixed log but in SqsConsumer of microseconds process time being …

    …multiplied instead of divided to get seconds.
    Erin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    053df05 View commit details
    Browse the repository at this point in the history
  4. 2500-Added SqsHandlers create_upload_handler back with tests. Didn't …

    …realize was used, looked obsolete.
    Erin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5c66efa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

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

Commits on May 20, 2021

  1. 1507-Added sqs_name to helm values.

    Erin committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a0711f2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. 1508-Added unit tests for parsed_record file.

    Erin committed May 21, 2021
    Configuration menu
    Copy the full SHA
    ef2785c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77190e8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. 1507-Updated circleCI config to run/publish docker image of onestop-p…

    …ython-client based on branch name. Removed unnecessary comments.
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c073a2f View commit details
    Browse the repository at this point in the history
  2. 1507-Copied root Dockerfile to onestop-python-client to get docker pu…

    …blishing images.
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    5d3344c View commit details
    Browse the repository at this point in the history
  3. 1507-Removed from Dockerfile copy step of module in, had trouble doin…

    …g to and from examples hoping unnecessary.
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    46f7fff View commit details
    Browse the repository at this point in the history
  4. 1507-Changed onestop-python-client Dockerfile to copy onestop-python-…

    …client code to working directory then install requirements.txt.
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    0166d4f View commit details
    Browse the repository at this point in the history
  5. 1507-Add to circleCI building and publishing images of onestop-s3-han…

    …dler and onestop-sme onestop-python-client
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f3088da View commit details
    Browse the repository at this point in the history
  6. 1507-Fixed booboo in circleCI of renaming build and not changing name…

    … in the jobs section and added the sme and s3 builds to jobs.
    Erin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    eaf1454 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 2, 2021

  1. 1507-Changed dockerfiles back (had changed it due to so problems with…

    … circleci) and changed circleci config.
    Erin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    095d5fa View commit details
    Browse the repository at this point in the history
  2. 1507-Removed onestop-python-client dockerfile, unecessary. Therefore …

    …changed circleci path for onestop-python-client build to indicate use project root as path. Changed paths in root dockerfile back to ./ instead of / so clearer.
    Erin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9d4eaba View commit details
    Browse the repository at this point in the history
  3. 1507-added comment to sqs-to-registry dockerfile about how things get…

    … copied over.
    Erin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    bca1ce3 View commit details
    Browse the repository at this point in the history
  4. 1507-Changed scripts/sme dockerfile to not install onestop-python-cli…

    …ent, path is one up which is out of context for this dockerfile (hint root dockerfile does that step). Added comment about in root dockerfile.
    Erin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4c62de8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. 1507-In helm values files changed image pullPolicy to Always because …

    …from what can tell it only pulls if the image name changes, such as if you have a version number. We don't do this ATM.
    Erin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    34ed597 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. 1507-To helm/*/values.yaml removed unused sqs_url, added cert locatio…

    …ns w comment and set security to false (cedar-devs is false), adjusted s3_bucket2 to a real bucket, fixed bug of granule type needing to be GRANULE, and added kafka information.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d09ad1c View commit details
    Browse the repository at this point in the history
  2. 1507-Set metadata_type to uppercase and adjusted the ValueError raise…

    …d if it metadata_type wasn't GRANULE or COLLECTION.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    37a65a2 View commit details
    Browse the repository at this point in the history
  3. 1507-Set metadata_type to uppercase and adjusted the ValueError raise…

    …d if it metadata_type wasn't GRANULE or COLLECTION. Changed try/raise in consume method to try/finally with same closing of the consumer as before. This way exceptions do fail script, because before was unclear why it wasn't working.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c3f3761 View commit details
    Browse the repository at this point in the history
  4. 1507-Added additional log statement in delete handler if record event…

    …Name was a Delete type.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2cfdcf3 View commit details
    Browse the repository at this point in the history
  5. 1507-Updated KafkaConsumer unit test to reflect change neglected to m…

    …ention in last commit that the AvroDeserializer constructor needed more specific parameter names (think it got updated and our order of params was wrong).
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    be034ea View commit details
    Browse the repository at this point in the history
  6. 1507-Updated scripts to work with new class constructors that take a …

    …dict instead of config location. Removed mocking for launch_delete_handler script since have unit tests that cover this now.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    528fa83 View commit details
    Browse the repository at this point in the history
  7. 1507-Updated AvroSerializer call to specify parameter name, since ord…

    …er of params seem to have changed.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d43d067 View commit details
    Browse the repository at this point in the history
  8. 1507-Updated AvroSerializer call to specify parameter name, since ord…

    …er of params seem to have changed. (forgot intellij's multi select for commits doesn't work)
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    27e7d1b View commit details
    Browse the repository at this point in the history
  9. 1507-Removed try/catch around code in KafkaPublisher publish_granule …

    …so as to get better error reporting.
    Erin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3993106 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. 1507-Removed try/catch around code in KafkaPublisher publish_collecti…

    …on so as to get better error reporting.
    Erin committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    2ade49b View commit details
    Browse the repository at this point in the history
  2. 1507-Updated helm/*/values.yml for Kafka brokers and schema_registry …

    …to what they are on cedar-devs.
    Erin committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    9b6dc1b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. 1507-Changed helm/*/values file_identifier_prefix to file_id_prefix (…

    …was changed a while ago in the code).
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    35ed0dc View commit details
    Browse the repository at this point in the history
  2. 1507-Found bug of not updating the s3Utils connect call to new way, u…

    …pdated test to reflect/catch.
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1e76696 View commit details
    Browse the repository at this point in the history
  3. 1507-Changed bulid order in CircleCI config, seeing sme/sqs script bu…

    …ilds with old code and hoping is because it was being built before the onestop-python-client-build.
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ede2e55 View commit details
    Browse the repository at this point in the history
  4. 1507-Changed circleCI config to have the onestop-python-client-build …

    …require onestop-python-client-test to run and the two script builds to require onestop-python-client-build to run.
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6e843f0 View commit details
    Browse the repository at this point in the history
  5. 1507-Changed circleci config - added colons at end of jobs that had r…

    …equires field.
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1beb0bc View commit details
    Browse the repository at this point in the history
  6. 1507-Making a visual change to onestop-python-client code to test new…

    … build requires configuration.
    Erin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    19dc282 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. 1507-Changed SqsHandlers to not serialize the json payload but instea…

    …d do a json dumps. Was complaining ParsedRecord doesn't have method serialize. Fixed tests, also added size and versionid to test util message since S3MessageAdapter.transform required.
    Erin committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    91ba8f3 View commit details
    Browse the repository at this point in the history
  2. 1507-Changed helm*/values.yml onestop and registry urls from onestop*…

    … to os*, is url on cedardevs.
    Erin committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d29e7a5 View commit details
    Browse the repository at this point in the history
  3. 1507-Added passing in log level to callback method in KafkaConsumer. …

    …Adjusted some log statements.
    Erin committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3beefc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. 1507-Removed try/finally from the KafkaConsumer.consume() since our c…

    …ode shouldn't be able to throw any exceptions, the ones that could happen you want to bubble up (like connection problems). Moved the closing of connection after while polling section, since was closing the connection.
    Erin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ffaf33f View commit details
    Browse the repository at this point in the history
  2. 1507-Narrowed down try/except code in the SqsConsumer.consume() so if…

    … there's a problem with the callback it gets thrown - also the sqs_message.delete is outside try so if a connection problem that ends everything.
    Erin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    880b858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd1d5f4 View commit details
    Browse the repository at this point in the history
  4. 1507-Fixed a test missed related to commit of changed SqsHandlers to …

    …not serialize the json payload but instead do a json dumps.
    Erin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2d8025a View commit details
    Browse the repository at this point in the history
  5. 1507-Updated scripts to work with new class constructors that take a …

    …dict instead of config location.
    Erin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7e6b72d View commit details
    Browse the repository at this point in the history
  6. 1507 - Changed warning about extra constructor arguments to debug sta…

    …tement since no harm in extra params.
    Erin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0fe8853 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. 1507-Change all init parameters from metadata_type to their classname…

    …_metadata_type, including changing type var used in S3MessageAdapter.
    Erin committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bb03a98 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    c34b338 View commit details
    Browse the repository at this point in the history
  2. 1507-Adjusted log messages in KafkaConsumer and KafkaPublisher create…

    … methods. Mostly added, removed a redundant one.Adjusted one in deliver reports from error to info.
    Erin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1566e1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3946bf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. 1507-To the scripts readme added more information about helm, build i…

    …nformation, and tried to organize by the automated process vs manual. Second pass to come in next story.
    Erin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9ce570e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. 1508-Changed python package avro-python3 to avro since it sounds like…

    … that package was merged into the avro one and will be removed in the future.
    Erin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e91f052 View commit details
    Browse the repository at this point in the history
  2. 1508-Changed avro schema requirement of relationship to be a string. …

    …This is because it was too nested and to change to an enum didn't seem to work with Optional.
    Erin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9732d7e View commit details
    Browse the repository at this point in the history
  3. 1508-Didn't realize our avro RelationshipType was referenced elsewher…

    …e. Removed it since switched to simply a string.
    Erin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    de86ff2 View commit details
    Browse the repository at this point in the history
  4. 1508-Removed unused avro tests since looks like an import is no longe…

    …r available. Never worked for our code, would need work.
    Erin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e44e135 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Merge branch '1507-Update-scripts' into 1508-avro-schemas

    # Conflicts:
    #	onestop-python-client/onestop/util/S3MessageAdapter.py
    Erin committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1cf6a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c73e71 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. 1508-Removed mock from python-client test_S3MessageAdapter, simple ut…

    …il class methods.
    Erin committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    cd231b3 View commit details
    Browse the repository at this point in the history
  2. 1508-Cleaned up test_S3MessageAdapter tests since more of a static ut…

    …il class, didn't need so much setup. Moved constructor test up with other constructor test.
    Erin committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    11f4283 View commit details
    Browse the repository at this point in the history
  3. 1508-In test_S3MessageAdapter moved init test up with other init test…

    …s... Had missed.
    Erin committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b153950 View commit details
    Browse the repository at this point in the history
  4. 1508-Undid changing relationship to use RecordType, noticed it is low…

    …ercase.Changed RelationshipType to be Enum class like RecordType, to reflect schemas repo.
    Erin committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b0594db View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    13d4cfa View commit details
    Browse the repository at this point in the history
  2. 1508-Added more Enum classes to list into schema jsonEncoder.py, stup…

    …id intellij separated the changes.
    Erin committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    c9c0152 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. 1508-Fixed bug of test_messaged defined with a variable that wasn't y…

    …et defined, config_dict wasn't defined yet.
    Erin committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ab6322f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3af19 View commit details
    Browse the repository at this point in the history
  3. 1508-Changed S3MessageAdapter.transform to take a single record, sinc…

    …e that's all it is transforming on. Renamed var in test_S3MessageAdapter to be more general name.
    Erin committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    f3ebdae View commit details
    Browse the repository at this point in the history
  4. 1508-Changed SqsHandlers to take a single record, since that's all it…

    … is operating on.
    Erin committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    578f8a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    91fe9bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6b18b View commit details
    Browse the repository at this point in the history
  3. 1508-Changed avro schema FileLocations in parsed_record to match sche…

    …ma_registry, which is a Map/Dict {str, FileLocation}. Also fixed sme script for last change of FileLocationType being an enum, not class with var type.
    Erin committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    bc561a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. 1508-changed avro ValidDescriptor to an enum, as it is in schema regi…

    …stry. Not a blank class.
    Erin committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    ebedebb View commit details
    Browse the repository at this point in the history
  2. 1508-Moved test_jsonEncoded test folder up one directory, is a util o…

    …f schemas not psiSchemaClasses.
    Erin committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f16c6ce View commit details
    Browse the repository at this point in the history
  3. 1508-Added ValidDescriptor to jsonEncoder Enum list plus to test_json…

    …Encoder file.
    Erin committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    d4ac9c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    da51dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b8cdb View commit details
    Browse the repository at this point in the history
  3. 1508-Changed test_jsonEncoder tests to not need manually typing the c…

    …lass name in the assertion.
    Erin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c3a22c8 View commit details
    Browse the repository at this point in the history
  4. 1508-Changed avro schema OperationType to Enum to match schema regist…

    …ry. Added tests.
    Erin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3f57b38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36ae0b6 View commit details
    Browse the repository at this point in the history
  6. 1508-Changed scripts with callback methods to define their records pa…

    …rameter as a record. This is because our S3MessageAdapter.transform, SqsHandler methods, and SqsConsumer.receive_messages all eventually only operate on 1 record.
    Erin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    79b8979 View commit details
    Browse the repository at this point in the history
  7. 1508-Updated launch_pyconsumer script to have a try/catch around get_…

    …uuid_metadata
    Erin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d8093d4 View commit details
    Browse the repository at this point in the history
  8. 1508-Changed avro enum class vars to all uppercase as is typical of e…

    …num classes.
    Erin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0f8b797 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    331a0eb View commit details
    Browse the repository at this point in the history
  2. 1508-Added tests to hit json decoding of ENUM classes with json.loads…

    …(value['content'], object_hook=as_enum)
    Erin committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dcc4d52 View commit details
    Browse the repository at this point in the history
  3. 1508-Updated sme script for values that are now an ENUM type. Also ch…

    …anged handler in script to work off the actual value passed in not just the test data in there.
    Erin committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    16c3f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. 1509-added discovery spatial bounding test for variations of spatial …

    …types. Removed some duplicated tests (ones covered by other tests).
    Erin committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cd99593 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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