1. 13 Aug, 2018 2 commits
  2. 10 Aug, 2018 1 commit
    • Rafael Monnerat's avatar
      Release slapos_subscription_request bt5 · 24bffc4c
      Rafael Monnerat authored
        This is a rename of slapos_trial_request into subscription request. This Bt5 aims to handle
        indirect requests (before get a Hosting Subscription) and it should contains approval system.
      24bffc4c
  3. 09 Aug, 2018 4 commits
  4. 02 Aug, 2018 11 commits
  5. 31 Jul, 2018 2 commits
  6. 30 Jul, 2018 1 commit
  7. 23 Jul, 2018 3 commits
  8. 20 Jul, 2018 1 commit
    • Rafael Monnerat's avatar
      API Change: Remove available/building API from Computer Partition · 9fdaa54d
      Rafael Monnerat authored
        The API that notify availability and building from Computer Partition is unecessary and it's
        implementation overuse resources and cause flaky effect on the state of the Computer Partition.
      
        At the Software Release, the states can be available/building/error, and this state tens to be
        immutable once the software release is finished (it will be available, where building and error are
        transitory states).
      
        At Computer Partition, we intent to have started/stopped/destroyed instances, where available and
        building were transitory, but they have no practical function as a second report would come quickly
        after. So we may consider that started is actually same as available, in this case, it is a duplicated
        meaning, as you cannot be available w/o been started/stopped.
      
        computer_partition.building were never used, as the master knew that a partition is been processed,
        so this API were never used.
      
        Report transitory states are prevent us to determinate the actuall state, considering that the latest
        actuall state is more relevant (started/stopped/destroyed).
      9fdaa54d
  9. 18 Jul, 2018 15 commits