Commit Graph

203 Commits

Author SHA1 Message Date
Aaron Louie c7d7186e6e Initial cursor focus to OK in Help dialog modals 2020-08-04 17:30:39 -04:00
Aaron Louie e16ea33cb5 Updates sartography-workflow-lib 2020-08-03 16:11:24 -04:00
Aaron Louie 7abbb1019a Updates sartography-workflow-lib 2020-07-31 15:04:34 -04:00
Aaron Louie d7ff9f25b2 Fixes "No NgModule metadata found for 'AppModule' error" 2020-07-16 10:34:11 -04:00
Aaron Louie 872ec61909 Updates sartography-workflow-lib 2020-07-14 11:01:04 -04:00
Aaron Louie 2ea806af53 Updates sartography-workflow-lib 2020-07-09 15:51:05 -04:00
Aaron Louie 63ed5e4326 Updates Angular to version 9.1.11. Updates sartography-workflow-lib 2020-07-06 16:30:25 -04:00
Aaron Louie 080c344094 Updates sartography-workflow-lib 2020-07-03 12:20:36 -04:00
Aaron Louie f929d33aed Updates sartography-workflow-lib 2020-06-17 15:39:35 -04:00
Aaron Louie 4f0eff203a Re-enables e2e tests 2020-06-16 22:40:26 -04:00
Aaron Louie 7c33ef614f Disables e2e tests for now 2020-06-15 12:54:26 -04:00
Aaron Louie 2b53d90a72 Removes redundant and time-consuming Docker container setup and cleanup steps. 2020-06-14 11:23:33 -04:00
Aaron Louie 0837b4d2b5 Re-enables e2e tests. Sets up db, backend, and pb for e2e testing. 2020-06-13 22:02:56 -04:00
Aaron Louie 5abfa0411b Updates sartography-workflow-lib 2020-06-13 13:28:42 -04:00
Aaron Louie 9125fb712e Adds files to study model. 2020-06-13 11:55:00 -04:00
Aaron Louie 647f114330 Updates sartography-workflow-lilb 2020-06-13 10:32:27 -04:00
Aaron Louie 100b94800c Updates sartography-workflow-lib 2020-06-13 09:30:16 -04:00
Aaron Louie 4eec322b85 Injects title from environment variables 2020-06-12 16:34:21 -04:00
Aaron Louie 793ce28ff1 Updates sartography-workflow-lib. Adds sentry. 2020-06-07 22:22:24 -04:00
Aaron Louie 0bff8f1fcc Cleans up a few more LDAP job title and department patterns 2020-06-03 10:29:32 -04:00
Aaron Louie 29339c5709 Injects Google Analytics tag via environment variable. Prevents gtag race condition from sporadically causing failing unit tests 2020-06-02 23:27:41 -04:00
Aaron Louie 431973f2b9 Fixes broken favicon and file icons when baseHref is not '/' 2020-06-02 23:10:31 -04:00
Aaron Louie 5dd130fb2e Fixed import in sartography-workflow-lib 2020-06-02 22:15:17 -04:00
Aaron Louie 987f2c2fc8 Cleans up visual design of API Error display 2020-06-02 22:05:31 -04:00
Aaron Louie 2b3f6d14d4 Adds favicon. Displays error codes in more human-readable fashion. 2020-06-02 21:52:15 -04:00
Aaron Louie c900422206 Catches and displays API Errors in the UI 2020-06-02 21:12:03 -04:00
Aaron Louie 3d25f105e3 Logs user id in Google Analytics 2020-06-02 11:05:12 -04:00
Aaron Louie 8097e16173 Injects GA key in Docker image build 2020-06-01 23:52:53 -04:00
Aaron Louie cb09d4d460 Injects GA key via environment variable. Fixes GA service imports. 2020-06-01 23:49:21 -04:00
Aaron Louie cb5b76c92f Adds Google Analytics 2020-06-01 23:15:11 -04:00
Aaron Louie 930c4d219a Updates sartography-workflow-lib 2020-06-01 16:40:44 -04:00
Aaron Louie b236168bf7 Adds separate custom property for repeat section button label. 2020-06-01 09:50:06 -04:00
Aaron Louie ae08ca68c9 Updates sartography-workflow-lib 2020-06-01 00:26:26 -04:00
Aaron Louie 4d9c73fa35 Updates sartography-workflow-lib: Adds title to workflow. Adds approvals to study 2020-05-31 22:56:28 -04:00
Aaron Louie 517dc8d10e Updates sartography-workflow-lib: Various Formly fixes, approval status label update. 2020-05-31 20:02:23 -04:00
Aaron Louie 958f73ad56 Updates sartography-workflow-lib 2020-05-30 20:31:15 -04:00
Aaron Louie 21812867e5 Updates sartography-workflow-lib 2020-05-29 17:25:26 -04:00
Aaron Louie a480b2d458 Removes extra slash in front of 'session' in URL. 2020-05-29 09:08:32 -04:00
Dan Funk de5f5d1003 changing the way the token is passed. 2020-05-29 04:48:18 -04:00
Aaron Louie f83567311e Fixes display of autocomplete field values 2020-05-27 12:03:40 -04:00
Aaron Louie c406cbcc00 Adds logo and site title. Adds file icons 2020-05-26 21:17:18 -04:00
Aaron Louie 20540d4824 Updates sartography-workflow-lib 2020-05-26 15:16:00 -04:00
Aaron Louie 0592570529 Merge remote-tracking branch 'origin/dev' into dev 2020-05-26 14:48:37 -04:00
Aaron Louie 47d1c7fe88 Fixes nginx stupid. Adds back deploy url. Totally refactors docker-compose. 2020-05-26 14:48:31 -04:00
Dan Funk 3a76a077b5 Allow this app to function under /bpmn url.
Drop the login page all together, depend on the error interceptor to detect a logout, and redirect via shibboleth to the backend to get logged back in again.
2020-05-26 13:43:31 -04:00
Aaron Louie 650bb8f6f1 Removes DEPLOY_URL entirely. 2020-05-26 10:34:50 -04:00
Aaron Louie e70a8a30af Substitutes deploy url with separate environment variable 2020-05-26 09:33:49 -04:00
Dan Funk 3aae8bed38 Disable e2e and use alternate form of cmd. 2020-05-26 00:40:22 -04:00
Dan Funk f48b2f6d39 Readding e2e tests for bpmn. 2020-05-25 23:48:07 -04:00
Dan Funk ef2b53d54a Disabling e2e tests. 2020-05-25 23:45:34 -04:00
Aaron Louie 98643ff09c Fixes login looping 2020-05-25 17:00:59 -04:00
Aaron Louie 746cda4689 Finds and replaces base href template string with environment variable 2020-05-24 11:26:20 -04:00
Aaron Louie f206aae9ad Forgot to remove extra parameter 2020-05-24 00:06:04 -04:00
Aaron Louie 4a71a552d6 Uses error interceptor to handle redirecting to login 2020-05-23 13:37:17 -04:00
Aaron Louie 198cfd90bb Passes path to index.html in as optional parameter to substitute-env-variables.sh 2020-05-23 11:50:31 -04:00
Aaron Louie d33373b13e Fixes environment variables, npm scripts, and a trailing slash 2020-05-22 23:43:32 -04:00
Aaron Louie ae8fab3f87 Adds env variables parameter 2020-05-22 20:32:08 -04:00
Aaron Louie deee76a954 Injects environment variables via npm script 2020-05-22 17:03:19 -04:00
Aaron Louie 2cde2364d7 Sets base href 2020-05-22 14:58:16 -04:00
Aaron Louie bc9c234903 Signs in with redirect to login and fixes failing tests 2020-05-22 08:15:25 -04:00
Aaron Louie 78f86206ed Updates sartography-workflow-lib 2020-05-20 12:06:36 -04:00
Aaron Louie d5cfbf238d Updates sartography-workflow-lib. Adds reference file editing screen. Fixes BPMN file update mechanism. 2020-05-18 19:56:21 -04:00
Aaron Louie 18e76131ba Updates sartography-workflow-lib 2020-05-18 13:23:32 -04:00
Aaron Louie d567497ef2 Updates sartography-workflow-lib 2020-05-16 14:14:53 -04:00
Aaron Louie 5853a260b7 Updates sartography-workflow-lib 2020-05-14 22:35:14 -04:00
Aaron Louie 537dc4aae2 Updates sartography-workflow-lib 2020-05-13 22:56:56 -04:00
Aaron Louie 8dbcacfb4a Adds environment variable that determines which route is used as "home" 2020-05-12 22:19:13 -04:00
Aaron Louie 99ac282dc2 Uses git branch for backend and pb containers for e2e testing 2020-05-11 13:46:26 -04:00
Aaron Louie 3440c91d45 Updates sartography-workflow-lib - Assumes user is signed in on production, since frontend service will be run through Shibboleth proxy 2020-05-11 11:18:41 -04:00
Aaron Louie 43b1de1f73 Updates sartography-workflow-lib 2020-05-01 15:50:49 -04:00
Aaron Louie 87d87f4205 Updates sartography-workflow-lib 2020-04-30 21:13:33 -04:00
Aaron Louie fa100c853d Updates sartography-workflow-lib 2020-04-28 13:08:29 -04:00
Aaron Louie cbba4077d7 Adds reset parameters to workflow endpoint 2020-04-27 17:11:19 -04:00
Aaron Louie d46281b831 Updates sartography-workflow-lib: Fixes bug with autocomplete where filter was being assigned to wrong field. 2020-04-27 12:38:08 -04:00
Aaron Louie 7f7282b104 Updates sartography-workflow-lib 2020-04-23 23:37:06 -04:00
Aaron Louie 3787a7ddf7 Updates sartography-workflow-lib 2020-04-22 22:26:01 -04:00
Aaron Louie 3d56e6d44f Updates sartography-workflow-lib 2020-04-22 13:43:47 -04:00
Aaron Louie 72c44bea68 Updates sartography-workflow-lib 2020-04-22 12:18:47 -04:00
Aaron Louie 64f61fb222 Updates sartography-workflow-lib 2020-04-21 22:02:25 -04:00
Aaron Louie 6112bc1c69 Updates sartography-workflow-lib. 2020-04-21 17:51:40 -04:00
Aaron Louie f39212c2f5 Updates sartography-workflow-lib 2020-04-21 17:22:54 -04:00
Aaron Louie 907c276c92 Updates packages 2020-04-15 10:40:45 -04:00
Aaron Louie e0e3cba538 Refactors, fixes bugs, and adds tests for changing spec and category display orders 2020-04-13 12:13:44 -04:00
Aaron Louie f9b0e42115 Adds buttons to change display_order of workflow specs and categories 2020-04-10 10:07:39 -04:00
Aaron Louie 49b74e25d5 Updates sartography-workflow-lib 2020-04-09 14:56:29 -04:00
Aaron Louie 42c268bcc2 Updates sartography-workflow-lib. Fixes all kinds of test failures resulting from change in file data API method. 2020-04-08 17:15:08 -04:00
Aaron Louie 8974ebc9da Updates sartography-workflow-lib 2020-04-06 16:58:08 -04:00
Aaron Louie 097bbcb34d Updates sartography-workflow-lib 2020-03-31 10:26:19 -04:00
Aaron Louie 6c9e9c94a1 Updates sartography-workflow-lib 2020-03-31 08:46:44 -04:00
Aaron Louie 336c5d4656 Sorts workflow spec categories in display order. Updates is_status to is_master_spec 2020-03-30 15:03:55 -04:00
Aaron Louie ace852b732 Adds button to validate workflow spec. Displays validation errors in a bottom sheet. 2020-03-30 12:20:56 -04:00
Aaron Louie a3c9b83dc6 Adds category display order 2020-03-30 08:47:16 -04:00
Aaron Louie 616d2ad0d8 Enables file uploading. Refactors file dialog. 2020-03-25 23:31:11 -04:00
Aaron Louie 260d5af43d Updates sartography-workflow-lib. Updates file data and loads new file meta. Fixes broken tests. 2020-03-24 22:32:03 -04:00
Aaron Louie 4deb25eef7 Adds file field 2020-03-24 14:33:45 -04:00
Aaron Louie afca7cece8 WIP: Moves util methods to sartography-workflow-lib. Attempts to get file dialog working. 2020-03-20 16:49:17 -04:00
Aaron Louie 05cf7ad0db Updates sartography-workflow-lib. 2020-03-19 15:51:43 -04:00
Aaron Louie d0f4916667 Adds delete workflow spec category dialog. Shows edit/delete buttons on hover.. 2020-03-18 11:33:12 -04:00
Aaron Louie f261183732 Updates sartography-workflow-lib 2020-03-17 11:00:12 -04:00
Aaron Louie 84eb6075d4 Adds workflow spec category dialog. 2020-03-16 16:36:51 -04:00