Skip to content

Latest commit

 

History

History
564 lines (242 loc) · 19.6 KB

CHANGELOG.md

File metadata and controls

564 lines (242 loc) · 19.6 KB

0.32.2 (2023-05-31)

Bug Fixes

  • regenerate mock file using latest mockery version 2.28.1 (3677d03)

0.32.1 (2023-05-31)

Bug Fixes

  • adding defaultBranch argument on CreateProject interface (45d288b)

0.32.0 (2023-05-31)

Features

  • force add default branch name on create project func (b55cf09)

0.31.0 (2023-03-03)

Features

  • add Base64 encoding for tar and tar.gz (f778a8f)

0.30.2 (2023-02-27)

Bug Fixes

  • upgrade go-gitlab version and fix typo (3e27ea0)

0.30.1 (2023-02-27)

Bug Fixes

  • add GetVariables function to interface to register it (6656a97)

0.30.0 (2023-02-27)

Features

  • add Gitlab Group Env with Parent (52336c8)

0.29.0 (2022-10-18)

Features

  • add feature to get repostiory file (3d432ca)

0.28.1 (2022-09-29)

Bug Fixes

0.28.0 (2022-09-29)

Features

  • add feature to reset approval (c54061c)

0.27.3 (2022-09-29)

Bug Fixes

  • use getter instead of access property directly (1948357)

0.27.2 (2022-09-29)

Bug Fixes

  • add option to accept mr when pipeline succeed (407ef67)

0.27.1 (2022-09-27)

Bug Fixes

0.27.0 (2022-09-27)

Features

  • add CreateToMaster on merge request (0169b5d)

0.26.0 (2022-09-27)

Features

  • add GetBranchByName from project (bed814b)

0.25.0 (2022-08-25)

Features

  • add feature to search projects by name (27ed781)

0.24.1 (2022-08-22)

Bug Fixes

  • use project name to get list tags (12696ee)

0.24.0 (2022-08-22)

Features

  • add feature to get latest tag of a repo (5d3a326)

0.23.0 (2022-07-26)

Features

  • add gitlab capabilities to get jobs by project and pipeline id (5fd2b2e)

0.22.0 (2022-07-12)

Bug Fixes

Features

  • add method to create minimal mr approval (583f02c)

0.21.2 (2022-07-11)

Bug Fixes

0.21.1 (2022-07-11)

Bug Fixes

  • change wrong variable references (84b4689)

0.21.0 (2022-07-11)

Features

  • add functionality to create protected branch (49c66ec)

0.20.2 (2022-02-24)

Bug Fixes

  • bump sprig version to v3.2.1 (45ea55b)

0.20.1 (2022-01-12)

Bug Fixes

  • template internal function registration (17c26ab)

0.20.0 (2022-01-12)

Features

  • add iterator function to template execution (7e87d09)

0.19.1 (2021-12-17)

Bug Fixes

  • update nfpm to version 2 (1ae531d)

0.19.0 (2021-12-10)

Features

0.18.7 (2021-11-29)

Bug Fixes

  • add OsEnv func to get all os env variable on Key Value format (bb79a92)

0.18.6 (2021-11-23)

Bug Fixes

  • parse to json before combine on jq.ExecuteToString (9a54a5a)

0.18.5 (2021-11-23)

Bug Fixes

  • add ExecuteToString for jq (ca127d7)

0.18.4 (2021-11-23)

Bug Fixes

  • add LookupPath and LookupEnv for cmd module (b02b411)

0.18.3 (2021-11-23)

Bug Fixes

  • add context for cmd commands (0753b74)

0.18.2 (2021-11-22)

Bug Fixes

  • add tmpl_mock to makefile (d21e98b)

0.18.1 (2021-11-19)

Bug Fixes

  • init readme when creat repo (32b4c21)

0.18.0 (2021-11-17)

Features

  • add gitlab search projects (f3f1b59)

0.17.2 (2021-11-16)

Bug Fixes

0.17.1 (2021-11-16)

