summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix staticanalysysfix/sm/fix_pages_workerShinya Maeda2018-03-061-1/+1
|
* Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda2018-03-063-3/+14
|
* 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 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher2018-03-051-0/+8
|\ \ | | | | | | | | | | | | | | | | | | Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
| * | Don't error out in system hook if user has `nil` datetime columnsStan Hu2018-03-051-0/+8
| | | | | | | | | | | | | | | | | | | | | Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
* | | Make oauth provider login genericHoratiu Eugen Vlad2018-03-051-3/+3
| | |
* | | Merge branch 'sh-cleanup-after-git-gc' into 'master'Robert Speicher2018-03-051-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Release libgit2 cache and open file descriptors after `git gc` run See merge request gitlab-org/gitlab-ce!17506
| * | | Release libgit2 cache and open file descriptors after `git gc` runsh-cleanup-after-git-gcStan Hu2018-03-031-0/+6
| |/ / | | | | | | | | | Relates to #21879
* | | Merge branch 'issue_31081' into 'master'Douwe Maan2018-03-052-5/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use host URL to build JIRA remote link icon Closes #31081 See merge request gitlab-org/gitlab-ce!17541
| * | | Use host URL to build JIRA remote link iconFelipe Artur2018-03-052-5/+4
| | | |
* | | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-0534-78/+82
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| * | | Revert few more broken specs related to *_with_namespace methodsdz-use-less-deprecated-methodsDmitriy Zaporozhets2018-03-052-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Revert js changes to name_with_namespaceDmitriy Zaporozhets2018-03-052-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Update workers spec to use full_path instead of path_with_namespaceDmitriy Zaporozhets2018-03-054-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-0527-63/+63
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-055-14/+18
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Projects and groups badges APIFrancisco Javier López2018-03-0516-548/+982
| | |
* | | 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
* | | Merge branch 'kp-label-select-vue' into 'master'Phil Hughes2018-03-0517-6/+666
|\ \ \ | | | | | | | | | | | | | | | | Port Labels Select dropdown to Vue See merge request gitlab-org/gitlab-ce!17411
| * | | LabelsSelect DropdownValueCollapsed ComponentKushal Pandya2018-03-051-0/+74
| | | |
| * | | LabelsSelect DropdownValue ComponentKushal Pandya2018-03-051-0/+94
| | | |
| * | | LabelsSelect DropdownTitle ComponentKushal Pandya2018-03-051-0/+42
| | | |
| * | | LabelsSelect DropdownSearchInput ComponentKushal Pandya2018-03-051-0/+39
| | | |
| * | | LabelsSelect DropdownHiddenInput ComponentKushal Pandya2018-03-051-0/+37
| | | |
| * | | LabelsSelect DropdownHeader ComponentKushal Pandya2018-03-051-0/+36
| | | |
| * | | LabelsSelect DropdownFooter ComponentKushal Pandya2018-03-051-0/+42
| | | |
| * | | LabelsSelect DropdownCreateLabel ComponentKushal Pandya2018-03-051-0/+84
| | | |
| * | | LabelsSelect DropdownButton ComponentKushal Pandya2018-03-051-0/+82
| | | |
| * | | LabelsSelect Base ComponentKushal Pandya2018-03-051-0/+81
| | | |
| * | | LabelsSelectComponent tests mock dataKushal Pandya2018-03-051-0/+49
| | | |
| * | | Update path for ListLabel modelKushal Pandya2018-03-056-6/+6
| |/ /
* | | Merge branch '42572-release-controller' into 'master'Robert Speicher2018-03-052-4/+37
|\ \ \ | | | | | | | | | | | | | | | | Try not to hold env and release the controller after the request. See merge request gitlab-org/gitlab-ce!16847
| * | | Move constants and update for feedback42572-release-controllerLin Jen-Shin2018-03-032-13/+9
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin2018-03-03530-4383/+13328
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (889 commits) SlackService - respect `notify_only_default_branch` for push events Clarify usage ping wording in admin area Update incoming emails documents Allow to include also descendant group labels Update docs on grouping CI jobs Support additional LabelsFinder parameters for group labels Extend Cluster Applications to install GitLab Runner to Kubernetes cluster Remove registry list webpack entry point Remove trailing newline that was causing an EE conflict Small fixes in Vuex docs Remove u2f webpack bundle Update documentation WRT to request parameters remove common_vue CommonsChunk config Fetch commit signatures from Gitaly in batches migrate stl_viewer to dynamic import migrate sketch_viewer to dynamic import migrate pdf_viewer to dynamic import migrate notebook_viewer to dynamic import migrate balsamiq_viewer to dynamic import Add some strings that were missing in gitlab.pot ...
| * | | | Release the entire envLin Jen-Shin2018-02-071-1/+1
| | | | |
| * | | | Use a controller to hold request valuesLin Jen-Shin2018-02-071-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that we don't need to hold env after the request. This makes it much harder to test, especially Rails session is acting weirdly, so we need `dig('flash', 'flashes', 'alert')` to dig the actual flash value.
| * | | | Try not to hold env and release the controllerLin Jen-Shin2018-02-071-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after the request. This way, we could release the project referred from the controller, which potentially referred a repository which potentially allocated a lot of memories. Before this change, we could hold the last request data and cannot release the memory. After this change, the largest request data should be able to be collected from GC. This might not impact the instances having heavy load, as the last request should be changing all the time, and GC won't kick in for each request anyway. However it could still potentially allow us to free more memories for each GC runs, because now we could free one more request anyway.
* | | | | Merge branch ↵Robert Speicher2018-03-051-30/+44
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43809-not-seeing-mentioned-in-commit-system-message-after-merging' into 'master' Resolve "Not seeing "mentioned in commit" system message after merging" Closes #43809 See merge request gitlab-org/gitlab-ce!17524
| * | | | | Fix MR merge commit cross-references to the MR itselfSean McGivern2018-03-051-30/+44
| | | | | |
* | | | | | Merge branch 'gitaly-lfs-changes' into 'master'Douwe Maan2018-03-054-32/+102
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges Closes gitaly#1048 See merge request gitlab-org/gitlab-ce!16973
| * | | | | | Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-024-32/+102
| | | | | | |
* | | | | | | Merge branch 'feature/add-support-for-all-option-in-count-find-commits' into ↵Douwe Maan2018-03-051-176/+184
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add support for :all option to {count,find}_commits See merge request gitlab-org/gitlab-ce!17464
| * | | | | | | Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-021-176/+184
| | | | | | | |
* | | | | | | | Merge branch '41719-mr-title-fix' into 'master'Douwe Maan2018-03-052-39/+122
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render htmlentities correctly for links not supported by Rinku Closes #41719 See merge request gitlab-org/gitlab-ce!17180
| * | | | | | | | Match Rinku's behaviour for closing punctuation in links41719-mr-title-fixSean McGivern2018-03-021-16/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rinku 2.0.0 (the version we use) will remove the last character of a link if it's a closing part of a punctuation pair (different types of parentheses and quotes), unless both of the below are true: 1. The matching pair has different start and end characters. 2. There are equal numbers of both in the matched string (they don't have to be balanced).
| * | | | | | | | Render htmlentities correctly for links not supported by RinkuJarka Kadlecová2018-02-212-29/+71
| | | | | | | | |
* | | | | | | | | Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable2018-03-051-0/+35
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
| * | | | | | | | | Move wip handling to MergeRequest::BaseServicewip-slash-command-on-mr-descriptionOswaldo Ferreira2018-03-011-689/+0
| | | | | | | | | |