Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
335061a
build: rename project to coder-toolbox
fioan89 Feb 18, 2025
4fe83ce
chore: update license
fioan89 Feb 18, 2025
7151981
import code from coder/jetbrains-coder
fioan89 Feb 18, 2025
36fba63
fix: remove Gateway string from title
fioan89 Feb 18, 2025
e39cd05
impl: initial support for opening urls
fioan89 Feb 19, 2025
94a6ff3
fix: use new URL opener
fioan89 Feb 19, 2025
915d347
chore: replaces references to Gateway with Toolbox
fioan89 Feb 19, 2025
5973b0d
impl: go to main page after signing in
fioan89 Feb 20, 2025
b031c65
fix: connection status rendering
fioan89 Feb 20, 2025
8faed95
fix: url glitch on new environment page
fioan89 Feb 20, 2025
90d199c
impl: read plugin version from the extension.json
fioan89 Feb 21, 2025
38e3e2b
fix: user agent did not have a proper version
fioan89 Feb 21, 2025
33b4a60
Merge branch 'main' into fix-connection-issues
fioan89 Feb 24, 2025
383ee49
build: upgrade plugin api dependencies to 0.7.2.6.0.38311
fioan89 Feb 24, 2025
7a6b512
build: upgrade kotlin dependencies
fioan89 Feb 24, 2025
aa24f03
fix: compiler errors (1)
fioan89 Feb 24, 2025
3023aea
fix: compiler errors (2)
fioan89 Feb 24, 2025
ce35939
fix: compiler errors (3)
fioan89 Feb 25, 2025
500d397
fix: message logging
fioan89 Feb 25, 2025
2d69d5e
Merge branch 'main' into support-for-toolbox-2_6_0_38311
fioan89 Feb 26, 2025
b025c64
impl: initial stubs for removing a workspace
fioan89 Feb 26, 2025
9f059a4
impl: support for removing the workspace
fioan89 Feb 27, 2025
3e7edda
Merge branch 'main' into support-for-deleting-workspaces
fioan89 Feb 27, 2025
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
Prev Previous commit
Next Next commit
Merge branch 'main' into support-for-toolbox-2_6_0_38311
  • Loading branch information
fioan89 committed Feb 26, 2025
commit 2d69d5e3bc5955833def1f7ced7aafeafefebde9
6 changes: 0 additions & 6 deletions src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ class CoderRemoteProvider(
private val settingsStore: PluginSettingsStore = serviceLocator.getService(PluginSettingsStore::class.java)
private val secretsStore: PluginSecretStore = serviceLocator.getService(PluginSecretStore::class.java)

private val ui: ToolboxUi = serviceLocator.getService(ToolboxUi::class.java)
private val consumer: RemoteEnvironmentConsumer = serviceLocator.getService(RemoteEnvironmentConsumer::class.java)
private val coroutineScope: CoroutineScope = serviceLocator.getService(CoroutineScope::class.java)
private val settingsStore: PluginSettingsStore = serviceLocator.getService(PluginSettingsStore::class.java)
private val secretsStore: PluginSecretStore = serviceLocator.getService(PluginSecretStore::class.java)

// Current polling job.
private var pollJob: Job? = null
private var lastEnvironments: Set<CoderRemoteEnvironment>? = null
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.