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
2017-11-30fix import order lintmr-vue-noteSimon Knox
2017-11-30remove notes entrypointSimon Knox
2017-11-30move notes app to vue_sharedSimon Knox
2017-11-30rename remaining issue_note componentsSimon Knox
2017-11-30rename notes_appSimon Knox
2017-11-30Merge branch 'psimyn-issue-note-refac' into psimyn-mr-noteSimon Knox
2017-11-29Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
psimyn-issue-note-refac
2017-11-29Merge branch 'backport-border-inline-edit' into 'master'Fatih Acet
Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637
2017-11-29Merge branch 'backport-epic-tasklist' into 'master'Fatih Acet
Backport epic tasklist See merge request gitlab-org/gitlab-ce!15556
2017-11-29Backport epic tasklistClement Ho
2017-11-29Merge branch 'an/gitaly-timeouts' into 'master'Rémy Coutable
Add timeouts for Gitaly calls Closes gitaly#656 See merge request gitlab-org/gitlab-ce!15047
2017-11-29Add timeouts for Gitaly callsAndrew Newdigate
2017-11-29Merge branch 'dm-search-pattern' into 'master'Sean McGivern
Use fuzzy search with minimum length of 3 characters where appropriate Closes #40512 See merge request gitlab-org/gitlab-ce!15592
2017-11-29Merge branch 'remove-empty-scss-file' into 'master'Phil Hughes
Remove empty new-nav.scss See merge request gitlab-org/gitlab-ce!15619
2017-11-29rename issue note serviceSimon Knox
2017-11-29Merge branch 'fix_invalid_new_pipeline_form' into 'master'Filipa Lacerda
initializes the branches dropdown upon invalid entry Closes #40012 See merge request gitlab-org/gitlab-ce!15588
2017-11-29Merge branch '40638-star-icon' into 'master'Clement Ho
Fix star icon color/stroke Closes #40638 See merge request gitlab-org/gitlab-ce!15636
2017-11-28Merge branch 'be-wary-of-typos' into 'master'Stan Hu
I am certainly weary of debugging sidekiq but I don't think that's what was meant See merge request gitlab-org/gitlab-ce!15635
2017-11-28Merge branch ↵Kamil Trzciński
'38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings Closes #38962 See merge request gitlab-org/gitlab-ce!15380
2017-11-28Fix star icon color/strokeAnnabel Dunstone Gray
2017-11-28Backport border inline editClement Ho
2017-11-28Merge branch '40373-fix-issue-note-submit-disabled-on-paste' into 'master'Clement Ho
Fix Issue comment submit button disabled on GFM paste Closes #40373 See merge request gitlab-org/gitlab-ce!15530
2017-11-28Add checkboxes to automatically run AutoDevops pipelineEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28I am certainly weary of debugging sidekiq but I don't think that's what was ↵Greg Stark
meant
2017-11-28Merge branch '40459-svg-icon-fix' into 'master'Annabel Dunstone Gray
Resolve "Issue note icons wrong color" Closes #40459 See merge request gitlab-org/gitlab-ce!15561
2017-11-28Merge branch ↵Rémy Coutable
'40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name' into 'master' Resolve "Merge request generates wrong diff when branch and tag have the same name" Closes #40530 See merge request gitlab-org/gitlab-ce!15591
2017-11-28Ensure MRs always use branch refs for comparisonSean McGivern
If a merge request was created with a branch name that also matched a tag name, we'd generate a comparison to or from the tag respectively, rather than the branch. Merging would still use the branch, of course. To avoid this, ensure that when we get the branch heads, we prepend the reference prefix for branches, which will ensure that we generate the correct comparison.
2017-11-28Fix issue comment submit button disabled on GFM pasteEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373 When copying some text from another note and paste, it goes through `copy_as_gfm` `paste` handler that calls `e.preventDefault()` which stops things. But then when inserting the text, we manually trigger an `input` event with jQuery which doesn't seem to be picked up by Vue `v-model`. Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
2017-11-28Merge branch 'rs-fix-gemfile-lock' into 'master'Yorick Peterse
Lock seed-fu at the correct version in Gemfile.lock See merge request gitlab-org/gitlab-ce!15631
2017-11-28Lock seed-fu at the correct version in Gemfile.lockRobert Speicher
[ci skip]
2017-11-28Merge branch 'zj-controller-action-gitaly-metrics' into 'master'Rémy Coutable
Add controller#action metrics on Gitaly See merge request gitlab-org/gitlab-ce!15244
2017-11-28Add controller#action metrics on GitalyZeger-Jan van de Weg
At this time we had good metrics on what number or requests each GRPC received, but were in the dark what controller#action combination was responsable. Or if Sidekiq was responsable. Now added are call counts per service and rpc matched with controller#action combinations.
2017-11-28Merge branch 'default-values-for-mr-states' into 'master'Sean McGivern
Fix defaults for MR states and merge statuses Closes #40534 See merge request gitlab-org/gitlab-ce!15594
2017-11-28Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas
Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352
2017-11-28Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'Kamil Trzciński
Strip leading & trailing whitespaces in CI/CD secret variable keys See merge request gitlab-org/gitlab-ce!15615
2017-11-28Merge branch 'winh-upgrade-codeclimate' into 'master'Rémy Coutable
Upgrade codeclimate image to latest Closes #40255 See merge request gitlab-org/gitlab-ce!15461
2017-11-28Upgrade codeclimate image to latestWinnie Hellmann
2017-11-28Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński
Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432
2017-11-28Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto
2017-11-28Merge branch 'icon-sizes' into 'master'Tim Zallmann
limit icon component size to valid values See merge request gitlab-org/gitlab-ce!15618
2017-11-28Merge branch '40568-bump-seed-fu-to-2-3-7' into 'master'Rémy Coutable
Upgrade seed-fu to 2.3.7 Closes #40568 See merge request gitlab-org/gitlab-ce!15607
2017-11-28Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński
Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
2017-11-28Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ↵Douwe Maan
'master' Refactor the way we pass `old associations` to issuable's update services Closes #40226 See merge request gitlab-org/gitlab-ce!15542
2017-11-28issueData -> noteableDataSimon Knox
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-28Update documentationTomasz Maczukin
2017-11-28Use 'set' instead of 'let!' when it's possibleTomasz Maczukin
2017-11-28Modify outputTomasz Maczukin
2017-11-28Allow filtering by 'status'Tomasz Maczukin