Skip to content

OnspringCLI v0.0.1

Compare
Choose a tag to compare
@StevanFreeborn StevanFreeborn released this 25 Mar 03:54
· 47 commits to main since this release

Change Log

All notable changes to this project will be documented in this file. See versionize for commit guidelines.

0.0.1 (2023-3-25)

Features

  • add attachments reporter command (cbaef9d)
  • add csv file filter option to report command (a0ae678)
  • add help figlet text (52ee447)
  • add initial command (07359ec)
  • add options to bulk delete command (029ca91)
  • add root command (0ae0174)
  • begin implementing attachments transfer command (75d6e18)
  • begin migrating attachment report into cli project (2b82807)
  • begin working on bulk download command (3236650)
  • continue implementing transfer command (bcb564a)
  • continue working on implementing transfer (1d73b73)
  • finish implementing transfer command (c723dd1)
  • implement bulk delete command (f2d1879)
  • implement bulk download command (b25c6de)
  • setup factory for attachment transfer settings (0bcb082)
  • stub out bulk delete command (debc51f)
  • stub out logic for bulk download command (82dd5fe)
  • stub out transfer command (9d127a2)

Bug Fixes

  • add context to each logger and remove application property from log (f64012d)
  • add correct mimimum level to root logger (bddb17c)
  • add delete command to attachments command (e85269e)
  • add progress bar to transfer command (8b02b3b)
  • added progress bar to bulk delete and bulk download commands (1e0c39f)
  • clean up method params (9171c89)
  • close and flush the log (0393916)
  • correct fields filter name (df8200a)
  • correct key in example transfer.json (f196662)
  • give delete command proper name (53fcc12)
  • incorrect field filter description (2269633)
  • make log level a global option (95b3cac)
  • make method private (6037def)
  • make program.cs async (5ab1313)
  • modify is all attachments method to deal with edge case (a0968e7)
  • move host config into extension method (8b0d718)
  • query for records not already processed (38465f8)
  • rename bulk command (7f5b29f)
  • rename file request class (59b1e36)
  • rename reporter command (b5eda2d)
  • set console log level to correct starting level (2731a90)
  • update logger configuration (fe4b942)
  • use factory pattern for client in onspring service (ab32e1a)
  • validate list value as name or guid (d9ff97b)

Other

  • Merge pull request #1 from StevanFreeborn/tests/write-initial-unit-tests (9e62ec4)
  • Merge pull request #2 from StevanFreeborn/docs/update-README.md (6feaed7)
  • Merge pull request #3 from StevanFreeborn/docs/update-example-transfer-settings (369906e)
  • Merge pull request #4 from StevanFreeborn/fix/correct-field-filter-option-description (f5c2556)
  • Merge pull request #5 from StevanFreeborn/fix/correct-fields-filter-option-name (a93473a)
  • Merge pull request #6 from StevanFreeborn/docs/add-license-txt (75f1a86)
  • Merge pull request #7 from StevanFreeborn/docs/update-README.md (dc0079b)
  • Merge pull request #8 from StevanFreeborn/chore/add-publish-release-workflow (efb4f31)
  • add build and test workflow (503c1b0)
  • add license (3f8eebf)
  • add moq and fluent assertions. stub out onspring service tests class (73f6d1e)
  • add more unit tests (41bb823)
  • add publish and release workflow file (877d6de)
  • add publish script (1d3db24)
  • add report command tests (50959f8)
  • add tests for attachment transfer settings factory (3e0b9e1)
  • add tests for report service (4b25989)
  • add unit test for transfer command (3541d34)
  • add unit tests (7bc0a84)
  • add unit tests (cbcc2b5)
  • add unit tests for models (f341903)
  • add workflow to publish_release file (3e1d9a9)
  • added global usings file (da9f66e)
  • added README.md (6f5e941)
  • change order of extension methods for readability (7060aae)
  • finish writing tests (fe1089d)
  • fix launch settings (b745e85)
  • fix launch settings (64dab2a)
  • fix typo (ffb68b1)
  • fix typo (203e5a0)
  • fix typo in workflow (95c3e65)
  • initial commit (534839b)
  • make internals visible to test project (1d3cb13)
  • more tests (d863617)
  • more tests (96eacec)
  • more unit tests (a57475a)
  • put ctor params on separate lines (f616a22)
  • put path.combine params on separate lines (70c6583)
  • reach 100% code coverage on OnspringServiceTests (cf63a72)
  • run dotnet format (193946e)
  • run dotnet format (c5657f3)
  • started working on attachment processor tests (55b8141)
  • stub out bulk command tests (8f5fc8c)
  • udpate README.md (baedf1b)
  • update build_test workflow to ignore license (8877486)
  • update editor config to ignore lib directory (1144a0f)
  • update editorconfig to proper tab size (b71e26f)
  • update README.md (5bd4fa5)
  • update README.md (722b016)
  • update test coverage script (286607c)
  • update test coverage script (d096f59)