summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Sean McGivern2019-02-041-0/+1
|\ | | | | | | | | | | | | '19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
| * Add lock version to issuable helpersFatih Acet2019-01-301-0/+1
| |
* | Add e2e QA test for logging in using GitHub OAuthSanad Liaquat2019-02-011-0/+7
| | | | | | | | | | Adds the test itself and the vendor page object model for GitHub login pages.
* | [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-1/+2
| |
* | Add subresources removal to member destroy serviceJames Lopez2019-01-311-2/+13
| |
* | Add `sanitize_name` helper to sanitize URLs in user full nameKushal Pandya2019-01-311-0/+8
| |
* | Fixed bug when external wiki is enabledFrancisco Javier López2019-01-312-16/+9
|/ | | | | | | | When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
* Merge branch 'sh-issue-53419-fix' into 'master'Rémy Coutable2019-01-301-1/+3
|\ | | | | | | | | | | | | Fix Bitbucket Server import not allowing personal projects Closes #53419 See merge request gitlab-org/gitlab-ce!23601
| * Fix Bitbucket Server import not allowing personal projectsStan Hu2019-01-281-1/+3
| | | | | | | | | | | | | | | | Bitbucket Server places personal projects in a namespace called `~username`. This change allows those projects and also strips them from the GitLab namespace. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53419
* | Revert the "What's new" featureBrandon Labuschagne2019-01-291-7/+0
|/
* Merge branch '53950-commit-comments-displayed-on-a-merge-request' into 'master'56221-spec-features-projects-clusters-gcp_spec-rb-appears-to-be-making-real-google-api-requestsMike Greiling2019-01-241-1/+1
|\ | | | | | | | | | | | | Resolve "Commit comments displayed on a merge request that contains that commit no longer specify which commit they come from" Closes #53950 See merge request gitlab-org/gitlab-ce!24427
| * Display "commented" only for commit discussions on merge requestsConstance Okoghenun2019-01-171-1/+1
| | | | | | | | | | Add commit prop to NoteableNote component and pass it from NoteableDiscussion
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add `client_detection` helper to add browser and plaform flagsKushal Pandya2019-01-221-0/+11
| |
* | Merge branch 'raise-on-unfiltered-params' into 'master'Rémy Coutable2019-01-211-1/+1
|\ \ | | | | | | | | | | | | Set ActionController raise_on_unfiltered_parameters to true See merge request gitlab-org/gitlab-ce!24443
| * | Actually set raise_on_unfiltered_parameters to trueJasper Maes2019-01-161-1/+1
| |/
* | Remove `error_tracking` feature flagPeter Leitzen2019-01-151-1/+1
|/ | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* Merge branch ↵Filipa Lacerda2019-01-151-0/+9
|\ | | | | | | | | | | | | '5708-add-contact-sales-option-via-banner-for-canary-deployments' into 'master' Backporting a change in ee branch See merge request gitlab-org/gitlab-ce!23559
| * Fixing a syntax warning5708-add-contact-sales-option-via-banner-for-canary-deploymentsScott Hampton2019-01-111-1/+1
| | | | | | | | Accidentally added a comma to the end of a list in ruby.
| * Backporting environments helperScott Hampton2019-01-111-0/+9
| | | | | | | | Allowing the EE to override a helper function to pass more data to vue
* | Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne2019-01-141-0/+7
| |
* | List Sentry Errors in GitLab - FrontendSimon Knox2019-01-112-0/+17
|/
* Implement error tracking configurationPeter Leitzen2019-01-071-1/+1
| | | | Re-use operations controller which already handles tracing settings.
* Add view and feature test for error tracking settingsTristan Read2019-01-071-0/+1
|
* Merge branch 'mk/geo-deprecate-legacy-storage-ce' into 'master'Nick Thomas2019-01-071-0/+4
|\ | | | | | | | | Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
| * Port of mk/geo-deprecate-legacy-storage to CEmk/geo-deprecate-legacy-storage-ceMichael Kozono2019-01-041-0/+4
| |
* | Merge branch '54981-extended-user-centric-tooltips-add-missing-cases' into ↵Kushal Pandya2019-01-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
| * | Another Static Linting FixTim Zallmann2019-01-051-1/+1
| | |
| * | Fixed Linting IssueTim Zallmann2019-01-041-1/+1
| | |
| * | Added User Popovers to Commit Items and Member ListsTim Zallmann2019-01-041-1/+1
| | |
* | | Merge branch ↵Filipa Lacerda2019-01-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '54142-pages-in-project-s-permission-should-be-named-pages-access-control' into 'master' Resolve "Pages in project's permissions settings should be named Pages access control" Closes #54142 See merge request gitlab-org/gitlab-ce!23146
| * | | Make the Pages permission setting more clear54142-pages-in-project-s-permission-should-be-named-pages-access-controlAchilleas Pipinellis2018-12-281-1/+1
| | | |
* | | | Move settings operations controller from EE to CEmove-settings-oprations-to-cePeter Leitzen2019-01-061-0/+5
| | | | | | | | | | | | | | | | | | | | This commit prepares the structure for the upcoming feature error tracking.
* | | | Merge branch '52446-hide-ado-project-banner-for-ci-file-or-ci-disabled' into ↵Kamil Trzciński2019-01-051-5/+10
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Hide Auto DevOps banner for projects with CI file or CI disabled Closes #52446 See merge request gitlab-org/gitlab-ce!24067
| * | | Hides ADO banner for certain projects52446-hide-ado-project-banner-for-ci-file-or-ci-disabledMayra Cabrera2019-01-041-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ADO banner is being hidden if: - Project has no CI configuration - Project has CI disabled Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52446
* | | | Merge branch 'contacted_at' into 'master'Stan Hu2019-01-041-0/+10
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Guarantee visually correct order of runners on the "Admin Area > Runners" page Closes #49791 See merge request gitlab-org/gitlab-ce!21627
| * | | Take contacted_at value from the DB when it is about to be displayed in the ↵Alexander Kutelev2019-01-041-0/+10
| | | | | | | | | | | | | | | | Web interface with sorting enabled.
* | | | Merge branch '44353-improve-snippet-search-performance' into 'master'Sean McGivern2019-01-041-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Remove redundant counts in snippets search Closes #44353 See merge request gitlab-org/gitlab-ce!23952
| * | | Reduce counts in search_entries_info44353-improve-snippet-search-performanceHeinrich Lee Yu2019-01-041-2/+2
| | | |
* | | | Merge branch 'sh-fix-clone-url-for-https' into 'master'Douglas Barbosa Alexandre2019-01-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clone URL not showing if protocol is HTTPS Closes #55896 See merge request gitlab-org/gitlab-ce!24131
| * | | | Fix clone URL not showing if protocol is HTTPSsh-fix-clone-url-for-httpsStan Hu2019-01-031-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did not work because the protocol returned to `http_enabled?` was the actual protocol in use (e.g. `https` instead of `http`). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
* | | | Merge branch '27861-add-markdown-editing-buttons-to-the-file-editor' into ↵Fatih Acet2019-01-031-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Add markdown editing buttons to the file editor" Closes #27861 See merge request gitlab-org/gitlab-ce!23480
| * | | Add markdown buttons to file editor27861-add-markdown-editing-buttons-to-the-file-editorSam Bigelow2019-01-021-1/+2
| |/ / | | | | | | | | | | | | | | | | | | Currently, we have markdown files in many places (e.g. comments, new issues, etc.). This Merge Request detects if the file being edited is a markdown file and adds markdown buttons and their functionality to the single file editor (Not the web IDE)
* | | Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling2019-01-021-6/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add project milestone link Closes #49289 See merge request gitlab-org/gitlab-ce!22552
| * | Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-201-6/+9
| | | | | | | | | | | | | | | | | | One of the steps to deprecate dashboard milestones. Links do dashboard milestone are replaced with links for each project milestone
* | | Merge branch '55369-update-milestone-sort-to-say-say-milestone-due-date' ↵Sean McGivern2019-01-021-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Update `Milestone` sort to say say `Milestone due date`" Closes #55369 See merge request gitlab-org/gitlab-ce!24080
| * | | Renames Milestone sort into Milestone due dateJacopo2018-12-311-1/+1
| | | |
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-011-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'security-48259-private-snippet' into 'master'John Jarvis2019-01-011-8/+0
| |\ \ \ | | |_|/ | |/| | | | | | | | | | [master] Prevent private snippet from being embeddable See merge request gitlab/gitlabhq!2692
| | * | Move embeddable? to model to be used outside viewMark Chao2018-12-201-8/+0
| | |/