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/app
AgeCommit message (Collapse)Author
2017-06-07Enable Style/DotPosition Rubocop :cop:rubocop/gb/enable-dot-position-cop-leading-styleGrzegorz Bizon
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-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-06-07Merge branch ↵Rémy Coutable
'31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status' into 'master' Resolve "Add a rubocop that forbids `redirect_to` inside a controller `destroy` action without an explicit `status`" Closes #31840 See merge request !11749
2017-06-07Merge branch '31633-animate-issue' into 'master'Phil Hughes
animate adding issue to boards Closes #31633 See merge request !11785
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-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-06-07Merge branch '33380-button-icon' into 'master'Robert Speicher
Remove icon from reset health check token button Closes #33380 See merge request !11956
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2017-06-07Remove icon from reset health check token buttonAnnabel Dunstone Gray
2017-06-07Environment detail viewAnnabel Dunstone Gray
2017-06-06Merge branch '27148-limit-bulk-create-memberships' into 'master'Douwe Maan
Limit non-administrators to adding 100 members at a time to groups and projects Closes #27148 See merge request !11940
2017-06-06Merge branch 'fix_commits_page' into 'master'Filipa Lacerda
Fix duplication of commits header on commits page Closes #13879 See merge request !11006
2017-06-06Merge branch 'single-click-filter' into 'master'Phil Hughes
Change from double click to single click to open dropdown Closes #31757 See merge request !11943
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-06Change from double click to single click to open dropdownClement Ho
2017-06-06Fix missing tooltip and ARIA labels for accessibilityKushal Pandya
2017-06-06Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas
2017-06-06Merge branch '28340-mass-edit-issues-and-mrs-from-sidebar' into 'master'Phil Hughes
Move issuable bulk edit form into a sidebar Closes #28340 See merge request !11351
2017-06-06Fix test failuresZ.J. van de Weg
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-06Merge branch '14707-allow-activity-feed-to-be-accessible-through-api' into ↵Rémy Coutable
'master' Introduce an Events API Closes #14707 See merge request !11755
2017-06-06Move issuable bulk edit form into a new sidebar.Bryce Johnson
2017-06-06Responsive environment tablesAnnabel Dunstone Gray
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-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-06-06Merge branch 'issue-23254' into 'master'Rémy Coutable
Cleanup style of confirmation page See merge request !11774
2017-06-06Merge branch 'sh-fix-typo-user-activity-service' into 'master'Rémy Coutable
Fix typo in user activity debug log message See merge request !11898
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 'mk-fix-git-over-http-rejections' into 'master'Douwe Maan
Fix Git-over-HTTP rejections See merge request !11398
2017-06-05Merge branch 'added_chinese_for_i18n' into 'master'Douwe Maan
Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644
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 ↵Douwe Maan
'32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard' into 'master' Use last_activity_at attr when showing the update date in project listing Closes #32869 See merge request !11896
2017-06-05Merge branch 'dz-fix-submodule-subgroup' into 'master'Douwe Maan
Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906
2017-06-05Allow users to be hard-deleted from the admin user show pageNick Thomas
2017-06-05Allow users to be hard-removed from the admin users list pageNick Thomas
2017-06-05Support hard deletion in Admin::UsersController#destroyNick Thomas
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 to let GitAccess errors bubble upMichael Kozono
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
2017-06-05Refactor to let `GitAccess` check protocol configMichael Kozono
This already works due to previous refactoring.
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05RefactorMichael Kozono
2017-06-05Check disabled commands in GitAccess insteadMichael Kozono
2017-06-05Render GitAccess message if authorizedMichael Kozono
2017-06-05Refactor the DeleteUserWorkerNick Thomas