All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.1.2 Changes

    2021-03-24

    ๐Ÿ“š :memo: Add or update documentation.

    • โž• added examples

    Pull Requests

    • ๐Ÿ”€ Merge pull request #11 from ctreminiom/feature/jira-software-example
  • v1.1.1 Changes

    2021-03-24

    :art: Improve structure / format of the code.

    • โšก๏ธ Updated README.md
    • โšก๏ธ Updated README.md
    • Format the badges
    • โž• Added the new Library Logo

    :white_check_mark: Ad/Update Test Cases

    • โœ… Increased the coverage adding more Test on the issueComment.go

    Pull Requests

    • ๐Ÿ”€ Merge pull request #8 from ctreminiom/feature-adf-comments
    • โšก๏ธ Merge pull request #6 from ctreminiom/feat/updated-readme.md
    • ๐Ÿ”€ Merge pull request #5 from ctreminiom/feature/jira-service-management
  • v1.1.0 Changes

    2021-03-23

    :art: Improve structure / format of the code.

    • ๐Ÿ‘Œ Improved the code samples folder

    :sparkles: Features

    • โž• Added the RequestTypeService on the Service Management Module
    • โž• Added the ServiceDeskQueueService on the Service Management Module
    • โž• Added the Project Get method on the KnowledgebaseService module on the Service Management Module
    • โž• Added the Add/Remove methods on the CustomerService module on the Service Management Module
    • โž• Added the ServiceDeskProjectService on the Service Management Module
    • โž• Added the RequestFeedbackService on the Service Management Module
    • โž• Added the RequestSLAService on the Service Management Module
    • โž• Added the RequestParticipantService on the Service Management Module
    • โž• Added the Subscribe and Unsubscribe methods on the RequestService module.
    • โž• Added the RequestCommentService on the Service Management Module
    • โž• Added the RequestAttachmentService on the Service Management Module
    • โž• Added the RequestService, RequestApprovalService and RequestTypeService

    :white_check_mark: Ad/Update Test Cases

    • โž• Added the Unit Test cases on the KnowledgebaseService and OrganizationService
    • โž• Added the Unit Test cases on the customerService

    Ambulance

    • ๐Ÿ›  fixed the GoLint non-used warning on the Service Management code samples

    Construction

    • Created the first Jira Service Management services and linked it into the JiraService struct.

    Pull Requests

    • ๐Ÿ”€ Merge pull request #5 from ctreminiom/feature/jira-service-management
  • v1.0.2 Changes

    2021-03-23

  • v1.0.1 Changes

    2021-03-04

    ๐Ÿ›  :bug: Bug Fixes

    • Closes #2

    Pull Requests

    • Merge pull request #3 from ctreminiom/issue-2-unmarshal_array_error_on_IssueSearchService
  • v1.0.0 Changes

    2021-03-03

    :art: Improve structure / format of the code.

    • โž• added the Jira Date Format constant

    ๐Ÿ›  :bug: Bug Fixes

    • ๐Ÿ›  Fixed the missing request headers blocking the HTTP callback returning a 415 and updated the comments documentation.

    ๐Ÿ“š :memo: Add or update documentation.

    • โšก๏ธ updated license source link
    • Added the PULL_REQUEST_TEMPLATE.md
    • โšก๏ธ updated the bug_report,md
    • Created CONTRIBUTING.md
    • โšก๏ธ Update issue templates
    • Create CODE_OF_CONDUCT.md
    • ๐Ÿ“š updated the comment documentation.
    • ๐Ÿ“š updated the comment documentation.
    • ๐Ÿ“š updated the comment documentation.
    • ๐Ÿ“š updated the comment documentation.
    • ๐Ÿ“š updated the comment documentation.
    • ๐Ÿ“š updated the comment documentation validate non empty parameters values
    • ๐Ÿ”— linked the documentation docs.go-atlassian.io with the GroupService
    • ๐Ÿ”— linked the documentation docs.go-atlassian.io with the FilterShareService
    • ๐Ÿ”— linked the documentation docs.go-atlassian.io with the FilterService.
    • โž• added the mergo golang module and updated the dependencies.

    ๐Ÿ”จ :recycle: Code Refactoring

    • โž• Added the Unit Test cases with a 100% of coverage on the issueComment.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the audit.go file and the .json mock files needed to run the tests.

    :sparkles: Features

    • โšก๏ธ updated Readme.md
    • โž• Added more test case on the issueTypeScreenScheme.go
    • ๐Ÿ– handled the non resolutionID or priorityID params.
    • โž• added more method in the dashboardService

    :white_check_mark: Ad/Update Test Cases

    • โž• Added the Unit Test cases with a 100% of coverage on the userSearch.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the projectVersion.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the screenSchemes.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the screenTab.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the screen.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the user.go file and the .json mock files needed to run the tests.
    • โž• Added the Unit Test cases with a 100% of coverage on the projectTypes.go file and the .json mock files needed to run the tests.

    Ambulance

    • ๐Ÿ›  Fixed empty key param on the applicationRole.go and updated the code examples

    Construction

    • โšก๏ธ updated the /vendor folder
    • โšก๏ธ updated the /vendor folder

    Pull Requests

    • ๐Ÿ”€ Merge pull request #1 from ctreminiom/dev