summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Prevent 500 error when inspecting job after trigger was removedFilipa Lacerda2017-11-241-0/+25
|
* Merge branch '37824-many-branches-lock-server' into 'master'Annabel Dunstone Gray2017-11-071-0/+109
|\ | | | | | | | | | | | | Project with many branches can lock server running "git branch --contains XXX" Closes #37824 See merge request gitlab-org/gitlab-ce!14812
| * Addresses front & backend commentsMayra Cabrera2017-11-061-1/+1
| | | | | | | | | | - Improves CSS files by reusing existing code - Changes logic in views to avoid future problems in translations
| * Modifies commit branches sectionMayra Cabrera2017-11-061-3/+70
| | | | | | | | | | | | - Display the default branch (if the limit is not exceeded) - Requires '...' to be clicked before showing the rest of the branches and/or tags - Fixes haml lints
| * Add styles for branch & tags boxesMayra Cabrera2017-11-021-4/+2
| | | | | | | | | | - Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
| * implemented using an ivar, and added specsBrett Walker2017-10-131-0/+44
| |
* | Load participants asyncEric Eastwood2017-10-311-26/+0
| |
* | Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez2017-10-252-0/+37
|/ | | | | | configuration page Closes #25142
* Add a project forks spec helperBob Van Landuyt2017-10-073-10/+15
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon2017-10-041-36/+0
|\ | | | | | | | | | | | | Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
| * Add serializer matchersKamil Trzcinski2017-10-021-36/+0
| |
* | use LazyImageTagHelper.placeholder_image for blank src base64 image34366-issue-sidebar-don-t-render-participants-in-collapsed-stateLuke "Jared" Bennett2017-10-011-1/+1
| |
* | Finish _participants view specLuke "Jared" Bennett2017-09-281-22/+7
| |
* | Add participants specLuke "Jared" Bennett2017-09-281-0/+41
|/
* Add context tabs to dashboard/projectsPhil Hughes2017-09-221-0/+17
| | | | | | | | | This allows users to quickly switch between all projects they have access to & there own namespace projects. These tabs also keep the same filtering/search options selected so the user can quickly switch between the two different contexts. Closes #29045
* Add specs for warning message shown in Auto DevOps settings37894-handle-if-auto-devops-domain-is-not-setKamil Trzcinski2017-09-191-0/+62
|
* Fixes milestone issuable assignee URLmilestone-avatar-issuable-linkPhil Hughes2017-09-151-0/+19
| | | | Closes #33124
* CE backport of new-sidebar-boardsce-backport-new-sidebar-boardsPhil Hughes2017-09-131-6/+18
|
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-2/+2
|
* Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-071-0/+116
|\ | | | | | | | | | | | | Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944
| * Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-17/+17
| |
| * Fix “Share lock” help textMichael Kozono2017-09-061-29/+5
| |
| * Vary share lock setting UIMichael Kozono2017-09-061-0/+140
| | | | | | | | …based on whether the current user owns the parent group and whether the parent group or current group is share locked.
* | Resolve "Make project and features visibility settings less confusing"Mike Greiling2017-09-071-11/+0
|/
* Clean up new navigation templatesPhil Hughes2017-09-061-2/+4
|
* Merge branch ↵Kamil Trzciński2017-09-051-16/+0
|\ | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
| * Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-16/+0
| |
| * Fix specShinya Maeda2017-09-041-1/+1
| |
| * Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
| |
* | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0410-2/+23
|\ \ | |/ | | | | * master: (469 commits)
| * `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-3110-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
* | Fix only/except policy CI/CD linterGrzegorz Bizon2017-08-311-2/+2
|/
* 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
| | |