Oleg Krivtsov

Results 12 comments of Oleg Krivtsov

@neilime I updated packages with `php composer.phar update` and ran `php composer.phar require neilime/zf2-twb-bundle`, and it installed OK. But, for full compatibility with ZF3, it would be good to have...

I'd like to take this one.

Hi @rarkins ok, I can start by reviewing the AWS APIs and check what capabilities they have. Creating AWS account shouldn't be difficult.

Could you please assign this to me so it's easier for me to track?

Hi @rarkins I found this page describing AWS CodeCommit APIs: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CodeCommit.html It seems that CodeCommit APIs support managing the following: - repos - branches - commits - pull requests -...

I tried to map those functions to the API endpoints (https://docs.aws.amazon.com/codecommit/latest/APIReference): ``` findIssue(title: string): Promise; getIssueList(): Promise; getIssue?(number: number, useCache?: boolean): Promise; ``` The above are not available. CodeCommit doesn't...

Thanks, @calibhaan. This is definitely a bug.

Which file you are referring to? intro.txt?

Hi @calibhaan, I need to investigate first, but looks possible.

I'd like to help with this one.