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

EW-1061 TBA #5330

Draft
wants to merge 136 commits into
base: main
Choose a base branch
from
Draft

EW-1061 TBA #5330

wants to merge 136 commits into from

Conversation

psachmann
Copy link
Contributor

@psachmann psachmann commented Nov 8, 2024

Description

TBA

Links to Tickets or other pull requests

Datasecurity

Deployment

New Repos, NPM pakages or vendor scripts

Approval for review

  • DEV: If api was changed - generate-client:server was executed in vue frontend and changes were tested and put in a PR with the same branch name.
  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

@psachmann psachmann changed the title updating esbuild and plugins for esbuild EW-1061 TBA Nov 8, 2024
Copy link

sonarcloud bot commented Nov 8, 2024

package.json Show resolved Hide resolved
Comment on lines 1 to 20
import { Inject, Injectable, UnauthorizedException } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { REQUEST } from '@nestjs/core';
import { extractJwtFromHeader } from '@shared/common';
import { Request } from 'express';
import { FilesStorageClientConfig } from './files-storage-client.config';
import { Configuration, FileApiFactory, FileApiInterface } from './generated';

@Injectable()
export class FilesStorageClientFactory {
constructor(
@Inject(REQUEST) private readonly request: Request,
private readonly configService: ConfigService<FilesStorageClientConfig, true>
) {}

/**
* Creates a new file client and configures it with the provided token or the token from the request.
* @param token can be provided to override the token from the request.
* @returns fully configured file client.
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let's talk about this file

@psachmann psachmann self-assigned this Nov 25, 2024
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