Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve consistency of empty todo list messages | Robert Speicher | 2016-11-18 | 1 | -7/+5 |
| | | | | | | | | | - They all now end with punctuation - Not everyone enjoys, or can even drink, coffee - The "High five!" message had no context for why we were high-fiving - "Henceforth" is one word [ci skip] | ||||
* | Merge branch 'fix/pipeline-id-metrics-migration' into 'master' | Douwe Maan | 2016-11-18 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Fix migration missing ignored transaction method Adds missing `disable_ddl_transaction!` to migration See merge request !7569 | ||||
| * | fix migration missing ignored transaction method | James Lopez | 2016-11-18 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'issue_13232' into 'master' | Sean McGivern | 2016-11-18 | 7 | -39/+189 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Add JIRA remotelinks and prevent duplicated closing messages implements #13232 closes #20479 See merge request !7413 | ||||
| * | | Add JIRA remotelinks and prevent duplicated closing messages | Felipe Artur | 2016-11-18 | 7 | -39/+189 |
| | | | |||||
* | | | Merge branch 'fix-admin-ci-table' into 'master' | Annabel Dunstone Gray | 2016-11-18 | 3 | -1/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix misaligned buttons on admin builds page ## What does this MR do? Fix misaligned buttons on admin builds page ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Because buttons are misaligned. ## Screenshots (if relevant) ![fix-admin-ci-table](/uploads/49472f7a12f868556e1bf482c9f837c4/fix-admin-ci-table.gif) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Fixes #24371 See merge request !7424 | ||||
| * | | | Fix misaligned buttons on admin builds page | Didem Acet | 2016-11-17 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | Fixes #24371 | ||||
* | | | | Merge branch 'rs-project-archive-doc-fix' into 'master' | Achilleas Pipinellis | 2016-11-18 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct curl examples for archive and unarchive project API [ci skip] See merge request !7559 | ||||
| * | | | | Correct curl examples for archive and unarchive project API | Robert Speicher | 2016-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge branch 'feature/cycle-analytics-events' into 'master' | Douwe Maan | 2016-11-18 | 56 | -86/+1679 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cycle Analytics: Events per stage Adds list of events to each stage: - Issue: list of issues created in the last XX days, that have been labeled or added to a milestone. - Plan: list of commits that reference for the fist time an issue from the last stage. - Code: list of MR created in this stage - Test: List of unique builds triggered by the commits. - Review: List of MR merged - Staging: List of deployed builds - Production: list of issues with the time from idea to production Fixes #23449 - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6859 | ||||
| * | | | | refactored updater and updated specs | James Lopez | 2016-11-18 | 9 | -60/+35 |
| | | | | | |||||
| * | | | | fix small typo | James Lopez | 2016-11-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | added new build updater, specs and refactored allowed_ids | James Lopez | 2016-11-18 | 13 | -42/+107 |
| | | | | | |||||
| * | | | | run pipeline worker in cycle analytics dev setup | James Lopez | 2016-11-18 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | refactor events | James Lopez | 2016-11-18 | 3 | -26/+12 |
| | | | | | |||||
| * | | | | fix spec failuresfeature/cycle-analytics-events | James Lopez | 2016-11-18 | 10 | -28/+64 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | fix schema.rb | James Lopez | 2016-11-17 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | more refactoring and added some auth checks | James Lopez | 2016-11-17 | 14 | -813/+670 |
| | | | | | |||||
| * | | | | 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 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | fix specs | James Lopez | 2016-11-17 | 5 | -10/+10 |
| | | | | | |||||
| * | | | | refactor events facade so it uses separate classes and refactor query stuff | James Lopez | 2016-11-17 | 33 | -675/+928 |
| | | | | | |||||
| * | | | | 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 | 3 | -4/+1 |
| | | | | | |||||
| * | | | | added custom date helper and spec and fixed some unrelated spec failures | James Lopez | 2016-11-17 | 7 | -27/+93 |
| | | | | | |||||
| * | | | | use concurrent index in migration | James Lopez | 2016-11-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Refactor all query config stuff into separate classes and added specs | James Lopez | 2016-11-17 | 25 | -190/+296 |
| | | | | | |||||
| * | | | | fix issue with commits and also updated routes | James Lopez | 2016-11-17 | 5 | -8/+23 |
| | | | | | |||||
| * | | | | fix authorization of builds and added relevant spec | James Lopez | 2016-11-17 | 2 | -2/+30 |
| | | | | | |||||
| * | | | | get rid of light url builder and fix wrong spec | James Lopez | 2016-11-17 | 2 | -113/+91 |
| | | | | | |||||
| * | | | | Renamed pipeline column and fixed permissions for builds in events controller | James Lopez | 2016-11-17 | 6 | -11/+14 |
| | | | | | |||||
| * | | | | serialize all the things! | James Lopez | 2016-11-17 | 4 | -22/+34 |
| | | | | | |||||
| * | | | | get all stages to use serlalizers - apart from plan - WIP | James Lopez | 2016-11-17 | 6 | -28/+46 |
| | | | | | |||||
| * | | | | fix issue events and related spec - now using generic serializer for a hash | James Lopez | 2016-11-17 | 5 | -11/+16 |
| | | | | | |||||
| * | | | | use request to pass extra parameters | James Lopez | 2016-11-17 | 4 | -7/+6 |
| | | | | | |||||
| * | | | | WIP - refactor events to use a generic build entity for some of the hybrid ↵ | James Lopez | 2016-11-17 | 7 | -44/+28 |
| | | | | | | | | | | | | | | | | | | | | events | ||||
| * | | | | WIP - adding a generic entity serializer that should accept a Hash coming ↵ | James Lopez | 2016-11-17 | 4 | -0/+98 |
| | | | | | | | | | | | | | | | | | | | | from Arel | ||||
| * | | | | WIP - refactored events to use build serializer, related spec passing | James Lopez | 2016-11-17 | 4 | -68/+79 |
| | | | | | |||||
| * | | | | WIP - refactoring URL builder and events presenter into serializers | James Lopez | 2016-11-17 | 7 | -12/+81 |
| | | | | | |||||
| * | | | | add changelog entry | James Lopez | 2016-11-17 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | fixed and added missing scenario to events integration spec | James Lopez | 2016-11-17 | 1 | -14/+26 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | rename events hash | James Lopez | 2016-11-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | refactored and added missing spec to light URL builder | James Lopez | 2016-11-17 | 6 | -112/+174 |
| | | | | |