Skip to content

Zowe Community - Sub-projects, Squads, Contribution Guidelines, Meeting Minutes, and more

Notifications You must be signed in to change notification settings

dsegoviaMF/community

 
 

Repository files navigation

Zowe Community

This guide will help you navigate the Zowe community, and learn more on how to contribute and provide feedback.

Zowe Sub-projects

The Zowe community consists of several sub-projects that focus on specific areas of the codebase. Like any open source project, each sub-projects has its own governance structure and release process that aligns with the primary framework guidelines.

Zowe sub-projects have a 3-stage lifecycle of incubation, active and emeritus as described here.

Active

Zowe API Mediation Layer

Gateway that acts as a reverse proxy for z/OS services, together with a catalog of REST APIs and a dynamic discovery capability. This project includes provides core services for working with MVS Data Sets, JES, as well as working with z/OSMF REST APIs and a framework for Single Sign On (SSO).

Zowe CLI

Command-line interface that lets you interact with the mainframe remotely and use common tools such as Integrated Development Environments (IDEs), shell commands, bash scripts, and build tools for mainframe development. It provides a set of utilities and services for application developers that want to become efficient in supporting and building z/OS applications quickly. The CLI provides a core set of commands for working with data sets, USS, JES, as well as issuing TSO and console commands.

Zowe Application Framework

Web-based user interface (UI) that provides a virtual desktop containing a number of apps allowing access to z/OS functions through the Zowe API Mediation layer. This project includes includes apps such as a 3270 terminal and a VT Terminal, as well as an editor and explorers for working with JES, MVS Data Sets and Unix System Services.

Zowe Explorer

Zowe Explorer is a common extension for VSCode and hosted IDE's like Theia, Eclipse Che etc. Zowe Explorer shares connection profiles with the Zowe CLI.

In addition to VS Code, the extension will work with browser-based editors such as Theia.

Incubation

Zowe Mobile

Zowe Mobile is a mobile-oriented visualization layer for services integrated with Zowe.

Zowe Client SDK

Zowe Client SDK is a set of programming libraries targeting specific languages to offer a better programming experience for developers who wish to integrate Zowe base and conformant services into their application. The Zowe Client SDKs offer consistent and language-specific access to REST APIs on z/OS that are integrated with the Zowe API Mediation Layer. Developers will be able to import the appropriate language Zowe Client SDK into their project and avoid the complexities of coding to REST APIs directly.

The Zowe Client SDK incubation sub-project is currently developing SDKs for Node.JS and Python.

Zowe Squads

Zowe has a number of squads to maintain and grow the sub-projects as well as support the common operational functions across the subprojects. Refer to the Communication Channels to get involved.

Zowe Sub-Project Squads

Zowe API Squad

The primary goals of the squad include (but are not limited to) the following:

  • Maintain and grow the Zowe API Mediation layer Sub-project
  • Deliver Zowe API Mediation Layer as part of Zowe Core
  • Maintain conformance criteria for APIs integrating with Zowe
  • Develop and deliver a Zowe Authentication and Authorization micro-service to enable consistent SSO & MFA across API services integrating with Zowe
  • Work with other squads in Zowe to ensure tighter integration, code re-use while keeping in mind the overall end to end user experience

Squad committers are documented here.

Zowe CLI Squad

The primary goals of the squad include (but are not limited to) the following:

  • Maintain and grow the Zowe CLI Sub-project
  • Deliver Zowe CLI as part of Zowe Core
  • Deliver Zowe CLI Secure Credential Store plugin as part of Zowe Core
  • Deliver Zowe CLI plugins as part of Zowe Extended
  • Maintain conformance criteria for CLI plugins integrating with Zowe
  • Evaluate and grow the Zowe Client SDK incubation sub-project
  • Work with other squads in Zowe to ensure tighter integration, code re-use while keeping in mind the overall end to end user experience

Squad committers are documented here.

Zowe Application Framework Squad

