summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Refactor model and specReuben Pereira2019-03-011-0/+50
| | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* Show header and footer system messages in emailAlexandru Croitor2019-02-271-0/+54
| | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* Makes the Web IDE the default editorPhil Hughes2019-02-261-0/+8
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
* Merge branch '55057-system-message-to-core' into 'master'Sean McGivern2019-02-221-0/+76
|\ | | | | | | | | | | | | Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
| * Port EE System Header And Footer feature to CEDouwe Maan2019-02-211-0/+76
| | | | | | | | | | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* | Sort labels alphabeticallyDmitriy Zaporozhets2019-02-211-0/+13
|/ | | | | | | | Sorts labels alphabetically on issues (and merge requests) list. Before it was order id desc. Now it will be consistent with sidebar and labels page. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move language setting to preferencesFabian Schneider2019-02-201-0/+7
|
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-131-52/+5
| | | | | | | | | | | These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
* Merge branch 'master' into ↵Sean McGivern2019-02-071-35/+0
|\ | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-071-35/+0
| |\ | | | | | | | | | | | | | | | | | | Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
| | * Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-061-35/+0
| | | | | | | | | | | | | | | | | | - Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
* | | Add tests for preferences_helperFabian Schneider2019-02-061-0/+24
|/ /
* | Merge branch ↵Filipa Lacerda2019-02-061-0/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
| * | Add last activity to user administrationBrandon Labuschagne2019-02-051-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* | | Merge branch 'chore/update-js-regex' into 'master'Stan Hu2019-02-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | update js_regex 2.2.1 -> 3.1 See merge request gitlab-org/gitlab-ce!24433
| * | | remove unnuesd global regex flag gRoger Rüttimann2019-02-051-1/+1
| | | |
* | | | Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon2019-02-053-34/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
| * | | Remove Redcarpet markdown engineJan Provaznik2019-02-043-34/+0
| | |/ | |/| | | | | | | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* | | Changed external wiki query method to prevent attribute cachingFrancisco Javier López2019-02-041-8/+3
|/ /
* | 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
| * | Accept lockVersion as a prop and add to storeFatih Acet2019-01-301-0/+1
| | |
* | | [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-2/+14
| | |
* | | Add subresources removal to member destroy serviceJames Lopez2019-01-311-2/+2
| | |
* | | Add `sanitize_name` helper to sanitize URLs in user full nameKushal Pandya2019-01-311-0/+14
| | |
* | | Fixed bug when external wiki is enabledFrancisco Javier López2019-01-311-0/+20
|/ / | | | | | | | | | | | | | | 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-0/+4
|\ \ | | | | | | | | | | | | | | | | | | 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-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | | | | | | | | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* | | Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher2019-01-281-0/+1
|\ \ \ | |/ / |/| | | | | | | | Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
| * | Fix review commentsBrett Walker2019-01-211-1/+2
| | | | | | | | | | | | | | | | | | including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
| * | Enable CommonMark source line position informationBrett Walker2019-01-211-1/+1
| |/ | | | | | | | | | | This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
* | 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-2/+2
|\ \ | | | | | | | | | | | | | | | | | | 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-2/+2
| |/ | | | | | | | | Add commit prop to NoteableNote component and pass it from NoteableDiscussion
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-243-5/+5
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add `client_detection` helper to add browser and plaform flagsKushal Pandya2019-01-221-0/+15
|/
* List Sentry Errors in GitLab - FrontendSimon Knox2019-01-111-0/+58
|
* Merge branch 'mk/geo-deprecate-legacy-storage-ce' into 'master'Nick Thomas2019-01-071-0/+9
|\ | | | | | | | | 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/+9
| |
* | 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
| * | Added Class check to commits helper SpecTim Zallmann2019-01-041-1/+1
| | |
* | | Merge branch '52446-hide-ado-project-banner-for-ci-file-or-ci-disabled' into ↵Kamil Trzciński2019-01-051-0/+99
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '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-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Take contacted_at value from the DB when it is about to be displayed in the ↵Alexander Kutelev2019-01-041-0/+36
| |/ |/| | | | | Web interface with sorting enabled.
* | Fix clone URL not showing if protocol is HTTPSsh-fix-clone-url-for-httpsStan Hu2019-01-031-0/+39
|/ | | | | | | | 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
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-37/+0
| | | | | | | | | | | This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
* Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling2018-12-211-31/+5
|\ | | | | | | | | | | | | Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
| * Code style changes and refactorHeinrich Lee Yu2018-12-201-2/+2
| |
| * Refactor sidebar to use data from serializerHeinrich Lee Yu2018-12-191-31/+5
| |
* | Revert "Merge branch 'winh-discussion-header-commented' into 'master'"Winnie Hellmann2018-12-211-2/+2
| | | | | | This reverts merge request !23622
* | Merge branch 'winh-discussion-header-commented' into 'master'Mike Greiling2018-12-201-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Display "commented" only for commit discussions on merge requests Closes #53950 and #53681 See merge request gitlab-org/gitlab-ce!23622