Robert Raposa
53239bdf37
Remove JWT_COOKIES_FLAG.
...
The JWT_COOKIES_FLAG was a temporary flag used for rollout of the new
JWT cookies. These are live in Production, so we are removing the flag.
Without this flag, we set JWT cookies during login. However, this
requires an oAuth Client that isn't always available during unit tests.
We introduced a feature flag that is only used for unit tests to
disable setting the JWT cookies. The code explains a bit more why this
solution was selected over adding the oauth client to the database.
ARCH-247
2018-10-31 10:29:05 -04:00
Kevin Falcone
585d85ea96
ANALYTICS_API_KEY and ANALYTICS_SERVER_URL aren't used
...
ANALYTICS_API_KEY was used to make direct requests to the
ANALYTICS_SERVER_URL which was our original original analytics effort.
2017-07-21 17:06:05 -04:00
Kevin Falcone
b4ac588ce1
Update reset-test-db.sh for bok-choy
...
This now correctly migrates and dumps files for both databases.
Run lettuce migrations for both databases
2016-02-29 13:59:29 -05:00
Sarina Canelake
f691b7b664
Remove all references to open_ended and s3 interfaces (ORA1)
2015-12-11 15:05:00 -05:00
Ben Patterson
a19b97c61f
Don't use 'test' db for mysql since it's reserved.
...
This db name is reserved and used by mysql installations. This can cause
conflicts when trying to populate our own 'test' database on mysql.
2014-11-13 14:41:50 -05:00
Jason Zhu
4e528140f8
When s3fs cannot be accessed replaced with osfs
2014-10-28 00:01:55 +08:00
Don Mitchell
a63d58cff5
Remove unused credentials from mongo init
...
was breaking pymongo 2.7
2014-10-09 11:55:14 -04:00
Nimisha Asthagiri
abbfa95e4c
LMS-11168 Support for removing versions and branch in Split, Mixed, and SQL.
...
Make default_store thread-safe.
2014-08-07 18:07:41 -04:00
Nimisha Asthagiri
a9213509c3
Enable Mixed Modulestore STUD-1540
...
Refactor get_parent_locations STUD-1663
2014-06-26 18:00:11 -04:00
Will Daly
dde5455227
Added configuration for running tests using the bok-choy framework
2014-01-09 12:57:50 -05:00