Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | fix blank state error | James Lopez | 2016-11-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | preload ids or objects for users, merge request and issues | James Lopez | 2016-11-17 | 6 | -19/+56 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | more refactoring and added some auth checks | James Lopez | 2016-11-17 | 11 | -124/+161 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix typo in error message | James Lopez | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | remove class no longer required | James Lopez | 2016-11-17 | 1 | -13/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix integration spec | James Lopez | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix specs | James Lopez | 2016-11-17 | 4 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | refactor events facade so it uses separate classes and refactor query stuff | James Lopez | 2016-11-17 | 16 | -136/+196 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix date issue with mySQL only | James Lopez | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | small refactor - removing includes no longer needed | James Lopez | 2016-11-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactor all query config stuff into separate classes and added specs | James Lopez | 2016-11-17 | 11 | -121/+136 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix issue with commits and also updated routes | James Lopez | 2016-11-17 | 2 | -6/+15 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | get rid of light url builder and fix wrong spec | James Lopez | 2016-11-17 | 1 | -67/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Renamed pipeline column and fixed permissions for builds in events controller | James Lopez | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | serialize all the things! | James Lopez | 2016-11-17 | 1 | -20/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | get all stages to use serlalizers - apart from plan - WIP | James Lopez | 2016-11-17 | 2 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix issue events and related spec - now using generic serializer for a hash | James Lopez | 2016-11-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | use request to pass extra parameters | James Lopez | 2016-11-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | WIP - refactor events to use a generic build entity for some of the hybrid ↵ | James Lopez | 2016-11-17 | 3 | -32/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events | |||||
| * | | | | | | | | | | | WIP - refactored events to use build serializer, related spec passing | James Lopez | 2016-11-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | WIP - refactoring URL builder and events presenter into serializers | James Lopez | 2016-11-17 | 2 | -10/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix iid issue making spec to fail - MySQL only | James Lopez | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix MySQL problem with query | James Lopez | 2016-11-17 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix events presenter after refactoring | James Lopez | 2016-11-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | refactored light url builder | James Lopez | 2016-11-17 | 2 | -29/+29 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | refactored and added missing spec to light URL builder | James Lopez | 2016-11-17 | 3 | -20/+8 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix rubocop warning | James Lopez | 2016-11-17 | 1 | -18/+17 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updated production events with new fields | James Lopez | 2016-11-17 | 2 | -3/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactored staging events, added missing fields and fixed specs | James Lopez | 2016-11-17 | 3 | -19/+29 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Added branch option to test events | James Lopez | 2016-11-17 | 5 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed test events ordering issue | |||||
| * | | | | | | | | | | | Refactored test events | James Lopez | 2016-11-17 | 5 | -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 spec | James Lopez | 2016-11-17 | 3 | -7/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | added missing fields to plan events and updated spec | James Lopez | 2016-11-17 | 3 | -10/+24 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | added missing fields to issue. Also, added a light url builder to add URLs ↵ | James Lopez | 2016-11-17 | 3 | -2/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | easily from arel. Updated specs. | |||||
| * | | | | | | | | | | | some more integration scenarios testing order. Also, fixed bug in the ↵ | James Lopez | 2016-11-17 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staging and test stages. | |||||
| * | | | | | | | | | | | fix specs | James Lopez | 2016-11-17 | 2 | -6/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Some refactoring - used class instead of hash for the query configuration | James Lopez | 2016-11-17 | 3 | -46/+95 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | add email to user related queries so it can be used for displaying avatar in ↵ | James Lopez | 2016-11-17 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the UI | |||||
| * | | | | | | | | | | | added production events and related spec | James Lopez | 2016-11-17 | 2 | -11/+15 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactor the SQL/query stuff into a dynamic class. Also merged all the ↵ | James Lopez | 2016-11-17 | 4 | -107/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config in a single hash. | |||||
| * | | | | | | | | | | | fix mySQL error | James Lopez | 2016-11-17 | 1 | -0/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | added staging events and spec | James Lopez | 2016-11-17 | 2 | -2/+21 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fixing spec failures | James Lopez | 2016-11-17 | 2 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | review events - spec and logic | James Lopez | 2016-11-17 | 2 | -8/+24 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Added test events specs and logic. Also fixed some SQL and refactored the ↵ | James Lopez | 2016-11-17 | 2 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pipeline worker spec. | |||||
| * | | | | | | | | | | | Added code events spec and logic. Also fixed SQL issues and refactored the ↵ | James Lopez | 2016-11-17 | 4 | -10/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code a bit. | |||||
| * | | | | | | | | | | | plan events and spec working. Also added some TODOs to the code. | James Lopez | 2016-11-17 | 3 | -12/+27 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | commit events and spec | James Lopez | 2016-11-17 | 3 | -7/+38 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix specs - issue events working | James Lopez | 2016-11-17 | 2 | -2/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix timestamp diff and spec | James Lopez | 2016-11-17 | 2 | -3/+11 | |
| | | | | | | | | | | | |