Chris Bautista

Results 11 comments of Chris Bautista

Looks like it only works now for Nova v4.10.1. We downgraded to make it work for the meantime because it's broken in Nova v4.12.x. Thanks

Hi @morganzysman is the api_key associated with a user_id? What auth library are you using?

Hi @RokSiEu yes, it's possible. What we've done in our other apps is assign an API key per device so our `devices` table has an `api_key_id` in it. We then...

Hi @snipe sorry for the super duper late reply. We usually just append the version to the route like so: `api/v1/some-resource`. If we want a v2, we create new classes...

Hi @gholol not so convinced with handling versioning on the header level yet - but it does seem logical since it does make for cleaner URLs. Will leave this issue...

Does this show as an SQL error? Make sure your `user_id` is nullable.. Double checked the migration file and have confirmed that it should be nullable.

Yes, you should be passing `auth.apikey` in the middleware

Having the same problem, not sure why when the PR is updated with new commits, no builds are triggered ![image](https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/assets/571279/489eeba3-1c6e-4d55-90aa-648b1cb0075a) Am I missing something? I also have the Bitbucket webhook...

@qianlongzt i forked this repo and created my own release with your PR and bumped dependencies from this recently merged PR #192 if you want to check it out here...

This vulenerability is being flagged by our Dependency Scanner. Would really appreciate this being merged :) thank you!