MCPcopy Index your code
hub / github.com/codenvy/codenvy

github.com/codenvy/codenvy @5.22.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.22.2 ↗ · + Follow
3,638 symbols 9,812 edges 608 files 1,092 documented · 30%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Codenvy

Cloud workspaces for development teams. One-click Docker environments to create workspaces with production runtimes. Team onboarding and collaboration with workspace automation and permissions letting devs sync their desktop IDE or use our gorgeous Eclipse Che IDE. Workspace platform for DevOps to manage workspaces at scale with programmable and customizable infrastructure.

Eclipse Che

Getting Started

You can run Codenvy in the public cloud, a private cloud, or install it on any OS that has Docker 1.11+ installed. Codenvy has been tested on many flavors of Linux, MacOS, and Windows. A private Codenvy install allows you to configure LDAP, permissions, Eclipse Che extensions, Jira integration, Jenkins integration and integration to your private toolchain.

The docs are awesome.

Or, quick start:

docker run codenvy/cli start

Then open http://localhost and log in as admin / password.

The codenvy repository is where we do development. Your license grants you access to the source code for customization, but you are not able to redistribute the source code or use it in commercial endeavors.

License

Codenvy is free for 3 users. For additional users or support, please purchase a Codenvy enterprise license.

Customiziing

There are many ways to customize Codenvy. Codenvy is customized using Eclipse Che including stacks, templates, commands, IDE extensions, server-side extensions plugins, assemblies, RESTful APIs, and editors.

Clone

git clone https://github.com/codenvy/codenvy.git

If master is unstable, checkout the latest tagged version.

Build and Run

cd codenvy
mvn clean install

# A new assembly is placed in:
cd onpremises-ide-packaging-tomcat-codenvy-allinone\target\

# Assembly:
onpremises-ide-packaging-tomcat-codenvy-allinone-${version}.zip

# Run Codenvy with a custom assembly - volume mount this codenvy repository
docker run -v /var/run/docker.sock:/var/run/docker.sock -v <path-to-repo>:/repo codenvy/cli start

Engage

Extension points exported contracts — how you extend this code

RequestFilter (Interface)
Used by LoginFilter to check if request should be skipped. For complex case then configured LoginFilter request should b [25 …
wsmaster/codenvy-hosted-sso-client/src/main/java/com/codenvy/auth/sso/client/filter/RequestFilter.java
User (Interface)
Represents Bitbucket Server user. @author Igor Vinokur [6 implementers]
plugins/plugin-bitbucket/codenvy-plugin-bitbucketserver-webhooks/src/main/java/com/codenvy/plugin/webhooks/bitbucketserver/shared/User.java
LdapEntrySelector (Interface)
Define a strategy for selecting ldap entries. The interface allows to return such kind of Iterable which req [5 implementers]
wsmaster/codenvy-ldap/src/main/java/com/codenvy/ldap/sync/LdapEntrySelector.java
AuthenticationHandler (Interface)
Authentication using username and password. @author Sergii Kabashniuk [5 implementers]
wsmaster/codenvy-hosted-platform-api-impl/src/main/java/com/codenvy/api/dao/authentication/AuthenticationHandler.java
NodeSelectionStrategy (Interface)
Node selection strategy for Swarm. Used for not implemented yet in Swarm docker operations. Should be replaced later wit [4 …
plugins/plugin-hosted/codenvy-machine-hosted/src/main/java/com/codenvy/swarm/client/NodeSelectionStrategy.java
InviteDao (Interface)
Defines data access object contract for InviteImpl. @author Sergii Leschenko [3 implementers]
wsmaster/codenvy-hosted-api-invite/src/main/java/com/codenvy/spi/invite/InviteDao.java
MicrosoftServiceClient (Interface)
@author Mihail Kuznyetsov @author Anton Korneta [3 implementers]
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-client/src/main/java/org/eclipse/che/ide/ext/microsoft/client/MicrosoftServiceClient.java
StatusPageContentProvider (Interface)
Provides scheduled maintenance info in json. @author Mihail Kuznyetsov [2 implementers]
assembly/assembly-dashboard-war/src/main/java/com/codenvy/onpremises/maintenance/StatusPageContentProvider.java

Core symbols most depended-on inside this repo

getId
called by 104
wsmaster/codenvy-hosted-sso-server/src/main/java/com/codenvy/auth/sso/shared/dto/SubjectDto.java
get
called by 88
wsmaster/codenvy-hosted-recoverpassword/src/main/java/com/codenvy/service/password/RecoveryStorage.java
equals
called by 83
wsmaster/codenvy-hosted-api-invite/src/main/java/com/codenvy/api/invite/InviteImpl.java
get
called by 72
plugins/plugin-hosted/codenvy-machine-hosted/src/main/java/com/codenvy/machine/MaintenanceConstraintProvider.java
getName
called by 70
wsmaster/codenvy-hosted-sso-server/src/main/java/com/codenvy/auth/sso/shared/dto/SubjectDto.java
getValue
called by 70
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/StorageDocument.java
remove
called by 65
wsmaster/codenvy-hosted-api-invite/src/main/java/com/codenvy/spi/invite/InviteDao.java
getToken
called by 59
wsmaster/codenvy-hosted-sso-server/src/main/java/com/codenvy/auth/sso/shared/dto/SubjectDto.java

Shape

Method 2,926
Class 523
Interface 144
Function 37
Enum 8

Languages

Java92%
TypeScript8%
Ruby1%

Modules by API surface

plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/PullRequestUpdatedResource.java55 symbols
plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/src/main/java/org/eclipse/che/ide/ext/bitbucket/shared/BitbucketPullRequest.java49 symbols
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/Fields.java46 symbols
plugins/plugin-hosted/codenvy-machine-hosted/src/test/java/com/codenvy/machine/backup/DockerEnvironmentBackupManagerTest.java45 symbols
plugins/plugin-github/codenvy-plugin-github-webhooks/src/main/java/com/codenvy/plugin/webhooks/github/shared/PushEvent.java37 symbols
wsmaster/codenvy-ldap/src/test/java/com/codenvy/ldap/EmbeddedLdapServer.java31 symbols
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/GenericEvent.java31 symbols
plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/src/main/java/org/eclipse/che/ide/ext/bitbucket/shared/BitbucketServerPullRequest.java29 symbols
plugins/plugin-bitbucket/codenvy-plugin-bitbucket-pullrequest/src/main/java/com/codenvy/plugin/pullrequest/client/BitbucketHostingService.java26 symbols
wsmaster/codenvy-hosted-sso-client/src/test/java/com/codenvy/auth/sso/client/LoginFilterTest.java25 symbols
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/Reviewer.java25 symbols
plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/src/main/java/com/codenvy/plugin/webhooks/vsts/shared/RepositoryLinks.java25 symbols

Datastores touched

(mysql)Database · 1 repos

For agents

$ claude mcp add codenvy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact