Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test-assistant-llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs: # to input into inspect-ai-test job below
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_API_KEY: "op://Positron/Anthropic/credential"
OPENAI_API_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Download artifacts
uses: actions/download-artifact@v7
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-sles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-ubuntu-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Transform to Playwright tags $PW_TAGS
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e-windows-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
OPENAI_KEY: "op://Positron/OpenAI/credential"
POSIT_AUTH_HOST: "op://Positron/Posit-AI-Login/website"
POSIT_EMAIL: "op://Positron/Posit-AI-Login/username"
POSIT_PASSWORD: "op://Positron/Posit-AI-Login/password"

- name: Set screen resolution
shell: pwsh
Expand Down
4 changes: 3 additions & 1 deletion src/vs/platform/product/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ else {
'https://github.com/posit-dev/positron',
'https://positron.posit.co',
'https://github.com/login/device',
'https://posit.co'
'https://posit.co',
'https://login.posit.cloud',
'https://login.staging.posit.cloud'
]
// --- End Positron ---
});
Expand Down
7 changes: 6 additions & 1 deletion test/e2e/fixtures/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
"files.simpleDialog.enable": true,
"positron.importSettings.enable": false,
"positron.assistant.enable": true,
"positron.assistant.positai.authHost": "https://login.staging.posit.cloud",
"positron.assistant.positai.scope": "prism",
"positron.assistant.positai.clientId": "databot-staging",
"positron.assistant.positai.baseUrl": "https://gateway.staging.posit.ai",
"positron.assistant.enabledProviders": [
"openai-api",
"echo",
"error",
"amazon-bedrock"
"amazon-bedrock",
"posit-ai"
],
"posit.workbench.showWorkbenchFlaskHint": false
}
Loading