Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refactor issuer entry point #86

Merged
merged 14 commits into from
Oct 11, 2018

Commits on Oct 8, 2018

  1. refactor(issuer): make entry point of app simpler

    the app now starts from index.js with single logic React tree
    Grsmto committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    91fad2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f106bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1282a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1644ea View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. chore(issuer): fix build breaking circular deps

    pass the data directly to the form handler instead of digging in the Redux state and import the form name from the caller
    Grsmto committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    9ce1e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5984ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3f78b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/refactor-issuer-entry-point

    * develop:
      chore(offchain): add Heroku Procfile
      fix(offchain): don't log errors that are not defined
    Grsmto committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    578ae3e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    dc3edd5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/refactor-issuer-entry-point

    * develop: (62 commits)
      fix(offchain): fix mongodb env var name
      build(shared): remove dependency to old copied files
      docs: upgrade mongodb setup docs
      chore(shared): log command outputs
      chore(offchain): add testMatch pattern in jest config
      build(shared): improve local blockchain fixtures script
      fix: add escape hatch forceExit to finish tests in CI
      docs: updates testing docs
      test: setup test reporting
      chore: config lcov with cobertura for coverage reports
      test: generate coverage reports
      chore: remove extra test arguments from command
      chore: setup offchain deployments to heroku
      chore: update jest command to debug issues
      chore: enable detectOpenHandles option
      fix: remove duplicate jest dependency
      test(ui): update snapshots
      test(ui): update jest version
      test(ui): remove unused setup code
      docs: leave note about specs init script
      ...
    
    # Conflicts:
    #	packages/polymath-issuer/src/RouteLoader.js
    #	packages/polymath-ui/src/index.js
    Grsmto committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    af9ae23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caca646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2ba25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    040c699 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    0c20fbe View commit details
    Browse the repository at this point in the history