GithubHelp home page GithubHelp logo

agoda-com / boots Goto Github PK

View Code? Open in Web Editor NEW
91.0 91.0 10.0 425 KB

Lightweight bootstrap library for your Kotlin, Java and Android apps

License: Apache License 2.0

Kotlin 100.00%
android bootstrap java kotlin library

boots's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boots's Issues

add isIdle, isBooted, isBooting and isFailed functions

Sometimes we don't need to get full report but just interested in a state of a bootable.
We need to introduce easy way to know if we are in a current state or just get the state by the means of library.
What is better approach here @Vacxe ?

  1. just functions in Boots class
  2. package level functions
  3. both

Bootable exclusion may not work if dependent is booted

Bug report

Describe the bug

  • excluded Bootable is executed when it's dependent is not added to exclusion

To Reproduce

Steps to reproduce the behavior:

  • Create 2 bootables A, B
  • Make A depend on B
  • Create Composite Key C which excludes B
  • Boot key C
  • You will notice B is also booted

Expected behavior

  • B should not be booted even if its dependent is not excluded

Screenshots

Improve logging

Currently library outputs too much of unnecessary info to the logging (due to a lot of stuff is dependent on bootables state checks).
Need to rethink what and how we output in the logging info.

Improve code coverage

As of now, our core artifact coverage is below 60%. We need to improve that to be at least 70%.

Coroutine executor implementation

We need to implement executor with coroutines as it's base (release version of Kotlin 1.3)
This should include 2 bundles: pure Kotlin and with Android support

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.