sonatype-nexus-community / nexus-repository-apk

Eclipse Public License 1.0
42 stars 24 forks source link

Add REST API #23

Open android-leha opened 4 years ago

android-leha commented 4 years ago

Exposing REST API for APK proxy repositories

Requested from #22

cc @DarthHater @bhamail

sonatypecla[bot] commented 4 years ago

Thanks for the contribution! Unfortunately we can't verify if the committer(s), Alexey Vishniakov alexey.vishniakov@amdocs.com, signed the CLA because they have not associated their commits with their GitHub user. Please follow these instructions to associate your commits with your GitHub user. Then sign the Sonatype Contributor License Agreement and this Pull Request will be revalidated.

sonatypecla[bot] commented 4 years ago

Thanks for the contribution! Before we can merge this, we need @android-leha to sign the Sonatype Contributor License Agreement.

android-leha commented 4 years ago

Hi @aornatovskyy,

I did all reqiried changes, but build has issues with tests. Could you provide any help with it.

What's wrong?

aornatovskyy commented 4 years ago

Hi @aornatovskyy,

I did all reqiried changes, but build has issues with tests. Could you provide any help with it.

What's wrong?

@android-leha Thanks for your contribution and fast IT implementation. Sure will try to help you, give me some time for that.

aornatovskyy commented 4 years ago

Hi @aornatovskyy, I did all reqiried changes, but build has issues with tests. Could you provide any help with it. What's wrong?

@android-leha Thanks for your contribution and fast IT implementation. Sure will try to help you, give me some time for that.

@android-leha

aornatovskyy commented 4 years ago

@android-leha not sure what issue you faced. I see that now API is incompatible because we had couple of changes in the API. I will help you to make it compatible with the latest 3.26.0 which is going to be released soon.

aornatovskyy commented 4 years ago

I found one more API changes. Will apply it soon in the main repo then you will be able to pull it into your project and finish work with REST.

aornatovskyy commented 4 years ago

@android-leha can you please include the latest changes from master and try run your tests again? Hope now it should work and we will merge it to the master.

vsuzdaltsev commented 2 months ago

please merge if possible

bhamail commented 2 months ago

@vsuzdaltsev Were you able to build this branch and verify it works for you? If so, I'll try to get some cycles to get it merged.