summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/ |/| | | | | # Conflicts: # app/services/system_note_service.rb
| * Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-181-2/+2
| | | | | | | | Gitlab::Diff::InlineDiff
* | Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-191-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a todo on failing MR build Implements #14067. I worked on this with @DouweM (any mistakes are mine). When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit. - I haven't tested this with a working CI setup, just with the unit tests below and by modifying my DB directly. See merge request !3177
| * | Create a todo on failing MR buildSean McGivern2016-05-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
* | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan2016-05-191-6/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax-highlight diffs in push emails ![image](/uploads/8ecbabc65382214b8de63aae24f66cea/image.png) Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147
| * | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-6/+0
| | |/ | |/| | | | | | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
* | | Merge branch 'with-pipeline-view' into 'master' Douwe Maan2016-05-191-9/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703
| * \ \ 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/ci/builds/_build.html.haml # app/views/projects/commit/_ci_commit.html.haml # app/views/projects/commit/_commit_box.html.haml
| * \ \ \ \ 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 anymore Solves #15584. See merge request !4187
| * | | | | | | Remove back-compat code that's not needed anymore15584-remove-back-compat-codeRémy Coutable2016-05-171-5/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused methods from Event model
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These get escaped automatically.
| * | | | | | Fix titles for commit references in Event feedRobert Speicher2016-05-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior, the `title` attribute was being included as an argument to the route helper rather than as an argument to `link_to`.
| * | | | | | Add an Event's target's title to its reference linkRobert Speicher2016-05-161-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given an activity feed entry like: > Douwe Maan commented on [issue #123] at [gitlab-org/gitlab-ce] ...the `issue #123` link will now have a `title` attribute.
| * | | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-132-29/+22
| | |_|_|/ | |/| | |
* | | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'rubocop/space-around-operators' into 'master' Robert Speicher2016-05-132-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rubocop: require space round operators This enables rubocop to require space around opertators and fix offenses in the codebase. There is another merge-request to solve remaining offenses in EE codebase, merge it first: gitlab-org/gitlab-ee!388 Fixes #17398 See merge request !4112
| | * | | | 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 ↵Andrei Gliga2016-05-121-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication sources"" This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
| | * | | | Revert "no need to show the help about Github or the other authentication ↵Andrei Gliga2016-05-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sources" This reverts commit 78a832d0fd7ff445c707809134dbb2a42d2a9e03. Show help only for the enabled OAuth Providers on oauth-providers-help block aria: { describedby: help_block_id } instead of 'aria-describedby' => help_block_id provider and not p a more simple approach to the OmniAuth helper links for oauth-providers-help
| | * | | | << instead of +=Andrei Gliga2016-05-121-1/+1
| | | | | |
| | * | | | enabled_button_based_providers.any? instead of ! empty? for ↵Andrei Gliga2016-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | button_based_providers_enabled?
| | * | | | On Application Settings Page let the user select the enabled OAuth Sign in ↵Andrei Gliga2016-05-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | sources instead of the disabled ones
| | * | | | method to check if oauth button based providers are enabledAndrei Gliga2016-05-121-0/+4
| | | | | |
| | * | | | method to get the enabled_button_based_providersAndrei Gliga2016-05-121-0/+6
| | | | | |
| | * | | | OAuth Providers disable from the ApplicationSettings pageAndrei Gliga2016-05-121-0/+15
| | | | | |
| * | | | | Only show forks for users who can download codeSean McGivern2016-05-121-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | The ForksController enforces this, so don't show the link if it won't go anywhere.
| * | | | Remove unused `icon_for_event` helperRobert Speicher2016-05-111-9/+0
| | | | |
| * | | | Merge branch 'rs-backport-ee-372' into 'master' Rémy Coutable2016-05-091-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Backport changes from gitlab-org/gitlab-ee!372 Mostly replaces several Spinach tests with RSpec Feature tests. See merge request !4043
| | * | | Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372Robert Speicher2016-05-041-1/+2
| | | | | | | | | | | | | | | | | | | | Mostly replaces several Spinach tests with RSpec Feature tests.
* | | | | Fix CI testsKamil Trzcinski2016-05-121-1/+1
| | | | |
* | | | | Rename image to container_registryKamil Trzcinski2016-05-091-2/+2
| | | | |