edx-cache-uploader-bot
8a7e22315c
Updating migrations
2018-12-06 09:35:26 -05:00
edx-cache-uploader-bot
3d0b28e996
Updating migrations
2018-11-21 14:34:39 -05:00
edx-cache-uploader-bot
2bad03fe0d
Updating migrations
2018-10-25 13:08:02 -04:00
edx-cache-uploader-bot
5ca3418d9f
Updating migrations
2018-09-24 11:54:27 -04:00
edx-cache-uploader-bot
07eadd46e1
Updating migrations
2018-09-18 13:46:15 -04:00
edx-cache-uploader-bot
b26863ce60
Updating migrations
2018-09-13 11:14:26 -04:00
edx-cache-uploader-bot
33e2e943bc
Updating migrations
2018-09-12 11:20:37 -04:00
edx-cache-uploader-bot
f7d4bea21b
Updating migrations
2018-08-20 12:38:55 -04:00
Kevin Falcone
8594c904fe
Reset to master's migrations
...
I rolled back to when we added the oauth2_provider migrations and caused
deployment issues, but they were added to the bok choy cache.
Since we're re-applying those migrations, this should reset bok choy to
a point where it can run our new migrations.
2018-08-02 14:09:57 -04:00
Kevin Falcone
5050d8c629
Revert "Updating migrations"
...
This reverts commit a21b963446 .
2018-08-02 14:01:36 -04:00
Kevin Falcone
e9f6e5ab49
Revert "Updating migrations"
...
This reverts commit 80d9bec5a4 .
2018-08-02 14:01:20 -04:00
edx-cache-uploader-bot
80d9bec5a4
Updating migrations
2018-07-23 15:12:10 -04:00
edx-cache-uploader-bot
a21b963446
Updating migrations
2018-07-13 09:51:40 -04:00
edx-cache-uploader-bot
48889c13f8
Updating migrations
2018-06-29 15:08:42 -04:00
edx-cache-uploader-bot
11eeb19cb0
Updating migrations
2018-06-25 13:36:08 -04:00
edx-cache-uploader-bot
7e504222b9
Updating migrations
2018-06-22 15:28:09 -04:00
edx-cache-uploader-bot
237d3114e9
Updating migrations
2018-06-13 09:30:52 -04:00
edx-cache-uploader-bot
8cdcc18456
Updating migrations
2018-06-01 14:34:46 -04:00
edx-cache-uploader-bot
dddb4a9548
Updating migrations
2018-05-31 09:58:57 -04:00
edx-cache-uploader-bot
882564b215
Updating migrations
2018-05-30 12:14:53 -04:00
edx-cache-uploader-bot
eff98b7707
Updating migrations
2018-05-29 10:23:28 -04:00
edx-cache-uploader-bot
118bc77372
Updating migrations
2018-05-18 09:15:48 -04:00
edx-cache-uploader-bot
82ac53a4de
Updating db cache
2018-04-30 16:25:16 -04:00
edx-cache-uploader-bot
bdc690af58
Updating migrations
2018-04-23 12:32:43 -04:00
edx-cache-uploader-bot
319dee4faa
Updating migrations
2018-04-20 14:19:59 -04:00
edx-cache-uploader-bot
46d14c233c
Updating migrations
2018-04-12 09:49:32 -04:00
edx-cache-uploader-bot
62d8ae5cc2
Updating migrations
2018-04-04 13:42:03 -05:00
edx-cache-uploader-bot
c420603913
Updating migrations
2018-04-03 13:24:54 -04:00
edx-cache-uploader-bot
7f92409804
Updating migrations
2018-03-27 11:49:05 -04:00
edx-cache-uploader-bot
0dbaffa405
Updating migrations
2018-03-26 15:08:41 -04:00
edx-cache-uploader-bot
917bb7d20c
Updating migrations
2018-03-14 12:50:06 -04:00
edx-cache-uploader-bot
0e529264e7
Updating migrations
2018-03-07 12:16:18 -05:00
edx-cache-uploader-bot
98defce09d
Updating migrations
2018-02-14 15:45:39 -05:00
edx-cache-uploader-bot
41926a99e0
Updating migrations
2018-02-12 14:24:58 -05:00
edx-cache-uploader-bot
691e35f673
Updating migrations
2018-02-09 12:26:21 -05:00
edx-cache-uploader-bot
6284a48cd7
Updating migrations
2018-01-30 10:23:40 -05:00
edx-cache-uploader-bot
8b420c1221
Updating migrations
2018-01-29 10:56:36 -05:00
edx-cache-uploader-bot
2b90998715
Updating migrations
2018-01-26 09:55:51 -05:00
edx-cache-uploader-bot
f9ac6f1e2f
Updating migrations
2018-01-19 11:39:24 -05:00
Michael Youngstrom
7a38c5a13a
Update bokchoy db cache
2017-12-05 22:16:56 -05:00
Michael Youngstrom
4fa386150f
Update lettuce and bok choy cached db's
2017-11-06 17:40:12 -05:00
Stuart Young
a9ea168ce9
update bokchoy dbs after migrations
2017-10-19 15:01:13 -04:00
Eric Fischer
a4433e7ab3
database fixture updates
2017-06-07 14:10:56 -04:00
Ben Patterson
7bafafac84
Update bok-choy cache files.
...
This should provide some performance improvements when running
bok-choy tests, particularly during set-up.
2017-04-27 14:44:38 -04:00
cahrens
b8cd96e371
Delete XBlockDisableConfig model.
...
TNL-4672
2016-07-26 15:49:34 -04:00
cahrens
25bfd0a7d8
Get Studio deprecation list from XBlockConfiguration.
...
Replaces settings value.
TNL-4669
2016-07-06 11:05:52 -04:00
Eric Fischer
0cf3e39c31
Replace bulk email settings with admin config models
...
Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files
to admin-accessible configuration models. This allows for the bulk email settings
to be modified without a new AMI deploy. See TNL-4504.
Also updates tests:
-python tests mock out the new configurations in place of the old settings
-lettuce test has been moved to bokchoy
(note that there was some loss of coverage here - the lettuce tests had
been doing some voodoo to allow for cross-process inspection of emails
messages being "sent" by the server, from the client! In discussion with
testeng, this seems outside the realm of a visual acceptance test. So,
the bokchoy test simply confirm the successful queueing of the message,
and leaves the validation of sending messages to the relevant unit tests.)
-bok choy fixture has been added, to replace the settings in acceptance.py
-lettuce and bok choy databases have been updated to reflect the backend changes
The new default is to have bulk_email disabled, we'll need to call this out in the
next OpenEdx release to ensure administrators enable this feature if needed.
2016-05-16 11:09:39 -04:00
Jonathan Piacenti
f84f95c7ee
Refresh DB caches.
2016-04-01 21:06:08 +00:00
J. Cliff Dyer
88fef8b2a4
Use renamed edx_oauth2_provider throughout.
...
MA-1998 Install and configure django_oauth_toolkit to coexist with
existing oauth libraries.
2016-03-30 14:21:17 +00: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