645 Commits

Author SHA1 Message Date
Lacey Williams Henschel
0831a24f20 Merge pull request #170 from cppalliance/87-display-name
🏦 Add display_name field and property to User model
0.0.150
2023-04-27 18:36:44 -07:00
Lacey Williams Henschel
2c4659f140 📝 Missed a display_name 2023-04-26 13:20:57 -07:00
Lacey Williams Henschel
93e1a47ce0 📝 Use display_name and not full_name 2023-04-26 13:17:37 -07:00
Lacey Williams Henschel
41c6366dd5 Merge branch 'main' of github.com:CPPAlliance/boost.org into 87-display-name 2023-04-26 12:02:58 -07:00
Frank Wiles
9c5d8b6d10 Merge pull request #157 from cppalliance/152-new-header
🎨 WIP new header layout
0.0.149
2023-04-26 14:00:54 -05:00
Greg Newman
313b99d30b 🎨 change font colors
Issue: #152
2023-04-26 14:49:23 -04:00
Greg Newman
c1377743c3 🚜 docs link and style docs page
* Adds the docs link for “learn”
* Styles the docs page for theme switcher

Issue: #152
2023-04-26 14:44:32 -04:00
Greg Newman
de5125a6d0 🚜 light/dark libraries list
Issue: #152
2023-04-26 14:30:45 -04:00
Greg Newman
92c7016ef7 Merge branch 'main' into 152-new-header 2023-04-26 14:07:02 -04:00
Greg Newman
ff4f3e3023 🎨 cleanup and styling of switcher dropdown 2023-04-26 14:06:34 -04:00
Frank Wiles
5f3a12aed8 Merge pull request #197 from cppalliance/196-doc-remapping
Remap docs to new S3 layout
0.0.148
2023-04-26 11:07:30 -05:00
Frank Wiles
530fc08f98 Skip GH API test for now 2023-04-26 10:59:07 -05:00
Greg Newman
f009e91019 🚜 WIP light/dark mode
Hooked up light and dark mode to the nav.
In addition to changing the content colors the logo is swapped based on mode.
2023-04-26 11:19:39 -04:00
Frank Wiles
1f9f0deef7 Black 2023-04-26 09:49:57 -05:00
Frank Wiles
73895f9081 Fix renderer tests for new S3 layout 2023-04-26 09:32:30 -05:00
Frank Wiles
7826602b2b Remap docs to new S3 layout 2023-04-26 09:22:55 -05:00
Frank Wiles
4224f7437a Merge pull request #184 from sdarwin/kube_migrations
Move helm database migrations to Job
0.0.147
2023-04-26 08:58:17 -05:00
Lacey Williams Henschel
6d44410f1d Merge pull request #193 from cppalliance/186-mailing-list-concept
Display the mailing list archive: proof of concept
0.0.146
2023-04-25 10:12:57 -07:00
Lacey Williams Henschel
357ba0f277 Command to generate fake mailing list data 2023-04-20 17:47:41 -07:00
Lacey Williams Henschel
8a418b72bc 🎨 Slightly better template 2023-04-20 17:47:21 -07:00
Lacey Williams Henschel
b40089eb35 📝 Change context obj name
To avoid template collision with "messages", which is reserved in Django
2023-04-20 17:47:07 -07:00
Lacey Williams Henschel
0f1908d65e Add mailing list message detail view 2023-04-20 17:42:50 -07:00
Lacey Williams Henschel
3131aba7b6 🚧 Mailing list - list URL 2023-04-20 17:26:54 -07:00
Lacey Williams Henschel
1a23b956be 🏦 Better mailing list model 2023-04-20 15:06:04 -07:00
Lacey Williams Henschel
06de2bc220 Add mailing list app and basic model 2023-04-20 14:53:24 -07:00
Lacey Williams Henschel
f6ddc8076b ⬆️ Add django-mptt 2023-04-20 14:29:53 -07:00
Lacey Williams Henschel
cc58f56a86 Merge pull request #192 from cppalliance/153-fix-tests
 Fix mocked S3 tests for the static content view
0.0.145
2023-04-20 10:34:39 -07:00
Lacey Williams Henschel
a59741b2f2 🔥 Unused import 2023-04-19 13:18:03 -07:00
Lacey Williams Henschel
dc9424520c Picky test things 2023-04-19 13:15:17 -07:00
Lacey Williams Henschel
25e2ff3362 Fix mocked S3 tests 2023-04-19 13:07:14 -07:00
Lacey Williams Henschel
9b86150f76 Merge pull request #188 from cppalliance/153-cleanup
Static content logging, docs, exception handling
0.0.144
2023-04-19 09:25:04 -07:00
Frank Wiles
1af815d0f2 Merge pull request #191 from cppalliance/190-temp-landing-page
190 temp landing page
0.0.143
2023-04-19 06:08:42 -05:00
Frank Wiles
1e959c2132 Fix links 2023-04-19 06:05:21 -05:00
Frank Wiles
98ac797ae1 Add temp landing page 2023-04-19 06:02:34 -05:00
Lacey Williams Henschel
8d980068db Improve exception handling and logging 2023-04-18 16:22:48 -07:00
Lacey Williams Henschel
9982ab3076 📚 Add docs on how we deal with static content 2023-04-18 16:15:39 -07:00
Lacey Williams Henschel
dd00808e8e 📚 Add env var docs 2023-04-18 15:51:13 -07:00
Lacey Williams Henschel
f58d03d4c7 🔈 Add logging 2023-04-18 15:31:05 -07:00
Greg Newman
506443b598 🔨 cleanup markup for Frank 2023-04-17 16:08:30 -04:00
Lacey Williams Henschel
75b43cda62 Merge pull request #187 from cppalliance/183-django-upgrade
⬆️ Upgrade to Django 4.2 and related changes
0.0.142
2023-04-14 14:49:56 -07:00
Lacey Williams Henschel
c56027d160 ⬆️ Have CI use Postgres 12 like Docker does
Might be why the PR CI is failing?
2023-04-14 14:14:05 -07:00
Lacey Williams Henschel
69fa54cfe0 ⬆️ Upgrade model-bakery 2023-04-14 14:05:12 -07:00
Frank Wiles
ba568a2c6e Fix test that is no longer valid 0.0.141 2023-04-14 16:04:17 -05:00
Lacey Williams Henschel
5c9607ccac ❄️ Add new STORAGES setting 2023-04-14 13:58:03 -07:00
Frank Wiles
a4e1d2b02f Adjust static content paths for /develop/doc/
- Add feature to static site finding that looks for `/index.html` if URL
  ends with a slash
2023-04-14 15:56:19 -05:00
Lacey Williams Henschel
e658968b4e ⬆️ Upgrade to Django 4.2 and related changes 2023-04-14 13:36:28 -07:00
Greg Newman
3b9f1e4014 🎨 effort from design session
* direction on cards
* direction on library list page

Work needs to be completed to tighten up and polish.
2023-04-11 13:41:31 -04:00
Greg Newman
4550e6da7d Merge branch 'main' into 152-new-header 2023-04-10 18:51:34 -04:00
sdarwin
a0ee73dec3 Move helm database migrations to Job 2023-04-10 13:30:20 -06:00
Frank Wiles
d20033c011 Miss a change / typo
Helps to have the environment name match the setting name.
0.0.140
2023-04-06 06:24:29 -05:00