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-05-04Fix the redirection of workflow/protected_branches.mddocs/fix-redirectAchilleas Pipinellis
For https://gitlab.com/gitlab-org/gitlab-ce/issues/46061
2018-05-04Merge branch ↵Rémy Coutable
'inform-the-user-when-there-are-no-project-import-options-available' into 'master' Inform the user when there are no project import options available Closes #45987 See merge request gitlab-org/gitlab-ce!18716
2018-05-04Merge branch 'winh-vue-templates-docs' into 'master'Filipa Lacerda
Clarify location of Vue templates See merge request gitlab-org/gitlab-ce!18733
2018-05-04Merge branch '36762-reconcile-project-templates-with-auto-devops' into 'master'Kamil Trzciński
Resolve "Reconcile project templates with Auto DevOps" Closes #36762 See merge request gitlab-org/gitlab-ce!18737
2018-05-04Resolve "Reconcile project templates with Auto DevOps"Fabio Busatto
2018-05-04Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński
Shared CI runners for groups See merge request gitlab-org/gitlab-ce!9646
2018-05-04Move import project pane to a separate partialGeorge Tsiolis
2018-05-04Merge branch 'rs-remove-admin-user-badge-counts' into 'master'Douwe Maan
Perform a limited count for the badge counts for tabs in the Users admin area Closes #33927 See merge request gitlab-org/gitlab-ce!18661
2018-05-04Inform the user when there are no project import options availableGeorge Tsiolis
2018-05-04Clarify location of Vue templatesWinnie Hellmann
2018-05-04Make add_index_to_namespaces_runners_token migration reversibleDylan Griffith
2018-05-04Merge branch 'pravi/gitlab-ce-update-grape-entity' into 'master'Stan Hu
Update grape-entity 0.6.0 -> 0.7.1 See merge request gitlab-org/gitlab-ce!18720
2018-05-04Merge branch ↵Clement Ho
'break-issue-title-for-board-card-title-and-issueable-header-text' into 'master' Break issue title for board card title and issuable header text Closes #45940 See merge request gitlab-org/gitlab-ce!18674
2018-05-03Merge branch 'add-loading-icon-padding-for-pipeline-environments' into 'master'Tim Zallmann
Add loading icon padding for pipeline environments See merge request gitlab-org/gitlab-ce!18631
2018-05-03Merge branch 'move-time-tracking-spent-only-pane-vue-component' into 'master'Phil Hughes
Move TimeTrackingSpentOnlyPane vue component See merge request gitlab-org/gitlab-ce!18710
2018-05-03Merge branch 'add-padding-to-profile-description' into 'master'Phil Hughes
Add padding to profile description Closes #35727 See merge request gitlab-org/gitlab-ce!18663
2018-05-03Merge branch 'ide-tree-changes-count' into 'master'Filipa Lacerda
Added changes count to web IDE folder See merge request gitlab-org/gitlab-ce!18452
2018-05-03Merge branch 'change-docs-license' into 'master'Rémy Coutable
Change the docs license to CC BY-SA See merge request gitlab-org/gitlab-ce!18718
2018-05-03Merge branch 'update-omniauth-github' into 'master'Rémy Coutable
update omniauth-github ~> 1.1.1 to ~> 1.3 See merge request gitlab-org/gitlab-ce!18668
2018-05-03Fix lambda arguments in Grape entitiesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-03Update grape-entity 0.6.0 -> 0.7.1Pirate Praveen
2018-05-03Fix constants in backfill_runner_type_for_ci_runners_post_migrate.rbDylan Griffith
2018-05-03Use limited_counter_with_delimiter in the admin user list tabsRobert Speicher
This drastically reduces page load times at gitlab.com scale.
2018-05-03Remove a warning from spec/features/admin/admin_users_spec.rbRobert Speicher
2018-05-03Use smallint for runner_type since its an enumDylan Griffith
2018-05-03Dont remove duplicates in Runner.owned_or_shared since its not necessaryDylan Griffith
2018-05-03Change the docs license to CC BY-SAAchilleas Pipinellis
As discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/42891
2018-05-03Remove unnecessary disable transaction in add_ci_runner_namespacesDylan Griffith
2018-05-03Split migration to add and index namespaces.runners_tokenDylan Griffith
2018-05-03Merge branch 'bw-add-console-message' into 'master'Robert Speicher
Output some useful information when running the rails console See merge request gitlab-org/gitlab-ce!18697
2018-05-03Output some useful information when running the rails consoleBrett Walker
2018-05-03Revert "Use factory in specs for ProjectCiCdSettings"Dylan Griffith
This reverts commit bf790c26c58e214c27132e7a54fdf4a4cc77bdaf.
2018-05-03Merge branch '45970-additional-signout-needed' into 'master'Douwe Maan
Ensure that spec/features/issues/user_uses_slash_commands_spec tests run locally Closes #45970 See merge request gitlab-org/gitlab-ce!18713
2018-05-03Order builds by id instead of created_at in RegisterJobServiceDylan Griffith
2018-05-03update omniauth-github ~> 1.1.1 to ~> 1.3Pirate Praveen
2018-05-03Fix Project#group_runners_enabled as it was doing nothingDylan Griffith
2018-05-03ensure users are signed out properly in user_uses_slash_commands_spec.rbLukas Eipert
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45970
2018-05-03Merge branch '5480-sidebar-subscription-event-handling' into 'master'Phil Hughes
Platform: Use component to emit event on Subscription toggle component instead of eventHub See merge request gitlab-org/gitlab-ce!18703
2018-05-03Use factory in specs for ProjectCiCdSettingsDylan Griffith
2018-05-03Add padding to profile descriptionGeorge Tsiolis
2018-05-03Merge branch 'update-devise' into 'master'Douwe Maan
update devise 4.2 -> 4.4 See merge request gitlab-org/gitlab-ce!18667
2018-05-03Emit `toggleSidebar` event on component when icon is clickedKushal Pandya
2018-05-03Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-03Emit `toggleSubscription`, `toggleSidebar` events on componentKushal Pandya
2018-05-03update devise 4.2 -> 4.4Pirate Praveen
2018-05-03Move TimeTrackingSpentOnlyPane vue componentGeorge Tsiolis
2018-05-03Merge branch 'blackst0ne-rails5-fix-trusted-proxies' into 'master'Rémy Coutable
[Rails5] Fix trusted proxies See merge request gitlab-org/gitlab-ce!18705
2018-05-03Merge branch 'blackst0ne-remove-spinach-group-active-tab-feature' into 'master'Rémy Coutable
CE port of "Remove `features/group_active_tab.feature`" See merge request gitlab-org/gitlab-ce!18706
2018-05-03Extract constants in ↵Dylan Griffith
20180430143705_backfill_runner_type_for_ci_runners_post_migrate
2018-05-03Add comment in _runner.html.haml about hacky runner type checkDylan Griffith