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-09-12Fixed tests and classes based on review comments66986-milestone-release-many-to-manyEtienne Baqué
Updated Release services spec files. Fixed Post-migration file. Removed obsolete comments. Fixed coding style in spec files.
2019-09-12Updated Release API docsEtienne Baqué
Updated 'milestone' param to 'milestones'. Updated payload examples accordingly.
2019-09-12Added and fixed tests releated to Release servicesEtienne Baqué
Added tests for Create and Update release services. Fixed DestroyService release rspec test.
2019-09-12Moved migration to post_migrate folderEtienne Baqué
2019-09-12Added change log fileEtienne Baqué
2019-09-12Switched to many-to-many relationshipEtienne Baqué
Updated models to set up the new relationship. Updated spec files and fixtures as well.
2019-09-12Removed id column from milestone_releasesEtienne Baqué
Added migration to remove id column from table. Removed uniqueness validation on MilestoneRelease since the index over the two foreign_key plays the same role.
2019-09-12Set up has_many relation on Milestone and ReleaseEtienne Baqué
Updated Release model and its spec file. Updated Milestone model and its spec file.
2019-09-11Merge branch '14671-analytics-feature-flags' into 'master'Thong Kuah
Update feature flag name for Cycle Analytics See merge request gitlab-org/gitlab-ce!32641
2019-09-11Update feature flag name for Cycle AnalyticsAdam Hegyi
https://gitlab.com/gitlab-org/gitlab-ee/issues/14671
2019-09-11Merge branch '67248-snippet-title-whitespace' into 'master'Annabel Dunstone Gray
Resolve "Snippet title whitespace" Closes #67248 See merge request gitlab-org/gitlab-ce!32877
2019-09-11Add bottom margin to snippet titleMarcel van Remmerden
2019-09-11Merge branch 'feature-enhance-pipeline-webhook' into 'master'Mayra Cabrera
Add source and merge_request fields to pipeline event webhook Closes #63338 See merge request gitlab-org/gitlab-ce!32373
2019-09-11Add source and merge_request fields to pipeline event webhookBian Jiaping
2019-09-11Merge branch '9931-github-integration-default-static-status-check-names' ↵Mayra Cabrera
into 'master' Update documentation for GitHub integration See merge request gitlab-org/gitlab-ce!32385
2019-09-11Update documentation for GitHub integrationMarius Bobin
Update docs to reflect the new default behavior for status check names
2019-09-11Merge branch '66637-use-chronic-duration-in-thread-safe-way' into 'master'63778-graphql-add-additional-sort-values-for-issues-and-issuablesKamil Trzciński
Use `ChronicDuration` in a thread-safe way See merge request gitlab-org/gitlab-ce!32817
2019-09-11Use 'gitlab_chronic_duration' gemAleksei Lipniagov
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
2019-09-11Merge branch '26893-ee-fix-scheduled-review-app-needs' into 'master'Rémy Coutable
Fix review pipeline needs blocking scheduled deploys Closes #26893 and gitlab-ee#26893 See merge request gitlab-org/gitlab-ce!32925
2019-09-11Merge branch 'add-missing-render-gfm' into 'master'Mike Greiling
Add missing `render_gfm` import to files See merge request gitlab-org/gitlab-ce!32830
2019-09-11Add missing `render_gfm` import to filesIllya Klymov
2019-09-11Merge branch 'winh-vue-resource-markdown-field' into 'master'Mike Greiling
Replacing vue-resource with axios in Markdown field Closes #61385 See merge request gitlab-org/gitlab-ce!32742
2019-09-11Replacing vue-resource with axios in Markdown fieldWinnie Hellmann
2019-09-11Merge branch '65698-monitor-webpack-dev-server-memory' into 'master'Clement Ho
Add webpack memory test to CI Closes #65698 See merge request gitlab-org/gitlab-ce!31537
2019-09-11Add webpack memory test to CIMike Greiling
2019-09-11Merge branch 'pl-remove-ignored-columns-task' into 'master'Douglas Barbosa Alexandre
Add rake task `db:obsolete_ignored_columns` See merge request gitlab-org/gitlab-ce!32904
2019-09-11Add rake task `db:obsolete_ignored_columns`Peter Leitzen
Show a list of obsolete `ignored_columns`
2019-09-11Merge branch 'countries_option' into 'master'James Lopez
Back port changes for country list Api See merge request gitlab-org/gitlab-ce!32688
2019-09-11Back port changes for country list ApiAishwarya Subramanian
2019-09-11Merge branch 'backport-add-current-user-compare-services-ce' into 'master'Rémy Coutable
Backport changes for 16252 in EE add current_user to report comparison services See merge request gitlab-org/gitlab-ce!32920
2019-09-11Backport changes for 16252 in EE add current_user to report comparison servicesCan Eldem
2019-09-11Merge branch 'add-missing-vuex-use' into 'master'Paul Slaughter
Add missing Vue.use(Vuex) in test See merge request gitlab-org/gitlab-ce!32837
2019-09-11Fix review pipeline needs blocking scheduled deploysKyle Wiebers
2019-09-11Merge branch '64799-disable-transfer-group' into 'master'Clement Ho
Disable "transfer group" button when no parent group is selected Closes #64799 See merge request gitlab-org/gitlab-ce!31387
2019-09-11Disable "transfer group" button when no parent group is selectedJan Beckmann
Refactor project_edit.js to be reusable for this purpose Closes #64799
2019-09-11Merge branch 'docs-ameliabauerly-master-patch-26994' into 'master'Achilleas Pipinellis
Update Prometheus set up steps See merge request gitlab-org/gitlab-ce!32898
2019-09-11Update Prometheus set up stepsAmelia Bauerly
2019-09-11Merge branch '61927-pages-custom-domain-virtual-domain' into 'master'Kamil Trzciński
Add support for custom domains to the Pages internal API See merge request gitlab-org/gitlab-ce!32735
2019-09-11Merge branch 'add-larger-ci-buckets' into 'master'Kamil Trzciński
Add 30 and 60 minute buckets Closes #67218 See merge request gitlab-org/gitlab-ce!32833
2019-09-11Add 30 and 60 minute bucketsElliot Rushton
2019-09-11Merge branch 'migrate_promoted_epics_discussion_ids-ce' into 'master'Nick Thomas
Port CE: Migrate discussion_ids on promoted epics See merge request gitlab-org/gitlab-ce!30810
2019-09-11Change discussion_ids on promoted epics notesAlexandru Croitor
Notes on epics promoted from an issue used to get same discussion_id as the notes from the issue the epic was promoted from, which would cause problems when trying to reply to the epic discussion.
2019-09-11Merge branch '13085-license-information-in-dependency-list-add-docs' into ↵Achilleas Pipinellis
'master' Update docs for added licenses in dependency list See merge request gitlab-org/gitlab-ce!32389
2019-09-11Merge branch 'docs-merge-examples-with-features-2' into 'master'Achilleas Pipinellis
Merge code quality docs together See merge request gitlab-org/gitlab-ce!32737
2019-09-11Merge code quality example config with main docMarcel Amirault
Bring the example config and the main doc together to simplify documentation for code quality
2019-09-11Merge branch 'docs-its-relative-10' into 'master'Achilleas Pipinellis
Change several links to relative See merge request gitlab-org/gitlab-ce!32919
2019-09-11Change links to relativeMarcel Amirault
Make several links, mostly in admin troubleshooting, relative, as is the standard
2019-09-11Merge branch 'do-not-retry-review-jobs-failures' into 'master'Lin Jen-Shin
Don't retry the review-* jobs since they're allowed to fail See merge request gitlab-org/gitlab-ce!32893
2019-09-11Merge branch 'docs-62122-non-member-resolve-unresolve-discussion' into 'master'Marcia Ramos
Update docs for non member unresolving resolved thread See merge request gitlab-org/gitlab-ce!32375
2019-09-11Update docs for non member unresolving resolved threadSamantha Ming