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-03Merge branch '43745-store-metadata-checksum-for-artifacts' into 'master'Kamil Trzciński
Store sha256 checksum of Metadata in `ci_job_artifacts` table See merge request gitlab-org/gitlab-ce!18149
2018-04-03Merge branch '44902-remove-rake-test-ci' into 'master'Robert Speicher
Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139
2018-04-03Merge branch 'zj-bump-gitaly' into 'master'Sean McGivern
Upgrade Gitaly server verion See merge request gitlab-org/gitlab-ce!18147
2018-04-03Add changelogShinya Maeda
2018-04-03Use gitlab_environment because we need:Lin Jen-Shin
* ask_to_continue * Gitlab::TaskAbortedByUserError
2018-04-03Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne
2018-04-03Upgrade Gitaly server verionZeger-Jan van de Weg
icu4c had another version bump, which broken compilation of the native extensions of charlock_holmes. Gitaly has upgraded the gem version, and with this made installation against the new lib version, 61.1, available again.
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-04-03Merge branch 'sh-move-sidekiq-exporter-logs' into 'master'Sean McGivern
Move Sidekiq exporter logs to log/sidekiq_exporter.log See merge request gitlab-org/gitlab-ce!18127
2018-04-03Remove test_ci rake taskTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-04-02Merge branch '44878-update-brakeman-3.6.1-to-4.2.1' into 'master'Robert Speicher
Update brakeman to 4.2.1 Closes #44878 See merge request gitlab-org/gitlab-ce!18122
2018-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order to support structured logging in Sidekiq, we either need to split this data out or convert the exporter to produce structured logs. Since Sidekiq job processing is fundamentally different information from Web server traffic, it seems cleaner to move the metrics traffic into a separate file, where they can be parsed by a different filter if needed. Relates to #20060
2018-04-02Merge branch '44776-fix-upload-migrate-fails-for-group' into 'master'Sean McGivern
Resolve "Migrate upload task fails for Groups" Closes #44776 See merge request gitlab-org/gitlab-ce!18088
2018-04-02add changelogMicaël Bergeron
2018-04-02Merge branch 'blackst0ne-bump-html-pipeline-gem' into 'master'Sean McGivern
Bump html-pipeline to 2.7.1 Closes #24039 See merge request gitlab-org/gitlab-ce!18132
2018-04-02Bump html-pipeline to 2.7.1blackst0ne
2018-04-02Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński
Pipeline variables expression in only/except configuration Closes #37397 See merge request gitlab-org/gitlab-ce!17316
2018-04-02Merge branch '44291-usage-ping-for-kubernetes-integration' into 'master'Kamil Trzciński
Resolve "Usage ping for Kubernetes integration" Closes #44291 See merge request gitlab-org/gitlab-ce!17922
2018-04-01Update brakeman 3.6.1 to 4.2.1Takuya Noguchi
2018-03-30Extend API for exporting a project with direct upload URLFrancisco Javier López
2018-03-30Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern
Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
2018-03-30Add changelog entryBalasankar "Balu" C
2018-03-30Merge branch 'sh-cleanup-pages-worker' into 'master'Nick Thomas
Free open file descriptors and libgit2 buffers in UpdatePagesService See merge request gitlab-org/gitlab-ce!18099
2018-03-30Merge branch '44774-migrate-upload-task-fails-for-upload-with-store-nil' ↵Sean McGivern
into 'master' Resolve "Migrate upload task fails for Upload with `store: nil`" Closes #44774 See merge request gitlab-org/gitlab-ce!18082
2018-03-30Merge branch 'fix/projects-no-repository-placeholder' into 'master'Rémy Coutable
Update no repository placeholder See merge request gitlab-org/gitlab-ce!17964
2018-03-30Merge branch 'ac/pages-port' into 'master'Nick Thomas
Add gitlab-pages port number to artifacts links, if needed Closes #44398 See merge request gitlab-org/gitlab-ce!18073
2018-03-30Merge branch 'add-milestone-path-to-dashboard-milestones-breadcrumb-link' ↵Rémy Coutable
into 'master' Update dashboard milestones breadcrumb link See merge request gitlab-org/gitlab-ce!17933
2018-03-30Free open file descriptors and libgit2 buffers in UpdatePagesServiceStan Hu
In UpdatePagesService, we were seeing a large number of open pack files in production. Calling Project#cleanup removes a reference to Rugged::Repository and forces libgit2 to close file descriptors and free its internal memory cache. Relates to https://gitlab.com/gitlab-com/infrastructure/issues/3965#note_65837525
2018-03-30add changelogMicaël Bergeron
2018-03-29Merge branch 'master' into 44291-usage-ping-for-kubernetes-integrationMatija Čupić
2018-03-29Merge branch 'brancho/gitlab-ce-Link_to_project_labels_page' into 'master'Sean McGivern
Always display Labels section in issuable sidebar, even when the project has no labels Closes #23472 See merge request gitlab-org/gitlab-ce!18081
2018-03-29Merge branch 'escape-autocomplete-values-for-markdown' into 'master'Phil Hughes
Escape autocomplete results for Markdown See merge request gitlab-org/gitlab-ce!18051
2018-03-29Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza
2018-03-29Escape autocomplete results for MarkdownSean McGivern
A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
2018-03-29Always display Labels section in issuable sidebar, even when the project has ↵Branka Martinovic
no labels Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-29Update CHANGELOG.md for 10.6.2Filipa Lacerda
[ci skip]
2018-03-29Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon
Conflicts: app/models/ci/build.rb
2018-03-29Merge branch 'fix/gb/fix-background-pipeline-stages-migration' into 'master'Kamil Trzciński
Fix background pipeline stages migration Closes #44135 See merge request gitlab-org/gitlab-ce!18076
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-29Merge branch 'ac/fix-use_file-race' into 'master'Kamil Trzciński
ObjectStorage#use_file should respect exclusive lease Closes gitlab-com/infrastructure#3874 See merge request gitlab-org/gitlab-ce!18052
2018-03-29Add changelog entry for pipeline stages migration fixGrzegorz Bizon
2018-03-29Merge branch 'jivl-change-copy-text-promote-milestones-labels' into 'master'Sean McGivern
Fix promoting labels and milestones copy text Closes #44208 See merge request gitlab-org/gitlab-ce!17726
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
Ensure hooks run when a deploy key without a user pushes Closes #44317 See merge request gitlab-org/gitlab-ce!18057
2018-03-29Merge branch 'add-canary-favicon' into 'master'Sean McGivern
Add canary favicon See merge request gitlab-org/gitlab-ce!12477
2018-03-29Add Gitlab::ExclusiveLease to ObjectStorage#use_fileAlessio Caiazza
2018-03-29Merge branch '44717-no-resolve-issue' into 'master'Fatih Acet
Resolve "There should not be a jump discussion button on issues" Closes #44717 See merge request gitlab-org/gitlab-ce!18034
2018-03-28Add CHANGELOGJose Ivan Vargas
2018-03-28Merge branch 'contribute/registry-after-cicd' into 'master'Filipa Lacerda
Move 'Registry' after 'CI/CD' navigation item See merge request gitlab-org/gitlab-ce!18018
2018-03-28Merge branch 'ide-file-row-hover-style' into 'master'Filipa Lacerda
Added row hover styles to IDE file list Closes #44293 See merge request gitlab-org/gitlab-ce!17906
2018-03-28Add changelogDouwe Maan