aleph
aleph copied to clipboard
Search and browse documents and data; find the people and companies you look for.
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.3 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.7 to 4.5.5. Release notes Sourced from vite's releases. v4.5.5 Please refer to CHANGELOG.md for details. v4.5.4 Please refer to CHANGELOG.md for details. v4.5.3 Please refer to...
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 4.0.2. Release notes Sourced from flask-cors's releases. 4.0.2 What's Changed Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in corydolphin/flask-cors#358 Backwards Compatible Fix...
While processing large PST files and other archives on Aleph. we hit the GCS rate limit some times while writing files to our storage bucket. We should enforce a configurable...
In https://github.com/alephdata/servicelayer/blob/master/servicelayer/archive/gs.py#L39-L41 we check if the bucket exists on GCS and we create it otherwise. It is convenient but requires the service account to have broader access that can't be...
**Is your feature request related to a problem? Please describe.** API endpoints that return entities (such as search, fetching individual entities) automatically resolve nested entities. For example, the entity ID...