4cfb5752b2
Upgrade dependency marshmallow to ==2.11.1 ( #644 )
2017-01-08 14:52:28 -08:00
0d7b2d9f44
Upgrade dependency Flask to ==0.12 ( #639 )
2017-01-08 10:53:02 -08:00
08ebc4cd59
Upgrade dependency marshmallow-sqlalchemy to ==0.12.1 ( #640 )
2017-01-08 10:50:37 -08:00
85ae9712e3
Upgrade dependency marshmallow to ==2.11.0 ( #642 )
2017-01-08 10:49:41 -08:00
83128f3019
Fixing elb sync issues. ( #641 )
...
* Fixing elb sync issues.
* Fixing de-duplications of names.
2017-01-05 16:06:34 -08:00
7aa5ba9c6b
Fixing an IAM syncing issue. Were duplicates were not properly sync'd… ( #638 )
...
* Fixing an IAM syncing issue. Were duplicates were not properly sync'd with Lemur. This resulted in a visibility gap. Even 'duplicates' need to sync'd to Lemur such that we can track rotation correctly. Failing on duplicates lead to missing those certificates and the endpoints onto which they were deployed. This commit removes the duplicate handling altogether.
* Fixing tests.
2017-01-04 17:46:47 -08:00
e5dee2d7e6
Adding additional metrics for when destinations fail to upload. ( #637 )
2016-12-28 09:52:23 -08:00
b0232b804e
Removing cloned date defaults. ( #636 )
2016-12-27 11:35:53 -08:00
de7cec35c6
Clean refactor ( #635 )
...
* Adding rotation to the UI.
* Removing spinkit dependency.
* refactoring source cleaning
2016-12-27 10:31:33 -08:00
700c57b807
Rotation ui ( #633 )
...
* Adding rotation to the UI.
* Removing spinkit dependency.
2016-12-26 15:55:11 -08:00
ce75bba2c3
Replacement refactor. ( #631 )
...
* Deprecating replacement keyword.
* Def renaming.
2016-12-26 11:09:50 -08:00
46f8ebd136
Modifying the way rotation works. ( #629 )
...
* Modifying the way rotation works.
* Adding docs.
* Fixing tests.
2016-12-23 13:18:42 -08:00
f8279d6972
Fixes a bug where pagination was incorrect. ( #628 )
2016-12-21 18:39:21 -08:00
072ca4da4f
Adding some additional output to rotation command. ( #627 )
2016-12-21 13:34:14 -08:00
8c5c30dfd4
Adding some additional output to expiration command. ( #626 )
2016-12-21 11:01:21 -08:00
edc0116a3a
urllib3 still failing. ( #625 )
2016-12-21 11:01:09 -08:00
c1b2c3689c
[Doppins] Upgrade dependency requests to ==2.12.4 ( #543 )
...
* Upgrade dependency requests to ==2.12.2
* Upgrade dependency requests to ==2.12.3
* Upgrade dependency requests to ==2.12.4
2016-12-21 10:06:30 -08:00
6746cc33a0
Upgrade dependency factory-boy to ==2.8.1 ( #616 )
2016-12-21 10:01:46 -08:00
74723d1a1f
Adding ability to modify ELBv2 endpoints. ( #624 )
2016-12-21 08:23:14 -08:00
fccb8148d5
Upgrade dependency marshmallow to ==2.10.5 ( #615 )
2016-12-21 07:19:32 -08:00
3a4ebbf92c
Upgrade dependency SQLAlchemy-Utils to ==0.32.12 ( #614 )
2016-12-21 07:19:10 -08:00
48735e685c
Upgrade dependency boto3 to ==1.4.3 ( #623 )
2016-12-20 18:28:07 -08:00
cdcae4efb0
Closes #594 ( #621 )
2016-12-20 14:26:39 -08:00
f7c795c7f6
Closes #577 . ( #622 )
2016-12-20 14:26:29 -08:00
beba2ba092
Adding additional reporting and refactoring existing setup. ( #620 )
2016-12-20 12:48:14 -08:00
9ac10a97ce
Fix acme tests ( #619 )
...
* Ensures that in-active users are not allowed to login.
* Ensuring acme issuer loads correctly.
2016-12-19 22:59:23 -08:00
2f5f82d797
Ensures that in-active users are not allowed to login. ( #618 )
2016-12-19 22:58:57 -08:00
c7fdb2acd7
adding required variables ( #611 )
2016-12-18 18:21:22 -08:00
51c7216b70
Fixing configuration value. ( #610 )
...
* Fixing and configuration value.
* Pinning fake factory.
2016-12-18 18:21:12 -08:00
0f3ffaade0
Fall back to CN for CA name when organization is not available ( #607 )
...
In-house CAs may not have the organization field filled out.
2016-12-16 16:27:25 -08:00
156b98f7f0
Ensuring that rotation only happens for certificates with endpoints to rotate. ( #606 )
2016-12-15 15:20:21 -08:00
a09faac9a7
Endpoint sync fixes ( #604 )
2016-12-15 10:26:59 -08:00
d20c552248
Fixing issues with rotation. ( #603 )
...
* Fixing issues with rotation.
* Fixing tests
2016-12-14 17:30:13 -08:00
f7fdf7902d
Upgrade dependency boto to ==2.45.0 ( #601 )
2016-12-14 16:53:47 -08:00
b327963925
Plugin base classes: update method signatures & fix raise ( #598 )
...
This way IDEs can verify method overrides in subclasses, otherwise these
are flagged as erroneous.
Changed base classes to properly raise NotImplementedError; previously
they would cause "TypeError: exceptions must derive from BaseException"
Also fixed exception handling in sources.service.clean().
2016-12-14 13:42:29 -08:00
1eb3d563c6
Fix error reporting for certs without private key ( #599 )
2016-12-14 13:25:56 -08:00
02991c70a9
Allow Lemur "start" to use the global config. ( #596 )
...
* allowing our runserver to use the config specified by -c
* Maintaining config for gunicorn
2016-12-14 13:23:50 -08:00
71ddbb409c
Minor documentation fixes/tweaks ( #597 )
...
Mostly typos, grammar errors and inconsistent indentation in code
examples.
Some errors detected using Topy (https://github.com/intgr/topy ), all
changes verified by hand.
2016-12-14 09:29:04 -08:00
fbcedc2fa0
Specifying a recommended postgres version ( #592 )
2016-12-13 11:22:10 -08:00
3dad818af2
ensuring our index gets created ( #591 )
2016-12-13 11:13:44 -08:00
5dc0fa91e8
Upgrade dependency boto3 to ==1.4.2 ( #550 )
2016-12-13 09:53:49 -08:00
565c9ae98d
adding missing init ( #587 )
2016-12-13 09:21:31 -08:00
2d6aa620b4
Attempting to upgrade to node LTS ( #585 )
...
* Attempting to upgrade to node LTS
* Updating travis config to node
2016-12-13 08:50:12 -08:00
03d5a6cfe1
Refactors how notifications are generated. ( #584 )
2016-12-12 11:22:49 -08:00
a5c47e4fdc
Upgrade dependency Flask-Migrate to ==2.0.2 ( #582 )
2016-12-12 10:42:57 -08:00
9581278481
Upgrade dependency cryptography to ==1.7 ( #583 )
2016-12-12 10:42:45 -08:00
1c3ac21291
Ensuring the digicert session is handled correctly ( #579 )
2016-12-11 08:38:59 -08:00
25faf05807
Upgrade dependency boto to ==2.44.0 ( #578 )
2016-12-08 17:31:53 -08:00
968dd52f6f
Fixes ( #576 )
...
* Fixing email notification
* Adding endpoint expiration
* Fixing endpoint type for ELBs
* Allowing verisign to include additional SANs
2016-12-08 15:52:27 -08:00
a4b32b0d31
Fixing up notification testing ( #575 )
2016-12-08 11:33:40 -08:00