summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-151-0/+22
|
* Merge branch ↵Clement Ho2017-08-141-4/+2
|\ | | | | | | | | | | | | | | | | '34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
| * take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-4/+2
| |
* | Add option to disable project export on instanceRobin Bobbitt2017-08-111-1/+13
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-029-9/+9
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-013-3/+3
|
* Fix 500 error when rendering avatar for deleted project creatorAthar Hameed2017-07-281-0/+19
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-2712-12/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-052-6/+2
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-282-2/+2
|
* Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-231-3/+5
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'Douwe Maan2017-06-201-0/+41
|\ | | | | | | | | Only show 'Edit comment'/'Report as abuse' when user has perms/isnt current_user See merge request !12096
| * Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett2017-06-161-44/+15
| | | | | | | | stubbing them
| * Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett2017-06-161-0/+70
| |
* | Merge branch '33461-display-user-id' into 'master'Grzegorz Bizon2017-06-191-0/+19
|\ \ | | | | | | | | | | | | | | | | | | Display own user id in account settings pages Closes #33461 See merge request !12141
| * | Update test to use single quotes and Four-Phase test conventionsRiccardo Padovani2017-06-151-2/+3
| | |
| * | #33641: add spec for profile pageRiccardo Padovani2017-06-151-0/+18
| | |
* | | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | Implement diff viewersDouwe Maan2017-06-141-0/+71
|/
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-79/+0
|
* Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-1/+1
| | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
* Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-011-2/+2
|\ | | | | | | | | Consistent diff and blob size limit names See merge request !11776
| * Consistent diff and blob size limit namesDouwe Maan2017-05-291-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-182-25/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
| * Show last commit for current tree on tree pageDouwe Maan2017-05-171-3/+3
| |
| * Use same last commit widget on project homepage and tree viewdm-consistent-commit-widgetDouwe Maan2017-05-171-22/+0
| |
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-174-4/+4
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concernsDouwe Maan2017-05-151-2/+2
| | | | max_size
* Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-131-5/+5
|
* Implement auxiliary blob viewersDouwe Maan2017-05-101-2/+2
|
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-3/+2
|\ | | | | | | | | | | | | Retried in database Closes #25737 See merge request !11115
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+2
| |
* | Merge branch 'bvl-security-patches' into 'master' Robert Speicher2017-05-101-0/+22
|\ \ | | | | | | | | | | | | Security patches -> `master` See merge request !11230
| * | Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher2017-05-101-0/+22
| | | | | | | | | | | | | | | New Hamlit XSS fix, does not include extraneous changes See merge request !2095
* | | Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
|/ /
* | Make test that actually displays pipeline graphKamil Trzcinski2017-05-071-67/+0
|/
* Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński2017-05-061-0/+32
|\ | | | | | | | | | | | | | | | | | | into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
| * Merge commit '3a2b60f7a' from 'master'fix/gb/hide-environment-external-url-btn-when-not-providedGrzegorz Bizon2017-05-052-0/+64
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (254 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
| * | Hide environment external URL button if not definedGrzegorz Bizon2017-05-021-0/+32
| | |
* | | Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
| |/ |/|
* | Merge branch 'tags-sort-default' into 'master' Robert Speicher2017-05-041-0/+20
|\ \ | | | | | | | | | | | | | | | | | | Fixed tags sort dropdown being empty Closes #31618 See merge request !11055
| * | Moved to a view spectags-sort-defaultPhil Hughes2017-05-041-0/+20
| |/
* | Fixed view specscommit-limited-container-widthPhil Hughes2017-05-021-2/+1
| |
* | Merge branch 'master' into commit-limited-container-widthPhil Hughes2017-05-021-0/+97
|\ \ | |/
| * Use blob viewers for snippetsDouwe Maan2017-04-301-0/+1
| |
| * Satisfy RubocopDouwe Maan2017-04-271-1/+0
| |
| * Add specsDouwe Maan2017-04-273-12/+94
| |
| * Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-273-5/+0
| |
| * Add test stubsDouwe Maan2017-04-274-0/+20
| |