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
2019-01-07Merge branch 'user-update-head-pipeline-worker-2' into 'master'Grzegorz Bizon
Refactor the logic of updating head pipelines for merge requests See merge request gitlab-org/gitlab-ce!23502
2019-01-07Merge branch 'mk/geo-deprecate-legacy-storage-ce' into 'master'Nick Thomas
Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
2019-01-07Merge branch '54311-fix-board-add-label' into 'master'Kushal Pandya
Fix error when creating labels in a new issue in the boards page Closes #54311 See merge request gitlab-org/gitlab-ce!24039
2019-01-07Merge branch '54981-extended-user-centric-tooltips-add-missing-cases' into ↵Kushal Pandya
'master' Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
2019-01-07Merge branch 'docs/new-verbs-section-styleguide' into 'master'Marcia Ramos
Increase consistency of documentation suite with more guidance See merge request gitlab-org/gitlab-ce!22249
2019-01-07Removed discard comment buttonConstance Okoghenun
Removed the button and associated tests form notes on Issues and Merge request page.
2019-01-07Merge branch 'depracated-migration-inheritance' into 'master'Rémy Coutable
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines See merge request gitlab-org/gitlab-ce!24167
2019-01-07Merge branch 'sh-fix-issue-55914' into 'master'Rémy Coutable
Fix Bitbucket Server import only including first 25 pull requests Closes #55914 See merge request gitlab-org/gitlab-ce!24178
2019-01-07Merge branch '55670-remove-app-views-shared-issuable-_filter-html-haml' into ↵Rémy Coutable
'master' Remove app/views/shared/issuable/_filter.html.haml Closes #55670 See merge request gitlab-org/gitlab-ce!24008
2019-01-07Merge branch 'exit-error-if-job-waited-fails' into 'master'Rémy Coutable
Exit `wait_for_job_to_be_done` as error if the job fails See merge request gitlab-org/gitlab-ce!23997
2019-01-07Apply suggestion to doc/topics/autodevops/index.mdThong Kuah
2019-01-07Apply suggestion to doc/ci/variables/README.mdThong Kuah
2019-01-07Changed failing karma specPhil Hughes
2019-01-07Merge branch ↵Filipa Lacerda
'54142-pages-in-project-s-permission-should-be-named-pages-access-control' into 'master' Resolve "Pages in project's permissions settings should be named Pages access control" Closes #54142 See merge request gitlab-org/gitlab-ce!23146
2019-01-07Dryed code in commit_item by adding another computed propTim Zallmann
2019-01-07Fix QA spec sharing project in the wrong contextThong Kuah
In CE we can only have one cluster per project, so create a new project for each case of rbac disabled and enabled.
2019-01-07Merge branch 'include-project' into 'master'Grzegorz Bizon
Allow to include another project files Closes #53903 See merge request gitlab-org/gitlab-ce!24101
2019-01-07Merge branch 'ee1979-css' into 'master'Kushal Pandya
Update common CSS for MR approvals See merge request gitlab-org/gitlab-ce!24141
2019-01-07Dedupe vue dependencyLukas Eipert
2019-01-07Merge branch 'ee1979-user-avatar-list-component' into 'master'Kushal Pandya
Create shared user-avatar-list component See merge request gitlab-org/gitlab-ce!24139
2019-01-07Added handleKeySubmit method to match EENatalia Tepluhina
2019-01-07Merge branch 'suggestion-dashes' into 'master'Kushal Pandya
Fixes diff sugestions removing dashes from diff Closes #55634 See merge request gitlab-org/gitlab-ce!23994
2019-01-07Merge branch 'fl-releases-fix-author' into 'master'Kushal Pandya
Fixes if case to render author info in releases See merge request gitlab-org/gitlab-ce!23989
2019-01-07Allow to include files from another projectsKamil Trzciński
This adds `project:, file:, ref:` specification support.
2019-01-07Merge branch '29951-add-question-mark' into 'master'Kushal Pandya
Add help icon next to private email Closes #29951 See merge request gitlab-org/gitlab-ce!24179
2019-01-07Merge branch 'ac-releases-api-with-assets-update-delete-links' into 'master'Kamil Trzciński
Support CURD operation for individual asset links in Release API See merge request gitlab-org/gitlab-ce!24100
2019-01-07Add help icon next to private emailRajat Jain
2019-01-07Fix Bitbucket Server import only including first 25 pull requestsStan Hu
The change to paginate repos in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22825 caused the paginator to stop after 25 pull requests because the limit was set to 25 if none was defined. To fix this, we should only stop if the limit has actually been set and use the limit parameter to determine the maximum number of items to process per page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55914
2019-01-07Add tests for Release Link APIShinya Maeda
Add tests for the API and add a couple of tests Add revert revert
2019-01-07Add API for release asset linksShinya Maeda
Authorize against release not project
2019-01-07Add API topic templateEvan Read
2019-01-07Implement some review commentsEvan Read
Also: - Slight restructure. - Some Markdown improvements.
2019-01-07Add new styleguide sections for verbsEvan Read
Also fixes spelling, and makes the Markdown style more consistent.
2019-01-07Remove caching of CSV fileHeinrich Lee Yu
Load whole file in memory to simplify code
2019-01-07Improve email messagesHeinrich Lee Yu
Also refactored cleanup view to use the same localized string
2019-01-07Refactor upload service to return uploaderHeinrich Lee Yu
Also changes old calls to the service
2019-01-07Add CSV Import documentationHeinrich Lee Yu
Document importing of CSVs with format information and sample data
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2019-01-07Add Import CSV FrontendHeinrich Lee Yu
Added button and modal to accept CSV file for uploading
2019-01-07CE backport for `reference` in gfm_autocompleteHeinrich Lee Yu
Currently not used by any CE code
2019-01-07Merge branch 'docs/autodevops-buildpacks' into 'master'Evan Read
Clarify needed app files for Auto Build to work Closes #45279 See merge request gitlab-org/gitlab-ce!23980
2019-01-07Merge branch 'docs/fake-token-no-more' into 'master'Evan Read
Do not use tokens that look like tokens in docs Closes #38064 See merge request gitlab-org/gitlab-ce!24044
2019-01-07Merge branch 'docs/no-doctoc' into 'master'Sid Sijbrandij
Remove unnecessary TOC from file See merge request gitlab-org/gitlab-ce!24175
2019-01-07Remove unnecessary TOC from fileEvan Read
2019-01-07Note that multiline variables are not supportedThong Kuah
2019-01-07Document Auto DevOps secret variablesThong Kuah
Cross link from GitLab CI variable doc too Add note about running pods and updating secrets without any code change
2019-01-06Merge branch 'move-settings-oprations-to-ce' into 'master'Kamil Trzciński
Move Settings Operations controller to CE See merge request gitlab-org/gitlab-ce!24147
2019-01-06Fixed Data Attribute TestTim Zallmann
2019-01-06Move settings operations controller from EE to CEPeter Leitzen
This commit prepares the structure for the upcoming feature error tracking.
2019-01-06Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon
Use BuildMetadata to store build configuration in JSONB form See merge request gitlab-org/gitlab-ce!21499