summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Remove `error_tracking` feature flagPeter Leitzen2019-01-151-2/+0
| | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* Update gitlab-styles to 2.5.1Jasper Maes2019-01-112-5/+5
|
* Remove releases_page feature flagShinya Maeda2019-01-111-21/+3
| | | | | | We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
* Fix MR sidebar to correctly warning if assignee can't mergeDouglas Barbosa Alexandre2019-01-081-5/+34
|
* Add view and feature test for error tracking settingsTristan Read2019-01-071-0/+39
|
* Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling2018-12-211-0/+5
|\ | | | | | | | | | | | | Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
| * Refactor sidebar to use data from serializerHeinrich Lee Yu2018-12-191-0/+5
| |
* | Add date range to milestone changed emailsHeinrich Lee Yu2018-12-211-0/+35
|/ | | | Also refactored issues and MRs to use the same email template file
* Adds releases index routeFilipa Lacerda2018-12-181-0/+26
| | | | | | Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
* Further design iteration on project overviewDennis Tang2018-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
* Replace admin sidebar feature spec with view specRémy Coutable2018-12-041-0/+90
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Convert "New menu" feature spec to a view specRobert Speicher2018-11-261-0/+134
| | | | | | A feature spec to test this simple behavior takes about 2 minutes to run in CI. Everything it's testing is conditionals and `href` attributes, which can easily be done in a view spec that runs in about 8 seconds.
* Copy changes for abuse clarityJeremy Watson2018-11-071-4/+4
|
* Merge branch 'fast_project_blob_path' into 'master'Douwe Maan2018-11-051-6/+3
|\ | | | | | | | | Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511
| * Improve performance of tree rendering in repositories with lots of itemsDrew Blessing2018-10-311-6/+3
| | | | | | | | | | | | | | | | Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
* | Make Highlight accept language paramMark Chao2018-10-301-0/+2
|/ | | | | | | | | | This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
* Add tests for shared/runners/show.html.haml viewTomasz Maczukin2018-10-221-0/+155
|
* Uses Vue app to render part of job show pageFilipa Lacerda2018-10-031-155/+0
|
* Merge branch 'bvl-show-pre-release-sha' into 'master'Sean McGivern2018-10-021-13/+28
|\ | | | | | | | | | | | | Show the commit-sha for pre-release versions Closes #52050 See merge request gitlab-org/gitlab-ce!22026
| * Show the commit-sha for pre-release versionsBob Van Landuyt2018-10-021-13/+28
| | | | | | | | | | | | | | | | | | The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
* | Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-012-0/+2
|\ \ | |/ |/|
| * Merge branch ↵Bob Van Landuyt2018-10-012-0/+2
| |\ | | | | | | | | | | | | | | | | | | 'security-6881-project-group-approvers-leaks-private-group-info-ce' into 'master' [master] CE: Project group approvers leaks private group info See merge request gitlab/gitlabhq!2488
| | * Applies the CE backport of EE#657Tiago Botelho2018-09-242-0/+2
| | |
* | | Link to the tag from a version instead of commitBob Van Landuyt2018-10-011-1/+1
|/ / | | | | | | | | This will result in a 404 when running an unreleased security patch while still allowing users to find the commit when it is made available.
* | Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda2018-09-251-36/+0
|/
* Correct usage of the have_link matcherRobert Speicher2018-09-141-2/+2
| | | | | | | | The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`.
* Resolve "Improve project overview UI"Dennis Tang2018-09-061-2/+4
|
* Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-222-0/+28
| | | | | | | When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
* Quick actions are now also supported on commitsPeter Leitzen2018-08-101-9/+1
|
* Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable2018-08-011-0/+11
|\ | | | | | | | | | | | | Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
| * Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* | DNS Prefetching + Preconnect of assets_host (CDN Domain)Tim Zallmann2018-07-261-0/+33
|/
* Features/show project id on home panelTuğçe Nur Taş2018-07-181-34/+87
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-5/+5
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-092-2/+2
|
* Show a reCAPTCHA on signin page if custom header is setStan Hu2018-06-211-0/+1
| | | | | This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
* Render access denied without messageBob Van Landuyt2018-06-131-0/+7
| | | | | | | | The `errors/access_denied` page should not fail to render when no message is provided. When accessing something as a sessionless user, we should also display the terms message if possible.
* fix broken specsMike Greiling2018-06-061-4/+4
|
* Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-0/+5
| | | | | | | | | | | | This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
* Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-242-2/+2
| | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert2018-05-161-4/+5
|
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-1/+2
|
* Create autodevops settings sectionsJose Ivan Vargas2018-04-201-1/+1
|
* Merge branch 'ash.mckenzie/include-sha-with-version' into 'master'Nick Thomas2018-04-161-0/+6
|\ | | | | | | | | Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331
| * Include git SHA with GitLab versionAsh McKenzie2018-04-121-0/+6
| |
* | Merge branch 'deprecation-warning-for-dynamic-milestones' into 'master'Filipa Lacerda2018-04-161-0/+35
|\ \ | | | | | | | | | | | | | | | | | | Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505
| * \ Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-04-092-9/+13
| |\ \ | | |/ | | | | | | deprecation-warning-for-dynamic-milestones
| * | Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-04-052-16/+18
| |\ \ | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones
| * \ \ Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-03-216-2/+158
| |\ \ \ | | | | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones
| * | | | Change unneeded let to setLuke Bennett2018-03-091-1/+1
| | | | |