Giter Site home page Giter Site logo

Comments (12)

ericcj avatar ericcj commented on August 11, 2024

It's a good goal to get a stable release and then maintain release vs. development branches going forward. A lot of point releases have introduced bugs.

Parse::Date is the source of the most bugs/annoyance for us. Feels like a 1.0 requirement to kill that. Posting deltas could be a big performance improvement (and generally saner way to do things) but a big overhaul, might be good as a 1.1 target. Parse::Client might deserve some cleaning up pre-1.0 too, it has some commented out code and sort of a half-attempt at being threadsafe by pulling in a barely used IronMQ dependency. Seems best to ship a non-thread-safe synchronous client with a sane way to use multiple Parse::Client objects throughout an app. Right now everything refers back to @@client but it shouldn't be a huge amount of work to fix that so you can at least pass an optional client into everything. A future release milestone might be to abstract away the network request layer entirely so we're not in charge of network behaviors and retries but instead are just built as a layer on top of one of the HTTP futures frameworks.

from parse-ruby-client.

chytreg avatar chytreg commented on August 11, 2024

Maybe we setup github pages for documentation purpose rather then maintain on big README.
Imho in readme there should be only most important things like warnings, not supported or beta features notes etc

@ericcj Did you see #88? Think this is the HTTP abstraction layer which you mentioned.

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

My wishlist for the 1.0 is:

  • remove Parse.init and @@client class variables
  • add #169 and #170
  • fix as much bugs as possible

from parse-ruby-client.

xavdid avatar xavdid commented on August 11, 2024

Also, documentation (probably with YARD?) somewhere that isn't just the readme. README would be for instructions for development, some quick examples, and a link to common issues in the wiki (which is another thing to start developing).

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

Another thing for 1.0:

  • wiki page explaining how to migrate from 0.3.0 to 1.0
  • wiki page explaining what's new

from parse-ruby-client.

xavdid avatar xavdid commented on August 11, 2024

@rhymes So I was thinking- I think the client change was the only big breaking change we're going to do- a lot of the other changes are features and stuff.

Why don't we go ahead and cut the 1.0.0 release and then have all of the extra, currently missing parse features be minors after that?

Alternatively, we could burn simple tasks like adding features TODO in the readme (such as deleting objets, etc) for a real v1 feeling, then cut the release?

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

@Xavdidtheshadow Yep, we could do that, I feel that before though we should increase the test coverage a bit, review the doc (see also #190), write a changelog (we can use git-extras for that https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog) and some sort of migration guide?

from parse-ruby-client.

xavdid avatar xavdid commented on August 11, 2024

Is there an easy place to see where we're missing test coverage on existing code?

Totally. I'll go through tomorrow and make a set of tasks we should actually get ready for 1.0 and when those are done, we can release!

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

@Xavdidtheshadow only locally, I'll enable coveralls later on the repository so we can all see it. Thanks!

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

@Xavdidtheshadow https://coveralls.io/github/adelevie/parse-ruby-client?branch=master here you are :D I also added the badge in the README

from parse-ruby-client.

xavdid avatar xavdid commented on August 11, 2024

@rhymes nice! that's way more than I thought it would be- it seems like we're in pretty good shape.

from parse-ruby-client.

rhymes avatar rhymes commented on August 11, 2024

yes indeed :)

from parse-ruby-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.