-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[fga] Introduce EnvVarService #18503
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
Conversation
} | ||
|
||
@injectable() | ||
export class EnvVarService { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it go under user
folder? User should not depend on projects. Maybe it is better than have envvar
folder.
adcb96a
to
7a426dc
Compare
86fe43e
to
093a452
Compare
@svenefftinge Updated, can you take another look 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - also tested in preview env
please squash the commits
093a452
to
2740099
Compare
/unhold |
Description
Summary generated by Copilot
🤖 Generated by Copilot at 0e48ca9
Refactored the server component to separate the logic of user-level and workspace-level environment variables. Introduced a new
EnvVarService
class for user-level environment variables, and renamed the existingEnvVarService
class toEnvVarResolver
for workspace-level environment variables. Updated the imports, references, and tests accordingly.Related Issue(s)
Fixes https://linear.app/gitpod/issue/EXP-409/
Documentation
Preview status
gitpod:summary
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold