summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Cleanup changesKamil Trzcinski2016-04-1313-324/+307
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-13132-526/+4414
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cleanup required migrationsKamil Trzcinski2016-04-135-10/+7
| | | | | | | | | | |
| * | | | | | | | | | Add indexes concurrently on PostgreSQLKamil Trzcinski2016-04-131-3/+9
| | | | | | | | | | |
| * | | | | | | | | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-133-12/+12
| | | | | | | | | | |
| * | | | | | | | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-132-315/+298
| | | | | | | | | | |
| * | | | | | | | | | Optimise CI status accessorKamil Trzcinski2016-04-122-41/+22
| | | | | | | | | | |
| * | | | | | | | | | Optimise CI status accessorKamil Trzcinski2016-04-125-1/+79
| | | | | | | | | | |
| * | | | | | | | | | Fix rubocopKamil Trzcinski2016-04-121-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix create_next_builds methodKamil Trzcinski2016-04-122-22/+3
| | | | | | | | | | |
| * | | | | | | | | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-126-15/+26
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1169-321/+652
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/commits/_commit.html.haml
| * | | | | | | | | | | Fix specsKamil Trzcinski2016-04-1128-194/+106
| | | | | | | | | | | |
| * | | | | | | | | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-1135-238/+326
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'disable_spellcheck_for_username_field' into 'master' Jacob Schatz2016-04-212-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable spellcheck and autocorrect for username field in admin page closes #14855 ## before ![Screen_Shot_2016-04-19_at_9.25.12_AM](/uploads/19387c4a11a879e9034a2179e932436e/Screen_Shot_2016-04-19_at_9.25.12_AM.png) ## after ![Screen_Shot_2016-04-19_at_9.25.47_AM](/uploads/60f4eba6a97201333dc64e46d625aac2/Screen_Shot_2016-04-19_at_9.25.47_AM.png) See merge request !3730
| * | | | | | | | | | | | add item to chengelogArinde Eniola2016-04-201-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable spellcheck and autocorrect for username field in admin pageArinde Eniola2016-04-201-3/+3
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'issue_14678' into 'master' Jacob Schatz2016-04-203-1/+122
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh page according remaining todos Fixes #14678 See merge request !3428
| * | | | | | | | | | | | Use Turbolinks to redirectissue_14678Alfredo Sumaran2016-04-181-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Grammar fixAlfredo Sumaran2016-04-181-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Move declarationsAlfredo Sumaran2016-04-131-4/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Reutilize existing method to update param valueAlfredo Sumaran2016-04-111-12/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-11157-744/+1628
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/todos.js.coffee
| * | | | | | | | | | | | Todos specAlfredo Sumaran2016-04-071-0/+79
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-07269-1497/+4424
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Get pagination options form the viewAlfredo Sumaran2016-04-013-10/+19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Expose todos_per_page variableAlfredo Sumaran2016-03-302-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-03-30110-566/+10489
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/todos.js.coffee
| * | | | | | | | | | | | | | typoAlfredo Sumaran2016-03-281-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refresh page according remaining todosAlfredo Sumaran2016-03-281-0/+43
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'fix-grape-internal-allowed-action' into 'master' Robert Speicher2016-04-203-1/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix setting of "action" for Grape transactions After wondering why we're not getting all the data in Grafana that I wanted I realized I wasn't setting the "action" field properly here. See merge request !3842
| * | | | | | | | | | | | | | | Fix setting of "action" for Grape transactionsYorick Peterse2016-04-203-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merely setting the "action" tag will only result in the transaction itself containing a value for this tag. To ensure other metrics also contain this tag we must set the action using Transaction#action= instead.
* | | | | | | | | | | | | | | | Merge branch 'revert-diff-scroll' into 'master' Jacob Schatz2016-04-205-30/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap all code in diffs Closes #15382 Closes #15422 All diff code wraps to next line instead of scrolling <img src="/uploads/ec5754919bac0b027fcb122bb88435b3/Screen_Shot_2016-04-20_at_12.22.27_PM.png" width="500px"> See merge request !3838
| * | | | | | | | | | | | | | | | Wrap all code in diffsrevert-diff-scrollAnnabel Dunstone2016-04-205-30/+20
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Update CHANGELOG for 8.6.7, 8.5.11, 8.4.9, 8.3.8Robert Speicher2016-04-201-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | Merge branch 'due-date-frontend' into 'master' Robert Speicher2016-04-2018-18/+441
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due date to issues Closes: #12709 See merge request !3614
| * | | | | | | | | | | | | | | | | Move Issue scopes from Issuable to Issue modelRémy Coutable2016-04-203-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Forgot a Rubocop offense, doh!Rémy Coutable2016-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Remove duplicate hidden_field and fix RubocopRémy Coutable2016-04-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-204-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Address MR feedbackRémy Coutable2016-04-2012-102/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Added variablesPhil Hughes2016-04-202-7/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | replace hyphens to commas when converting datePhil Hughes2016-04-201-2/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixed date issue with timezonesPhil Hughes2016-04-201-1/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Removed buttons instead clicking date sets itPhil Hughes2016-04-203-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with dropdown not being toggleable again
| * | | | | | | | | | | | | | | | | Mobile value color for due datePhil Hughes2016-04-201-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updates sidebar valuePhil Hughes2016-04-202-1/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated based on designsPhil Hughes2016-04-201-9/+44
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixed issue with bootstrap dropdown closing the calendarPhil Hughes2016-04-202-0/+9
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixed issue with selectbox not hidingPhil Hughes2016-04-201-1/+8
| | | | | | | | | | | | | | | | | |