Mouse Reeve
618c7bbeec
Copies main branch files to prod
...
Resolves some divergences caused by merges, and copies over some files
that aren't needed in prod but aren't harmful
2022-08-04 10:08:19 -07:00
Mouse Reeve
8ba1ccadcc
Merge branch 'main' into production
2022-08-04 09:31:46 -07:00
Mouse Reeve
f9b772e234
Adds polish locale
2022-08-02 10:59:40 -07:00
Mouse Reeve
5faaa6b750
Merge pull request #2196 from bookwyrm-social/bw-dev-alerts
...
Block some bw-dev commands from being run in prod
2022-07-26 15:34:40 -07:00
Mouse Reeve
d3f35fb691
Adds Catalan
2022-07-15 12:28:31 -07:00
Mouse Reeve
19e0db566c
Block some bw-dev commands from being run in prod
...
Right now, commands that should not be run in production are removed
from the bw-dev file in the `production` branch. Since eventually I'd
like to get rid of that branch, this change would use the `DEBUG`
environment variable to determine if a command should be disabled,
rather than depending on the file available in the branch.
2022-07-07 12:51:09 -07:00
Mouse Reeve
83cb0a9df8
Removed references to clean
command that doesn't exist on prod
2022-07-06 14:04:33 -07:00
Mouse Reeve
afd3b27d78
Adds coverage command to bw-dev
2022-07-06 09:47:33 -07:00
Mouse Reeve
e452aa95b6
Merge branch 'main' into production
2022-07-04 14:08:24 -07:00
Joel Bradshaw
b3603c04c5
Add pylint to bw-dev
...
Because pylint requires the app to be fully parseable with all its
dependencies, we run it in the web container, and add pylint as a dev
dependency.
2022-06-05 14:49:21 -07:00
Mouse Reeve
ae86829a7e
Adds Finnish locale ( #2069 )
...
* Adds Finnish locale
2022-03-31 08:20:52 -07:00
Mouse Reeve
f27fe05008
Merge branch 'main' into production
2022-03-26 12:56:11 -07:00
Mouse Reeve
a6ae55608a
Adds Romanian locale
2022-03-26 10:03:50 -07:00
Mouse Reeve
e2197b3e7d
Merge branch 'main' into production
2022-03-17 10:36:43 -07:00
Mouse Reeve
184a463097
Comments out build script step in update command
2022-03-17 10:25:03 -07:00
Mouse Reeve
67bb154008
Merge branch 'main' into production
2022-03-17 08:56:15 -07:00
Mouse Reeve
78b03efe45
Updates bw-dev command and ticks version number
2022-03-16 12:53:05 -07:00
Mouse Reeve
81b7dca4b9
Merge branch 'main' into celerybeat
2022-03-14 15:13:09 -07:00
Mouse Reeve
3ebdd432ec
Merge branch 'main' into production
2022-03-13 12:09:47 -07:00
Mouse Reeve
0c87ee1d4b
Fixes instructions on admin themes view
2022-03-13 11:36:31 -07:00
Vivianne Langdon
822868bf87
fish autocompletions
2022-03-12 04:34:03 -08:00
Mouse Reeve
394f6fea87
Revert "Adds custom compile management command"
...
This reverts commit b0c0af9617
.
2022-03-04 18:14:46 -08:00
Mouse Reeve
4baba480c5
Merge branch 'main' into production
2022-03-04 17:59:09 -08:00
Mouse Reeve
b0c0af9617
Adds custom compile management command
2022-03-04 12:40:06 -08:00
Mouse Reeve
95e9119817
Adds django celery beat
2022-02-26 08:44:19 -08:00
Mouse Reeve
8de5a44181
Merge branch 'main' into production
2022-02-24 17:53:29 -08:00
Mouse Reeve
c77e5a1a90
Split css ( #1959 )
...
Divides the css into sub-files and normalizes how colors are defined.
Co-authored-by: Joachim <joachim.robert@protonmail.com>
2022-02-19 16:34:17 -08:00
Mouse Reeve
6daaffeaa7
Compiles css framework from sass ( #1956 )
...
* Compiles css framework from sass
* Adds watch commands
* Copies existing css to sass file
* Moves sass out of static path
* Removes global linter
I wasn't sure how to customize this, and it's not providing a lot of
additional value on top of the domain-specific linters
* Reverts invalid change to dockerfile
* Changes stylelint path
* Remove unused bulma files
* Properly minifies generated css
* Fixes regression in thread display
* rgba function only works with percents for whatever reason
* Hush stylelint
* Removes trailing zeros
* Compile sass in Django
Co-authored-by: Joachim <joachim.robert@protonmail.com>
* Python formatting
* Updates linter
* Updates commands
* Adds css-config file
Co-authored-by: Joachim <joachim.robert@protonmail.com>
* Stylelint fix
* Removes unused compiled bulma files
Co-authored-by: Joachim <joachim.robert@protonmail.com>
2022-02-19 15:29:47 -08:00
Mouse Reeve
abfd094337
Merge branch 'main' into production
2022-02-18 18:17:43 -08:00
Mouse Reeve
7d68c23ce5
Updates dev tools
2022-02-18 08:48:44 -08:00
Mouse Reeve
92f3357977
Anchor link to dev chat
2022-02-17 15:53:58 -08:00
Mouse Reeve
31d362d715
Adds setup views tests
2022-02-17 14:55:48 -08:00
Mouse Reeve
679b55d9ad
Updates bw-dev and adds setup command
2022-02-17 11:50:16 -08:00
Mouse Reeve
ed536e6b41
Adds command to get admin code
2022-02-17 10:59:28 -08:00
Mouse Reeve
60b2453d4d
Fixes bw-dev stylelint command
2022-02-16 17:34:14 -08:00
Mouse Reeve
6f90c80494
Gets stylelint command working
2022-02-16 13:13:11 -08:00
Mouse Reeve
714bb081ea
Updates workflows
2022-02-15 12:25:35 -08:00
Mouse Reeve
b601ac6f91
Adds dev tools docker image
2022-02-12 14:06:18 -08:00
Mouse Reeve
0f1757b278
Merge branch 'main' into production
2022-02-12 10:14:47 -08:00
Mouse Reeve
30ad3bba0b
Suggest stylelint --fix in CI and add to bw-dev
2022-02-12 09:00:38 -08:00
Mouse Reeve
f1381341b4
Merge branch 'main' into production
2022-02-09 12:41:23 -05:00
Mouse Reeve
e9e4f70ae4
Refresh web and celery in update command
2022-02-08 09:17:42 -05:00
Mouse Reeve
43ca5f466c
Merge branch 'main' into production
2022-02-02 11:06:10 -08:00
Mouse Reeve
b5baf1620f
Merge pull request #1897 from bookwyrm-social/verify-image-types
...
Check image extensions before saving
2022-02-02 11:04:52 -08:00
Mouse Reeve
6fd3ac0cb1
Changes how test image data is loaded
2022-02-02 09:36:47 -08:00
Mouse Reeve
f84241b085
Merge pull request #1804 from cincodenada/run-not-exec
...
Use run --rm instead of exec for initdb
2022-02-02 09:10:28 -08:00
Mouse Reeve
eeee62cd04
Adds Swedish to the app
2022-01-24 09:39:13 -08:00
Mouse Reeve
ec63ca3817
Merge branch 'main' into run-not-exec
2022-01-22 15:51:42 -08:00
Mouse Reeve
53754546c2
Merge branch 'main' into production
2022-01-13 11:10:41 -08:00
Mouse Reeve
0c2537e27a
Merge pull request #1527 from bookwyrm-social/book-file-links
...
Book file links
2022-01-13 11:10:05 -08:00