Commit Graph

4066 Commits

Author SHA1 Message Date
kevgliss f09f5eb0f1 Fixing issue with creating roles 2015-08-17 22:51:29 -07:00
kevgliss 95ac5245e1 Merge pull request #39 from kevgliss/notificationInterval
Notification interval
2015-08-17 20:52:32 -07:00
kevgliss dd607e5c07 Making CLOUDCA_API_ENDPOINT configurable 2015-08-17 17:09:31 -07:00
kevgliss eb55d5465f Making LEMUR_DEFAULT_SECURITY_EMAIL optional 2015-08-17 16:03:57 -07:00
kevgliss 500b212a25 Adding a few default expiration intervals 2015-08-17 15:49:16 -07:00
kevgliss 7554a86d23 Merge pull request #37 from kevgliss/fixes
General fixes around build time issues
2015-08-14 10:11:46 -07:00
kevgliss 43d4dbbfbd Fixing the paths related to javascript dependecies 2015-08-14 10:05:30 -07:00
kevgliss 90e49613f9 develop doesn't need to build the static files, the make develop will do that 2015-08-11 16:21:00 -07:00
kevgliss d3ff79d800 Getting correct path to readme so that it doesn't matter where setup.py is run from 2015-08-11 15:46:54 -07:00
kevgliss bfcbd1b065 Fixes issue where client authentication was not displaying in the UI 2015-08-11 15:43:59 -07:00
kevgliss b488c349e8 Look for compiled static files, to see if they need to be created 2015-08-11 14:53:28 -07:00
kevgliss 590f43297f Merge pull request #34 from Netflix/0.1.x
Joining 0.1.x with master
2015-08-09 17:01:31 -07:00
kevgliss b8720566d7 fixing merge conflict 2015-08-09 16:52:14 -07:00
kevgliss d0d3e06c81 fixing merge conflicts 2015-08-09 16:51:25 -07:00
kevgliss 48f38a8625 Fixing bad cherry pick 2015-08-09 16:49:18 -07:00
kevgliss 13f34fc600 Merge pull request #21 from kevgliss/buildfixes
Build Fixes
2015-08-09 16:47:39 -07:00
kevgliss cf898e39ac Merge pull request #32 from kevgliss/entropy
Adding docs explaining entropy and how lemur deals with it.
2015-08-08 17:59:59 -07:00
kevgliss 8b9eb70432 Adding docs explaining entropy and how lemur deals with it. 2015-08-08 17:50:54 -07:00
kevgliss c78daa24d6 Merge pull request #31 from kevgliss/keys
Switch to relying on the configuration key in the configuration file
2015-08-08 16:18:38 -07:00
kevgliss 32ef793c4d Switch to relying on the configuration key in the configuration file 2015-08-08 16:12:29 -07:00
kevgliss 3ebbbd21e7 Merge pull request #30 from kevgliss/py3
Making Lemur py3 compatible
2015-08-03 21:20:59 -07:00
kevgliss 63b1babf7b Fixing a few syntax errors 2015-08-03 21:16:55 -07:00
kevgliss fc68552d0f Making Lemur py3 compatible 2015-08-03 21:07:28 -07:00
kevgliss 51cb82178f Merge pull request #29 from kevgliss/sources
Adding ability to define sources for lemur to sync with
2015-08-03 16:22:03 -07:00
kevgliss 888e75e7f7 Fixing tests 2015-08-03 16:15:59 -07:00
kevgliss 710b4d45bc Allowing notifications to be marked as in-active 2015-08-03 16:10:00 -07:00
kevgliss a873e5c7ea Lots of minor fixes 2015-08-03 15:52:39 -07:00
kevgliss 7d169f7c4c Fixing up some of the sync related code 2015-08-03 13:51:27 -07:00
kevgliss 0360ccc666 Cleaning up some documentation 2015-08-03 09:49:33 -07:00
kevgliss cdb3814469 Fixing notification deduplication and roll up 2015-08-02 09:14:27 -07:00
kevgliss c9e9a9ed7c Fixing upload description 2015-08-02 07:45:10 -07:00
kevgliss 02b717dd7c Fixing upload, and removing old unneeded code 2015-08-02 05:57:26 -07:00
kevgliss e61de4578e Ensuring that default notifications are made based on app configuration during app initialization 2015-08-02 05:10:50 -07:00
kevgliss aef1587635 Adding default notifications 2015-08-01 19:08:46 -07:00
kevgliss b2a4219a0f Removing AWS bootstrapping 2015-08-01 18:33:31 -07:00
kevgliss e7e6a99ff4 Adding more source syncing logic 2015-08-01 18:31:38 -07:00
kevgliss 46652ba117 Purging ELB and Listener specific models 2015-08-01 15:47:14 -07:00
kevgliss abf21d2931 Adding in frontend javascript for sources 2015-08-01 15:37:47 -07:00
kevgliss e247d635fc Adding backend code for sources models 2015-08-01 15:29:34 -07:00
kevgliss 46c6b8f8a4 Merge pull request #28 from kevgliss/docs
Adding additional plugin documentation
2015-07-31 19:07:02 -07:00
kevgliss c5a6a0570a adding link to python packaging documentation 2015-07-31 19:02:44 -07:00
kevgliss f55a93b29a adding in new files 2015-07-30 22:57:14 -07:00
kevgliss d3b0822e14 updating docs with new API endpoints and plugin information 2015-07-30 22:54:59 -07:00
kevgliss 11a6294162 Merge pull request #27 from kevgliss/editCertificate
Initial support for notification plugins closes #8, closes #9, closes…
2015-07-29 22:12:21 -07:00
kevgliss f79138f11e Cryptography is weird until they do a release 2015-07-29 22:07:30 -07:00
kevgliss 327a00bec6 Cryptography is weird until they do a release 2015-07-29 22:01:30 -07:00
kevgliss c4b53b22da Fixing dep 2015-07-29 21:57:44 -07:00
kevgliss 2e1abdd2f1 Fixing tests and pinning versions 2015-07-29 21:54:29 -07:00
kevgliss 79353c142a Pleasing jshint gods 2015-07-29 19:24:05 -07:00
kevgliss 1e748a64d7 Initial support for notification plugins closes #8, closes #9, closes #7, closes #4, closes #16 2015-07-29 17:13:06 -07:00