-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow user to gets list of his tenants #353
Conversation
Hello @oliverbaehler, Could you clarify info about two failed checks: Should I fix something? |
It seems I've fixed commit's checks |
Hello, Could you start other checks from workflow? |
@anatolychernov We should first get the proxy update to this version of Go, then we can get this merged. Are you up to take care of this too? |
Hello, I've updated Go version to 1.21 in go.mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the commits have the same subject, making hard to keep track of the changes.
Furthermore, Go 1.21 should be configured also on the CI actions, not only on the go.mod
file.
This link is from capsule project, not from capsule-proxy. But I've updated go version in Docker files. |
If we don't have any more questions, can we proceed checks? |
The same Go runtime settings must be reported here: capsule-proxy/.github/workflows/lint.yaml Lines 13 to 24 in 2333253
Otherwise, the |
Hello @prometherion, Do you mean something like this? jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.51.2
only-new-issues: false
args: --timeout 5m --config .golangci.yml |
I've added "Install Go" step for lint.yaml |
@prometherion, could you proceed checks to get 'Go lint' result? |
Hello guys! |
@anatolychernov do you mind if you |
@prometherion, |
I can push yo your branch to fix minor thingies, that would be much easier to get this merged, considering that everytime you have to ask for CI to get triggered since you're a first-time contributor 😅 |
Yes, please do it. It will be great. |
@prometherion hello! |
I've signed off all my commits, but merging check is still blocked. Is it a glitch? |
@anatolychernov I'm sorry for this tedious PR but I think we're there, eventually! Since you're a first-time contributor, GI must approved by a project administrator, sorry for this. Let's praise for the green CI 🙏🏻 and we can finally get this merged: thanks a lot for your patience and your efforts, I appreciate it! |
Co-authored-by: Anatoly Chernov <[email protected]> Signed-off-by: Dario Tranchitella <[email protected]>
Co-authored-by: Anatoly Chernov <[email protected]> Signed-off-by: Dario Tranchitella <[email protected]>
Signed-off-by: Dario Tranchitella <[email protected]>
Co-authored-by: Anatoly Chernov <[email protected]> Signed-off-by: Dario Tranchitella <[email protected]>
@prometherion Thank you for help! |
PR by issue 328