Natalia
76e2c75dcf
Cleanup changes, revert style modifications made by pre-commit
2023-05-08 15:37:17 -03:00
Natalia
1aecc94521
Initial cleanup and adding of new celery task
2023-05-07 20:17:28 -03:00
Lacey Williams Henschel
6f06ed54b6
Merge pull request #258 from cppalliance/more-pre-commit-info-readme
...
📚 Add more pre-commit info, fake data instructions to README
0.0.168
2023-05-04 15:01:56 -07:00
Lacey Williams Henschel
4881516c63
Present pre-commit data as a table
2023-05-03 19:36:13 -07:00
Lacey Williams Henschel
656ced4e3e
Expand on the sample data commands
2023-05-03 19:19:38 -07:00
Lacey Williams Henschel
fd26c6b789
Add info about running individual hooks locally
...
Thanks @gregnewman!
2023-05-03 19:17:46 -07:00
Lacey Williams Henschel
205e138c4a
Clarify pre-commit run
2023-05-03 18:48:52 -07:00
Lacey Williams Henschel
495618d232
Clarify what dropping a volume means
2023-05-03 18:46:17 -07:00
Lacey Williams Henschel
5653fdb626
Clarify fake data instructions
2023-05-03 15:37:38 -07:00
Lacey Williams Henschel
bfec163e1f
📚 More info on pre-commit in README
2023-05-03 15:30:58 -07:00
Lacey Williams Henschel
7aaa36cb95
Merge pull request #180 from cppalliance/153-caching
...
💾 Add caching logic to the static content view
0.0.167
2023-05-03 14:25:48 -07:00
Lacey Williams Henschel
eb23b08e11
❄️ Make separate redis db for static content
2023-05-03 14:11:17 -07:00
Lacey Williams Henschel
3368a74d8d
Merge branch 'main' of github.com:CPPAlliance/boost.org into 153-caching
2023-05-03 13:55:50 -07:00
Lacey Williams Henschel
123b08fb4e
Merge pull request #249 from cppalliance/issue-227
...
Remove pagination from library list and library by version list
0.0.166
2023-05-03 08:38:45 -07:00
Frank Wiles
afcd4845c4
Merge pull request #250 from cppalliance/truly-py-3.11
...
Use Python 3.11 for pre-commit and GitHub actions
0.0.165
2023-05-03 08:57:08 -05:00
Natalia
14276ffd08
Use Python 3.11 for pre-commit and GitHub actions
...
This proposal follows a comment from Frank in issue #211 where he mentioned
he moved the backend code/web docker image to 3.11.
2023-05-02 22:33:41 -03:00
Natalia
36bfb2ca12
Ran black on modified files
2023-05-02 22:31:43 -03:00
Natalia
c06b75123c
Remove pagination from library list and library by version list ( fixes #227 )
2023-05-02 22:31:40 -03:00
Frank Wiles
bc7957e47c
Merge pull request #246 from cppalliance/small-readme-updates
...
Small improvements to `README` file based on recent experience
0.0.164
2023-05-02 15:36:07 -05:00
Natalia
6c7648e6e9
Small improvements to README file based on recent experience
2023-05-02 17:23:37 -03:00
Greg Newman
8ced005dd6
Merge pull request #244 from cppalliance/layout-issues
...
Layout issues
0.0.163
2023-05-01 18:57:33 -04:00
Greg Newman
f37cf71bd5
🎨 footer
...
* Makes social icons the same colors as header icons
* Fixes wrap on footer links on smaller monitors
* Fixes container weirdness
Issue: #221 , #219
2023-05-01 18:54:47 -04:00
Greg Newman
80e0c2763f
🎨 migrates contact form for dark/light
...
Issue: #208
2023-05-01 18:37:36 -04:00
Frank Wiles
287f4c852b
Updated pip-compile to fix Python 3.11 issue
0.0.162
2023-05-01 15:33:30 -05:00
Frank Wiles
ee06c4fda6
Fix missing gunicorn requirement
2023-05-01 15:33:30 -05:00
Greg Newman
646f723289
Merge pull request #243 from cppalliance/layout-issues
...
Layout issues
0.0.161
2023-05-01 16:22:13 -04:00
Frank Wiles
3957e3e3c5
Merge pull request #210 from cppalliance/201-csrf-issue
...
☔ Test that email signup works
0.0.160
2023-05-01 15:18:31 -05:00
Greg Newman
1522fc679e
🎨 darker text in light mode
...
Issue: #215
2023-05-01 16:15:33 -04:00
Lacey Williams Henschel
aa3cc05aae
Merge pull request #241 from cppalliance/232-no-caps
...
📝 Don't capitalize categories in the list
0.0.159
2023-05-01 13:08:59 -07:00
Lacey Williams Henschel
9ede054390
Merge pull request #242 from cppalliance/226-lib-category-link-hover
...
📝 Add hover color-change for category links
0.0.158
2023-05-01 13:08:27 -07:00
Greg Newman
0ac915d9f1
🎨 remove all caps
...
Issue: #232
2023-05-01 16:05:08 -04:00
Greg Newman
a404787358
🎨 align logo
...
Issue: #216
2023-05-01 16:03:25 -04:00
Greg Newman
42bc623429
🎨 larger round and shadow
...
Issue: #237
2023-05-01 16:01:27 -04:00
Greg Newman
3c9dd6eed9
🎨 full logo in footer but smaller
...
Issue: #229
2023-05-01 15:59:18 -04:00
Lacey Williams Henschel
1fc07fc01b
📝 Add hover color-change for category links
2023-05-01 12:43:59 -07:00
Lacey Williams Henschel
94c0243f80
📝 Don't capitalize categories in the list
2023-05-01 12:34:37 -07:00
Lacey Williams Henschel
1f302285f1
Merge pull request #240 from cppalliance/201-add-csrf-trusted-origins
...
❄️ Add CSRF_TRUSTED_ORIGINS
0.0.157
2023-05-01 12:18:23 -07:00
Lacey Williams Henschel
b20f071c57
❄️ Add CSRF_TRUSTED_ORIGINS
...
We should do this with env variables, but I wanted to see if it worked first
2023-05-01 12:10:27 -07:00
Lacey Williams Henschel
df288c982c
📝 Add redis to github actions file
2023-05-01 11:49:41 -07:00
Frank Wiles
b4defd6348
Remove assumption developer has git installed
...
We were running `git describe --tags` to get a local
version for display in the admin. Catch exceptions thrown when
git does not exist and use a static string instead.
0.0.156
2023-04-30 12:55:47 -05:00
Frank Wiles
315a863e78
Fix black formatting
0.0.155
2023-04-29 16:52:37 -05:00
Frank Wiles
5eb3ea0999
Merge pull request #214 from cppalliance/211-update-instructions
...
211 update instructions
2023-04-29 16:47:57 -05:00
Frank Wiles
9b66dc7d72
Update README
...
- Remove currently unused and confusing celery compose override file
2023-04-29 16:46:41 -05:00
Frank Wiles
c32b06e65e
Update to Pyhton 3.11
2023-04-29 16:41:27 -05:00
Lacey Williams Henschel
5de95a9a4f
☔ Test that email signup works
2023-04-28 16:11:47 -07:00
Frank Wiles
7cc358c153
Make CSRF cookie http only
0.0.154
2023-04-28 13:38:05 -05:00
Lacey Williams Henschel
b68559a8f4
Merge pull request #207 from cppalliance/206-typo
...
📝 Fix typo
0.0.153
2023-04-28 08:56:17 -07:00
Lacey Williams Henschel
2065ece526
📝 Fix typo
2023-04-28 08:54:15 -07:00
Greg Newman
921b9bfce4
Merge pull request #205 from cppalliance/readme-pre-commit
...
📝 Add pre-commit to readme
0.0.152
2023-04-28 10:24:16 -04:00
Greg Newman
0c1b2d99f5
📝 Add pre-commit to readme
2023-04-28 10:21:47 -04:00