17 Commits

Author SHA1 Message Date
daveoconnor
f34458524e Added nix for developer setup (#1379) (#1602)
Tested on brand new machines, made a few minor docs tweaks and adjustments for findings, but generally went well so I'm merging this.
2026-01-05 23:44:10 +00:00
Kari Skinner
63c878ab58 Updated gitignore file to stop tracking logs 2025-08-18 09:05:38 -04:00
daveoconnor
58b791eee2 Reduced steps for local development setup for social media auth (#1374) (#1383)
This is related to ticket #1374, and simplifies the steps for local
development environments to have a working login flow for github and
google.

The improvements were configuration for the client id and secret for
google and github via .env vars instead of having to go through setting
up "Social Applications" via the admin interface, and automating the
process for creating google cloud projects in which oauth clients can be
created. Documentation was adjusted to fit.

That was as far as this could be automated given limitations on both
Google Cloud Platform and Github's APIs for creating oauth clients/apps.

The terraform process can be improved if these tickets see some progress
or an API comes about to support this.

Google
https://github.com/hashicorp/terraform-provider-google/issues/16452
https://issuetracker.google.com/issues/116182848

Github
https://github.com/integrations/terraform-provider-github/issues/786
2024-10-30 11:31:34 -07:00
Kenneth Reitz
ad30efd71b Run yarn build during docker build (#1158)
This will alliviate the merge conflicts we keep getting by checking this
file into source control.


-----------

Now, when using docker-compose, to re-generate the `styles.css` file,
you can do so locally in the following ways:

1. locally run `yarn build`
2. run `docker compose build`
2024-07-22 10:14:44 -04:00
Kenneth Reitz
32a8d122d7 Sticky libraries view (#1129)
This pull request solves #1106.
2024-07-02 16:24:06 -04:00
Kenneth Reitz
79381074ba chore: Update .gitignore to exclude vscode settings 2024-06-17 09:09:00 -04:00
Lacey Henschel
129e301b0c Fix logic that marks older versions as missing docs
- Add new setting for oldest version in S3, adjust logic for oldest versions missing docs
- Add VS code workspace files to gitignore
- Change MINIMUM_BOOST_VERSION to reflect reality
2024-02-22 12:48:58 -08:00
Natalia
43f9eba991 Removed duplication from docker-compose file for mailman service 2023-05-23 15:50:46 -03:00
Lacey Williams Henschel
8ad302ad21 ❄️ Add media settings 2023-02-15 14:44:20 -08:00
Lacey Williams Henschel
9e88b0cd41 📝 Add to gitignore 2022-11-30 14:54:43 -08:00
Frank Wiles
86af5217ea WIP 2022-07-22 15:22:52 -05:00
Frank Wiles
ef955137ae Small cleanups 2022-05-26 16:19:47 -05:00
Greg Newman
41a2e262b1 setup tailwind 2022-05-12 09:31:02 -04:00
Frank Wiles
bbb18a96f1 Link up Forum 2022-04-25 08:44:40 -05:00
gabbyprecious
cad06d8074 more test coverage for update and delete of version-file, and cleaned up tests 2021-12-20 21:05:31 +01:00
GabbyPrecious
ea792779de change names 2021-11-14 09:35:32 +01:00
GabbyPrecious
3d205a5279 missing files from initialization 2021-11-05 09:26:46 +01:00