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

Plugins do tests work #11

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Plugins do tests work #11

wants to merge 19 commits into from

Commits on Aug 28, 2019

  1. feat(plugins): able to load plugin stages into UI

    Brandon Powell committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1966ae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. fix(plugins): removed react scripts

    Brandon Powell committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    9f15c81 View commit details
    Browse the repository at this point in the history
  2. fix(plugins): no idea how this change actually happened

    Brandon Powell committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    9119e02 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. stuff'n'things

    Brandon Powell committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    802f0a0 View commit details
    Browse the repository at this point in the history
  2. chore(plugins): load plugins w/ promise and script

    Nicolas Cohen committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c10feb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. feat(plugins): Added plugin interfaces for developers to use

    Brandon Powell committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9885995 View commit details
    Browse the repository at this point in the history
  2. fix(plugins): properly loads plugins from settings.js

    Brandon Powell committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    3f83140 View commit details
    Browse the repository at this point in the history
  3. fix(plugins): removed uneeded code

    Brandon Powell committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ecbe413 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. fix(plugins): change up interfaces

    Brandon Powell committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    101877f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. fix(plugins): finally load app

    Brandon Powell committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    562a31f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. feat(plugins): added halyard support

    Brandon Powell committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    36284ed View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. fix(plugins): plugins is now an object

    Brandon Powell committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    d85f395 View commit details
    Browse the repository at this point in the history
  2. fix(plugins): added plugin block to ISpinnakerSettings

    Brandon Powell committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    02aa00a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. fix(tests): fixed broken tests

    by removing ng-app, we placed the bootstrapping of angular when tests
    were ran. bootstrapping normally occurs when the page is running in a
    browser, not during tests. we moved the bootstrapping to a file that is
    not being called during tests.
    Brandon Powell committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e657323 View commit details
    Browse the repository at this point in the history
  2. chore(plugins): added comments on plugin-loader

    Brandon Powell committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    9d83507 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 26, 2019

  1. docs n things

    Brandon Powell committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6f9208d View commit details
    Browse the repository at this point in the history
  2. removed core

    Brandon Powell committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9c410d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644c7d0 View commit details
    Browse the repository at this point in the history