Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: orlade/cloudchart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: orlade/cloudchart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/create
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 67 files changed
  • 1 contributor

Commits on Nov 20, 2015

  1. Refactored creation logic.

    - Extracted create dropdown button menu.
    - Added automatic creation of model custom forms from SimpleSchemas.
    - Added creation methods to model classes.
    - Added create buttons to EC2.
    orlade committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    92cda2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99949b View commit details
    Browse the repository at this point in the history
  3. Major refactoring of AWS models, schemas and collections.

    - Created packages to manage models/schemas and collections.
    - Attached simple schemas to collections.
    - Added simple launch config blueprint.
    - Used launch config blueprint in create menu.
    - Added launch config creation logic.
    - Fixed a handful of bugs.
    orlade committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    85196bd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Major refactor of Model classes, addition of schemas.

    - Added basic IAM support for roles.
    - Rebalanced responsibility for working with models across packages.
    - Removed admin account.
    orlade committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    bcee566 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Configuration menu
    Copy the full SHA
    9db8d41 View commit details
    Browse the repository at this point in the history
  2. Refactored all logic out of model classes and deleted them.

    - Models now just POJSOs created by ModelFactory. Polymorphism done with _type property.
    - Refined schemas in collections.
    - Fixed a couple of bugs.
    orlade committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    fb979de View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Updated README.

    orlade committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    e8a1dc4 View commit details
    Browse the repository at this point in the history
  2. Updated favicon link.

    orlade committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    d0d8da2 View commit details
    Browse the repository at this point in the history
  3. Added detailed ASG schema.

    orlade committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    04f831e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    819ec99 View commit details
    Browse the repository at this point in the history
Loading