codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Add secrets importer #411

Closed drshrey closed 5 years ago

drshrey commented 5 years ago

Fixes the import portion of this - https://github.com/codeamp/circuit/issues/401

codecov[bot] commented 5 years ago

Codecov Report

Merging #411 into master will increase coverage by 0.21%. The diff coverage is 73.68%.

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
+ Coverage    58.2%   58.41%   +0.21%     
==========================================
  Files          51       51              
  Lines        4902     4959      +57     
==========================================
+ Hits         2853     2897      +44     
- Misses       1771     1779       +8     
- Partials      278      283       +5
drshrey commented 5 years ago

@aballman thanks for the comment, totally missed out on validating envs that are protected. It's addressed now though!