-
Notifications
You must be signed in to change notification settings - Fork 32
Issues
GitHub Issues are used as the primary project management tool within the software group.
We release Sirepo weekly. All branches are merged and deleted with pull requests (PR). We do not support old releases. Therefore, we do not have to deal with "hot fixes" and the like. This allows us to use Issues simply.
Programmers pick an Issue, develop in a branch based on the Issue, get it working (mostly :), create a PR, the PR is merged, alpha is built, and then pushed to beta and prod.
An issue is created. A software team member reviews the issue. Make sure the title makes sense and including any clarifying text in a comment.
Ensure the title describes the Issue well and is not too long. Often users will write something like "A problem with sirepo.com", which is not a good description. Do not prefix the title with a sim code or other category. Use a Label for that.
At least one label must be added.
Add customer for paying customers or user for anybody not within RadiaSoft. We don't label the issue if it comes from within the team.
Add cebaf, controls, elegant, flash, genesis, jspec, jupyter, madx, ml, nuline, opal, radia, raydata, shadow, silas, srw, synergia, warppba, warpvnd, etc. if it is directly related to a sim code.
Add the following labels as appropriate:
- devops - modification required to the configuration of the service (sirepo.com or the staging sites).
- doc - documentation change
- question - clarification, suggestion, etc.
- sw - change to the application source.
- test - something related to testing
If you understand where in the software the problem lies, add one or more of:
- auth - login, authentication, authorization, roles, etc.
- lib - sirepo.lib
- ngui - next generation user interface
- server - sirepo.server, APIs, and helper modules.
- simcode - sirepo.template, sim_data, sim_api, etc
- simdb - simulation_db or the schema.
- ui - user interface (javascript, css & html)
- supervisor - job supervisor, agents, and cmd
If an issue is associated with a project, assign it to a milestone named after that project. support is used for changes that can't be applied to a particular project.
Current projects (milestones): blicon, fastfelo, flashcap, mpmd, nuline, raydata, webcon
Issues which are actively being worked on should be assigned to one or more developers. Otherwise, no one is assigned. This ensures we know who is working on what. An assignee bills the appropriate project (milestone) so a project should never be assigned that doesn't have a milestone.
These are merged quickly. We should not have a backlog of PRs.
License: http://www.apache.org/licenses/LICENSE-2.0.html
Copyright ©️ 2015–2020 RadiaSoft LLC. All Rights Reserved.
- Activait
- Controls
- elegant
- FLASH
- Genesis
- JSPEC
- JupyterHub
- MAD-X
- OPAL
- Radia
- Shadow
- Synchrotron Radiation Workshop (SRW)
- Warp PBA
- Warp VND
- Zgoubi
- Authentication and Account Creation
- How Your Sirepo Workspace Works
- Navigating the Sirepo Simulations Interface
- How to upload a lattice file
- How to share a Sirepo simulation via URL
- How Example simulations work
- How to report a bug in Sirepo
- Using lattice files in Sirepo
- Resetting an Example Simulation to default
- Backup SRW Sirepo simulations
- SRW Aperture
- SRW Brilliance Report
- SRW Circular Cylinder Mirror
- SRW CRL
- SRW Crystal
- SRW Electron Beam
- SRW Elliptical Cylinder Mirror
- SRW Fiber
- SRW Flux
- SRW Fully Coherent Gaussian Beam
- SRW Import Python or JSON Simulation File
- SRW Initial Wavefront Simulation Grid
- SRW Intensity Report
- SRW Planar Mirror
- SRW Power Density Report
- SRW Propagation Parameters
- SRW Single Electron Spectrum Report
- SRW Spherical Mirror
- SRW Toroid Mirror
- SRW Watchpoint
- SRW Additional Documentation