Commit Graph

  • 92086a898f Add MockRequestsClient richard-dds 2018-06-19 14:03:42 -04:00
  • 26176bc0a2 Fix show_form call richard-dds 2018-06-19 14:03:16 -04:00
  • 5e5abbe254 Fix Content-Type header in mock api client richard-dds 2018-06-19 13:23:59 -04:00
  • f6a2ddbd77 Fetch requests from requests-queue richard-dds 2018-06-19 12:45:49 -04:00
  • a9afad0a7f Use url param instead richard-dds 2018-06-19 11:37:27 -04:00
  • 62a5d4a983 Save request id in query param richard-dds 2018-06-19 10:26:50 -04:00
  • c45c76da3b specify API version as ApiClient config dandds 2018-06-18 14:52:59 -04:00
  • b93b5a6c28
    Merge pull request #35 from dod-ccpo/authnid-url dandds 2018-06-18 14:35:04 -04:00
  • b622572cdf
    Merge pull request #36 from dod-ccpo/validate-certs dandds 2018-06-18 14:34:36 -04:00
  • cd06c26395 turn off service SSL cert validation by default for development dandds 2018-06-18 14:25:00 -04:00
  • 804954f172 update authnid url and port in config dandds 2018-06-18 13:31:46 -04:00
  • 234e1d344e Hardcode user_id until we have a working self.current_user richard-dds 2018-06-18 11:56:42 -04:00
  • 1eae2dcc3c Make ApiClient more tolerant of Content-Types richard-dds 2018-06-18 11:56:16 -04:00
  • 8b1410aed5 Send new requests to requests-queue richard-dds 2018-06-18 11:14:27 -04:00
  • b51955771f
    Merge pull request #34 from dod-ccpo/reap briandds 2018-06-18 11:39:36 -04:00
  • d6bb02da66 Also store child pid Brian Duggan 2018-06-18 11:35:22 -04:00
  • ca1c53edfd reap child processes Brian Duggan 2018-06-18 11:25:48 -04:00
  • aae68dd4c8
    Merge pull request #33 from dod-ccpo/mock-clients richard-dds 2018-06-18 11:16:47 -04:00
  • e48533441f Consume requests client richard-dds 2018-06-18 10:50:21 -04:00
  • 9527fa3abc Some cleanup, thanks to pylint richard-dds 2018-06-18 10:44:51 -04:00
  • 64c71c0aa7 Inject dependencies into tornado app richard-dds 2018-06-18 10:44:06 -04:00
  • 6eb71cfe63 Add pylint and run before tests richard-dds 2018-06-18 10:42:07 -04:00
  • 373998f42d
    Merge pull request #19 from dod-ccpo/save_data Jason Garber - Ctr 2018-06-14 14:35:05 -04:00
  • bcbba7edad Modify test to work around authentication Jason Garber 2018-06-14 14:26:36 -04:00
  • fb4a60332c Handle arguments to script/test Jason Garber 2018-06-14 14:26:21 -04:00
  • ccbe89545f Remove a couple print()s richard-dds 2018-06-14 13:16:13 -04:00
  • 3032d42b5d cleanup some breaking changes dandds 2018-06-13 17:22:24 -04:00
  • 9152ffe91e Implement form objects for request forms Brian Duggan 2018-06-08 11:32:19 -04:00
  • 4dd4fbf201 Add cac_url to example conf Brian Duggan 2018-06-08 11:31:42 -04:00
  • 908ca8327d Add config helper Brian Duggan 2018-06-08 11:31:16 -04:00
  • db0f524d9c Use cac_url configuration entry Brian Duggan 2018-06-08 11:30:25 -04:00
  • 5a3c2cff82 Add config to app object Brian Duggan 2018-06-08 11:30:09 -04:00
  • a340eede07 Config, secrets, basic POST handling Brian Duggan 2018-05-31 13:55:18 -04:00
  • 6cf7a7bffa
    Merge pull request #30 from dod-ccpo/basic-auth Jason Garber - Ctr 2018-06-14 13:18:08 -04:00
  • d294171d87
    Merge branch 'master' into basic-auth richard-dds 2018-06-14 13:14:30 -04:00
  • 606bd61d3a Simplify test by removing ThreadPool richard-dds 2018-06-14 13:10:19 -04:00
  • 042dd7b498
    Merge pull request #29 from dod-ccpo/workspaces_blank luisgov 2018-06-14 09:35:12 -04:00
  • e89be59d3e remove unused monkeypatch dandds 2018-06-13 16:56:50 -04:00
  • 261a00adb2 pass authnid_client directly to Login handler and other small cleanup dandds 2018-06-12 15:57:27 -04:00
  • 34f3c7776b fall back to regular tornado authentication decorator dandds 2018-06-12 15:13:22 -04:00
  • 4e61b08330 handle auth via redirect with parameter dandds 2018-06-12 15:07:45 -04:00
  • 234bbcea0f validate bearer tokens against authnid dandds 2018-06-12 13:09:04 -04:00
  • 7e689dd120 cleanup from the rebase; use config for cookies, login values dandds 2018-06-12 09:17:45 -04:00
  • d573c5459b provide dev access to app dandds 2018-06-11 16:24:08 -04:00
  • 25db6fabbe WIP: authentication handling for ATST dandds 2018-06-11 15:54:16 -04:00
  • cb51a20f72
    Merge pull request #32 from dod-ccpo/sass-dependency dandds 2018-06-13 16:58:21 -04:00
  • e8b2787e04 install sass if it is not already present dandds 2018-06-13 09:53:48 -04:00
  • 755c23e7e2
    Merge pull request #28 from dod-ccpo/fix-autoreload richard-dds 2018-06-12 16:51:35 -04:00
  • a13389c735 Add workspaces blank screen Luis Cielak 2018-06-12 15:52:01 -04:00
  • 7823942b79
    Merge pull request #26 from dod-ccpo/new_request luisgov 2018-06-12 14:53:59 -04:00
  • d1473bd5db Fix debug kwarg so that tornado server will autoreload properly richard-dds 2018-06-12 13:49:14 -04:00
  • ff4e206055
    Merge pull request #27 from dod-ccpo/port-config richard-dds 2018-06-12 12:52:10 -04:00
  • 8a7ce8a5dc Add review and submit markup, clean up some file Luis Cielak 2018-06-12 10:43:19 -04:00
  • 49bd09b8ef Add port to base config richard-dds 2018-06-12 10:31:35 -04:00
  • bdbb396e5e
    Merge pull request #24 from dod-ccpo/api-client richard-dds 2018-06-11 16:48:22 -04:00
  • 734f34b12d Add IDs for sidenav and headings Luis Cielak 2018-06-11 16:47:02 -04:00
  • d733a84532 Add placeholder URL for authz richard-dds 2018-06-11 14:52:54 -04:00
  • 72258ef46a Use tornado's AsyncHttpClient for ApiClient richard-dds 2018-06-11 14:49:52 -04:00
  • 1ecb7bce78 Load config in app() test fixture richard-dds 2018-06-11 13:54:20 -04:00
  • cbbc2758c5 Add ApiClient for for inter-service comms richard-dds 2018-06-11 13:18:40 -04:00
  • 41701290ea Add .ini configuration management richard-dds 2018-06-11 13:17:40 -04:00
  • 4f6e2b8d7f Add Organizational Info fields Luis Cielak 2018-06-11 16:34:52 -04:00
  • 5b2a64a3c2 Add an initial step to request Luis Cielak 2018-06-11 15:51:23 -04:00
  • d9598af72a Add some breathing room to main section tag Luis Cielak 2018-06-11 15:43:12 -04:00
  • b26b534a90 Style page action back link Luis Cielak 2018-06-11 15:39:36 -04:00
  • fc8315e319 Reduce H1 margin Luis Cielak 2018-06-11 15:29:29 -04:00
  • e252a81819 Add step 0 for New Request workflow Luis Cielak 2018-06-11 15:28:12 -04:00
  • 10fb969d33 Remove responsive breakpoints and make compact Luis Cielak 2018-06-11 14:13:12 -04:00
  • 2e6a6bb53d
    Merge pull request #23 from dod-ccpo/python3 luisgov 2018-06-11 13:28:22 -04:00
  • b2bc13003d Use python 3.6 for pipenv Luis Cielak 2018-06-11 12:17:22 -04:00
  • 4844e23951
    Merge pull request #21 from dod-ccpo/gitignore-tweaks Devon 2018-06-05 17:02:22 -04:00
  • ed5e8be3b9
    Merge pull request #20 from dod-ccpo/pipenv richard-dds 2018-06-05 15:49:42 -04:00
  • e158fad560
    Merge pull request #22 from dod-ccpo/authnid-integration dandds 2018-06-05 15:28:47 -04:00
  • c04d8f62c9 hard-code CAC authentication route for login dandds 2018-06-05 15:19:48 -04:00
  • 85ca66a320 Remove mentions of virtualenv from README richard-dds 2018-06-05 15:12:13 -04:00
  • 94e9774603 Update script/update to use pipenv richard-dds 2018-06-04 16:27:04 -04:00
  • 2c849fd01a Update script/server to use pipenv richard-dds 2018-06-04 16:26:17 -04:00
  • 05cb03baea Update .envrc richard-dds 2018-06-04 16:21:33 -04:00
  • 2c933dabf6 Install pipenv before installing python deps richard-dds 2018-06-04 16:12:53 -04:00
  • 2914d9f830 Install python packages before running tests in CI richard-dds 2018-06-04 16:09:16 -04:00
  • 42624b9eb8 Removed requirements.txt in favor of Pipenv richard-dds 2018-06-04 15:55:28 -04:00
  • 0cde9f63fa Ignore everything in /log Devon Mackay 2018-06-04 17:13:48 -04:00
  • e279883d96 Add log directory Devon Mackay 2018-06-04 17:13:24 -04:00
  • 5ea30de697 Reorg and comment a bit; add variables.scss files to be ignored Devon Mackay 2018-06-04 17:13:11 -04:00
  • 123d6ef3aa
    Merge pull request #18 from dod-ccpo/move_test_data_into_backend briandds 2018-05-31 15:13:00 -04:00
  • 03e6cab26a Add workspace handler and move mock data into server Brian Duggan 2018-05-31 11:00:02 -04:00
  • 2732ccfb12 Move mock data into server Brian Duggan 2018-05-31 10:51:23 -04:00
  • 309f689ebd
    Merge pull request #17 from dod-ccpo/add_tests_and_fix_workspaces briandds 2018-05-31 10:33:06 -04:00
  • bf367c5950 Remove Makefile, update README Brian Duggan 2018-05-31 10:25:07 -04:00
  • e004360e16 Rename workplaces.html to workspaces.html Luis Cielak 2018-05-31 10:20:03 -04:00
  • 1b825e7709 Fix formatting of routes table Brian Duggan 2018-05-31 10:17:55 -04:00
  • 133bc6fa86 Add test_routes, which tests routes Brian Duggan 2018-05-31 10:25:23 -04:00
  • 610c5162cc
    Merge pull request #12 from dod-ccpo/requests luisgov 2018-05-31 10:08:01 -04:00
  • 4237e32219 Rename workplaces.html to workspaces.html Luis Cielak 2018-05-31 09:44:23 -04:00
  • 5080f0fa60 Rename workplaces to workspaces Luis Cielak 2018-05-31 09:36:38 -04:00
  • 7f0924df67 Rename _go to csp_ to _launch_ Luis Cielak 2018-05-30 21:42:18 -04:00
  • b4322435a5
    Merge pull request #16 from dod-ccpo/envrc_and_gitignore briandds 2018-05-30 17:41:55 -04:00
  • b061979d81 Use the source Luke Brian Duggan 2018-05-30 16:42:08 -04:00
  • f433a0a34c Merge branch 'requests' of github.com:dod-ccpo/atst into requests Luis Cielak 2018-05-30 16:28:38 -04:00
  • 0caec1b317 Use rever_url in href for new reqs Luis Cielak 2018-05-30 16:25:24 -04:00