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
AgeCommit message (Collapse)Author
2018-04-07Addreses backend review suggestionsMayra Cabrera
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-04-07Fix dashboard sortingJoshua Lambert
2018-04-07Merge branch '42568-pipeline-empty-state' into 'master'Kamil Trzciński
Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
2018-04-07Add Kubernetes CPU/Mem usage totalsJoshua Lambert
2018-04-07Merge branch 'da-gitaly-calculate-repository-checksum' into 'master'Stan Hu
Repository checksum calculation is handled by Gitaly when feature is enabled See merge request gitlab-org/gitlab-ce!18210
2018-04-06Add summary statistics prometheus dashboardJose Ivan Vargas
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 CHANGELOGDouglas Barbosa Alexandre
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-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 '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-06ChangelogJacob Vosmaer
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-06Cache personal projects count.Andreas Brandl
Closes #37462.
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 'master' into '42568-pipeline-empty-state'Kamil Trzciński
# Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
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-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-06Merge branch '43976-fix-access-token-clipboard-button-style' into 'master'Phil Hughes
Resolve "Access token copy to clipboard button has wrong style" Closes #43976 See merge request gitlab-org/gitlab-ce!17978
2018-04-06Polish design of domain verification for Gitlab PagesLukas Eipert
2018-04-06Merge branch 'sh-appearance-cache-key-version' into 'master'Douwe Maan
Use the GitLab version as part of the appearances cache key Closes gitlab-ee#5571 See merge request gitlab-org/gitlab-ce!18211
2018-04-06Merge branch '45070-prometheus-integration-via-kubernetes-is-broken' into ↵Kamil Trzciński
'master' Override Prometheus service name to fix integration with GitLab. Closes #45070 See merge request gitlab-org/gitlab-ce!18206
2018-04-06Add changelog itemJoshua Lambert
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-05Include subgroup issues when searching for group issues using the APIFelipe Artur
2018-04-05Use the GitLab version as part of the appearances cache keyStan Hu
This prevents us from having to manually flush the cache key in migrations every time a new column is added. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/5571
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-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-05Add change logShinya Maeda
2018-04-05Add CHANGELOG entryTomasz Maczukin
2018-04-05Merge branch ↵Clement Ho
'44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master' Resolve HTML/CSS inconsistent comment forms on Issue and Merge Request Closes #44870 See merge request gitlab-org/gitlab-ce!18120
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-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-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.