summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mr-conflict-notification' into 'master'Douwe Maan2018-05-241-1/+1
|\ | | | | | | | | MR unmergeable notification See merge request gitlab-org/gitlab-ce!18042
| * Add cannot_be_merged_recheck merge_statuslulalala2018-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, transitions between can_be_merged & cannot_be_merged are removed, as they are currently blocked in `check_if_can_be_merged`. `can_be_merge` always returns to `unchecked` first, before it can transition to `cannot_be_merged` (and vice versa). We want to avoid repeated notification triggered by repeated transition between `cannot_be_merged` & `unchecked`. So we added `cannot_be_merged_recheck` state, similar to `unchecked`, but as a mean to remember it’s from cannot_be_merged. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18042/#note_65945407 Since `unchecked` and `cannot_be_merged_recheck` both mean “we are in the middle of checking if it is mergeable”, quite often we need to see if merge_status is in either one of them, so `check_state?` is added to achieve this.
* | Merge branch '45850-close-mr-checkout-modal-on-escape' into 'master'Mike Greiling2018-05-241-0/+24
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Escape key to close MR check out branch modal" Closes #45850 See merge request gitlab-org/gitlab-ce!19050
| * | Closes MR check out branch modal with escapeJacopo2018-05-221-0/+24
| | |
* | | Merge branch 'fix/devops-remove-beta' into 'master'Tim Zallmann2018-05-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | removed "(Beta)" from "Auto DevOps" messages See merge request gitlab-org/gitlab-ce!18759
| * | | removed "(Beta)" from "Auto DevOps" messagesfix/devops-remove-betaPaul Slaughter2018-05-211-1/+1
| | | |
* | | | Merge branch '44895-explicit-merge-conflict' into 'master'Tim Zallmann2018-05-221-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Make explicit that merge conflict feature commits to source branch" Closes #44895 See merge request gitlab-org/gitlab-ce!18921
| * | | | Make it explicit that merge conflict feature commits to source branchAnnabel Dunstone Gray2018-05-211-3/+3
| | | | |
* | | | | Unify spec/features/projects/blobs/blob_show_spec.rbLin Jen-Shin2018-05-221-0/+18
|/ / / /
* | | | Renamed 'Overview' to 'Project' in collapsed contextual navigation at a ↵Constance Okoghenun2018-05-212-3/+3
|/ / / | | | | | | | | | project level
* | | Merge branch '45065-users-projects-json-sort' into 'master'Rémy Coutable2018-05-211-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | UsersController#projects.json sort order Closes #45065 See merge request gitlab-org/gitlab-ce!18227
| * | | Order UsersController#projects.json by updated_atTakuya Noguchi2018-05-191-4/+4
| | | |
* | | | Remove unnecessary `with` from `allow`fix-kube_client-proxy_url-exceptionShinya Maeda2018-05-211-1/+1
| | | |
* | | | Add spec for unathrozied proxy_urlShinya Maeda2018-05-211-0/+16
|/ / /
* | | Fix double brackets being linkified in wiki markdownAlex2018-05-181-0/+23
| | |
* | | Add Keyboard shortcuts for "Kubernetes" and "Environments"Lukas Eipert2018-05-181-1/+40
|/ /
* | Resolve "Opening Project with invite but without accepting leads to 404 ↵🙈 jacopo beschi 🙉2018-05-171-12/+100
| | | | | | | | error page"
* | Merge branch '45584-add-nip-io-domain-suggestion-in-auto-devops' into 'master'Grzegorz Bizon2018-05-151-0/+23
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Add nip.io domain suggestion in the Kubernetes cluster details view" Closes #45584 See merge request gitlab-org/gitlab-ce!18496
| * | Display help text below auto devops domain with nip.io domain name (#45561)45584-add-nip-io-domain-suggestion-in-auto-devopsDylan Griffith2018-05-151-0/+23
| | |
* | | Merge branch ↵Kamil Trzciński2018-05-151-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'ce-5968-extract-ee-specific-files-lines-for-clusters-related-files' into 'master' Backport Cluster related EE code See merge request gitlab-org/gitlab-ce!18931
| * | | Add missing spec line from EEMatija Čupić2018-05-131-0/+1
| | |/ | |/|
* | | Merge branch 'update-wiki-modal' into 'master'Tim Zallmann2018-05-151-1/+2
|\ \ \ | |_|/ |/| | | | | | | | Update wiki page deletion confirmation See merge request gitlab-org/gitlab-ce!18712
| * | Fixed linit errorsConstance Okoghenun2018-05-071-1/+1
| | |
| * | Updated user delete wiki specConstance Okoghenun2018-05-041-2/+3
| | |
* | | Replace the `project/forked_merge_requests.feature` spinach test with an ↵blackst0ne2018-05-141-14/+66
| | | | | | | | | | | | rspec analog
* | | Replace the `project/commits/diff_comments.feature` spinach test with an ↵blackst0ne2018-05-144-110/+249
| |/ |/| | | | | rspec analog
* | Merge branch 'bvl-fix-sign-out-on-terms' into 'master'Nick Thomas2018-05-111-0/+18
|\ \ | | | | | | | | | | | | | | | | | | Allow a user to sign out when on the terms page Closes #46211 See merge request gitlab-org/gitlab-ce!18875
| * | Allow a user to sign out when on the terms pageBob Van Landuyt2018-05-111-0/+18
| | | | | | | | | | | | | | | | | | | | | Before we would block the `sign_out` request when the user did not accept the terms, therefore redirecting them to the terms again. By allowing all request to devise controllers, we avoid this problem.
* | | Merge branch ↵Robert Speicher2018-05-111-0/+60
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'blackst0ne-replace-spinach-project-merge-requests-references.feature' into 'master' Replace the `project/merge_requests/references.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18794
| * | | Replace `features/project/merge_requests/references.featue`blackst0ne-replace-spinach-project-merge-requests-references.featureblackst0ne2018-05-101-0/+60
| |/ /
* | | Merge branch 'bvl-terms-redirect-loop' into 'master'Douwe Maan2018-05-111-0/+102
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enforce terms acceptance before configuring 2FA Closes #46256 See merge request gitlab-org/gitlab-ce!18896
| * | | Enforce terms acceptance before other requirementsBob Van Landuyt2018-05-111-0/+102
| |/ / | | | | | | | | | | | | | | | | | | This prevents a redirect loop when a user has to enable 2FA and accept the terms. Now they will need to accept the terms, then enable 2FA, or any other requirements.
* | | Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda2018-05-111-3/+2
| | |
* | | Merge branch 'dz-add-2fa-filter' into 'master'Douwe Maan2018-05-111-0/+54
|\ \ \ | |/ / |/| | | | | | | | Add 2FA filter to group members page See merge request gitlab-org/gitlab-ce!18483
| * | Add 2FA filter to group members pageDmitriy Zaporozhets2018-05-101-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | * Show 2fa badge on a group members page * Make group members page UI consistent with project members page * Fix ambiguous sql in User.with/without_two_factor methods Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Replace the `project/issues/references.feature` spinach test with an rspec ↵blackst0ne2018-05-093-193/+267
| | | | | | | | | | | | analog
* | | Replace the `project/deploy_keys.feature` spinach test with an rspec analogblackst0ne2018-05-091-0/+125
| | |
* | | Replace the `project/ff_merge_requests.feature` spinach test with an rspec ↵blackst0ne2018-05-082-0/+77
|/ / | | | | | | analog
* | Merge branch 'fix-failed-jobs-tab' into 'master'Grzegorz Bizon2018-05-081-5/+44
|\ \ | | | | | | | | | | | | Fix failed jobs tab See merge request gitlab-org/gitlab-ce!18520
| * | Respect permissions when showing Failed JobsKamil Trzciński2018-05-061-5/+44
| | |
* | | Replace the `project/builds/artifacts.feature` spinach test with an rspec analogblackst0ne2018-05-074-128/+154
| | |
* | | Merge branch '43557-osw-present-merge-sha-commit' into 'master'Robert Speicher2018-05-071-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Display merge commit SHA in merge widget after merge" Closes #43557 See merge request gitlab-org/gitlab-ce!18722
| * | | Display merge commit SHA in merge widget after mergeOswaldo Ferreira2018-05-071-0/+9
| |/ /
* | | Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho2018-05-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
| * \ \ Merge branch 'master' into upgrade-to-webpack-v4Mike Greiling2018-05-0719-235/+1087
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (252 commits) Upgrade underscore.js Enable prometheus metrics by default Add signature verification badge to compare view Add Changelog Update instalation from source guide fix Web IDE file tree scroll issue Enable quick support actions default Backport of 4084-epics-username-autocomplete Remove top margin on the terms page with performance bar Backports every CE related change from ee-44542 to CE Fix typo in changelog entry fix missing space Backport IdentityLinker#failed? from GroupSaml callback flow Add ci_cd_settings delete_all dependency on project AutoDevOps Docs fix invalid external link Ignore knapsack and rspec_flaky Ensure web hook 'blocked URL' errors are stored in as web hook logs and properly surfaced to the user Partially revert ebcd5711c5ff937bf925002bf9a5b636b037684e to fix runner pages Reuses `InternalRedirect` when possible Enforces terms in the web application ...
| * | | | fix raven specsMike Greiling2018-05-031-1/+1
| | |_|/ | |/| |
* | | | Make deploy keys table more clearly structuredLukas Eipert2018-05-072-6/+10
| | | |
* | | | Resolve "Inform users of up to $500 offer for GCP account"Dennis Tang2018-05-071-0/+40
| | | |
* | | | Merge branch '10244-ux-improvements-for-group-runners' into 'master'Kamil Trzciński2018-05-071-20/+114
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
| * | | | Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith2018-05-071-5/+99
| | | | |