summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Use app host instead of asset host when rendering image blob or diffdm-image-blob-diff-full-urlDouwe Maan2017-12-122-9/+21
| | |
* | | Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵Douwe Maan2017-12-081-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | 'security-10-2' Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-082-18/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
* | Merge branch '40825-use-relative-path-urls' into 'master'Robert Speicher2017-12-071-2/+1
|\ \ | |/ |/| | | | | | | | | Use relative _path helper URLs in the GitLab UI Closes #40825 See merge request gitlab-org/gitlab-ce!15738
| * Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-2/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* | Merge branch ↵Kamil Trzciński2017-12-071-16/+0
|\ \ | |/ |/| | | | | | | | | | | | | '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
| * Remove Auto DevOps checkboxes - backendbikebilly2017-12-041-16/+0
| |
* | adding view and feature specsmicael.bergeron2017-12-071-16/+16
| |
* | corrects the url buildingmicael.bergeron2017-12-071-2/+2
| |
* | diff notes created in merge request on a commit have the right contextmicael.bergeron2017-12-071-0/+24
| | | | | | | | add a spec for commit merge request diff notes
* | Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+8
| |
* | Merge branch 'ce-backport-3615' into 'master'Sean McGivern2017-12-071-0/+2
|\ \ | | | | | | | | | | | | Refactor banzai to support referencing from group context See merge request gitlab-org/gitlab-ce!15766
| * | Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-061-0/+2
| |/
* | Merge branch 'patch-24' into 'master'Sean McGivern2017-12-061-1/+1
|\ \ | | | | | | | | | | | | Fix graph notes number duplication. See merge request gitlab-org/gitlab-ce!15696
| * | Fix graph notes number duplication.Vladislav Kaverin2017-12-031-1/+1
| | | | | | | | | | | | Function `pluralize` already returns the number along with pluralized word.
* | | Merge branch ↵Sean McGivern2017-12-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings' into 'master' Resolve "In Issue board url doesn't take in account hostname settings" Closes #39364 See merge request gitlab-org/gitlab-ce!15703
| * | | Use path helper instead of url helperLuke Bennett2017-12-031-1/+1
| |/ /
* | | Fixed clone buttons adding description when append_link is falseJose Ivan Vargas2017-12-051-1/+1
| | |
* | | Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-051-12/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add custom brand text on new project pages Closes #15265 See merge request gitlab-org/gitlab-ce!15541
| * | | Add custom brand text on new project pagesMarkus Koller2017-12-041-12/+8
| | |/ | |/|
* | | show status of issue links in wiki pagehaseeb2017-12-041-1/+7
|/ /
* | Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-2/+2
|/
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-1/+1
|\ | | | | | | | | Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
| |
* | Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'Tim Zallmann2017-11-302-33/+27
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
| * | Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas2017-11-271-22/+22
| | |
| * | UX adjustments and spec correctionsJose Ivan Vargas2017-11-272-4/+4
| | |
| * | Removed tooltip from clone dropdownJose Ivan Vargas2017-11-271-26/+20
| |/
* | Backport epic tasklistClement Ho2017-11-291-0/+1
| |
* | Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-0/+3
| |
* | BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-0/+16
|/ | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-233-8/+8
|
* Merge branch '38877-disable-autocomplete-in-filtered-search' into 'master'Clement Ho2017-11-221-1/+2
|\ | | | | | | | | | | | | Disables autocomplete in filtered search Closes #38877 See merge request gitlab-org/gitlab-ce!15477
| * Disables autocomplete in filtered searchJacopo2017-11-201-1/+2
| | | | | | | | Sets `autocomplete=off` to issuable filtered serarch.
* | Merge branch '39497-inline-edit-issue-on-mobile' into 'master'Annabel Dunstone Gray2017-11-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Add inline editing to issues on mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438
| * | Add inline editing to issues on mobileEric Eastwood2017-11-181-1/+1
| |/ | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
* | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-206-0/+7
|\ \ | | | | | | | | | | | | | | | | | | Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-166-0/+7
| | | | | | | | | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* | | Merge branch 'improved-changes-dropdown' into 'master'Filipa Lacerda2017-11-171-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved the design of the changed files dropdown Closes #36687 See merge request gitlab-org/gitlab-ce!15367
| * | | updated to use new sprite iconsPhil Hughes2017-11-171-3/+3
| | | |
* | | | Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan2017-11-171-0/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708
| * | | Add request throttlesMichael Kozono2017-11-171-0/+9
| | | |
* | | | Merge branch 'rc/use-existing-url-helper' into 'master'Grzegorz Bizon2017-11-171-5/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
| * | | Replace ci_status_path with pipeline_pathrc/use-existing-url-helperRémy Coutable2017-11-141-5/+0
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'brand_header_change' into 'master'Annabel Dunstone Gray2017-11-161-0/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | When a custom header logo is present, don't show GitLab type logo See merge request gitlab-org/gitlab-ce!15410
| * | | When a custom header logo is present, don't show GitLab type logoDrew Blessing2017-11-151-0/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
* | | Truncate tree to max 1,000 items and display notice to usersDrew Blessing2017-11-151-3/+12
|/ / | | | | | | | | | | | | | | Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
* | Guarantee the order of groups in the dropdownbvl-subgroup-in-dropdownsBob Van Landuyt2017-11-141-2/+5
| | | | | | | | | | | | | | | | So the groups with the same parent are listed together. The recursive cte seemed to do it by itself, but it is not guaranteed. By ordering on the `route.path` that includes every parent group, we can assume they're going to be in the right order.
* | Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-1/+1
|/ | | | These dropdown options are used for creating and transfering projects.
* Fixed Function + Test based on MRTim Zallmann2017-11-091-3/+2
|