Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-17serialize all the things!James Lopez
2016-11-17get all stages to use serlalizers - apart from plan - WIPJames Lopez
2016-11-17fix issue events and related spec - now using generic serializer for a hashJames Lopez
2016-11-17WIP - refactored events to use build serializer, related spec passingJames Lopez
2016-11-17refactored and added missing spec to light URL builderJames Lopez
2016-11-17Updated production events with new fieldsJames Lopez
2016-11-17Refactored staging events, added missing fields and fixed specsJames Lopez
2016-11-17Added branch option to test eventsJames Lopez
Also fixed test events ordering issue
2016-11-17Refactored test eventsJames Lopez
Now test events return the builds instead a list of pipelines to avoid calling pipeline.builds per each and get the info. Also, added missing fields/data, URLs, and fixed specs in events spec.
2016-11-17added missing fields to code events and updated specJames Lopez
2016-11-17added missing fields to plan events and updated specJames Lopez
2016-11-17added missing fields to issue. Also, added a light url builder to add URLs ↵James Lopez
easily from arel. Updated specs.
2016-11-17add email to user related queries so it can be used for displaying avatar in ↵James Lopez
the UI
2016-11-17added production events and related specJames Lopez
2016-11-17added staging events and specJames Lopez
2016-11-17fixing spec failuresJames Lopez
2016-11-17review events - spec and logicJames Lopez
2016-11-17Added test events specs and logic. Also fixed some SQL and refactored the ↵James Lopez
pipeline worker spec.
2016-11-17Added code events spec and logic. Also fixed SQL issues and refactored the ↵James Lopez
code a bit.
2016-11-17plan events and spec working. Also added some TODOs to the code.James Lopez
2016-11-17commit events and specJames Lopez
2016-11-17fix specs - issue events workingJames Lopez
2016-11-17fix timestamp diff and specJames Lopez
2016-11-17fixed spec and SQL queryJames Lopez
2016-11-17WIP - refactored some arel queriesJames Lopez
2016-11-17Started refactoring stuff to add events to cycle analyticsJames Lopez
- Refactored cycle analytics class to extract DB logic - Reuse logic in new events fetcher - Started adding cycle analytics events class and spec (still not functional)