Skip to content
Snippets Groups Projects

WIP: (feat): Boost Campaigns module

Closed Emiliano Balbuena requested to merge edgebal/engine:goal/campaigns-1 into master

Merge request reports

Pipeline #68525596 failed

Pipeline failed for 466fa5ba on edgebal:goal/campaigns-1

Closed by Emiliano BalbuenaEmiliano Balbuena 5 years ago (Jul 1, 2019 2:08pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 118 throw new CampaignException('Campaign should have a budget');
    119 }
    120
    121 // TODO: Validate offchain balance, or set as pending for onchain
    122
    123 // Generate URN
    124
    125 $guid = $this->guid->build();
    126 $urn = "urn:campaign:{$guid}";
    127
    128 $campaign
    129 ->setUrn($urn);
    130
    131 // Normalize and validate entity URNs
    132
    133 $entityUrns = array_values(array_unique(array_filter(Text::buildArray($campaign->getEntityUrns()))));
  • added 1 commit

    • 75ba2677 - (proto): Campaign create/update delegates

    Compare with previous version

  • added 1 commit

    • 91f941b7 - (chore): Use manager for listing

    Compare with previous version

  • added 1 commit

    • 5af32004 - (feat): Validate hashtags quantity

    Compare with previous version

  • added 1 commit

    • 9baf7867 - (refactor): Raw Elastic Boost and Repositories

    Compare with previous version

  • added 1 commit

    • faf259de - (fix): Populate tags on Elastic\Repo

    Compare with previous version

  • added 1 commit

    • 47d9334d - (feat): Allow editing campaigns

    Compare with previous version

  • added 2 commits

    • 08e40535 - (refactor): Rename to Boost\Raw
    • 02445637 - (refactor): Implement Raw Repository for Cassandra

    Compare with previous version

  • added 1 commit

    • c603c180 - (feat): Store campaign fields to Cassandra

    Compare with previous version

  • added 2 commits

    • db5c05c5 - (feat): delivery status should be calculated based on timestamps
    • 1e24d47f - (feat): Handle campaign lifecycle states

    Compare with previous version

  • added 1 commit

    • 900c06ba - (refactor): Introduce actor to manager; changes should be in a ref

    Compare with previous version

  • added 1 commit

    • ef40f5f3 - (fix): Owner check on edit/cancel

    Compare with previous version

  • added 1 commit

    • 4e1f3f64 - (chore): Exclude campaigns when returning backlog count

    Compare with previous version

  • added 1 commit

    • 3f77aa3f - (feat): Disallow editing campaign on final states

    Compare with previous version

  • Emiliano Balbuena added 45 commits

    added 45 commits

    • 3f77aa3f...991bd361 - 44 commits from branch minds:master
    • 990db7ff - Merge remote-tracking branch 'upstream/master' into goal/campaigns-1

    Compare with previous version

  • added 1 commit

    • 1acfaa3e - (chore): Boost console should ignore boost campaigns

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading