-
Notifications
You must be signed in to change notification settings - Fork 461
ProjectLog
Henne Vogelsang edited this page Apr 22, 2020
·
3 revisions
This is a description of the PojectLog sub-system.
Each Project has a log that consists of many ProjectLogEntry.
You can retrieve the log in the UI (/projects/some:project/pulse) or via RSS (/project/latest_commits/some:project).
- A
ProjectLogEntrygets created- the frontend saves an instance of
ProjectLogEntry - every time a
PackageorProjectrelatedEventis created aCreateProjectLogEntryJobis scheduled that saves an instance ofProjectLogEntry
- the frontend saves an instance of
-
clockworkperiodically schedules aCleanupProjectLogEntriesjob that deletes a subset (failed/succeeded builds) ofProjectLogEntryolder than a day
- Development Environment Overview
- Development Environment Tips & Tricks
- Spec-Tips
- Code Style
- Rubocop
- Testing with VCR
- Test in kanku
- Authentication
- Authorization
- Autocomplete
- BS Requests
- Events
- ProjectLog
- Notifications
- Feature Toggles
- Build Results
- Attrib classes
- Flags
- The BackendPackage Cache
- Maintenance classes
- Cloud uploader
- Delayed Jobs
- Staging Workflow
- StatusHistory
- OBS API
- Owner Search
- Search
- Links
- Distributions
- Repository
- Data Migrations
- Package Versions
- next_rails
- Ruby Update
- Rails Profiling
- Remote Pairing Setup Guide
- Factory Dashboard
- osc
- Setup an OBS Development Environment on macOS
- Run OpenQA smoketest locally
- Responsive Guidelines
- Importing database dumps
- Problem Statement & Solution
- Kickoff New Stuff
- New Swagger API doc
- Documentation and Communication
- GitHub Actions
- Brakeman
- How to Introduce Software Design Patterns
- Query Objects
- Services
- View Components
- RFC: Core Components
- RFC: Decorator Pattern
- RFC: Backend models
- RFC: Hotwire Turbo Frames Pattern