Commit Graph

  • dacb950349 Add flask-wtf dependency back Patrick Smith 2018-08-02 17:24:12 -04:00
  • bf9e7e11d4 Resolve lint warning Patrick Smith 2018-08-02 16:53:34 -04:00
  • 5754514c08 Use Flask-Sessions for session management richard-dds 2018-08-02 16:50:56 -04:00
  • bf2099d1a7 Don't compile webassets in bootstrap script Patrick Smith 2018-08-02 16:48:52 -04:00
  • d3bcfe8676 Fix ingest_pe_numbers script Patrick Smith 2018-08-02 16:48:35 -04:00
  • e88e444ee8 configure test environment dandds 2018-08-02 16:20:54 -04:00
  • 3247fe5dbf use iconSvg filter for Icon component Andrew Croce 2018-08-02 16:14:58 -04:00
  • a4b2d809f0 jinja filter for getting an icon's SVG file contents Andrew Croce 2018-08-02 16:14:40 -04:00
  • b43c4082a6 pylint fixes dandds 2018-08-02 16:14:18 -04:00
  • 192aff4ea3 update tests for Flask dandds 2018-08-02 13:49:39 -04:00
  • 7377dd1f3f Use flask-webassets to version js/css bundle Patrick Smith 2018-08-02 14:54:07 -04:00
  • c4dde6beed Move styles to "styles" directory Patrick Smith 2018-08-02 14:33:21 -04:00
  • 630a3b0cd5 Working parcel setup Patrick Smith 2018-08-02 13:51:54 -04:00
  • ccf4108665 Add parcel/vue js deps Patrick Smith 2018-08-02 10:51:12 -04:00
  • cd2f17e084 Update alembic/env to work with flask app Patrick Smith 2018-08-02 10:47:31 -04:00
  • 94f131a424 Requests index rendering richard-dds 2018-08-01 14:17:43 -04:00
  • fe5fddf021 add new config pattern for database URI and overrides dandds 2018-07-30 10:15:48 -04:00
  • 89bde5fb2c Add member placeholder info Luis Cielak 2018-07-30 17:26:07 -04:00
  • 3ddc76c330 Formatting richard-dds 2018-08-02 13:44:54 -04:00
  • a9d1390704 Rename assets environment to play nicely with script/setup richard-dds 2018-08-02 13:44:01 -04:00
  • 891d67de9e Fix styleguide route and template richard-dds 2018-08-02 13:34:05 -04:00
  • b28062b7ce Remove .to extension from header and footer templates richard-dds 2018-08-02 13:27:58 -04:00
  • f625366e9a Remove tornado cruft from app.py richard-dds 2018-08-02 13:24:22 -04:00
  • ac1f6c4902 Split requests routes into multiple files richard-dds 2018-08-02 13:11:21 -04:00
  • 02c66b74b1 Actually fix request form flow richard-dds 2018-08-02 12:53:01 -04:00
  • a31172124b Formatting richard-dds 2018-08-02 11:07:08 -04:00
  • 8d2b49ad85 Remove .to extension from nav templates richard-dds 2018-08-02 11:05:17 -04:00
  • 9d43a7d5f3 Move requests routes into subfolder richard-dds 2018-08-02 11:05:07 -04:00
  • 46e3bf1643 Request flow seems to be working richard-dds 2018-08-02 10:59:05 -04:00
  • a032ccd5b0 Converted all form pages. Flow still not working richard-dds 2018-08-02 10:36:25 -04:00
  • f15fc19eaf First page of request form rendering, but flow is still WIP richard-dds 2018-08-02 10:21:26 -04:00
  • 2618d92e12 Financial verification form rendering richard-dds 2018-08-01 16:25:08 -04:00
  • fbe5137188 Requests index rendering richard-dds 2018-08-01 14:17:43 -04:00
  • 494a919797 switch workspace routes and templates to Flask and Jinja dandds 2018-08-01 13:15:07 -04:00
  • 9c024e382a home.html is rendering richard-dds 2018-08-01 11:40:07 -04:00
  • 9d9c980eb0 Convert ui methods into Flask globals richard-dds 2018-08-01 11:22:21 -04:00
  • 1af0f5e579 Flask setup richard-dds 2018-08-01 10:51:14 -04:00
  • 63e3db7d51 fix missing import from rebase dandds 2018-08-01 09:06:48 -04:00
  • 5f27ae2015 move logic for creating many PE Numbers to the domain repo dandds 2018-07-31 11:43:09 -04:00
  • a37711b47a remove reference to fundz in config and api mocks dandds 2018-07-31 11:21:48 -04:00
  • 080d48dc38 fix pe number test to add non-existent pe number dandds 2018-07-31 11:19:29 -04:00
  • 5f1db135c3 add script for ingesting PE numbers and necessary script config for database dandds 2018-07-31 09:21:33 -04:00
  • c2d5c52577 remove fundz_client in favor of pe numbers repo dandds 2018-07-30 16:25:15 -04:00
  • 2e13c4772b domain repos for PE numbers and task orders dandds 2018-07-30 15:50:33 -04:00
  • c02a95d00a import fundz models dandds 2018-07-30 14:46:37 -04:00
  • e14aac24c4 remove authz url reference in config dandds 2018-07-31 10:50:22 -04:00
  • 4742957f6d Remove unnecessary type hint richard-dds 2018-07-30 15:40:37 -04:00
  • d23975ad02 Fix linting errors richard-dds 2018-07-30 15:37:31 -04:00
  • 8fdf3ec20f Formatting richard-dds 2018-07-30 15:33:19 -04:00
  • c4039de861 Add domain tests for all of authz richard-dds 2018-07-30 15:31:14 -04:00
  • be29c5804f add WorkspaceUser tests from authz dandds 2018-07-30 14:19:38 -04:00
  • 232b8192f5 update handlers to user Users repo for managing authorization dandds 2018-07-30 14:04:05 -04:00
  • 25d3cbac28 add role and perms migrations for authorization dandds 2018-07-30 14:03:42 -04:00
  • b4050b306e import authz domain module dandds 2018-07-30 11:44:56 -04:00
  • c1fdde4ab7 import authz models dandds 2018-07-30 11:36:03 -04:00
  • 432fb67506 remove references to requests-queue url and client dandds 2018-07-31 09:35:17 -04:00
  • 9c153e0772 fix lint errors dandds 2018-07-31 08:49:00 -04:00
  • 945eee9a6f Update to most recent scriptz Devon Mackay 2018-07-31 08:47:57 -04:00
  • 07db14e952 Remove debugging related items Devon Mackay 2018-07-31 07:03:49 -04:00
  • baed849229 Add postgres host to running container Devon Mackay 2018-07-31 06:37:26 -04:00
  • f6d6865bb3 Switch to postgres in a container Devon Mackay 2018-07-31 06:26:25 -04:00
  • c551e02c2e Add app name to PG settings Devon Mackay 2018-07-30 20:35:00 -04:00
  • ab3ba06f18 Ensure app env is ci when testing Devon Mackay 2018-07-30 20:25:01 -04:00
  • f7adeb5af3 Ensure get_db is sourced so the vars carry over Devon Mackay 2018-07-30 20:19:36 -04:00
  • 23fbc33f5d Debug travis ip and psql connect issues Devon Mackay 2018-07-30 20:05:50 -04:00
  • 3dcdcdfb3b Debug travis ip and psql connect issues Devon Mackay 2018-07-30 20:02:41 -04:00
  • a2b893830f Remove blank line Devon Mackay 2018-07-30 19:50:33 -04:00
  • 9cb5bee363 Fix type Devon Mackay 2018-07-30 18:41:01 -04:00
  • 1875dbc9fd Rename script Devon Mackay 2018-07-30 18:31:18 -04:00
  • abb16ec397 Add DB info and setup Devon Mackay 2018-07-30 18:26:53 -04:00
  • 168bee20f8 Add postgres to ATST build Devon Mackay 2018-07-30 18:22:42 -04:00
  • d22f85508b Add postgres hostname used during CI Devon Mackay 2018-07-30 18:22:08 -04:00
  • 7f09be5591 Switch to scriptz feature branch Devon Mackay 2018-07-30 15:51:55 -04:00
  • 6e9d8f92c4 Add wrapper script for settign DB ENV vars Devon Mackay 2018-07-30 15:51:36 -04:00
  • b5055c8ce8 Change db vars to standard postgres equivalents Devon Mackay 2018-07-30 15:50:50 -04:00
  • 3bd1efcd03 add new config pattern for database URI and overrides dandds 2018-07-30 10:15:48 -04:00
  • 54f2a0dce0 update financial verification to use requests repo dandds 2018-07-27 15:27:50 -04:00
  • 0179a22827 update and fix some tests from rebase dandds 2018-07-27 15:15:44 -04:00
  • 5f2ffe57b8 update submodule dandds 2018-07-27 14:57:59 -04:00
  • 373463bf37 update tests, remove MockRequestsClient richard-dds 2018-07-23 16:44:39 -04:00
  • fadbf1cfb1 Add request domain tests and factories richard-dds 2018-07-23 16:19:12 -04:00
  • 0400e2c864 Update requests_submit richard-dds 2018-07-23 16:04:06 -04:00
  • 6444453ca0 Fix request_new richard-dds 2018-07-23 15:58:57 -04:00
  • 5f7720deee Requests page working richard-dds 2018-07-23 15:23:09 -04:00
  • c6636bec78 Models and migrations for requests richard-dds 2018-07-23 14:58:26 -04:00
  • 8a80ba426f Merge pipfiles richard-dds 2018-07-23 14:45:08 -04:00
  • 10cdfcbbab Add models dir richard-dds 2018-07-23 14:44:59 -04:00
  • ae201fde84 Merge pull request #133 from dod-ccpo/cleanup-tornado richard-dds 2018-08-07 10:14:14 -04:00
  • 3b36066315 remove authnid base URL from config dandds 2018-08-07 09:44:10 -04:00
  • 69fb8217eb add default value for WTF_CSRF_ENABLED dandds 2018-08-07 09:33:46 -04:00
  • c06f0d03c1 Fix typo in README richard-dds 2018-08-06 17:10:46 -04:00
  • e40dd7ec01 Update README to reflect current state of the app richard-dds 2018-08-06 17:03:09 -04:00
  • 7b83804281 Fix some old tornado templates richard-dds 2018-08-06 16:47:52 -04:00
  • 8494744801 Disable CSRF checking in test and CI richard-dds 2018-08-06 16:35:59 -04:00
  • e9cf732798 Use full_name property of User richard-dds 2018-08-06 16:26:47 -04:00
  • 83c1cc8584 Use url_for for requests form links richard-dds 2018-08-06 16:21:55 -04:00
  • 19a072d67e Initialize CSRF protection richard-dds 2018-08-06 16:21:43 -04:00
  • b6f14a6c73 Add console script with ipython setup richard-dds 2018-08-06 16:14:20 -04:00
  • 0260feadad Remove atst.home richard-dds 2018-08-06 15:42:23 -04:00
  • 488419f389 Remove old session manager richard-dds 2018-08-06 15:41:39 -04:00