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/widget validation #86

Merged
merged 12 commits into from
Nov 13, 2019
Merged

Feature/widget validation #86

merged 12 commits into from
Nov 13, 2019

Commits on Oct 29, 2019

  1. Added widget's form validation.

    Bartlomiej Jackowiak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    fb6cca7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into feature/wid…

    …get-validation
    Bartlomiej Jackowiak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    af0ece9 View commit details
    Browse the repository at this point in the history
  3. Added errors messages.

    Bartlomiej Jackowiak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b5ec0b6 View commit details
    Browse the repository at this point in the history
  4. Code refactor

    Bartlomiej Jackowiak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    291ab41 View commit details
    Browse the repository at this point in the history
  5. Removed unused code.

    Bartlomiej Jackowiak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b879760 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Added dynamic forms.

    Bartlomiej Jackowiak committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b9938d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Added missing files.

    Bartlomiej Jackowiak committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    f4ad441 View commit details
    Browse the repository at this point in the history
  2. Added requested changes.

    Bartlomiej Jackowiak committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    81d3a19 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Merge remote-tracking branch 'remotes/origin/master' into feature/wid…

    …get-validation
    
    # Conflicts:
    #	cogboard-webapp/src/components/BoardForm/index.js
    #	cogboard-webapp/src/components/DropdownField.js
    #	cogboard-webapp/src/components/WidgetForm/helpers.js
    #	cogboard-webapp/src/components/WidgetForm/index.js
    #	cogboard-webapp/src/components/WidgetTypeForm/helpers.js
    #	cogboard-webapp/src/components/widgets/dialogFields/AemHealthcheckInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/SonarQubeMetricsInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/index.js
    #	cogboard-webapp/src/components/widgets/index.js
    #	cogboard-webapp/src/constants/index.js
    #	cogboard-webapp/src/helpers/index.js
    #	cogboard-webapp/src/hooks/index.js
    Bartlomiej Jackowiak committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c6ebb4f View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts.

    Bartlomiej Jackowiak committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    76edf6a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Code refactor

    Bartlomiej Jackowiak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4123a04 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into feature/wid…

    …get-validation
    
    # Conflicts:
    #	cogboard-webapp/src/components/AddWidget.js
    #	cogboard-webapp/src/components/BoardForm/index.js
    #	cogboard-webapp/src/components/BoardForm/styled.js
    #	cogboard-webapp/src/components/BoardForm/validators.js
    #	cogboard-webapp/src/components/EditBoard.js
    #	cogboard-webapp/src/components/EditWidget.js
    #	cogboard-webapp/src/components/ValidationMessages.js
    #	cogboard-webapp/src/components/WidgetForm/helpers.js
    #	cogboard-webapp/src/components/WidgetForm/index.js
    #	cogboard-webapp/src/components/WidgetForm/styled.js
    #	cogboard-webapp/src/components/WidgetTypeForm/helpers.js
    #	cogboard-webapp/src/components/WidgetTypeForm/index.js
    #	cogboard-webapp/src/components/widgets/dialogFields/AemHealthcheckInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/CheckboxInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/NumberInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/SonarQubeMetricsInput.js
    #	cogboard-webapp/src/components/widgets/dialogFields/index.js
    #	cogboard-webapp/src/components/widgets/index.js
    #	cogboard-webapp/src/helpers/index.js
    #	cogboard-webapp/src/hooks/index.js
    Bartlomiej Jackowiak committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    945614e View commit details
    Browse the repository at this point in the history