Skip to content

Releases: StevanFreeborn/OnspringCLI

OnspringCLI v0.2.0

07 Oct 22:12
Compare
Choose a tag to compare

Change Log

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

0.2.0 (2024-10-07)

Features

  • add find command (0d8d5d7)
  • add options for references command (2b37a52)
  • add records as sub command (79fc890)
  • add records command (cb393b6)
  • add references command (cbc9fe8)
  • implement find references handler (e42e84f)
  • implement getting all apps (08bc3c4)
  • register command and handler (de6c068)
  • register records command (e4bb3fa)

Bug Fixes

Other

  • Merge pull request #12 from StevanFreeborn/stevanfreeborn/docs/update-readme (9376f60)
  • Merge pull request #14 from StevanFreeborn/stevanfreeborn/docs/fix-typo (58ce7dc)
  • Merge pull request #16 from StevanFreeborn/stevanfreeborn/feat/add-records-find-command (7bc8a0e)
  • add note for records command (250b79d)
  • add test for write references report (0479c8a)
  • fix code coverage (0ace798)
  • fix debug path (752e543)
  • fix formatting decisions (1605b56)
  • formatting (2403808)
  • rename test file (7d83d70)
  • rename test file and adjust formatting (4a45d1d)
  • run dotnet format (61eb1d0)
  • update README.md (0b9011e)
  • update REAMD.md (e072c56)
  • update usings (11a8eb9)

OnspringCLI v0.1.0

18 Nov 04:12
Compare
Choose a tag to compare

Change Log

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

0.1.0 (2023-11-18)

Features

Other

  • Merge pull request #11 from StevanFreeborn/stevanfreeborn/feat/upgrade-dotnet-8 (8352d2d)
  • add downloads badge (6ef7ea9)
  • correct path (b36bd7c)
  • remove unnecessary script (34be914)
  • update cli packages (2c8f164)
  • update projects to target dotnet 8 (cc165df)
  • update test coverage command (69d5ec9)
  • update test project packages to latest (ca58608)
  • update test project to build coverage report automatically and update workflow accordingly (08cecc5)
  • use global tool for report generator (a370173)
  • user cobertura report output (8ca46df)

OnspringCLI v0.0.2

09 Jun 19:48
Compare
Choose a tag to compare

Change Log

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

0.0.2 (2023-6-9)

Bug Fixes

Other

  • Merge pull request #9 from StevanFreeborn/fix/incorrect-log-statement (5f120e7)
  • add changelog to gitignore (a782fa8)
  • add example usage for log level to README.md (3fb28a7)
  • add vscode settings (07f2dc3)
  • update README.md with badges (edc4bf8)

OnspringCLI v0.0.1

25 Mar 03:54
Compare
Choose a tag to compare

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](https://www.github.com/StevanFreebo...
Read more