mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +00:00

These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
6 lines
108 B
Ruby
6 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
class NamespaceSerializer < BaseSerializer
|
|
entity NamespaceBasicEntity
|
|
end
|