The primary goals of the squad include (but are not limited to) the following:

  • Maintain and grow the Zowe Application Framework Sub-project
  • Deliver Zowe Web Desktop as part of Zowe Core
  • Deliver Zowe Web Desktop core apps as part of Zowe Core
  • Deliver Zowe Secure Services Server as part of Zowe Core
  • Maintain conformance criteria for Zowe Web Desktop plugins integrating with Zowe
  • Evaluate and grow the Zowe Mobile incubation sub-project
  • Work with other squads in Zowe to ensure tighter integration, code re-use while keeping in mind the overall end to end user experience

Squad committers are documented here.

Zowe Explorer Squad

The primary goals of the squad include (but are not limited to) the following:

  • Maintain and grow the Zowe Explorer Sub-project
  • Deliver Zowe Explorer as part of Zowe Core including an offline package delivered on Zowe.org similar to the offline package for Zowe CLI and on the Microsoft Visual Studio Code marketplace.
  • Formalize extensions to Zowe Explorer by means of well documented extension points and, if applicable, also define conformance rules
  • Work with other squads in Zowe to ensure tighter integration, code re-use while keeping in mind the overall end to end user experience

Squad committers are documented here.

Zowe Operations Squads

Documentation Squad

Maintains the Zowe documentation.

Onboarding Squad

Spends time in the various community communication channels helping users and those looking to build on top of Zowe.

Zowe CI/CD Squad

Maintains the Zowe installation tools and integration of Zowe components.

Communication Channels

All community activities are scheduled on the Zowe Community calendar. All meetings are an open invitation for any community member to join.

You can also engage fellow community members through these channels

Slack

The Zowe community uses Slack as the primary means of interacting to facilitate active collaboration through the following channels.

Register an account with Slack at https://slack.openmainframeproject.org

  • #zowe-user - This channel is for users to ask questions, look for help and interact with each other.
  • #zowe-dev - Zowe development discussions.
  • #zowe-ux - Zowe user experience discussions.
  • #zowe-doc - Discuss or ask questions about the documentation.
  • #zowe-onboarding - Develop the material and supporting activities for onboarding developers and users.
  • #zowe-zlc - Ask questions or discuss topics with the Zowe Leadership Committee.

Sub-project specific channels:

  • #zowe-api - Ask questions about the API Mediation Layer, propose new ideas, or interact with the squad.
  • #zowe-cli - Ask questions about Zowe CLI, propose new ideas, and interact with the Zowe CLI community.
  • #zowe-core - Expand upon the base technologies being contributed to the project.
  • #zowe-explorer - Ask questions about Zowe Explorer for VS Code, propose new ideas, and interact with the Zowe Explorer community.
  • #zowe-python-client-sdk - Ask questions about the Zowe Python Client SDK (incubation) and get involved.
  • #zowe-mobile - Ask questions about Zowe Mobile (incubation) and get involved.

Operations channels:

  • #zowe-build - Discuss and review build related Issues.
  • #zowe-cicd - Discuss pipeline related topics.

Mailing Lists

Community Forums

Look for discussion on Zowe topics on the Open Mainframe Project Community Forums.

Contribute

All code in Zowe aligns with the establshed licensing and copyright notice guidelines

Submit an issue

You can submit an issue (Bug or Feature) on Zowe in general at https://github.com/zowe/community/issues/new/choose. If you have an issue that is specific to a sub-project or community team, feel free to submit an issue against a specific repo.

Pull Request Guidelines

Pull requests cannot be merged without the approval of at least one maintainer, who will be looking for the pull request to meet requirements as follows:

  • The code in the pull request must adhere to the general Code Style Guidelines and those for the sub-project.
  • The code must compile/transpile (where applicable) and pass a smoke test such that the code is not known to break the current state of Zowe.
  • The pull request must describe the purpose and implementation to the extent that the maintainer understands what is being accomplished. Some pull requests need less details than others depending on novelty.
  • The pull request must state how to test this change, if applicable, such that the maintainer or a QA team can check correctness. The explanation may simply be to run included test code.
  • If a pull request depends upon a pull request from the same / another repository that is pending, this must be stated such that maintainers know in which order to merge open pull requests.

Reporting Security Issues

Please direct all security issues to [email protected]. A member of the security team will reply to acknowledge receipt of the vulnerability and coordinate remediation with the affected project.

About

Zowe Community - Sub-projects, Squads, Contribution Guidelines, Meeting Minutes, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published