739 Commits

Author SHA1 Message Date
Greg Newman
1ba49a0245 Merge pull request #280 from cppalliance/ui-tickets
UI tickets
0.0.175
2023-05-09 19:01:05 -04:00
Greg Newman
ebe596562e 🐛 fixing margin on bottom of footer
Issue: #220
2023-05-09 18:50:27 -04:00
Greg Newman
680fff6721 🎨 better color on pills for library
Adding more green on pills

Issue: #225
2023-05-09 18:49:59 -04:00
Greg Newman
b6513d41ab 🐛 fixes header border on dark mode
There was a typo in the css class for dark mode.

Issue: #259
2023-05-09 18:36:09 -04:00
Greg Newman
878bb546e5 🐛 fixing font weight on dark/light select
Now that we are properly importing fonts, light weight was too light.  This fixes the font weights.

Issue: #268
2023-05-09 18:33:43 -04:00
Greg Newman
6e03ab350c 🎨 adding fpo illustrations for Learn view
For now, we are adding in the illustrations as FPO images on the Learn view.

Issue: #270
2023-05-09 18:28:30 -04:00
Lacey Williams Henschel
6346697a0f Merge pull request #275 from cppalliance/252-add-versions-list
Allow library detail page to select a different version of that library
0.0.174
2023-05-09 15:17:17 -07:00
Lacey Williams Henschel
111ae5aa2b Cleanup 2023-05-09 13:41:18 -07:00
Lacey Williams Henschel
35d1bf3f53 Add ability to select a Version of a library 2023-05-09 13:36:11 -07:00
Lacey Williams Henschel
b4fca48a6e Add version selection form for libraries 2023-05-09 13:33:06 -07:00
Lacey Williams Henschel
9b998327c8 Add down command to Justfile 2023-05-09 12:20:31 -07:00
Lacey Williams Henschel
5b3990e6c9 Merge pull request #272 from cppalliance/252-lib-detail
#252 Add GitHub links to library details page
0.0.173
2023-05-09 12:03:05 -07:00
Lacey Williams Henschel
b5dda56f93 📝 Change to cached_property 2023-05-09 11:59:13 -07:00
Lacey Williams Henschel
012a4df3e0 📝 Use github_issues_url property in template 2023-05-09 11:35:00 -07:00
Lacey Williams Henschel
348dd7ec58 Generate library github issues url 2023-05-09 11:34:34 -07:00
Lacey Williams Henschel
30cc9ca63a Merge pull request #261 from cppalliance/255-static-cache
Shorten static content cache timeout and serve from a setting
0.0.172
2023-05-09 10:10:26 -07:00
Lacey Williams Henschel
03c209a461 Merge pull request #265 from cppalliance/docs-for-github-sync
Create syncing_data_with_github.md
0.0.171
2023-05-09 10:01:54 -07:00
Greg Newman
693d0d2faf Merge pull request #254 from cppalliance/design-session-duex
🚜 results from design meeting
0.0.170
2023-05-08 18:31:00 -04:00
Greg Newman
adeb40eefe 🎨 remove the button
Issue: #223
2023-05-08 18:25:05 -04:00
Greg Newman
3598795114 🐛 fixes subtext on contributor card
Issue: #230
2023-05-08 18:19:46 -04:00
Greg Newman
b55bcb8b8a Merge branch 'main' into design-session-duex 2023-05-08 18:14:28 -04:00
Greg Newman
9fede01339 🎨 adds favicon
Issue: #247
2023-05-08 18:11:24 -04:00
Greg Newman
7e8adadee0 🐛 fixing font imports
Issue: #257
2023-05-08 18:04:46 -04:00
Lacey Williams Henschel
2a505764ce Create syncing_data_with_github.md 2023-05-08 13:06:07 -07:00
nessita
14c93a95d2 Merge pull request #264 from cppalliance/celery-taks-for-updating-libraries
Added celery bits to main compose and a new celery task
0.0.169
2023-05-08 16:10:32 -03:00
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
b88eb50755 Shorten static content cache timeout and serve from a setting 2023-05-04 15:58:21 -07: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
Greg Newman
b386f1cc3a 🚜 results from design meeting
A newly designed library detail view with placeholders for content to be hooked up.  Other changes included for header and footer and new graphing library.
2023-05-03 14:34:51 -04: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