Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-04-06Merge branch ↵Sean McGivern
'42090-create-cop-for-factorybot-methods-used-in-migration-specs' into 'master' Resolve "Create cop for FactoryBot methods used in migration specs" Closes #42090 See merge request gitlab-org/gitlab-ce!18108
2018-04-06Merge branch '17939-osw-patch-support-gfm' into 'master'Sean McGivern
Add support for patch link extension for commit links on GFM Closes #17939 See merge request gitlab-org/gitlab-ce!18229
2018-04-06Merge branch 'fix-500-error-when-mr-ref-is-not-yet-fetched' into 'master'Rémy Coutable
Fix 500 error when MR from fork has conflicts but worker has not run See merge request gitlab-org/gitlab-ce!18226
2018-04-06Add support for patch link extension for commit links on GFMOswaldo Ferreira
2018-04-06Merge branch 'sh-add-cleanup-rpc-gitaly' into 'master'Sean McGivern
Automatically cleanup stale worktrees and lock files upon a push Closes #44115 See merge request gitlab-org/gitlab-ce!18095
2018-04-06Stop redirecting the page in graph main actionsFilipa Lacerda
2018-04-06Ignore current RSpec/FactoriesInMigrationSpecs offensesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-06Introduce a new FactoriesInMigrationSpecs copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-06Automatically cleanup stale worktrees and lock files upon a pushStan Hu
git 2.16 will fail badly if there are stale worktrees. Closes #44115
2018-04-06Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan
Add alternative archive route Closes #38830 See merge request gitlab-org/gitlab-ce!17225
2018-04-06Merge branch 'fix/gb/fix-deployment-platform-for-environment' into 'master'Kamil Trzciński
Fix environment deployment platform filter method See merge request gitlab-org/gitlab-ce!18216
2018-04-06Merge branch 'remove-pages-tar-support' into 'master'Kamil Trzciński
Remove support for legacy tar.gz pages artifacts See merge request gitlab-org/gitlab-ce!18090
2018-04-06Implement a new SHA partial for commit listsShah El-Rahman
2018-04-06Merge branch '43246-checkfilter' into 'master'Sean McGivern
Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961
2018-04-06Add new repository archive routeJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
2018-04-06Merge branch 'ab-37462-cache-personal-projects-count' into 'master'Yorick Peterse
Cache personal projects count. Closes #37462 See merge request gitlab-org/gitlab-ce!18197
2018-04-06Fix 500 error when MR from fork has conflicts but worker has not runSean McGivern
If the ref hasn't been fetched into the target repository yet, this will fail with a Rugged::ReferencError (assuming we're not using Gitaly). We should handle this in the same way as a missing ref.
2018-04-06[Rails5] Update `type_cast_*_database` methodsblackst0ne
2018-04-06Cache personal projects count.Andreas Brandl
Closes #37462.
2018-04-06Fix environment deployment platform filter methodGrzegorz Bizon
2018-04-06Merge branch '44939-epic-comment-thread-backports' into 'master'Fatih Acet
Resolve "Follow-up from "Refactor discussions/notes code"" Closes #44939 See merge request gitlab-org/gitlab-ce!18190
2018-04-06Add confirmation modal to "Change username"Shah El-Rahman
2018-04-06Merge branch 'issue_44270' into 'master'Sean McGivern
Show issues of subgroups in group-level issue board Closes #44270 See merge request gitlab-org/gitlab-ce!18187
2018-04-06Merge branch 'ui-mr-counter-cache' into 'master'Sean McGivern
Deleting a MR you are assigned to should decrements counter Closes #44458 See merge request gitlab-org/gitlab-ce!17951
2018-04-06Add noteableType to mock data objectKushal Pandya
2018-04-06Merge branch 'issue_42443' into 'master'Sean McGivern
Include subgroup issues when searching for group issues using the API Closes #42443 See merge request gitlab-org/gitlab-ce!18068
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-05Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon
Direct upload of artifacts See merge request gitlab-org/gitlab-ce!18160
2018-04-05Include subgroup issues when searching for group issues using the APIFelipe Artur
2018-04-05Merge branch 'improve-jobs-queuing-time-metric' into 'master'Kamil Trzciński
Partition job_queue_duration_seconds with jobs_running_for_project Closes #43219 See merge request gitlab-org/gitlab-ce!17730
2018-04-05Merge branch '44389-always-allow-http-for-ci-git-operations' into 'master'Kamil Trzciński
Resolve "Allow HTTPS cloning by Runners if it is disabled for users" Closes #44389 See merge request gitlab-org/gitlab-ce!18021
2018-04-05Merge branch '44665-fix-db-trace-stream-by-raw-access' into 'master'Kamil Trzciński
Fix `JobsController#raw` endpoint can not read traces in database Closes #44665 See merge request gitlab-org/gitlab-ce!18101
2018-04-05Deleting a MR you are assigned to should decrements counterm b
The merge request counter in the UI was not decreasing when a merge request was deleting. This was just due to the cache not being refreshed on a delete action. fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/44458
2018-04-05Improve specs and docsFelipe Artur
2018-04-05Fix more specsFelipe Artur
2018-04-05Fix specsFelipe Artur
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
2018-04-05Merge branch 'osw-44295-adjust-authorization-for-discussions-show' into 'master'Sean McGivern
Adjust 404's for LegacyDiffNote discussion rendering Closes #44295 See merge request gitlab-org/gitlab-ce!18201
2018-04-05Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin
2018-04-05Merge branch 'ide-diff-inline' into 'master'Filipa Lacerda
Change IDE diff view responsively Closes #44305 See merge request gitlab-org/gitlab-ce!18049
2018-04-05Merge branch ↵Douwe Maan
'43098-controller-projects-issuescontroller-show-executes-more-than-100-sql-queries' into 'master' Resolve "Controller Projects::IssuesController#show executes more than 100 SQL queries" Closes #43098 See merge request gitlab-org/gitlab-ce!17986
2018-04-05Merge branch 'bvl-override-import-params' into 'master'Douwe Maan
Allow passing params to import API to override project attributes Closes gitlab-ee#4788 See merge request gitlab-org/gitlab-ce!18086
2018-04-05Adjust 404's for LegacyDiffNote discussion renderingOswaldo Ferreira
2018-04-05Don't export `Project#description_html`Bob Van Landuyt
Since we can regenerate `description_html` from the `description`, we should not export it. This avoids some complexity when overriding the description during an import/export where we would need to invalidate this cached field. Now we refresh the markdown cache after the import
2018-04-05Merge branch 'use-chronic-duration-attribute-for-project-build-timeout' into ↵Kamil Trzciński
'master' Use chronic duration attribute for project build timeout See merge request gitlab-org/gitlab-ce!17386
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-04-05Fix N+1 in MergeRequestParserSean McGivern
read_project can be prevented by a very expensive condition, which we want to avoid, while still not writing manual SQL queries. read_project_for_iids is used by read_issue_iid and read_merge_request_iid to satisfy both of those constraints, and allow the declarative policy runner to use its normal caching strategy.
2018-04-05Merge branch 'jprovazn-comment-refs' into 'master'Sean McGivern
Better group support in notes-related code See merge request gitlab-org/gitlab-ce!18150
2018-04-05Merge branch 'fix/gb/reschedule-pipeline-stages-migration' into 'master'Kamil Trzciński
Reschedule pipeline stages migration to run it again See merge request gitlab-org/gitlab-ce!18191