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-03-09Merge branch 'sh-add-section-name-index' into 'master'Yorick Peterse
Add index on section_name_id on ci_build_trace_sections table Closes #44008 See merge request gitlab-org/gitlab-ce!17632
2018-03-09Merge branch 'sh-add-missing-acts-as-taggable-indices' into 'master'Yorick Peterse
Adding missing indexes migrations from taggings table Closes #43927 See merge request gitlab-org/gitlab-ce!17563
2018-03-07Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'Douwe Maan
Ensure that OTP backup codes are always invalidated - 10.5 port See merge request gitlab/gitlabhq!2324
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-06Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
Port of ee translations See merge request gitlab-org/gitlab-ce!17526
2018-03-06Merge branch 'sh-dashboard-sort-fix' into 'master'Douwe Maan
Fix project dashboard showing the wrong timestamps Closes #27181 See merge request gitlab-org/gitlab-ce!17504
2018-03-06Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
2018-03-06Merge branch '43924-breadcrumbs-on-project-tags' into 'master'Phil Hughes
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
2018-03-06Merge branch '29130-api-project-export' into 'master'Sean McGivern
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
2018-03-06Remove extra breadcrumb on tagsTakuya Noguchi
2018-03-06Fix Gitaly n+1 in NetworkController#showAndrew Newdigate
2018-03-06Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable
into 'master' Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
2018-03-06Add changelogShinya Maeda
2018-03-06Add overview of branches and a filter for active/stale branchesTakuya Noguchi
2018-03-06Merge branch 'fix/sm/fix_pages_worker' into 'master'Kamil Trzciński
Reload stable object to prevent erase artifacts with old state (Ver 2) Closes #43641 See merge request gitlab-org/gitlab-ce!17522
2018-03-06So that it's consistent with other entries and EELin Jen-Shin
2018-03-06Fix typo in changelogShinya Maeda
2018-03-06Merge branch '38587-pipelines-empty-state' into 'master'Phil Hughes
Resolve "Pipelines view should handle empty state and buttons properly" Closes #38587 See merge request gitlab-org/gitlab-ce!17433
2018-03-06Merge branch 'feature/sm/add-check-sum-to-job-artifacts' into 'master'Kamil Trzciński
Add checksum to ci_job_artifacts Closes #43599 See merge request gitlab-org/gitlab-ce!17354
2018-03-06Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera
2018-03-06Change column to file_sha256. Add test. Add changelogShinya Maeda
2018-03-06Add changelogShinya Maeda
2018-03-06Fix project dashboard showing the wrong timestampsStan Hu
Use the max of the `last_activity_at` and `last_repository_updated_at` columns. The latter is updated only when a push happens, but the former is updated whenever any activity (e.g. issue creation) happens. Closes #27181
2018-03-06Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher
Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
2018-03-06Make oauth provider login genericHoratiu Eugen Vlad
2018-03-06Merge branch 'sh-cleanup-after-git-gc' into 'master'Robert Speicher
Release libgit2 cache and open file descriptors after `git gc` run See merge request gitlab-org/gitlab-ce!17506
2018-03-06Don't error out in system hook if user has `nil` datetime columnsStan Hu
Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
2018-03-06Merge branch 'issue_31081' into 'master'Douwe Maan
Use host URL to build JIRA remote link icon Closes #31081 See merge request gitlab-org/gitlab-ce!17541
2018-03-05Add Turkish, Filipino and IndonesianBob Van Landuyt
New languages!
2018-03-05Use host URL to build JIRA remote link iconFelipe Artur
2018-03-05Resolve "SSH key add text"Brendan O'Leary 🐢
2018-03-05[ci skip] Merge branch 'master' into 38587-pipelines-empty-stateFilipa Lacerda
* master: (52 commits) Projects and groups badges API Keep a commit around if its sha is present #43691: DiffNotes not counted by ContributionsCalendar Cleanup after adding MR diff's commit_count Fix MR merge commit cross-references to the MR itself Fix n+1 issue by not reloading fully loaded blobs Add "added" type on changelog Use limited count queries also for scoped searches Update changelog Rename quick actions handler Adds updated_at filter to issues and merge_requests API Update API: add search param to branches Add changelog entry LabelsSelect DropdownValueCollapsed Component LabelsSelect DropdownValue Component LabelsSelect DropdownTitle Component LabelsSelect DropdownSearchInput Component LabelsSelect DropdownHiddenInput Component LabelsSelect DropdownHeader Component LabelsSelect DropdownFooter Component ...
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-05Address review commentsFelipe Artur
2018-03-05Merge branch 'kp-label-select-vue' into 'master'Phil Hughes
Port Labels Select dropdown to Vue See merge request gitlab-org/gitlab-ce!17411
2018-03-05Merge branch '41719-mr-title-fix' into 'master'Douwe Maan
Render htmlentities correctly for links not supported by Rinku Closes #41719 See merge request gitlab-org/gitlab-ce!17180
2018-03-05Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable
New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
2018-03-05#43691: DiffNotes not counted by ContributionsCalendarRiccardo Padovani
2018-03-05Merge branch '43837-error-handle-in-updating-milestone-on-issue' into 'master'Jacob Schatz
Loading spinner not stop even on errors in updating Milestone on Issue Closes #43837 See merge request gitlab-org/gitlab-ce!17507
2018-03-05Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern
Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
2018-03-05Add "added" type on changelogOswaldo Ferreira
2018-03-05Use limited count queries also for scoped searchesJan Provaznik
2018-03-05Update changelogOswaldo Ferreira
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-03-05Merge branch '42712_api_branches_add_search_param_20180207' into 'master'Rémy Coutable
Update API: add search param to branches Closes #42712 See merge request gitlab-org/gitlab-ce!17005
2018-03-05Update API: add search param to branchesbunufi
2018-03-05Merge branch 'an/workhorse-3.8.0' into 'master'Rémy Coutable
Upgrade GitLab Workhorse to 3.8.0 for structured logging support See merge request gitlab-org/gitlab-ce!17479
2018-03-05Add changelog entryKushal Pandya
2018-03-05Merge branch '43334-reply-by-email-did-not-pick-up-unsubscribe-quick-action' ↵Rémy Coutable
into 'master' Resolve "Reply-by-email did not pick up /unsubscribe quick action" Closes #43334 See merge request gitlab-org/gitlab-ce!17482
2018-03-05Manage empty states in Pipelines pageFilipa Lacerda
Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI