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
2017-06-29Merge branch 'fix-34417' into 'master'Sean McGivern
Perform housekeeping only when an import of a fresh project is completed Closes #34417 See merge request !12529
2017-06-27Merge branch '33933-fix-deployment-indicator-date' into 'master'Robert Speicher
Fix bug where Service `created_at` time was used instead of deployment time. Closes #33933 See merge request !12395
2017-06-27Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into ↵Robert Speicher
'master' Fix application error when Project#last_activity_at is nil Closes #34276 See merge request !12443
2017-06-26Merge branch 'fix-34019' into 'master'Sean McGivern
Perform project housekeeping after importing projects Closes #34019 See merge request !12323
2017-06-21Merge branch '34008-fix-CI_ENVIRONMENT_URL-2' into 'master'Kamil Trzciński
Don't expand CI_ENVIRONMENT_URL so runner would do Closes #34008 See merge request !12344
2017-06-20Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable
Refactor ProjectsFinder#init_collection and GroupProjectsFinder#init_collection Closes #33632 See merge request !12135
2017-06-20Merge branch 'dm-chat-message-backticks' into 'master'Sean McGivern
Remove backticks from chat messages because they're not rendered as code See merge request !12276
2017-06-19Merge branch 'dm-parallel-diff-unchanged-line-comment' into 'master'Sean McGivern
Don't display comment on unchanged line on both sides in parallel diff Closes #33864 See merge request !12275
2017-06-19Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon
Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
2017-06-15Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński
Raise etag route regex miss Closes #33106 See merge request !12084
2017-06-15Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon
Do not show manual actions that cannot be run Closes #32380 See merge request !12121
2017-06-10Fix bad mergeClement Ho
2017-06-09Merge commit 'b1bf6d88fceb24663bfe4be2d9cc111710d9126b' into 9-3-stableClement Ho
2017-06-09Merge commit 'abc61f260074663e5711d3814d9b7d301d07a259' into 9-3-stableClement Ho
2017-06-08Merge branch 'dm-blob-file-type' into 'master'Grzegorz Bizon
Add Blob#file_type convenience method See merge request !11982
2017-06-08Merge branch 'dm-empty-blob-viewer-binary' into 'master'Grzegorz Bizon
Empty blob viewer isn’t binary-only See merge request !11979
2017-06-08Add Blob#file_type convenience methodDouwe Maan
2017-06-08Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
Rework project authorizations and nested groups for better performance See merge request !10885
2017-06-08Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon
Blob#load_all_data! doesn’t need an argument See merge request !11977
2017-06-08Merge branch 'clean-up-project-for-merge-conflicts' into 'master'Rémy Coutable
Clean up the Project model to reduce conflicts See merge request !11967
2017-06-08Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets
Fix long urls in the title of commit Closes #12614 See merge request !10938
2017-06-08Split Project#reset_cache_and_import_attrs upYorick Peterse
In EE we don't want to remove import data for mirrors. By moving this logic to a separate method we can simply re-define the method in EE using "prepend" and call "super" whenever necessary.
2017-06-08Re-order some methods in ProjectYorick Peterse
This ensures the order of these methods is identical in CE and EE.
2017-06-08nil-check Repository::is_ancestor?Kim Carlbäcker
2017-06-08Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable
Document using separate tables instead of polymorphic associations and STI See merge request !11168
2017-06-07Empty blob viewer isn’t binary-onlyDouwe Maan
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-07Merge branch 'reenable-gitaly-commit-raw-diffs' into 'master'Robert Speicher
Re-enable Gitaly commit_raw_diffs migration See merge request !11970
2017-06-07Added Cop to blacklist polymorphic associationsYorick Peterse
One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
2017-06-07Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan
Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
2017-06-07Re-enable Gitaly commit_raw_diffs migrationAhmad Sherif
2017-06-07Merge branch 'issue_27166_2' into 'master'Douwe Maan
Avoid repeated queries for pipeline builds on merge requests See merge request !11888
2017-06-07Merge branch 'feature/gb/persist-pipeline-stages' into 'master'Kamil Trzciński
Persist stages in the database Closes #26481 See merge request !11790
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-07Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński
Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
2017-06-07Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon
Backport some EE changes from adding shared_runners_minutes_limit to the API Closes gitlab-ee#2563 See merge request !11936
2017-06-07Avoid repeated queries for pipeline builds on merge requestsFelipe Artur
2017-06-06Merge branch 'feature/gb/migrate-pipeline-stages' into ↵Grzegorz Bizon
feature/gb/persist-pipeline-stages * feature/gb/migrate-pipeline-stages: (76 commits) redesign caching of application settings Fix binary encoding error on MR diffs Fix missing tooltip and ARIA labels for accessibility Add info on using self-signed certs with Registry Actually clean gitlab-test path when TestEnv.set_repo_refs fails Introduce optimistic locking support via optional parameter last_commit_id on File Update API Move issuable bulk edit form into a new sidebar. Add PowerShell to CI variable docs Responsive environment tables Accept a username for User-level Events API Introduce an Events API Update GitLab Pages to v0.4.3 Allow numeric pages domain Remove references to old settings location Resolve "API: Environment info missed" Fix Projects API spec Resolve "When changing project visibility setting, change other dropdowns automatically" Update explanation of job-level variable override to fit example change headings to improve SEO backports changed import logic from pull mirroring feature into CE ...
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-06Merge branch '29271-fix-pages-numeric-domain' into 'master'Grzegorz Bizon
Allow numeric pages domain Closes #29271 See merge request !11927
2017-06-06Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin
2017-06-06Introduce an Events APIMark Fletcher
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
2017-06-06Allow numeric pages domainDrew Blessing
Previously, `PagesDomain` would not allow a domain such as 123.example.com. With this change, this is now allowed, because it is a perfectly valid domain.
2017-06-06Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan
backports changed import logic from pull mirroring feature into CE See merge request !11850
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2017-06-05Merge branch '28694-hard-delete-user-from-admin-panel' into 'master'Douwe Maan
Allow users to be hard-deleted from the admin panel Closes #28694 See merge request !11874
2017-06-05Merge branch 'jej-backport-protected-tag-ee-role-refactorings' into 'master'Tim Zallmann
Backport EE refactorings for Protected Tag EE-only functionality See merge request !11125
2017-06-05Merge branch '33154-permissions-for-project-labels-and-group-labels' into ↵Douwe Maan
'master' Resolve "Permissions for project labels and group labels" Closes #33154 See merge request !11876
2017-06-05Refactor the DeleteUserWorkerNick Thomas
2017-06-05Allow group reporters to manage group labelsSean McGivern
Previously, only group masters could do this. However, project reporters can manage project labels, so there doesn't seem to be any need to restrict group labels further. Also, save a query or two by getting a single GroupMember object to find out if the user is a master or not.