Re: [edx-code] Deprecation/Removal: External Auth Django App (DEPR-6)

2018-10-24 Thread Peter Pinch
The JIRA ticket isn’t open. I was hoping to get a better idea of the scope of 
the deprecation. 

Also, is a 2019-02-15 removal expected to be a change in Ironwood, or in 
Ironwood's successor?



Thanks,
Peter

Peter Pinch
Associate Director of Engineering
MIT Open Learning
pdpi...@mit.edu
http://engineering.odl.mit.edu/

> On Oct 24, 2018, at 12:29 PM, Nimisha Asthagiri  wrote:
> 
> Hi there,
> 
> We plan to deprecate and remove from edx-platform the external_auth Django 
> app 
> 
>  in favor of the third_party_auth Django app 
> 
>  (an extension of python-social-auth 
> ).  We are targeting 
> removal by 2019-02-15.
> 
> Please read https://openedx.atlassian.net/browse/DEPR-6 
>  for more information and to 
> post any questions/comments. The proposed deadline for comments before 
> acceptance is 2018-11-25.
> 
> Thanks,
> Nimisha
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "General Open edX discussion" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/edx-code/CACSOLjdsxLwLAfbcHbi1dNnwQ83iHaY4Q3u6A%3DqUdhCvcPCYTw%40mail.gmail.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/6E2B9D7F-16EC-4AE8-A870-4086C48ED653%40gmail.com.


[edx-code] Re: Devstack installation error on ginkgo.master - Not a git repository (or any parent up to mount..

2018-10-24 Thread abdul . moeez
I faced the same issue. One of the causes of this issue might be internet 
inconsistency as @wjia mentioned.
If you're sure your internet is working fine, then try the following on 
your host:

cd ~/solutions/ecommerce/
git init
git remote add origin https://github.com/edx/ecommerce
git pull

then run ' vagrant provision ' again. 

After more than a couple dozen tries after increasing my bandwidth, This 
solved the issue for me.

Thanks,
Moeez

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/2023a472-f0c1-4749-a420-ae7165e01af4%40googlegroups.com.


[edx-code] Re: SOS-PROBLEM :mongo | wait for mongo server to start

2018-10-24 Thread abdul . moeez
@dim

The issue may be:

- Unavailability of enough system resources.
- The setup may be running previously and was not shutdown properly or 
interrupted, causing locks to be sitting around.

Try the following:

- on your terminal,

> vagrant halt
> vagrant destroy
>
 then,

- delete the .vagrant folder, then on the terminal,

> vagrant up
> vagrant provision
>


Best, 
Moeez
 

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/8011a40e-7185-4bb5-8f7f-aae7421bff4b%40googlegroups.com.