summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | Add view spec for topLuke Bennett2018-03-051-0/+35
| | | | |
* | | | | Spec improvements for speed, reliability and readabilityBob Van Landuyt2018-04-121-1/+0
| | | | |
* | | | | Hide file/directory creation buttonsBob Van Landuyt2018-04-112-2/+2
| | | | |
* | | | | Share collaboration check between view and presenterBob Van Landuyt2018-04-111-0/+1
| | | | |
* | | | | Add ability checks in views where they were previously missingDouwe Maan2018-04-101-5/+4
| |_|_|/ |/| | |
* | | | Merge branch '42568-pipeline-empty-state' into 'master'Kamil Trzciński2018-04-061-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
| * \ \ \ Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński2018-04-062-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
| * | | | | Set up traces in build show specMatija Čupić2018-04-031-8/+9
| | | | | |
* | | | | | Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-1/+1
| |/ / / / |/| | | |
* | | | | Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+3
| |_|_|/ |/| | |
* | | | Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin2018-04-041-1/+1
|/ / /
* | | Build ci/lint pageMayra Cabrera2018-03-261-15/+12
| | | | | | | | | | | | | | | - Includes new image from gitlab-svgs - Updates dependency for svgs