Bug Fixes

  • gitlab group create should return response (#5) (d06e38c)

0.17.0 (2021-11-16)

Features

  • add gitlab to create group and project (#4) (cb15b68)

0.16.0 (2021-11-15)

Features

0.15.0 (2021-10-15)

Features

0.14.3 (2021-10-12)

Bug Fixes

0.14.2 (2021-10-12)

Bug Fixes

0.14.1 (2021-10-11)

Bug Fixes

  • add mock package for cmd (af1c7d8)

0.14.0 (2021-10-11)

Features

  • revamp exec command, package renamed to cmd (283dfcc)

0.13.8 (2021-10-01)

Bug Fixes

0.13.7 (2021-10-01)

Bug Fixes

  • upgrade library versions (c69b089)

0.13.6 (2021-08-13)

Bug Fixes

  • add capability to create migration instance with MigrationTable config (87aafc4)

0.13.5 (2021-08-13)

Bug Fixes

  • add capabilites to change migration config (1220f6c)

0.13.4 (2021-08-13)

Bug Fixes

  • add Down function for migration (f871cda)

0.13.3 (2021-08-13)

Bug Fixes

  • remove wrong implementation of NewNameWithClient (8e7e8b1)

0.13.2 (2021-08-13)

Bug Fixes

  • add NewNameWithBaseUrl for gitlab (9d07974)

0.13.1 (2021-08-06)

Bug Fixes

  • add check function for PipelineStatus (d3f5d9e)

0.13.0 (2021-08-06)

Features

0.12.2 (2021-08-03)

Bug Fixes

  • add feature to Validate Template Result (f6b97f4)

0.12.1 (2021-07-27)

Bug Fixes

  • ignore feature for tmpl, with improvement (10ab565)

0.12.0 (2021-07-27)

Features

0.11.3 (2021-07-27)

Bug Fixes

  • change logging behaviour for seed (813c7e7)

0.11.2 (2021-07-27)

Bug Fixes

  • remove unecessary sqlText on log (5332b11)

0.11.1 (2021-07-27)

Bug Fixes

  • change how log behave on seeder function (ad82315)

0.11.0 (2021-07-27)

Features

  • add seed functionality, add capabilities to scan template with custom delims (dae9d01)

0.10.2 (2021-07-21)

Bug Fixes

  • prevent nil error when check file.FileExists (638da00)

0.10.1 (2021-07-21)

Bug Fixes

  • add mock and fix test for git clone (9d4937d)

0.10.0 (2021-07-16)

Features

  • complete git pkg features (5232d78)

0.9.0 (2021-07-16)

Features

  • add clone function for git (399ece3)

0.8.4 (2021-07-14)

Bug Fixes

  • refactor templ structure (a1fd639)

0.8.3 (2021-07-11)

Bug Fixes

  • add Type alias for LogFields (3e60c61)

0.8.2 (2021-07-08)

Bug Fixes

  • add fields parameter for zlog loggers (2c2ae64)

0.8.1 (2021-07-08)

Bug Fixes

0.8.0 (2021-07-08)

Features

  • add log for asynq, add missing fatal function (3396cb3)

0.7.2 (2021-06-30)

Bug Fixes

  • modify README to trigger version update (5dcbd32)

0.7.1 (2021-06-30)

Bug Fixes

  • export var instead of struct (c94a806)

0.7.0 (2021-06-30)

Features

  • add zlog support for asynq (25b81a6)

0.6.1 (2021-06-24)

Bug Fixes

  • add zerolog function to return event (245809f)

0.6.0 (2021-06-23)

Features

  • separate db migrate to mysql and postgresql (72a667e)

0.5.0 (2021-06-16)

Features

  • add orm client for postgresql (3f0b1eb)

0.4.0 (2021-05-07)

Features

0.3.0 (2021-05-07)

Features

  • separate docker test to local tag, to exclute those test on gitlab workflow (4a01a26)

0.2.2 (2021-05-06)

Bug Fixes

  • add sudo when install apt-get (d6b633e)

0.2.1 (2021-05-06)

Bug Fixes

  • make sure github build run on vm (483074c)