summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added CI JS file to application.rbclient-side-ansi2htmlPhil Hughes2016-07-111-0/+1
* Correctly clears ansi codes from outputPhil Hughes2016-07-081-3/+8
* Fixed issue with colors not setting correctlyPhil Hughes2016-07-081-5/+10
* Color individual textPhil Hughes2016-07-082-31/+28
* Correctly searchs for clear linePhil Hughes2016-07-081-1/+1
* Clears previous textPhil Hughes2016-07-081-6/+24
* Split up the JS to have a 'ci' application.jsPhil Hughes2016-07-085-15/+19
* Replaces previous linePhil Hughes2016-07-081-6/+13
* Converts background colors and modifiersPhil Hughes2016-07-083-12/+43
* Moved ansi2html into the frontend JSPhil Hughes2016-07-083-2/+90
* Merge branch '9127-link-report-to-profile' into 'master' Robert Speicher2016-07-083-2/+37
|\
| * Removed unnecessary `id` from links and corrected tests to use the proper mat...9127-link-report-to-profilePatricio Cano2016-07-073-6/+5
| * Added specs to check for the correct links.Patricio Cano2016-07-063-2/+33
| * Link to the user's profile in the abuse reports and add a link to the admin a...Patricio Cano2016-07-062-2/+7
* | Revert "Revert "Merge branch 'issue_3946' into 'master' ""Robert Speicher2016-07-0721-296/+399
* | Merge branch 'upgrade-oauth2' into 'master' Robert Speicher2016-07-072-6/+6
|\ \
| * | Upgrade oauth2 from 1.0.0 to 1.2.0.upgrade-oauth2Connor Shea2016-07-012-6/+6
* | | Merge branch 'prefer-scope' into 'master' Douwe Maan2016-07-071-4/+1
|\ \ \
| * | | Use scope rather than class methodprefer-scopeLin Jen-Shin2016-07-071-4/+1
* | | | Merge branch 'prefer-ref' into 'master' Douwe Maan2016-07-072-4/+4
|\ \ \ \
| * | | | Also use ref in Repository#commitprefer-refLin Jen-Shin2016-07-071-2/+2
| * | | | Prefer ref rather than id because id is shadowing database idLin Jen-Shin2016-07-071-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'origin/master'Robert Speicher2016-07-0724-70/+585
|\ \ \ \
| * \ \ \ Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-0724-70/+585
| |\ \ \ \
| | * | | | Have `Project#open_branches` return branches that are matched by a wildcard p...18627-wildcard-branch-protectionTimothy Andrew2016-07-073-4/+8
| | * | | | Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-076-11/+65
| | * | | | Add wildcard protected branches to the CHANGELOG.Timothy Andrew2016-07-061-0/+1
| | * | | | Add documentation for wildcard protected branches.Timothy Andrew2016-07-055-3/+28
| | * | | | Add a feature spec for protected branch creation.Timothy Andrew2016-07-051-0/+82
| | * | | | Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-054-14/+81
| | * | | | Modify the frontend for wildcard protected branches.Timothy Andrew2016-07-059-38/+108
| | * | | | Support wildcard matches for protected branches at the model level.Timothy Andrew2016-07-054-15/+227
* | | | | | Revert "Merge branch 'issue_3946' into 'master' "Robert Speicher2016-07-0721-399/+296
|/ / / / /
* | | | | Merge branch '18181-pipeline-duration' into 'master' Robert Speicher2016-07-072-1/+8
|\ \ \ \ \
| * | | | | Change 3600 to 1.hourAnnabel Dunstone2016-07-071-1/+1
| * | | | | Update time format of duration18181-pipeline-durationAnnabel Dunstone2016-07-062-1/+8
* | | | | | Merge branch 'issues-blank-state' into 'master' Jacob Schatz2016-07-0710-40/+71
|\ \ \ \ \ \
| * | | | | | Fixed spellingissues-blank-statePhil Hughes2016-07-062-11/+8
| * | | | | | Updated testsPhil Hughes2016-07-055-8/+11
| * | | | | | Uses any method instead of nil to check for issuesPhil Hughes2016-07-051-1/+1
| * | | | | | Added blank state to issuesPhil Hughes2016-07-055-31/+62
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'new-diff-notes' into 'master' Douwe Maan2016-07-0799-556/+4622
|\ \ \ \ \ \
| * | | | | | Add comment with diff to DiffPositionUpdateService specnew-diff-notesDouwe Maan2016-07-071-0/+104
| * | | | | | Use HAML class syntax in diff line partialsDouwe Maan2016-07-072-5/+5
| * | | | | | Make `DiffNote#update_position` privateDouwe Maan2016-07-072-58/+58
| * | | | | | Update test with new factory nameDouwe Maan2016-07-071-2/+2
| * | | | | | We can't call private methods with `self.`Douwe Maan2016-07-071-5/+5
| * | | | | | Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-066-18/+14
| * | | | | | Make methods private that don't need to be publicDouwe Maan2016-07-061-43/+47
| * | | | | | Add some more code comments.Douwe Maan2016-07-065-3/+20