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-04-30Use GitLab Pages v0.9.1Nick Thomas
2018-04-30Merge branch 'docs-review-home' into 'master'Achilleas Pipinellis
Docs: review product categories in doc/README Closes #45496 See merge request gitlab-org/gitlab-ce!18517
2018-04-30Docs: review product categories in doc/READMEMarcia Ramos
2018-04-30Merge branch 'zj-remove-repo-path-remote-repository' into 'master'Douwe Maan
Remove legacy storage path call See merge request gitlab-org/gitlab-ce!18598
2018-04-30Merge branch 'patch-28' into 'master'Achilleas Pipinellis
Update index.md See merge request gitlab-org/gitlab-ce!18450
2018-04-30Update index.mdShinya Maeda
2018-04-30Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'Douwe Maan
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580
2018-04-30Merge branch 'docs-update-pages-for-newbies-ce' into 'master'Achilleas Pipinellis
Docs: update Pages for newbies See merge request gitlab-org/gitlab-ce!18629
2018-04-30Docs: update Pages for newbiesMarcia Ramos
2018-04-30Merge branch '45572-members-invitations-scheduled-before-commit' into 'master'Douwe Maan
Resolve "Members invitations scheduled before commit" Closes #45572 See merge request gitlab-org/gitlab-ce!18538
2018-04-30Merge branch 'move-notification-service-calls-to-sidekiq' into 'master'Douwe Maan
Move NotificationService calls to Sidekiq Closes #43106 See merge request gitlab-org/gitlab-ce!18535
2018-04-30Remove legacy storage path callZeger-Jan van de Weg
Storage shards should only be used, the exact paths are the responsibilty of Gitaly. This will create deprecation warning, and in this instance the path is initialized, but never used so it could be removed.
2018-04-29Merge branch 'jramsay-44880-filter-pipelines-by-sha' into 'master'Kamil Trzciński
Add sha filter to list pipelines Closes #44880 See merge request gitlab-org/gitlab-ce!18125
2018-04-27Merge branch 'fix-uploads-in-gitlab.yml' into 'master'Kamil Trzciński
Fix example config miss-alignment in uploads.object_store.connection Closes gitlab-development-kit#342 See merge request gitlab-org/gitlab-ce!18622
2018-04-27Merge branch '45561-document-xip-io-for-ingress-dns' into 'master'Marcia Ramos
Resolve "Add how to use nip.io to Auto DevOps and Kubernetes documentation" Closes #45561 See merge request gitlab-org/gitlab-ce!18494
2018-04-27Resolve "Add how to use nip.io to Auto DevOps and Kubernetes documentation"Dylan Griffith
2018-04-27Merge branch 'remove-ide-upload-spec' into 'master'Stan Hu
Remove IDE image upload spec Closes #45045 See merge request gitlab-org/gitlab-ce!18617
2018-04-27Fix example config miss-alignment in uploads.object_store.connectionAlessio Caiazza
2018-04-27Remove IDE image upload specPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45045
2018-04-27Merge branch 'jivl-revert-system-notes-can-be-confusing' into 'master'Nick Thomas
Remove comma from the time system notes See merge request gitlab-org/gitlab-ce!18593
2018-04-27Merge branch 'zj-repository-exist-mandatory' into 'master'Nick Thomas
Repository#exists? can only be queried with Gitaly Closes gitaly#314 See merge request gitlab-org/gitlab-ce!18567
2018-04-27Merge branch 'qa-remove-js-lint-report' into 'master'Grzegorz Bizon
Don't run JS lint report for QA See merge request gitlab-org/gitlab-ce!18621
2018-04-27Merge branch 'pages-admin-ping' into 'master'Grzegorz Bizon
Add gitlab-pages admin ping rake task See merge request gitlab-org/gitlab-ce!18372
2018-04-27Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)
2018-04-27Don't run JS lint for QA eitherLin Jen-Shin
2018-04-27Merge branch 'qa-remove-unneeded-jobs' into 'master'Grzegorz Bizon
Skip db related tests for QA See merge request gitlab-org/gitlab-ce!18618
2018-04-27Merge branch 'qa-fix-protected-branches-test-ce' into 'master'Grzegorz Bizon
CE: Fix QA protected branches tests See merge request gitlab-org/gitlab-ce!18585
2018-04-27Add sha filter to list pipelinesJames Ramsay
To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
2018-04-27Introduce dedicated-no-docs-and-no-qa-pull-cache-jobLin Jen-Shin
and skip db related jobs for QA branches
2018-04-27Merge branch 'qa-fix-static-analysis-jobs' into 'master'Grzegorz Bizon
Fix rubocop offense and enable jobs for qa See merge request gitlab-org/gitlab-ce!18613
2018-04-27Wait for page load so we're not getting stale elementsLin Jen-Shin
while producing products. Basically an attempt to fix: https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/65016456 Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: element is not attached to the page document in: ``` ruby product :name do Page::Project::Settings::Repository.act do expand_protected_branches(&:last_branch_name) end end ```
2018-04-27Merge branch 'typos' into 'master'Rémy Coutable
Fixed typos See merge request gitlab-org/gitlab-ce!18432
2018-04-27Fixed typosPascal Borreli
2018-04-27Fix rubocop offense and enable jobs for qaLin Jen-Shin
We could revisit which we don't want to run in qa.
2018-04-27Merge branch 'ee-5514-fix-epic-collapsed-sidebar-label-click' into 'master'Filipa Lacerda
CE Backport: Reveal labels dropdown when labels icon is clicked on collapsed Epic sidebar See merge request gitlab-org/gitlab-ce!18611
2018-04-27Merge branch 'qa-add-more-key-tests' into 'master'Grzegorz Bizon
Add more QA SSH key tests Closes gitlab-qa#183 See merge request gitlab-org/gitlab-ce!17662
2018-04-27Export class as defaultKushal Pandya
2018-04-27Merge branch 'winh-clear-interval-merge-request-failed' into 'master'Clement Ho
Clear refresh interval when MRWidgetFailedToMerge component is destroyed See merge request gitlab-org/gitlab-ce!18600
2018-04-27Clear refresh interval when MRWidgetFailedToMerge component is destroyedWinnie Hellmann
2018-04-26Merge branch 'winh-dashboard-any-milestone' into 'master'Phil Hughes
Reset milestone filter when clicking "Any Milestone" in dashboard Closes #45295 See merge request gitlab-org/gitlab-ce!18531
2018-04-26Reset milestone filter when clicking "Any Milestone" in dashboardWinnie Hellmann
2018-04-26Merge branch 'pravi/gitlab-ce-remove-vendored-peek' into 'master'Sean McGivern
Remove `peek-performance_bar` from the performance bar See merge request gitlab-org/gitlab-ce!18597
2018-04-26Merge branch 'docs/edge-label-to-quality' into 'master'Rémy Coutable
Rename the Edge label to Quality See merge request gitlab-org/gitlab-ce!18457
2018-04-26Rename the Edge label to QualityRémy Coutable
2018-04-26Merge branch 'delete-object-state-models' into 'master'Sean McGivern
Delete object_state_models.md See merge request gitlab-org/gitlab-ce!18588
2018-04-26Merge branch 'fix-calendar' into 'master'Mike Greiling
Fix calendar day position See merge request gitlab-org/gitlab-ce!18516
2018-04-26Fix calendar day positionClement Ho
2018-04-26Adds spec for omni_auth jwt strategyTiago Botelho
2018-04-26Merge branch 'restore-size-and-position-for-fork-icon' into 'master'Rémy Coutable
Restore size and position for fork icon See merge request gitlab-org/gitlab-ce!18449
2018-04-26Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceNick Thomas