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

Release #416

Merged
merged 73 commits into from
Oct 27, 2024
Merged

Release #416

merged 73 commits into from
Oct 27, 2024

Conversation

evereq
Copy link
Member

@evereq evereq commented Jun 22, 2024

Before submitting the PR, please make sure you do the following

  1. Contributor license agreement
    For us it's important to have the agreement of our contributors to use their work, whether it be code or documentation. Therefore, we are asking all contributors to sign a contributor license agreement (CLA) as commonly accepted in most open source projects. Just open the pull request and our CLA bot will prompt you briefly.

  2. Please check our contribution guidelines for some help in the process.

evereq and others added 30 commits April 1, 2023 23:25
fix: change translation progress rounding to down
* feat: add export with untranslated keys

* fix: check with prettier

* fix: fix lint error

* fix: edit e2e tests for untranslated feature

* fix: fix tests

* fix: fix column name in query

* fix: naming of the projectId to camelCase

* fix: fix tests
* feat: add postgresql as db

* feat: add ability to work both with pgsql and mysql

* fix: add break in switch

* change config

* fix: fix entities type
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…averse-7.23.2

build(deps): bump @babel/traverse from 7.15.4 to 7.23.2
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…p-1.2.5

build(deps): bump word-wrap from 1.2.3 to 1.2.5
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.8...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.37 to 0.3.0.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.37...0.3.0)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.37 to 0.3.0.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.37...0.3.0)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…edirects-1.15.6

build(deps): bump follow-redirects from 1.14.8 to 1.15.6
…orm-0.3.0

build(deps): bump typeorm from 0.2.37 to 0.3.0 in /api
…0.3.0

build(deps): bump typeorm from 0.2.37 to 0.3.0
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
* chore: format code with Prettier

* build(deps): bump angular/core from ^12.2.5 to ^13.4.0

* build(deps): bump ng-bootstrap from ^10.0.0 to ^12.1.2

* update yarn.lock

* build(deps): bump angular/core from ^13.4.0 to ^14.3.0

* build(deps): bump angular/core from ^14.3.0 to ^15.2.10

* build(deps): bump angular/core from ^15.2.10 to ^16.2.12

* build(deps): bump ng-bootstrap from ^14.2.0 to ^15.1.2

* chore: update NGXS packages to version 3.8.2

- Updated @ngxs/store, @ngxs/devtools-plugin, and @ngxs/router-plugin to 3.8.2

* style: fix code style issues using Prettier

* chore: add lint target to angular.json for ESLint integration

* updated angular.json

* updated angular.json

* [Chore] Add --open option to start script for automatic browser launch

* build(deps): bump bootstrap from ^4.6.2 to ^5.1.1

* build(deps): downgraded bootstrap from ^5.1.1 to ^4.6.2
Copy link

