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
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-29Add latest changes from gitlab-org/security/gitlab@13-1-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Update GitHub CI/CD import page to use PAT onlyScott Hampton
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
2019-08-12Add filter param sanitizationGeorge Koltsov
2019-08-12Add changelog entryGeorge Koltsov
2019-08-12Add BitBucketServerImport project filteringGeorge Koltsov
2019-05-31Setup Phabricator importBob Van Landuyt
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
2019-05-28Merged changes from masterDavid Planella
2019-05-21Resolve CE/EE diffs in import githubLuke Bennett
Part of single codebase changes.
2019-04-24Use Gitea logo for importerMatti R
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
These are frontend 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.
2019-01-29Fix Bitbucket Server import not allowing personal projectsStan Hu
Bitbucket Server places personal projects in a namespace called `~username`. This change allows those projects and also strips them from the GitLab namespace. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53419
2018-12-16Fix leading whitespace in translatable stringDavid Planella
2018-11-27Removes all the irrelevant import related code and columnsTiago Botelho
Clears the import related columns and code from the Project model over to the ProjectImportState model
2018-11-07Paginate Bitbucket Server importer projectsStan Hu
To prevent delays in loading the page and reduce memory usage, limit the number of projects shown at 25 per page. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
2018-09-27Merge branch ↵Stan Hu
'51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name' into 'master' Resolve "Add new project via import by URL auto populates slug but not project name" Closes #51522 See merge request gitlab-org/gitlab-ce!21770
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-17Removes the 'required' attribute from the 'project name' fieldMartin Wortschack
2018-09-08Resolve "Create new project: Re-add project name field"Martin Wortschack
2018-08-24Use slugs for default project path and sanitize names before importStan Hu
Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
2018-08-03Remove modal and standardize capsStan Hu
2018-08-03Use prepend to add margins to top of tableStan Hu
2018-08-01Assorted Bitbucket Server importer code cleanup based on reviewStan Hu
2018-08-01Improve localization and formatting of Bitbucket Server importer status pageStan Hu
2018-07-31Convert Bitbucket field to password fieldStan Hu
2018-07-31Default to importing to the current project keyStan Hu
2018-07-31Fix default group not being created in dropdown properlyStan Hu
2018-07-27Remove owner from viewStan Hu
2018-07-27Use project key instead of project name for importsStan Hu
2018-07-25Merge branch 'master' into sh-support-bitbucket-server-importStan Hu
2018-07-20Merge branch 'master' into sh-support-bitbucket-server-importStan Hu
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-07-19Link to full URL of import sourceStan Hu
2018-07-18Capitalize `Done` to be consistent with JSStan Hu
2018-07-18Fix icon for import screenStan Hu
2018-07-18Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket ServerStan Hu
2018-07-18Fix specs for Bitbucket ServerStan Hu
2018-07-17Merge branch 'master' into sh-support-bitbucket-server-importStan Hu