Skip to content

Releases: Evref-BL/Gitlab-Pharo-API

1.0.2

26 Mar 12:55
b82bb58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

08 Jul 12:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...1.0.1

v1.0.0

06 Jun 10:41

Choose a tag to compare

What's Changed

  • chore: base of project by @knowbased in #1
  • feat: structure of project by @knowbased in #2
  • feat: create branche by @knowbased in #3
  • feat(GitlabBranches): get all branches from a project by @knowbased in #4
  • feat(GitlabCommits): get commit in project by @knowbased in #5
  • ci: run tests with github actions by @knowbased in #6
  • feat(GitlabCommits): commit diff by @knowbased in #7
  • feat(GitlabCommits): get all commits and get commits by page by @knowbased in #8
  • feat(GitlabCommits): create commit by @knowbased in #9
  • feat(GitlabDiscussions): create a merge request thread by @knowbased in #10
  • feat(GitlabMergeRequests): get a single MR by @knowbased in #11
  • feat(GitlabMergeRequests): list merge request diffs by @knowbased in #12
  • feat(GitlabMergeRequests): create a new merge request by @knowbased in #13
  • feat(GitlabNotes): create a new note for a single merge request by @knowbased in #14
  • feat(GitlabRepositories): get raw file from repository by @knowbased in #15
  • ci: add coverage in jobs by @knowbased in #16
  • feat(GitlabRepositories): compare branches, tags or commits by @knowbased in #17
  • feat(GitlabGroups): get a single group by @knowbased in #18
  • feat(GitlabPipelines): list pipelines in a project by @knowbased in #19
  • feat(GitlabGroups): list groups by page by @knowbased in #20
  • feat(GitlabGroups): getAll: and getAllWithParams: by @knowbased in #21
  • feat(GitlabGroups): list subgroups by @knowbased in #22
  • feat(GitlabJobs): list of jobs for a pipeline. by @knowbased in #23
  • feat(GitlabProjects): List projects by @knowbased in #24
  • feat(GitlabUsers): list of users + get a single user by @knowbased in #25
  • feat(GitlabProjects): contributed projects of user by @knowbased in #26
  • feat(GitlabRepository): list of repository files and directories in a project by @knowbased in #27
  • feat(GitlabMergeRequests): commits of merge request by @knowbased in #28
  • feat(GitlabMergeRequests): all of project with params by @knowbased in #29
  • feat(GitlabMergeRequests): merge request approvals by @knowbased in #30
  • feat: add output parameter to return json by @knowbased in #31
  • refactor(GitlabBranches): change getAll to use getAll:WithParams by @knowbased in #32
  • refactor(GitlabCommits): use gitlabRessource method in get:InProject: by @knowbased in #33
  • refactor(GitlabCommits): change diffOf: to use get:WithParams by @knowbased in #34
  • feat(GitlabProjects): all projects without params by @knowbased in #35
  • feat(GitlabRessource): handle errors in getAll:withParams method by @knowbased in #36
  • feat(GitlabNotes): get all merge request notes by @knowbased in #37
  • doc(README.md): add usage by @knowbased in #38
  • adding tag MSR to iceberg by @alkalinan in #39
  • feat(GitlabRepositories): add the API to get the git blame file by @AzouzeIbrahim in #40
  • doc(README.md): add installation in baseline dependency by @knowbased in #42
  • doc(README.md): update branches in installation by @knowbased in #44
  • Get discussions API by @Marpioux in #45

New Contributors

Full Changelog: https://github.com/Evref-BL/Gitlab-Pharo-API/commits/v1.0.0

Gitlab-Pharo-API 0.1

07 Apr 14:52

Choose a tag to compare

What's Changed