18 Commits

Author SHA1 Message Date
ionutboangiu
7f132f19e4 Bump go version to 1.24.0 2025-02-26 16:19:47 +01:00
ionutboangiu
a68880a774 Revise cgrates setup ansible role
- allows skipping symlink creation
- symlink binary destinations can be configured
- renamed git_version -> cgrates_branch. This also makes sure
  cgrates_branch variable is being set directly from the role
  and there's no need to configure it in the playbook.
- fixed some linter warnings and slightly improved formatting
2024-11-22 20:30:13 +01:00
ionutboangiu
2b8a8676b6 Update CI workflow names 2024-10-14 16:03:21 +02:00
ionutboangiu
c11b38ace0 Add paths-ignore to skip CI for docs and README changes 2024-10-14 16:03:21 +02:00
ionutboangiu
18a11ceef3 Trigger workflows on push events 2024-10-08 20:49:35 +02:00
ionutboangiu
bfd83b51f5 Add possibility to manually trigger workflows
and bump workflow go version
2024-10-08 20:49:35 +02:00
gezimblliku
58e419b002 updated trend structure && model 2024-08-16 12:32:21 +02:00
ionutboangiu
1485e77d55 Add workflow step to set up debug session (commented) 2024-06-06 13:30:14 +02:00
ionutboangiu
5807b4f4bb Bump actions versions in github workflows 2024-04-10 12:56:36 +02:00
ionutboangiu
3062113a61 Make go vet pass
The rpcclient constructor could not see the centralized
Encoding flag because it didn't have the necessary build
constraints. Added the constraints in lib_test.go files
where it wasn't alone. In all the other cases, it was
moved to the first file where it was needed.
2024-04-08 13:14:02 +02:00
ionutboangiu
0d512f64c2 Run integration and flaky scripts separately in workflow
flaky_test.sh failure will be ignored
2024-04-08 13:14:02 +02:00
ionutboangiu
61bcf48678 Bump go version 2024-02-14 10:15:51 +01:00
gezimbll
969ef4b754 Make go vet pass 2023-10-26 15:52:06 +02:00
ionutboangiu
4245740b31 Update github workflows to use correct go version 2023-10-16 13:18:12 +03:00
ionutboangiu
84cdf743bd Bump go version 2023-10-09 21:09:27 +02:00
ionutboangiu
353fc05440 Update github workflows
In the integration_tests one, go is now installed using actions, therefore
the ansible go installation will be skipped.
2023-08-28 12:23:28 +02:00
ionutboangiu
5bea63841b Update it workflow to run tests for PR version of the repo
Before it was running the tests for the latest commit on the main repo instead
of running them for the PR version of it.
2023-08-07 11:38:12 +02:00
ionutboangiu
3c1e70dcbe Add github actions workflows for unit and it tests 2023-07-21 09:00:46 +02:00