Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with Edge #22

Merged
merged 14 commits into from
Oct 11, 2024
Merged

sync with Edge #22

merged 14 commits into from
Oct 11, 2024

Conversation

NewJerseyStyle
Copy link
Member

Most of the conflicts are docs, the GitHub action conflicts can follow Edge, only check deployment / K8s part and GHCR part

metasoarous and others added 14 commits August 21, 2024 18:12
* docker local postgres

* fix Constants capitalization bug in participationview

* add perspective to example.env

* add google apis to package.json

* add perspective api key to config

* config prettier

* import google

* prettier server.ts

* fix typescript bluebird promise to enable async await

* refactor post_comment route async, remove paths

* perspective call

* jigsaw toxicity threshold under flag.

* text flag for toxic

* add perspective to privacy policy

* jigsaw TOS

* Better type for getPca.

Also removed promotion of error to the return value. Let the error propagate as
an error.

* Tell TypeScript to use a less ancient library target.

* Trim trailing whitespace.

* Add data export endpoint.

This is a simple first pass which just reads the data from the database and
delivers it. No caching, no fancy business.

The endpoints are based on the report identifier and provide three separate
.csv exports. For example:

/api/v3/reportExport/r6ke7cdzte2jrsxctfyt9/summary.csv
/api/v3/reportExport/r6ke7cdzte2jrsxctfyt9/comments.csv
/api/v3/reportExport/r6ke7cdzte2jrsxctfyt9/votes.csv

The format is made to match that of the old command line exporter as much as
possible.

* smaller font size

* Use the correct column name here.

* Set text/csv content type on responses.

* export fonts from globals

* data export info in report view

* prettier app.js

* move overview down

* shorten toxic text

---------

Co-authored-by: Colin Megill <[email protected]>
* prettier server, ts error 25

* ts errors 21

* ts errors 18

* type pid

* ts errors 11

* modernize create xid function

* ignore ts error on jigsaw

* type uid

* expand pca cache item

* 8 errors.

* modernize switchToUser function

* void

* PcaCacheItem types

* missing args, null

* ignore request.get error

* tsignore .get on headers
* update github actions

* typo

* use docker compose in place of docker-compose

* lint fix
* utilize docker compose --profile postgres, and POSTGRES_DOCKER var, to enable/disable using dockerized postgres

* update configuration.md
* add comment in file-server/Dockerfile

* switch back to url-health-check-action
fit input within mobile views
Let's test `edge` after merge
@NewJerseyStyle
Copy link
Member Author

Previous github action script, I assume new command work on edge branch, in case we hit issue, we come back to copy the old cmd here

docker compose build --parallel --build-arg GIT_HASH=${GITHUB_SHA:0:6}

@NewJerseyStyle NewJerseyStyle merged commit d81ef5f into main Oct 11, 2024
7 of 13 checks passed
NewJerseyStyle added a commit that referenced this pull request Oct 18, 2024
Merge pull request #22 from CivicTechTO/edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants