summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable2018-03-064-16/+129
|\ | | | | | | | | | | | | | | | | into 'master' Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
| * Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-064-16/+129
| |
* | Merge branch 'fix/sm/fix_pages_worker' into 'master'Kamil Trzciński2018-03-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Reload stable object to prevent erase artifacts with old state (Ver 2) Closes #43641 See merge request gitlab-org/gitlab-ce!17522
| * | Revert unnecessary code running_or_pending_build_count removalShinya Maeda2018-03-061-0/+2
| | |
| * | Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda2018-03-062-3/+1
| | |
* | | Merge branch '38587-pipelines-empty-state' into 'master'Phil Hughes2018-03-061-5/+34
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Resolve "Pipelines view should handle empty state and buttons properly" Closes #38587 See merge request gitlab-org/gitlab-ce!17433
| * | [ci skip] Merge branch 'master' into 38587-pipelines-empty-stateFilipa Lacerda2018-03-051-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (52 commits) Projects and groups badges API Keep a commit around if its sha is present #43691: DiffNotes not counted by ContributionsCalendar Cleanup after adding MR diff's commit_count Fix MR merge commit cross-references to the MR itself Fix n+1 issue by not reloading fully loaded blobs Add "added" type on changelog Use limited count queries also for scoped searches Update changelog Rename quick actions handler Adds updated_at filter to issues and merge_requests API Update API: add search param to branches Add changelog entry LabelsSelect DropdownValueCollapsed Component LabelsSelect DropdownValue Component LabelsSelect DropdownTitle Component LabelsSelect DropdownSearchInput Component LabelsSelect DropdownHiddenInput Component LabelsSelect DropdownHeader Component LabelsSelect DropdownFooter Component ...
| * | | Manage empty states in Pipelines pageFilipa Lacerda2018-03-051-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
* | | | Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher2018-03-051-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Create CI/CD-only projects by URL -- CE backport See merge request gitlab-org/gitlab-ce!17342
| * | | | CI/CD-only projects FEEric Eastwood2018-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/issues/3839 Conflicts: app/assets/javascripts/projects/project_new.js app/views/shared/_import_form.html.haml ee/app/controllers/ee/projects_controller.rb ee/spec/features/projects/new_project_spec.rb locale/gitlab.pot
* | | | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-053-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| * | | | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-053-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'jprovazn-count-cleanup' into 'master'43739-gl_repository-not-set-when-merging-merge-requests-from-the-web-uiRobert Speicher2018-03-051-0/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Cleanup after adding MR diff's commit_count Closes #41698 See merge request gitlab-org/gitlab-ce!17513
| * | | Cleanup after adding MR diff's commit_countJan Provaznik2018-03-051-0/+0
| |/ / | | | | | | | | | | | | | | | * processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
* | | Remove IDE from CEPhil Hughes2018-03-023-157/+0
|/ /
* | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-011-13/+25
|\ \ | | | | | | | | | | | | Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
| * | Fix feature spec Clusters Applications (#17052)42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-03-011-3/+4
| | | | | | | | | | | | We need to actually wait for the "Install" button to be enabled before clicking it otherwise we have a race condition where it sometimes works. Also change the `expect(page.find(...))` to `expect(page).to have_css` as this is prefered to avoid race conditions
| * | Fix spec/features/projects/clusters/applications_spec.rb (#42643)>Dylan Griffith2018-02-231-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the flakiness by using `expect(page).to have_css(..., exact_text: '')` instead of `expect(page.find(...).text).to eq('')` since the former will wait until the text has this value while the latter will only wait for the element to exist then test its text straight away which introduces a race condition if the element is already there with a previous text value. This test was failing locally most of the time because of this other way of asserting.
| * | Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-02-234-3/+525
| |\ \
| * | | Use value attribute in ip inputFilipa Lacerda2018-02-221-2/+2
| | | | | | | | | | | | | | | | Removes double quoted string
| * | | Remove duplicate IDFilipa Lacerda2018-02-201-2/+2
| | | |
| * | | Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeFilipa Lacerda2018-02-201-0/+108
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (30 commits) Docs: Pages - clean up articles Only use features for events Put all event metrics exposed to prometheus behind a feature flag Add version which LFS lock was introduced Remove unecessary validate: true from belongs_to :project fix broken specs remove common_d3 bundle remove graphs_show webpack bundle Chart.html.haml refactor Remove extraneous tests from Issues API spec [GH Import] Create an empty wiki if wiki import failed Resolve "group request membership mail with too long list of "To:"" Add changelog entry Fix single digit value clipping specify date format Increase feature flag cache TTL to one hour Convert Gitaly commit parent IDs to array as early as possible Clarify changelog for squash encoding fix Avoid slow File Lock checks when not used Fix squash rebase not working when diff contained encoded data ...
| * | | | Update feature spec for kubernetes applications ingress IP address (#42643)Dylan Griffith2018-02-201-0/+10
| | | | |
* | | | | Remove pipelines mini graph spec that wasn't actually testing anythingsh-issue-43636Stan Hu2018-02-281-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was also causing crashes in Chrome V64, so it's best to remove it for now. Closes #43636
* | | | | PagesDomain: Add edit/update functionalityRob Watson2018-02-281-0/+31
| |_|_|/ |/| | |
* | | | Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" ↵Mayra Cabrera2018-02-261-0/+23
| | | | | | | | | | | | | | | | -> edit Prometheus Service Template"
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-2/+0
| | | |
* | | | Merge branch '43261-fix-import-from-url-name-collision-active-tab' into 'master'Phil Hughes2018-02-231-1/+13
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Keep "Import project" tab/form active when validation fails trying to import "Repo by URL" Closes #43261 See merge request gitlab-org/gitlab-ce!17136
| * | | Make import tab/form active when importing project by URL and validation fails43261-fix-import-from-url-name-collision-active-tabEric Eastwood2018-02-201-1/+13
| | |/ | |/| | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/43261
* | | Update enabled Kubernetes cluster button to "Kubernetes configured"Eric Eastwood2018-02-221-3/+3
| | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16900#note_60175507
* | | Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood2018-02-226-13/+431
|\ \ \
| * | | Move project pages spinach tests to RspecSemyon Pupkov2018-02-211-2/+202
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * | | Update to jQuery 3.Jacob Schatz2018-02-201-0/+5
| |/ /
| * | Move spinach project network graph tests to RSpecSemyon Pupkov2018-02-161-0/+108
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * Merge branch '41722-track-gcp-billing-enabled-project-changes' into 'master'Kamil Trzciński2018-02-141-2/+2
| |\ | | | | | | | | | | | | | | | | | | Resolve "Track GCP Billing enabled project changes" Closes #41722 See merge request gitlab-org/gitlab-ce!16962
| | * Fix GCP cluster feature specMatija Čupić2018-02-121-2/+2
| | |
| * | Display a link to external issue tracker when enabledJarka Kadlecová2018-02-142-9/+114
| |/
* | Move button list logic to project presenterOswaldo Ferreira2018-02-201-6/+6
| |
* | Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood2018-02-162-1/+318
|/
* Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-081-3/+3
|\ | | | | | | | | | | | | Use hashed storage in the specs Closes #40744 See merge request gitlab-org/gitlab-ce!15681
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-3/+3
| |
* | Merge branch '41297-new-design-for-cancel-stop-pipeline-confirmation' into ↵Clement Ho2018-02-081-2/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "New design for cancel / stop pipeline confirmation" Closes #41297 See merge request gitlab-org/gitlab-ce!16813
| * | Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix tests Address code review feedback Fix tests
* | | Removing gitaly flagsFrancisco Javier López2018-02-072-246/+263
| |/ |/|
* | Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-064-29/+29
|\ \ | | | | | | | | | | | | | | | | | | Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778
| * | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-064-29/+29
| | |
* | | Merge branch 'feature/sm/artifacts-trace' into 'master'Kamil Trzciński2018-02-061-10/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE: Trace as artifacts (FileStorage only) Closes gitlab-ee#4180 See merge request gitlab-org/gitlab-ce!16702
| * | | Refactor :trace to :trace_live in specShinya Maeda2018-02-061-1/+1
| | | |
| * | | Remove unnecessary changes for job features specShinya Maeda2018-02-061-5/+5
| | | |
| * | | Finish all testsShinya Maeda2018-02-061-14/+30
| |/ /