Skip to content

Releases: ctreminiom/go-atlassian

v1.1.0

23 Mar 22:47
f267e89
Compare
Choose a tag to compare

🎨 Improve structure / format of the code.

  • Improved the code samples folder

✨ 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

✅ 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.0

03 Mar 05:31
95f2d60
Compare
Choose a tag to compare

🎨 Improve structure / format of the code.

  • added the Jira Date Format constant

🐛 Bug Fixes

  • Closes #2
  • Fixed the missing request headers blocking the HTTP callback returning a 415 and updated the comments documentation.

📝 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.

♻️ 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.

✨ 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

✅ 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 #3 from ctreminiom/issue-2-unmarshal_array_error_on_IssueSearchService

  • Merge pull request #1 from ctreminiom/dev