-
Notifications
You must be signed in to change notification settings - Fork 442
ProjectLog
Henne Vogelsang edited this page Apr 27, 2021
·
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
).
- Every time a
Package
orProject
relatedEvent
is created aCreateProjectLogEntryJob
is scheduled that saves an instance ofProjectLogEntry
for thisEvent
-
clockwork
periodically schedules aCleanupProjectLogEntries
job that deletes a subset (failed/succeeded builds) ofProjectLogEntry
older than a day
- Development Environment Overview
- Development Environment Tips & Tricks
- Spec-Tips
- Code Style
- Rubocop
- Testing with VCR
- 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
- next_rails
- Ruby Update
- Rails Profiling
- Installing a local LDAP-server
- 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
- How to Introduce Software Design Patterns
- Query Objects
- Services
- View Components
- RFC: Core Components
- RFC: Decorator Pattern
- RFC: Backend models