summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | fix blank state errorJames Lopez2016-11-171-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | preload ids or objects for users, merge request and issuesJames Lopez2016-11-176-19/+56
| | | | | | | | | | | |
| * | | | | | | | | | | more refactoring and added some auth checksJames Lopez2016-11-1711-124/+161
| | | | | | | | | | | |
| * | | | | | | | | | | fix typo in error messageJames Lopez2016-11-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | remove class no longer requiredJames Lopez2016-11-171-13/+0
| | | | | | | | | | | |
| * | | | | | | | | | | fix integration specJames Lopez2016-11-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | fix specsJames Lopez2016-11-174-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | refactor events facade so it uses separate classes and refactor query stuffJames Lopez2016-11-1716-136/+196
| | | | | | | | | | | |
| * | | | | | | | | | | fix date issue with mySQL onlyJames Lopez2016-11-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | small refactor - removing includes no longer neededJames Lopez2016-11-171-2/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Refactor all query config stuff into separate classes and added specsJames Lopez2016-11-1711-121/+136
| | | | | | | | | | | |
| * | | | | | | | | | | fix issue with commits and also updated routesJames Lopez2016-11-172-6/+15
| | | | | | | | | | | |
| * | | | | | | | | | | get rid of light url builder and fix wrong specJames Lopez2016-11-171-67/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Renamed pipeline column and fixed permissions for builds in events controllerJames Lopez2016-11-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | serialize all the things!James Lopez2016-11-171-20/+11
| | | | | | | | | | | |
| * | | | | | | | | | | get all stages to use serlalizers - apart from plan - WIPJames Lopez2016-11-172-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | fix issue events and related spec - now using generic serializer for a hashJames Lopez2016-11-171-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | use request to pass extra parametersJames Lopez2016-11-171-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | WIP - refactor events to use a generic build entity for some of the hybrid ↵James Lopez2016-11-173-32/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events
| * | | | | | | | | | | WIP - refactored events to use build serializer, related spec passingJames Lopez2016-11-171-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | WIP - refactoring URL builder and events presenter into serializersJames Lopez2016-11-172-10/+3
| | | | | | | | | | | |
| * | | | | | | | | | | fix iid issue making spec to fail - MySQL onlyJames Lopez2016-11-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | fix MySQL problem with queryJames Lopez2016-11-172-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | fix events presenter after refactoringJames Lopez2016-11-171-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | refactored light url builderJames Lopez2016-11-172-29/+29
| | | | | | | | | | | |
| * | | | | | | | | | | refactored and added missing spec to light URL builderJames Lopez2016-11-173-20/+8
| | | | | | | | | | | |
| * | | | | | | | | | | fix rubocop warningJames Lopez2016-11-171-18/+17
| | | | | | | | | | | |
| * | | | | | | | | | | Updated production events with new fieldsJames Lopez2016-11-172-3/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Refactored staging events, added missing fields and fixed specsJames Lopez2016-11-173-19/+29
| | | | | | | | | | | |
| * | | | | | | | | | | Added branch option to test eventsJames Lopez2016-11-175-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed test events ordering issue
| * | | | | | | | | | | Refactored test eventsJames Lopez2016-11-175-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | added missing fields to code events and updated specJames Lopez2016-11-173-7/+20
| | | | | | | | | | | |
| * | | | | | | | | | | added missing fields to plan events and updated specJames Lopez2016-11-173-10/+24
| | | | | | | | | | | |
| * | | | | | | | | | | added missing fields to issue. Also, added a light url builder to add URLs ↵James Lopez2016-11-173-2/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | easily from arel. Updated specs.
| * | | | | | | | | | | some more integration scenarios testing order. Also, fixed bug in the ↵James Lopez2016-11-172-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staging and test stages.
| * | | | | | | | | | | fix specsJames Lopez2016-11-172-6/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Some refactoring - used class instead of hash for the query configurationJames Lopez2016-11-173-46/+95
| | | | | | | | | | | |
| * | | | | | | | | | | add email to user related queries so it can be used for displaying avatar in ↵James Lopez2016-11-172-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the UI
| * | | | | | | | | | | added production events and related specJames Lopez2016-11-172-11/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Refactor the SQL/query stuff into a dynamic class. Also merged all the ↵James Lopez2016-11-174-107/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config in a single hash.
| * | | | | | | | | | | fix mySQL errorJames Lopez2016-11-171-0/+2
| | | | | | | | | | | |
| * | | | | | | | | | | added staging events and specJames Lopez2016-11-172-2/+21
| | | | | | | | | | | |
| * | | | | | | | | | | fixing spec failuresJames Lopez2016-11-172-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | review events - spec and logicJames Lopez2016-11-172-8/+24
| | | | | | | | | | | |
| * | | | | | | | | | | Added test events specs and logic. Also fixed some SQL and refactored the ↵James Lopez2016-11-172-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pipeline worker spec.
| * | | | | | | | | | | Added code events spec and logic. Also fixed SQL issues and refactored the ↵James Lopez2016-11-174-10/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code a bit.
| * | | | | | | | | | | plan events and spec working. Also added some TODOs to the code.James Lopez2016-11-173-12/+27
| | | | | | | | | | | |
| * | | | | | | | | | | commit events and specJames Lopez2016-11-173-7/+38
| | | | | | | | | | | |
| * | | | | | | | | | | fix specs - issue events workingJames Lopez2016-11-172-2/+7
| | | | | | | | | | | |
| * | | | | | | | | | | fix timestamp diff and specJames Lopez2016-11-172-3/+11
| | | | | | | | | | | |