summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Create Web IDE MR and branch pickerPaul Slaughter2018-08-072-3/+3
|
* Merge branch 'winh-fix-gpg-regressions' into 'master'Rémy Coutable2018-08-072-10/+83
|\ | | | | | | | | | | | | Fix GPG status badge loading regressions Closes #49878, #49870, gitlab-org/quality/nightly#6 et #49831 See merge request gitlab-org/gitlab-ce!20987
| * Fix GPG status badge loading regressionsWinnie Hellmann2018-08-072-10/+83
| |
* | Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-2/+14
| |
* | Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-11/+49
|/
* Add Object Storage to GitLab project importJames Lopez2018-08-022-0/+104
| | | | | | - Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
* Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable2018-08-016-0/+120
|\ | | | | | | | | | | | | Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
| * Show the status of a user in interactionsBob Van Landuyt2018-07-306-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* | Merge branch 'rails5-fix-flaky-spec-user-uses-shortcuts' into 'master'Rémy Coutable2018-08-011-0/+2
|\ \ | | | | | | | | | | | | Rails5: fix flaky spec See merge request gitlab-org/gitlab-ce!20953
| * | Rails5: fix flaky specJasper Maes2018-08-011-0/+2
| | |
* | | Merge branch 'dz-labels-search' into 'master'Dmitriy Zaporozhets2018-08-011-0/+80
|\ \ \ | |/ / |/| | | | | | | | Search for label on project labels page by title or description See merge request gitlab-org/gitlab-ce!20749
| * | Add frozen_string_literal to search_labels_spec.rb according to GitLab botDmitriy Zaporozhets2018-07-311-0/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Show different not fount message for project labels searchDmitriy Zaporozhets2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Depends on if prioritised or other labels are found or no labels at all are found, we show a corresponding message now Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add more specs to labels search featureDmitriy Zaporozhets2018-07-311-4/+45
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add feature specs for project labels searchDmitriy Zaporozhets2018-07-311-0/+37
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-14/+2
|/ / | | | | This reverts merge request !20801
* | Fix bug with Wiki pages encodingFrancisco Javier López2018-07-311-0/+20
| |
* | Minor style improvements for Helm codeDylan Griffith2018-07-301-0/+1
| |
* | Fix race condition in auto devops QA spec: ensure we wait for Install button ↵Dylan Griffith2018-07-301-1/+2
| | | | | | | | to appear
* | Fix race condition in spec/features/projects/clusters/applications_spec.rbDylan Griffith2018-07-301-2/+12
| | | | | | | | | | | | This was not happening very often but with the previous changes to create SSL certs for helm tiller it takes long enough to be created that we see the test failing a lot more
* | Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo2018-07-261-0/+14
|\ \ | |/ |/| | | | | [master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
| * Escapes job name used in tooltips in vue componentsFilipa Lacerda2018-07-061-0/+14
| | | | | | | | | | Use sanitize to strip src attributes Changes sidebar back to use sanitize
* | fix user_browses_commits_spec29278-commits-page-tooltipsLuke Bennett2018-07-201-1/+0
| |
* | So we still want to have More Pages buttonLin Jen-Shin2018-07-171-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-13169-571/+751
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (467 commits) Update docs board features tier Upgrade grape-path-helpers to 1.0.6 Remove healthchecks from prometheus endpoint Fix find_branch call sites Ensure Encoding.default_external is set to UTF-8 when running QA scenarios i18n: externalize strings from 'app/views/admin/groups' Backport mr widget changes from EE Allow to toggle notifications for issues due soon Vuex test helper improvements whitespace Make more ref RPC's mandatory Resolve "Improve performance of MR Changes tab: reduce event listeners on scroll event" Remove old service architecture from Vue docs Adding spec to test basic forking functionalities Fix performance problem of accessing tag list for projects api endpoints typo Add sleep to QA test before installing tiller Include Vue files that are not covered by tests in test coverage Remove Repository#path memoization Resolve "do not set updated_at when creating note" ...
| * \ Merge branch 'issue_47709' into 'master'Sean McGivern2018-07-121-0/+32
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow to toggle notifications for issues due soon Closes #47709 See merge request gitlab-org/gitlab-ce!20530
| | * | Allow to toggle notifications for issues due soonFelipe Artur2018-07-121-0/+32
| | | |
| * | | Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-121-0/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add manifest import See merge request gitlab-org/gitlab-ce!20304
| | * | | Add mysql and postgres spec for manifest import buttonDmitriy Zaporozhets2018-07-111-2/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | Move manifest import to separate page and add feature specsDmitriy Zaporozhets2018-07-111-0/+12
| | |/ / | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'ide-row-dropdown-design-update' into 'master'Filipa Lacerda2018-07-123-13/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to new entry dropdowns in Web IDE Closes #44845 See merge request gitlab-org/gitlab-ce!20526
| | * | | Improvements to new entry dropdowns in Web IDEPhil Hughes2018-07-113-13/+3
| | |/ / | | | | | | | | | | | | Closes #44845
| * | | Merge branch '48934' into 'master'Mike Greiling2018-07-111-1/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #48934 - Focus on text input on danger confirmation Closes #48934 See merge request gitlab-org/gitlab-ce!20435
| | * | | Fix #48934 - Focus on text input on danger confirmationJamie Schembri2018-07-061-1/+8
| | | | |
| * | | | Merge branch '48237-toggle-file-comments' into 'master'Phil Hughes2018-07-111-3/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Toggle file comments in merge request does not update toggle buttons" Closes #48237 and #48537 See merge request gitlab-org/gitlab-ce!20452
| | * \ \ \ Merge branch 'master' into 48237-toggle-file-commentsFilipa Lacerda2018-07-1011-28/+30
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (38 commits) Update bitbucket.md to fix typo and small grammar touchups. Update time_helper.rb to fix output for exact minutes. Document update for GitLab Pages users. Support manually stopping any environment from the UI Fix link to frontend in handbook Shorten CHANGELOG filename to avoid breaking ecryptfs users Replace 48976-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-gitlab-backgroundmigration-fixcrossprojectlabellinks-namespace.yml Fix mountComponent helper path in docs Fix #48537 - Update avatar only via the projects API Add additional headline for Adding SSH keys to GitLab Request to be a proofreader. Fix specs Fix search bar text input alignment Fix API docs on unauthenticated projects return Adds with_projects optional parameter to /groups/:id API endpoint Docs: make it clear that you need a completely separate domain for Pages Document that we don't want to wait in tests Removes unused store in diffs mr refactor Removes double export for actions in diffs module in mr refactor Remove useless return Use latest gitlab-styles ...
| * | | | | | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-11115-184/+184
| | |_|_|/ / | |/| | | |
| * | | | | Revert "Merge branch 'fix-inconsistent-cancel-button' into 'master'"Winnie Hellmann2018-07-101-1/+1
| | |/ / / | |/| | | | | | | | This reverts merge request !20140
| * | | | Support manually stopping any environment from the UIWinnie Hellmann2018-07-102-10/+15
| | | | |
| * | | | Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-1/+0
| | | | |
| * | | | Updates from `rubocop -a`Lin Jen-Shin2018-07-098-14/+12
| |/ / /
| * | | add basic export to fix timeout problem on import_file_spec.rbJames Lopez2018-07-071-0/+0
| | | |
| * | | Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern2018-07-062-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
| | * | | Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-062-0/+2
| | |/ /
| * | | Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+7
| |/ /
| * | Resolve "When editing a comment in an issue, the preview mode is toggled in ↵Constance Okoghenun2018-07-051-0/+8
| | | | | | | | | | | | the main textarea"
| * | Close revoke deploy token modal on escape keypressGeorge Tsiolis2018-07-051-0/+25
| | |
| * | Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-0581-338/+340
| | |
| * | fix failing spec test in gcp_specDennis Tang2018-07-041-1/+1
| | |
| * | Merge branch '45739-add-metrics-to-operations-tab' into 'master'Filipa Lacerda2018-07-041-0/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add Metrics to Operations Tab" Closes #45739 See merge request gitlab-org/gitlab-ce!20025