summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-061-1/+53
|\ | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * Projects and groups badges APIFrancisco Javier López2018-03-051-1/+53
| |
* | Bring one group board to CEFelipe Artur2018-03-031-1/+1
|/
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+1
|
* Hide pipeline schedule 'take ownership' for current ownerMark Fletcher2018-02-011-0/+47
|
* Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto2018-01-251-4/+4
|
* Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master'Rémy Coutable2018-01-111-0/+39
|\ | | | | | | | | | | | | Resolve ""New branch" and "New tag" actions are pointless on an empty repository" Closes #39988 See merge request gitlab-org/gitlab-ce!16332
| * Hide new branch and tag links for projects with an empty repoMark Fletcher2018-01-091-0/+39
| |
* | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+2
|/ | | | | | | | | | | | | | When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
|
* Fix tags in the Activity tab not being clickableMario de la Ossa2017-12-191-0/+55
|
* Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-151-2/+2
|\ | | | | | | | | Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
| * Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | spec fixesPhil Hughes2017-12-142-3/+3
| |
* | added specsPhil Hughes2017-12-121-0/+40
| |
* | fixed failing testsPhil Hughes2017-12-111-0/+1
|/
* adding view and feature specsmicael.bergeron2017-12-073-5/+57
|
* Fixes admin welcome states new group pathadmin-welcome-new-group-linkPhil Hughes2017-12-061-0/+15
| | | | Closes #40645
* Fix integraetion testsShinya Maeda2017-11-281-1/+1
|
* 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.