PulseUI

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Pushing initial commit.

Merge branch 'develop' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into develop

Pulling latest from develop and resolved conflict

Merge branch 'develop' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into test_branch

 Conflicts:

 src/main/java/com/napa/pulse/dto/SKUTableWidgetData.java

Clean up README & add install instructions

Some formatting & readability clean up for the existing README.md and

added step by step instructions for installing the tools needed for

local development.

Clean up Jest config

Removed `moduleDirectories` from the `jest` config in package.json as it

only included the default node_modules. Keeping this entry provides a

space for human error but offers no value.

Clean up Jest config

At this point, the existing test suite is running without config or

syntax errors and all tests are passing. Removing all comments from the

config file so it is clean.

Fix pathing issue in eventStream mock

Cannot find module 'events/eventStream' from 'eventStream.js'

let es = require('events/eventStream');

Updated to use the proper path

    • -1
    • +1
    /src/main/webapp/app/__mocks__/eventStream.js
Resolve missing eventStream mock

TypeError: eventStream.publishEvent.mockClear is not a function

Resolve missing module error

[ng:areq] Argument 'ParameterCtrl' is not a function, got undefined

controller = $controller('ParameterCtrl', {

at Object.$controller (src/parameterModule/parameterCtrl.spec.js:20:16

Resolve missing module error

Failed to instantiate module ui.event due to:

Error: [$injector:nomod] Module 'ui.event' is not available!

This may not be the right way to resolve this, but I don't have much to

go on. I am following the instructions found here

https://github.com/angular-ui/ui-utils/issues/113

Resolve missing module error

Failed to instantiate module ui.router due to:

Error: [$injector:nomod] Module 'ui.router' is not available!

Resolve missing module error

Failed to instantiate module ui.bootstrap due to:

Error: [$injector:nomod] Module 'ui.bootstrap' is not available!

Resolve missing module error

Failed to instantiate module parameterModule due to:

Error: [$injector:nomod] Module 'parameterModule' is not available!

Match angular-mocks version to angular

angular-mocks version should match the version of angular used to

prevent issues. Specifc error resolved was

`TypeError: angular.module(...).info is not a function`.

    • -3
    • +3
    /src/main/webapp/app/package-lock.json
Resolve CRP module of undefined Error

Cannot read property 'module' of undefined

angular.mock.module('parameterModule')

Resolve `angular is not defined` error

Remove all Jest Configs for clean start

    • -18
    • +18
    /src/main/webapp/app/jest.init.js
Merge branch 'PUL-8217' into 'develop'

Fix - H/S Network : Unable to save sites or delete network

Closes PUL-8217

See merge request Pulse/PulseUI!683

Fix - H/S Network : Unable to save sites or delete network

Merge branch 'PUL-8202' into 'develop'

Fixed: PUL8202-Review Page Filter: Entering "F" in text field will submit filter

Closes PUL-8202

See merge request Pulse/PulseUI!681

Update version(s) - API: 2.0.182.0 | Web: 2.182.0

    • -1
    • +1
    /src/main/webapp/app/package-lock.json
Update version(s) - API: 2.0.181.0 | Web: 2.181.0

    • -1
    • +1
    /src/main/webapp/app/package-lock.json
Merge remote-tracking branch 'origin/develop'

Merge branch 'PUL-8117' into 'develop'

Service Changes - Query changes for similar parts - All filter in (bulk edit,...

Closes PUL-8117

See merge request Pulse/PulseUI!682

Service Changes - Query changes for similar parts - All filter in (bulk edit, reviewed/unreviewed, review excel, sku data, sku count)

Fixed: PUL8202-Review Page Filter: Entering "F" in text field will submit filter

Merge branch 'PUL-8222' into 'develop'

PUL-8222: Add Feature flag to Prolink data columns

Closes PUL-8222

See merge request Pulse/PulseUI!680

PUL-8222: Add Feature flag to Prolink data columns

Merge branch 'PUL-8173' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into PUL-8173