summaryrefslogtreecommitdiff
path: root/features/steps/project
Commit message (Collapse)AuthorAgeFilesLines
* Remove /featuresblackst0ne2018-05-1410-772/+0
|
* Replace the `project/forked_merge_requests.feature` spinach test with an ↵blackst0ne2018-05-141-139/+0
| | | | rspec analog
* Replace the `project/deploy_keys.feature` spinach test with an rspec analogblackst0ne2018-05-091-94/+0
|
* Replace the `project/ff_merge_requests.feature` spinach test with an rspec ↵blackst0ne2018-05-081-87/+0
| | | | analog
* Replace the `project/builds/artifacts.feature` spinach test with an rspec analogblackst0ne2018-05-071-98/+0
|
* Make deploy keys table more clearly structuredLukas Eipert2018-05-071-1/+6
|
* Replace commits spinach tests with RSpec analogSemyon Pupkov2018-05-041-192/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Load branches on new merge request page asynchronouslyWinnie Hellmann2018-05-021-1/+1
|
* Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne2018-05-021-317/+0
| | | | rspec analog
* Replace find file project spinach tests with RSpecSemyon Pupkov2018-04-241-72/+0
|
* Merge branch 'replace-build-permissions' into 'master'Rémy Coutable2018-04-171-7/+0
|\ | | | | | | | | Replace project builds permissions spinach with RSpec See merge request gitlab-org/gitlab-ce!18306
| * Replace project builds permissions spinach with RSpecSemyon Pupkov2018-04-171-7/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Replace the `project/issues/milestones.feature` spinach test with an rspec ↵blackst0ne2018-04-111-58/+0
| | | | | | | | analog
* | Replace the `project/commits/branches.feature` spinach test with an rspec analogblackst0ne2018-04-111-57/+0
|/
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-154/+0
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne2018-04-031-101/+0
|
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-031-181/+0
|
* Update translated stringsGeorge Tsiolis2018-03-271-1/+1
|
* Merge branch 'projects-graphs-rspec' into 'master'Grzegorz Bizon2018-03-141-50/+0
|\ | | | | | | | | Replace project graphs spinach tests with RSpec analog See merge request gitlab-org/gitlab-ce!17675
| * Replace project graphs spinach tests with RSpec analogSemyon Pupkov2018-03-141-50/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Replace project redirects spinach tests with RSpec analogSemyon Pupkov2018-03-141-67/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Merge branch 'move-project-fork-to-rspec' into 'master'Douwe Maan2018-03-091-85/+0
|\ \ | | | | | | | | | | | | Move project fork spinach tests to RSpec See merge request gitlab-org/gitlab-ce!17511
| * | Move project fork spinach tests to RSpecSemyon Pupkov2018-03-051-85/+0
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Move project active tab spinach tests to RSpecSemyon Pupkov2018-03-081-127/+0
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move project pages spinach tests to RspecSemyon Pupkov2018-02-211-152/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move spinach project network graph tests to RSpecSemyon Pupkov2018-02-161-116/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Merge branch '42798-fix-hardcoded-id-in-spinach' into 'master'Rémy Coutable2018-02-061-3/+3
|\ | | | | | | | | | | | | Resolve "features/project/commits/commits.feature is failing on master" Closes #42798 See merge request gitlab-org/gitlab-ce!16940
| * Fix a hardcoded pipeline ID in a spinach stepNick Thomas2018-02-061-3/+3
| |
* | Merge branch '39550-group-labels-redesign' into 'master'Tim Zallmann2018-02-061-2/+3
|\ \ | |/ |/| | | | | | | | | Resolve "Group label list page redesign" Closes #39550 See merge request gitlab-org/gitlab-ce!16592
| * Fix labels specsAnnabel Dunstone Gray2018-01-301-2/+3
| |
* | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-3/+3
|/
* Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-251-3/+6
|
* update spinach test for subscription toggleMike Greiling2018-01-121-4/+4
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+2
|
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+22
| | | | | | | | | | | | | | 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-225-7/+7
|
* Remove two unused step definitions from spinachNick Thomas2017-12-201-11/+0
|
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-2/+2
|
* Use #query_scope instead of #parent in a Spinach featureRémy Coutable2017-11-141-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-311-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...
| * Load participants asyncEric Eastwood2017-10-311-2/+4
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-232-19/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
| * Check for element before evaluate_scriptEric Eastwood2017-10-192-19/+1
| | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* | fix spinach test for branch validationMike Greiling2017-10-121-0/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-092-3/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Add a project forks spec helperBob Van Landuyt2017-10-072-3/+6
| | | | | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-062-632/+1
|\ \ | |/
| * Merge branch 'replace_project_merge_requests.feature' into 'master'Rémy Coutable2017-10-061-632/+0
| |\ | | | | | | | | | | | | Replace the 'project/merge_requests.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14621
| | * Replace the 'project/merge_requests.feature' spinach test with an rspec analogreplace_project_merge_requests.featureVitaliy @blackst0ne Klachkov2017-10-051-632/+0
| | |
| * | Merge branch 'fork-layout-cleanup' into 'master'Filipa Lacerda2017-10-041-1/+1
| |\ \ | | | | | | | | | | | | | | | | Cleanup the fork layout See merge request gitlab-org/gitlab-ce!14617