Go to file
Kelly McDonald 1abb796637 If we create a new file, and it dies when we try to save it,
make sure that the save button is still enabled, and make sure we have the ability to save it. (previously, it would not save after the first error)
2021-01-21 10:47:09 -05:00
docker Re-enables e2e tests 2020-06-16 22:40:26 -04:00
e2e Removing e2e test that is failing. 2020-08-27 16:12:09 -04:00
src If we create a new file, and it dies when we try to save it, 2021-01-21 10:47:09 -05:00
.editorconfig On second thought, let's not add yet another framework. Sticking with Angular. 2020-01-07 09:27:10 -05:00
.gitignore Uses the same gitignore as cr-connect-frontend 2020-01-14 17:13:50 -05:00
.sonarcloud.properties Running Sonar from Travis CI 2020-02-12 10:34:34 -05:00
.travis.yml Uses dev branch for e2e testing on all feature branches 2020-08-03 16:12:02 -04:00
Dockerfile Another fix to the docker file. 2021-01-11 18:58:18 -05:00
README.md Fixes some formatting 2020-07-05 10:21:49 -04:00
angular.json Updating the shared libraries 2020-08-31 17:31:19 -04:00
browserslist Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
deploy.sh Disables AWS SQS message to refresh DCOS 2020-06-16 11:09:17 -04:00
karma.conf.js Replaces environment files with a single runtime environment file that pulls in environment variables. 2020-04-14 15:42:07 -04:00
karma.globals.js Properly sets defaults for environment variables 2020-05-18 19:55:45 -04:00
nginx.conf Keep the port out of the URL when redirecting 2020-05-27 09:29:02 -04:00
package-lock.json Trying to fix a failing build in production due to some sort of error with babel compile at the deployment stage in jenkins. 2021-01-11 17:14:35 -05:00
package.json Trying to fix a failing build in production due to some sort of error with babel compile at the deployment stage in jenkins. 2021-01-11 17:14:35 -05:00
sonar-project.properties Adds CI files. Edits project properties 2020-01-14 16:52:39 -05:00
tsconfig.json Fixes broken tests, build warnings, and deprecated TestBed.get errors 2020-02-25 15:03:22 -05:00
tslint.json Updates Angular to version 9.1.11. Updates sartography-workflow-lib 2020-07-06 16:30:25 -04:00
webpack.config.js Locks in package versions. Fixes copy/paste errors in Dockerfile 2020-04-14 23:23:11 -04:00

README.md

sartography/cr-connect-bpmn

Build Status Coverage

CR Connect BPMN Configurator

This project was generated with Angular CLI version 7.1.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.