5fe989e20f
Formats migrationwq
2021-03-08 09:58:07 -08:00
84534a2991
Adds merge migration
2021-03-08 09:54:53 -08:00
3bdfc341e4
Runs black
2021-03-08 09:54:02 -08:00
ad43e5c83a
Merge branch 'main' into review-rate
2021-03-08 09:48:25 -08:00
70296e760b
Runs black
2021-03-08 08:49:10 -08:00
703ff60271
isbn search
2021-03-06 18:09:15 +01:00
0cf2baccac
Adds merge migration
2021-02-28 10:40:10 -08:00
5bc4456d4e
Merge branch 'main' into review-rate
2021-02-28 10:35:20 -08:00
7622bef35d
Adds separate privacy policy section
2021-02-27 11:53:36 -08:00
717cbe3034
Use very fancy SQL nonsense
...
This should be more efficient than running the queries one by one
2021-02-26 23:12:39 -08:00
ee7388052c
Use SQL parameters, and make unconvert work
...
DBAs don't want you to know about this One Simple Trick
2021-02-26 22:57:26 -08:00
2e36cfbcf6
Creates new semi-functional migration
2021-02-25 14:58:09 -08:00
06feef44ad
Merge branch 'main' into review-rate
2021-02-12 18:33:05 -08:00
3aa7f8afe0
Safer migration runpython function
2021-02-10 17:30:26 -08:00
2bf4b17113
Adds notification type referencing lists
2021-02-10 13:15:12 -08:00
9561bb2294
Adds reverse runpython for migration
2021-02-09 11:21:43 -08:00
ad7a045582
Makes shelbook user required
2021-02-07 11:29:13 -08:00
7381536ad6
circular import issues and added_by migration
2021-02-04 14:27:26 -08:00
dfb5c396b0
Moves activitypub mixin to its own file
2021-02-04 10:47:18 -08:00
23ce639e5c
migration to change privacy field type
2021-02-02 09:41:24 -08:00
d73a1b4ec1
handles list privacy in display
2021-01-31 08:41:11 -08:00
fe088f21fb
Model and migration for lists
2021-01-30 21:00:36 -08:00
ed83032330
Fix migration for if db has multiple empty emails
...
If the database has multiple users with an empty email column, this
migration will fail because multiple empty strings break the unique
constraint.
A fresh database won't have this problem because it won't have any
legacy users with empty strings instead of NULL, but for existing
databases we need to convert the empty strings to NULL so they don't run
awry of the unique constraint.
2021-01-24 16:39:26 -08:00
3db0de3dd4
Makes pages/percents toggle-able in sidebar
2021-01-22 09:19:02 -08:00
57607c3590
Regenerate merge migration
2021-01-19 23:53:42 -08:00
85edee42ef
Merge branch 'main' into progress_update
2021-01-19 23:49:35 -08:00
328ebc39c1
Adds migration
2021-01-19 07:38:12 -08:00
79e284e5be
Just scootch the migration merge up
2021-01-18 19:59:40 -08:00
29140be78e
Merge branch 'main' into progress_update
2021-01-18 19:41:06 -08:00
96cc9d44db
Fixes email migration
2021-01-18 11:57:20 -08:00
8a00c7741a
Nullable email
2021-01-18 11:51:51 -08:00
11dd8c8f82
Allow users to log in with email or username
2021-01-18 11:06:28 -08:00
0af4863568
Update merge migration
2021-01-17 13:21:26 -08:00
a4519d55c9
Merge branch 'main' into progress_update
2021-01-17 13:05:38 -08:00
112b9f9332
Create goal with privacy
2021-01-16 11:34:19 -08:00
b648012af5
Adds form and models for reading goal
2021-01-16 08:18:54 -08:00
1e13997c5d
Create an actual user, add missing file
...
Also allow `./bw-dev up -d`
I'm not sure why this was necessary, but it makes enough sense
2021-01-13 23:02:56 -08:00
48147883ce
Merge branch 'main' into progress_update
2021-01-13 19:53:26 -08:00
ec2a43faa5
Fix error in migrations
...
I was getting the following error when running 0035:
AttributeError: 'Edition' object has no attribute 'get_rank',
But that line seems to be unnecessary, since save() does the same thing,
and we are already calling that.
2021-01-13 18:37:05 -08:00
83852e29eb
Update edition ranks when work is saved
2021-01-11 10:02:49 -08:00
6db64e33e4
set rank on editions
2021-01-11 09:29:23 -08:00
b44b42be7e
Adds rank field to edition model
2021-01-11 09:18:40 -08:00
d04271af75
Adds field on import job to check if job completed
...
the task isn't a reliable indicator, unfortunately.
2021-01-07 08:08:12 -08:00
c8d53ee0df
Adds site invite created date
2021-01-05 11:38:03 -08:00
ff9caf3d51
Fixes migration version numbering
2021-01-04 21:39:57 -08:00
a73f51ad78
Merge branch 'main' into review-rate
2021-01-04 13:42:39 -08:00
0f4a30324e
Makes more about instance text customizable
2021-01-04 12:58:31 -08:00
0c0e9bebdf
Use uploaded logos in templates
2021-01-04 12:47:10 -08:00
7cc2dfe517
Merge branch 'main' into logo-default
2021-01-04 12:18:40 -08:00
dad202823a
Moves review re-structing into separate migration
2021-01-01 15:37:32 -08:00