web-api-commander/.gitignore

11 lines
139 B
Plaintext
Raw Permalink Normal View History

# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
2020-02-27 19:01:17 -05:00
build/
.idea/
*.log
*.iml
#94 Added Testing Rules for the Lookup Resource (#108) * Updated odata-openapi commit * Update odata-openapi submodule * Issue #94: Initial addition of Lookup resoruce tests * Issue #94: added Cucumber BDD for Lookup Resource and stubs for gluecode * Issue #94: Added Lookup Replication Tests * Updated .gitignore * Issue #94: Retrieve data using fetch api * Issue #94: Added timestamp query replication strategy * Issue #94: Added timestamp query replication strategy for asc * Issue #94: Add relevant annotation and metadata cache tests * Issue #94: Added required annotation and lookup name testing in the lookup resource for standard fields * Issue #94: WARN when empty LookupName items are found * Issue #94: update to use TopAndSkip replication strategy instead * Issue #94: Changed fail to warn when lookup name not present. Changed DataAvailability to use the in-container cache. * Issue #94: separated the required annotation check from lookup name checks in the lookup data * Issue #94: Lookup Resource Cleanup * Issue #105: Add fast-fail behavior to all XML Metadata validation steps * Added better page handling and logging for sampling * Issue #94: move annotation reader to common utils * Issue #94: added JSON Serializer * Issue #94: Lookups JSON serializer * Issue #94: Refactored utils into ODataUtils, separated functions * Issue #94: Refactored ODataUtils to use Optional, and added comments * Issue #94: further conversion to optional * Issue #94: created new json serializers * #94: Intermediate commit * #94: updated sampling strategy * #107: Added support for OriginatingSystemName and OriginatingSystemID * Updated Docker instructions in the README * #106: updated docker README * Issue #94: annotated lookup field serializer * Issue #94: adding parallel stream logic * #94: merge main
2022-07-08 10:10:14 -04:00
.run/
.DS_Store