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-10-04Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon
Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
2017-10-03Add serializer matchersKamil Trzcinski
2017-10-01use LazyImageTagHelper.placeholder_image for blank src base64 imageLuke "Jared" Bennett
2017-09-28Finish _participants view specLuke "Jared" Bennett
2017-09-28Add participants specLuke "Jared" Bennett
2017-09-22Add context tabs to dashboard/projectsPhil Hughes
This allows users to quickly switch between all projects they have access to & there own namespace projects. These tabs also keep the same filtering/search options selected so the user can quickly switch between the two different contexts. Closes #29045
2017-09-19Add specs for warning message shown in Auto DevOps settingsKamil Trzcinski
2017-09-15Fixes milestone issuable assignee URLPhil Hughes
Closes #33124
2017-09-13CE backport of new-sidebar-boardsPhil Hughes
2017-09-12move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin
2017-09-07Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan
Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944
2017-09-07Resolve "Make project and features visibility settings less confusing"Mike Greiling
2017-09-06Refer to “Share with group lock” consistentlyMichael Kozono
2017-09-06Fix “Share lock” help textMichael Kozono
2017-09-06Vary share lock setting UIMichael Kozono
…based on whether the current user owns the parent group and whether the parent group or current group is share locked.
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-05Merge branch ↵Kamil Trzciński
'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
2017-09-04Remove ci_trigger_request_with_variablesShinya Maeda
2017-09-04Fix specShinya Maeda
2017-09-04Revert autheticate! in Trigger APIShinya Maeda
2017-09-04Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon
* master: (469 commits)
2017-08-31Fix only/except policy CI/CD linterGrzegorz Bizon
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
2017-08-15Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-11Add option to disable project export on instanceRobin Bobbitt
2017-08-10take edit note button out of dropdownSimon Knox
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-28Fix 500 error when rendering avatar for deleted project creatorAthar Hameed
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-23Limit the width of commit & snippet comment sectionsPhil Hughes
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'Douwe Maan
Only show 'Edit comment'/'Report as abuse' when user has perms/isnt current_user See merge request !12096
2017-06-19Merge branch '33461-display-user-id' into 'master'Grzegorz Bizon
Display own user id in account settings pages Closes #33461 See merge request !12141
2017-06-16Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett
stubbing them
2017-06-16Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-15Update test to use single quotes and Four-Phase test conventionsRiccardo Padovani
2017-06-15#33641: add spec for profile pageRiccardo Padovani
2017-06-14Implement diff viewersDouwe Maan
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-09Make the revision on the `/help` page clickableToon Claes
For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
Consistent diff and blob size limit names See merge request !11776
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Show last commit for current tree on tree pageDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan