summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Use start_with? instead of regexDmitriy Zaporozhets2016-05-241-1/+1
* Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets2016-05-2311-71/+72
|\
| * Merge branch 'rs-space-around-keyword' into 'master' Robert Speicher2016-05-231-2/+1
| |\
| | * Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-2/+1
| * | Enable Performance/StartWith cop and fix offensesrs-start-withRobert Speicher2016-05-232-2/+2
| |/
| * Allow anonymous user to access pipelinesKamil Trzcinski2016-05-231-0/+4
| * Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-201-0/+10
| |\
| | * Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-5/+5
| | * Dropdown implementationAlfredo Sumaran2016-05-201-1/+7
| | * Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+4
| * | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-2/+2
| |\ \ | | |/ | |/|
| | * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-2/+2
| * | Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-191-2/+6
| |\ \
| | * | Create a todo on failing MR buildSean McGivern2016-05-171-2/+6
| * | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan2016-05-191-6/+0
| |\ \ \
| | * | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-6/+0
| | | |/ | | |/|
| * | | Merge branch 'with-pipeline-view' into 'master' Douwe Maan2016-05-191-9/+20
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-163-72/+40
| | |\ \ \ | | | |/ /
| | * | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-137-14/+38
| | |\ \ \
| | * | | | Improve pipelines designKamil Trzcinski2016-05-101-5/+7
| | * | | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-098-44/+91
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-2614-64/+190
| | |\ \ \ \ \
| | * | | | | | Improve rendered CI statusesKamil Trzcinski2016-04-131-9/+18
| * | | | | | | Merge branch '15584-remove-back-compat-code' into 'master' Robert Speicher2016-05-181-5/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Remove back-compat code that's not needed anymore15584-remove-back-compat-codeRémy Coutable2016-05-171-5/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Verify if registry is enabled in registryKamil Trzcinski2016-05-181-1/+1
| * | | | | | | Show container registry item only when container registry is enabledKamil Trzcinski2016-05-161-1/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into docker-registry-viewKamil Trzcinski2016-05-163-72/+40
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Reduce duplication and branching logic in EventsHelperRobert Speicher2016-05-161-41/+15
| | * | | | | | Rename `Event#note_project_snippet?` to `project_snippet_note?`Robert Speicher2016-05-161-2/+2
| | * | | | | | Rename `Event#note_commit?` to `commit_note?`Robert Speicher2016-05-161-5/+5
| | * | | | | | Remove redundant `html_escape` calls from `title` attributesRobert Speicher2016-05-161-3/+3
| | * | | | | | Fix titles for commit references in Event feedRobert Speicher2016-05-161-1/+2
| | * | | | | | Add an Event's target's title to its reference linkRobert Speicher2016-05-161-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Change abilities from container_registry to container_imageKamil Trzcinski2016-05-141-1/+1
| * | | | | | Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-137-14/+38
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fix CI testsKamil Trzcinski2016-05-121-1/+1
| * | | | | | Rename image to container_registryKamil Trzcinski2016-05-091-2/+2
| * | | | | | Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-094-27/+50
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | WIPKamil Trzcinski2016-05-081-2/+2
| * | | | | | Added docker registry viewKamil Trzcinski2016-05-042-0/+8
* | | | | | | Implement new horizontal navigation to project pagesDmitriy Zaporozhets2016-05-161-1/+3
| |_|_|/ / / |/| | | | |
* | | | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-132-29/+22
| |_|/ / / |/| | | |
* | | | | Merge branch 'rubocop/space-around-operators' into 'master' Robert Speicher2016-05-132-2/+2
|\ \ \ \ \
| * | | | | Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-132-2/+2
* | | | | | Fix mobile dropdown bugAnnabel Dunstone2016-05-131-0/+8
|/ / / / /
* | | | | Merge branch 'otzy007/gitlab-ce-disable_oauth_sign_in_sources'Douwe Maan2016-05-122-0/+24
|\ \ \ \ \
| * | | | | no need to define the help block since there's no help blockAndrei Gliga2016-05-121-3/+2
| * | | | | Revert "Revert "no need to show the help about Github or the other authentica...Andrei Gliga2016-05-121-8/+1
| * | | | | Revert "no need to show the help about Github or the other authentication sou...Andrei Gliga2016-05-121-1/+8