pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

Release 1.0.0 #257

Closed artem-zinnatullin closed 9 years ago

artem-zinnatullin commented 9 years ago

Issue to discuss upcoming release 1.0.0

artem-zinnatullin commented 9 years ago

UPD: I had created issue in Sonatype's Jira for StorIO

https://issues.sonatype.org/browse/OSSRH-14941

nikitin-da commented 9 years ago

How much time does it usually takes?

artem-zinnatullin commented 9 years ago

Several days

сб, 11 апр. 2015, 16:01, Dmitrii Nikitin notifications@github.com:

How much time does it usually takes?

— Reply to this email directly or view it on GitHub https://github.com/pushtorefresh/storio/issues/257#issuecomment-91840069 .

artem-zinnatullin commented 9 years ago

Sonatype gave com.pushtorefresh for us, now we can deploy any artifacts and subgroups like com.pushtorefresh.storio:sqlite and so on!

Current blockers for v1.0.0: Operations Resolvers refactoring + integration tests for StorIOContentResolver

nikitin-da commented 9 years ago

Cool news!

2015-04-13 17:50 GMT+03:00 Artem Zinnatullin notifications@github.com:

Sonatype gave com.pushtorefresh for us, now we can deploy any artifacts and subgroups like com.pushtorefresh.storio:sqlite and so on!

Current blockers for v1.0.0: Operations Resolvers refactoring + integration tests for StorIOContentResolver

— Reply to this email directly or view it on GitHub https://github.com/pushtorefresh/storio/issues/257#issuecomment-92387599 .

gabrielittner commented 9 years ago

Could you publish snapshots until the release? I would like to try it out and that would make it much easier.

artem-zinnatullin commented 9 years ago

That would be great, but it'll take some time to configure publishing, at the moment I can suggest you to clone and build it sh ci/ci.sh

I created an issue for that #299

PiXeL16 commented 9 years ago

Nice, any news on the release?

artem-zinnatullin commented 9 years ago

Yep, I am going to work hard on StorIO next week and I think we'll release RC-1 to Maven Central ASAP.

Stay tuned!

PiXeL16 commented 9 years ago

Thanks!

atomd-zz commented 9 years ago

Waiting for the release!

artem-zinnatullin commented 9 years ago

Me too! :) WIP, we have some problems with CI and one API design thing

ilya-murzinov commented 9 years ago

Hi guys! Need any help? :)

artem-zinnatullin commented 9 years ago

Yo! Glad to see you here, Ilya!

I think, we've covered most things, I'm currently finishing API design things and resolving CI problems.

Would be great if you'd take a look at new PRs, we won't block them without your feedback, but if you would see something bad -> please comment it!

ilya-murzinov commented 9 years ago

It's a nice project you have here, so I thought, why not? :) I'll try just to take a closer look to begin with.

artem-zinnatullin commented 9 years ago

Looks like we are good to go! Hope I didn't miss anything.

artem-zinnatullin commented 9 years ago

Good news everyone! I've successfully uploaded 0.9.1-SNAPSHOT to Maven Central, just for testing upload configuration.

@nikitin-da hope you'll review and merge remaining PRs and I'll publish 1.0.0-SNAPSHOT, we will play couple days with it and I'll release final 1.0.0!

Also, I'll probably set up auto-uploading for SNAPSHOTS.