coderabbitai bot commented Oct 25, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Oct 27, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/bootstrap@4.6.2 None +2 7.53 MB xhmikosr
npm/tslib@2.3.1 None 0 39.1 kB typescript-bot
npm/tunnel-agent@0.6.0 environment, network 0 16.7 kB mikeal
npm/typedarray@0.0.6 None 0 26 kB substack
npm/unbox-primitive@1.0.1 None 0 12.8 kB ljharb
npm/unbzip2-stream@1.4.3 None 0 133 kB regular
npm/unicode-canonical-property-names-ecmascript@1.0.4 None 0 4.34 kB mathias
npm/unicode-match-property-ecmascript@1.0.4 None 0 4.41 kB mathias
npm/unicode-match-property-value-ecmascript@1.2.0 None 0 24.4 kB mathias
npm/unicode-property-aliases-ecmascript@1.1.0 None 0 5.41 kB mathias
npm/union-value@1.0.1 None 0 6.83 kB doowb
npm/uniq@1.0.1 None 0 4.32 kB mikolalysenko
npm/uniqs@2.0.0 None 0 2.42 kB fgnass
npm/universalify@2.0.0 None 0 4.64 kB ryanzim
npm/unquote@1.1.1 None 0 2.41 kB lakenen
npm/unset-value@1.0.0 None +2 20.7 kB jonschlinkert
npm/uri-js@4.4.1 None 0 470 kB garycourt
npm/urix@0.1.0 None 0 4.37 kB lydell
npm/url-parse-lax@1.0.0 None 0 3.71 kB sindresorhus
npm/url-to-options@1.0.1 None 0 2.98 kB stevenvachon
npm/use@3.1.1 None 0 9.51 kB jonschlinkert
npm/util.promisify@1.0.1 None 0 14.8 kB ljharb
npm/uuid@3.4.0 None 0 34.3 kB ctavan
npm/validate-npm-package-license@3.0.4 None 0 16.6 kB kemitchell
npm/vendors@1.0.4 None 0 4.17 kB wooorm
npm/verror@1.10.0 None +1 59 kB dap
npm/webidl-conversions@4.0.2 None 0 19.3 kB domenic
npm/websocket-driver@0.7.4 network 0 67.4 kB jcoglan
npm/websocket-extensions@0.1.4 None 0 55 kB jcoglan
npm/whatwg-url@7.1.0 None 0 78.4 kB domenic
npm/which-boxed-primitive@1.0.2 None 0 15 kB ljharb
npm/which@2.0.2 environment 0 9.97 kB isaacs
npm/wordwrap@0.0.2 None 0 35.9 kB
npm/worker-rpc@0.1.1 None 0 105 kB dirtyhairy
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/xml-js@1.6.11 None 0 421 kB nashwaan
npm/xmlbuilder@13.0.2 None 0 242 kB oozcitak

🚮 Removed packages: npm/accepts@1.3.7, npm/array-flatten@1.1.1, npm/body-parser@1.19.0, npm/bootstrap@5.1.1, npm/bytes@3.1.0, npm/content-type@1.0.4, npm/cookie-signature@1.0.6, npm/cookie@0.4.0, npm/depd@1.1.2, npm/destroy@1.0.4, npm/ee-first@1.1.1, npm/encodeurl@1.0.2, npm/escape-html@1.0.3, npm/etag@1.8.1, npm/express@4.17.1, npm/finalhandler@1.1.2, npm/forwarded@0.2.0, npm/fresh@0.5.2, npm/http-errors@1.7.2, npm/iconv-lite@0.4.24, npm/ipaddr.js@1.9.1, npm/media-typer@0.3.0, npm/merge-descriptors@1.0.1, npm/methods@1.1.2, npm/mime@1.6.0, npm/negotiator@0.6.2, npm/on-finished@2.3.0, npm/parseurl@1.3.3, npm/path-to-regexp@0.1.7, npm/proxy-addr@2.0.7, npm/qs@6.7.0, npm/range-parser@1.2.1, npm/raw-body@2.4.0, npm/send@0.17.1, npm/serve-static@1.14.1, npm/setprototypeof@1.1.1, npm/statuses@1.5.0, npm/toidentifier@1.0.0

View full report↗︎

Copy link

gitguardian bot commented Oct 27, 2024

⚠️ GitGuardian has uncovered 6 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
7421905 Triggered Generic Password 1ce802c deploy/k8s/traduora-preview.yaml View secret
7421905 Triggered Generic Password 1ce802c deploy/k8s/traduora-preview.yaml View secret
7421904 Triggered Generic High Entropy Secret 1ce802c deploy/k8s/traduora-preview.yaml View secret
7421905 Triggered Generic Password 1ce802c deploy/k8s/traduora-preview.yaml View secret
7421904 Triggered Generic High Entropy Secret 1ce802c deploy/k8s/traduora-preview.yaml View secret
7421905 Triggered Generic Password 1ce802c deploy/k8s/traduora-preview.yaml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@evereq evereq merged commit 60d26c4 into master Oct 27, 2024
11 of 13 checks passed
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.

4 participants