summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-remove-stage-buttons' into 'master'Filipa Lacerda2018-09-252-2/+2
|\ | | | | | | | | | | | | Remove stage/unstage buttons from IDE commit list items Closes #51695 See merge request gitlab-org/gitlab-ce!21845
| * Updated specs to account for removed buttonsPhil Hughes2018-09-212-2/+2
| |
* | Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda2018-09-252-28/+44
|/
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-182-85/+101
|
* Improve cluster apps installation flowMike Greiling2018-09-181-1/+0
|
* Merge branch 'rs-have_link-arguments' into 'master'Douwe Maan2018-09-181-3/+3
|\ | | | | | | | | Correct usage of the have_link matcher See merge request gitlab-org/gitlab-ce!21755
| * Correct usage of the have_link matcherRobert Speicher2018-09-141-3/+3
| | | | | | | | | | | | | | | | 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 "Unable to import repository: undefined method `import_file' for ↵James Lopez2018-09-171-0/+2
| | | | | | | | nil:NilClass"
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
| |
* | Add feature spec when FF is enabledThong Kuah2018-09-142-46/+61
|/
* Resolve "Choosing “Initialize repo with a README” breaks project created ↵Martin Wortschack2018-09-131-1/+23
| | | | from template"
* Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-6/+1
|
* Fix the group and project activity pagesNick Thomas2018-09-111-0/+35
|
* Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-0/+48
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-invite-group-spec-ee' into 'master'Robert Speicher2018-09-091-9/+8
|\ | | | | | | | | Update invite_group_spec to be consistent with EE See merge request gitlab-org/gitlab-ce!21608
| * Update invite_group_spec to be consistent with EEDennis Tang2018-09-071-9/+8
| | | | | | | | | | | | | | | | The check for the "Invite member" tab for the test where a project cannot be shared with groups isn't relevant, and needs to be removed since in EE the visibility rules for the tab are different due to both the group and membership lock capabilities.
* | Resolve "Create new project: Re-add project name field"Martin Wortschack2018-09-083-6/+12
| |
* | Use gitlab-ui modal wrapped componentClement Ho2018-09-071-1/+1
|/
* Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-075-174/+1
|\ | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
| * fix specsJames Lopez2018-09-071-0/+0
| |
| * Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-064-174/+1
| | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* | Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-072-22/+22
| |
* | Merge branch ↵Mike Greiling2018-09-061-0/+61
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master' Displays banner to notify users ADO is implicitly enabled Closes #50535 See merge request gitlab-org/gitlab-ce!21503
| * | Displays banner to notify users ADO is implicitly enabledMayra Cabrera2018-09-061-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
* | | Bulk-render commit titles in the tree view to improve performanceNick Thomas2018-09-061-1/+15
| | |
* | | Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+22
| |/ |/|
* | Merge branch 'bw-commonmark-for-files' into 'master'Sean McGivern2018-09-063-4/+108
|\ \ | | | | | | | | | | | | Enable CommonMark for files and wikis See merge request gitlab-org/gitlab-ce!21228
| * | render using RedCarpet if legacy_render parameter is setBrett Walker2018-09-053-4/+108
| | |
* | | Resolve "Improve project overview UI"Dennis Tang2018-09-063-8/+8
|/ /
* | Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-051-0/+1
|\ \ | | | | | | | | | | | | Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
| * | Filter project hooks by branchDuana Saskia2018-08-131-0/+1
| | | | | | | | | | | | | | | | | | Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
* | | Move project default branch settings under 'Repository'Paul Slaughter2018-09-041-7/+22
| |/ |/| | | | | | | | | - Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
* | Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-043-15/+15
| |
* | Move badge settings to general settingsWinnie Hellmann2018-09-031-1/+1
| |
* | Added atom feed for tagsFrancisco Javier López2018-09-031-0/+69
| |
* | Reorganize issues and merge request feature specs in the same folderRémy Coutable2018-08-3028-1601/+0
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'security-2694-pipeline' into 'master'José Iván Vargas López2018-08-284-6/+6
|\ \ | | | | | | | | | | | | [master] Removes `<br>` sent from backend on tooltips in jobs See merge request gitlab/gitlabhq!2455
| * | Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-094-6/+6
| | | | | | | | | | | | | | | When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
* | | Merge branch '41441-add-target-branch-name-to-cherrypick-confirmation' into ↵Sean McGivern2018-08-221-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Cherry-picking: Confirmation message should include target branch name" Closes #41441 See merge request gitlab-org/gitlab-ce!20846
| * | | Fix failing testGeorge Andrinopoulos2018-08-201-1/+1
| | | |
| * | | Fix failing testGeorge Andrinopoulos2018-08-191-1/+1
| | | |
| * | | Add target branch to cherry pick confirmation messageGeorge Andrinopoulos2018-08-191-4/+4
| | | |
* | | | Resolve "Separate remembering sorting issues/merge requests"🙈 jacopo beschi 🙉2018-08-212-7/+60
|/ / /
* | | Merge branch 'n8rzz/consolidate-specs-testing-emoji-awards' into 'master'Robert Speicher2018-08-151-172/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Duplicate specs testing emoji awards on issues Closes #45238 See merge request gitlab-org/gitlab-ce!21126
| * | Combines emoji award spec files into single ↵Nate Geslin2018-08-141-172/+0
| | | | | | | | | | | | | | | | | | user_interacts_with_awards_in_issue_spec Closes: #45238
* | | Fix specs failing on duplicate gpg signatureJan Provaznik2018-08-135-11/+22
| | | | | | | | | | | | | | | | | | It seems there are additional async requests related to gpg signature, w/o waiting for finishing all requests it fails on: Duplicate entry '...' for key 'index_gpg_signatures_on_commit_sha'
* | | Merge branch 'ce-port-3959-mirroring-interface-improvements' into 'master'Tim Zallmann2018-08-102-5/+10
|\ \ \ | | | | | | | | | | | | | | | | port "Resolve "Mirroring interface improvements"" See merge request gitlab-org/gitlab-ce!20837
| * \ \ Merge branch 'master' into 'ce-port-3959-mirroring-interface-improvements'Luke Bennett2018-08-0612-0/+340
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # locale/gitlab.pot
| * | | | use expect_mirror_to_have_error_and_timeago in remote_mirror_specLuke Bennett2018-08-031-6/+8
| | | | |