summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Remove unnecessary provided paramAlfredo Sumaran2016-04-211-1/+1
| | * | | | | | | | | | Remove unused paramAlfredo Sumaran2016-04-211-1/+1
* | | | | | | | | | | | Merge branch 'rs-issue-15408' into 'master' Robert Speicher2016-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix undefined local variable error in Invalid MR templaters-issue-15408Robert Speicher2016-04-211-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'diff-link-fix' into 'master' Jacob Schatz2016-04-212-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Put back removed line numberdiff-link-fixPhil Hughes2016-04-201-1/+1
| * | | | | | | | | | | Fixed issue when scrolling to element and there is an expanderPhil Hughes2016-04-201-2/+2
| * | | | | | | | | | | Fixed issue with lines not being selectable when expanding diffPhil Hughes2016-04-201-5/+5
| * | | | | | | | | | | Fixed issue with incorrect line being highlighted if line is in discussion viewPhil Hughes2016-04-201-4/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '15445-file-renames' into 'master' Jacob Schatz2016-04-211-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | File name change appears on one lineAnnabel Dunstone2016-04-211-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'note-username-text-color' into 'master' Jacob Schatz2016-04-211-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fixed issue with author link color on dark diffsnote-username-text-colorPhil Hughes2016-04-211-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fix/label-filters' into 'master' Douwe Maan2016-04-212-3/+9
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/label-filtersJames Lopez2016-04-21130-557/+1448
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-203-5/+11
| * | | | | | | | | | | fix other spec failuresJames Lopez2016-04-191-1/+1
| * | | | | | | | | | | filter labels by including all filter titles as part of the queryJames Lopez2016-04-192-2/+2
* | | | | | | | | | | | Merge branch 'revert-sentry-js' into 'master' Jacob Schatz2016-04-212-45/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert "Merge branch 'sentry-js' into 'master' "Jacob Schatz2016-04-212-45/+0
* | | | | | | | | | | | | Merge branch 'top-navigation-concept' into 'master' Dmitriy Zaporozhets2016-04-2115-24/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Layout navigation should respect layout width settingstop-navigation-conceptDmitriy Zaporozhets2016-04-202-9/+2
| * | | | | | | | | | | | Fix tests and remove countersDmitriy Zaporozhets2016-04-191-2/+0
| * | | | | | | | | | | | Implement top navigation concept for profile areaDmitriy Zaporozhets2016-04-1916-22/+33
* | | | | | | | | | | | | Merge branch 'issue_5838' into 'master' Rémy Coutable2016-04-213-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove unused authorization from controllerFelipe Artur2016-04-203-8/+2
| * | | | | | | | | | | | | Projects members tab should follow visibility levelsFelipe Artur2016-04-181-12/+3
| * | | | | | | | | | | | | Show project members only for membersFelipe Artur2016-04-184-3/+22
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'addtap' into 'master' Kamil Trzciński2016-04-211-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add tap coverage example to project settingsEvan Lucas2016-04-191-0/+3
* | | | | | | | | | | | | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-2128-280/+331
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-1970-358/+596
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix testsKamil Trzcinski2016-04-181-1/+1
| * | | | | | | | | | | | | | Make some logic less twistableKamil Trzcinski2016-04-174-9/+10
| * | | | | | | | | | | | | | Write specs for this featureKamil Trzcinski2016-04-163-12/+16
| * | | | | | | | | | | | | | Revert unneeded changesKamil Trzcinski2016-04-161-1/+1
| * | | | | | | | | | | | | | Rename CiStatus to StatusableKamil Trzcinski2016-04-165-7/+11
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-16100-364/+879
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix implementation of config_processor and ci_yaml_fileKamil Trzcinski2016-04-131-10/+15
| * | | | | | | | | | | | | | | Update handling of skipped statusKamil Trzcinski2016-04-133-17/+18
| * | | | | | | | | | | | | | | Simplify state update of Ci::Commit objectKamil Trzcinski2016-04-131-61/+11
| * | | | | | | | | | | | | | | Support skipped statusKamil Trzcinski2016-04-131-0/+3
| * | | | | | | | | | | | | | | Optimise Merge Request builds renderingKamil Trzcinski2016-04-133-6/+5
| * | | | | | | | | | | | | | | Cleanup changesKamil Trzcinski2016-04-1310-16/+14
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1364-369/+546
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-132-11/+11
| * | | | | | | | | | | | | | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-11/+0
| * | | | | | | | | | | | | | | | Optimise CI status accessorKamil Trzcinski2016-04-122-41/+22
| * | | | | | | | | | | | | | | | Optimise CI status accessorKamil Trzcinski2016-04-123-1/+41
| * | | | | | | | | | | | | | | | Fix create_next_builds methodKamil Trzcinski2016-04-121-3/+3