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
path: root/app
AgeCommit message (Collapse)Author
2018-07-04Merge branch '47040-inconsistent-job-list-in-job-details-view' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Inconsistent job list in job details view" Closes #47040 See merge request gitlab-org/gitlab-ce!20243
2018-07-04Fix parallel diff lines content.Fatih Acet
2018-07-04Improve performance of toggling diff view typeFatih Acet
2018-07-03Merge branch 'sh-add-captcha-prometheus-counters' into 'master'Robert Speicher
Add Prometheus metrics to track reCAPTCHA success/failures See merge request gitlab-org/gitlab-ce!20086
2018-07-03Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu
2018-07-03fix an issue with local filesMicaël Bergeron
2018-07-03add support for file copy on object storageMicaël Bergeron
2018-07-03Merge branch 'web-hooks-log-pagination' into 'master'Douwe Maan
Fixed pagination of web hook logs See merge request gitlab-org/gitlab-ce!20247
2018-07-03Merge branch '48634-header-navbar-line-seperator-is-missing' into 'master'Annabel Gray
Resolve "The header navbar line separator is missing" Closes #48634 See merge request gitlab-org/gitlab-ce!20282
2018-07-03Merge branch 'master' into 'web-hooks-log-pagination'Douwe Maan
# Conflicts: # db/schema.rb
2018-07-03Fixed pagination of web hook logsYorick Peterse
For reasons unknown, the logs of a web hook were paginated in memory. This would result in the "Edit" page of a web hook timing out once it has more than a few thousand log entries. This commit makes the following changes: 1. We use LIMIT/OFFSET to paginate the data, instead of doing this in memory. 2. We limit the logs to the last two days, just like the documentation says (instead of retrieving everything). 3. We change the indexes on "web_hook_logs" so the query to get the data can perform a backwards index scan, without the need for a Filter. These changes combined ensure that Projects::HooksController#edit no longer times out.
2018-07-03Add readme button to non-empty project pageImre Farkas
2018-07-03Merge branch '36907-fix-new-issue-link-from-failed-job' into 'master'Grzegorz Bizon
Resolve "New issue from failed build no longer links to failed build" Closes #36907 See merge request gitlab-org/gitlab-ce!20328
2018-07-03Merge branch 'sh-fix-bamboo-change-set' into 'master'Rémy Coutable
Fix Bamboo CI status not showing for branch plans Closes #1355 See merge request gitlab-org/gitlab-ce!20277
2018-07-03Merge branch 'prune-web-hook-logs' into 'master'Douwe Maan
Prune web hook logs older than one month Closes #46120 See merge request gitlab-org/gitlab-ce!20183
2018-07-03Fix link to job when creating a new issue from a failed jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-02Resolve "Extract EE specific files/lines for app/views/shared/boards/components"Constance Okoghenun
2018-07-02Update left side nav border UIAndreas Kämmerle
2018-07-02Merge branch 'add-title-placeholder-for-new-issues' into 'master'Annabel Gray
Add title placeholder for new issues Closes #48085 See merge request gitlab-org/gitlab-ce!20271
2018-07-02Fixed last commit author link is blue regressionConstance Okoghenun
2018-07-02Merge branch 'update-external-link-icon-in-merge-request-widget' into 'master'Phil Hughes
Update external link icon in merge request widget See merge request gitlab-org/gitlab-ce!20154
2018-07-02Merge branch ↵Nick Thomas
'6195-http-git-push-to-secondary-for-git-lfs-currently-does-not-work' into 'master' Prep work to support git/git-lfs redirect to primary See merge request gitlab-org/gitlab-ce!19728
2018-07-02Merge branch 'ce-backport-5605-epic-autocomplete' into 'master'Phil Hughes
CE Backport: Add support for autocompleting Epics within Issues & MRs and Labels within Epics See merge request gitlab-org/gitlab-ce!20238
2018-07-02Merge branch '48653-mr-target-branch-missing' into 'master'Sean McGivern
Fix notify_conflict? raising exception due to absent branches Closes #48653 See merge request gitlab-org/gitlab-ce!20280
2018-07-02Fix notify_conflict? raising exception when branches do not existMark Chao
repository.can_be_merged? can raise error if diff_head_sha or target_branch are absent, therefore check those explicitly.
2018-07-02Prune web hook logs older than 90 daysYorick Peterse
This adds a recurring Sidekiq job that removes up to 50 000 old web hook logs per hour, if they are older than 90 days. This will prevent the web_hook_logs table from growing indefinitely. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
2018-07-02Merge branch 'dm-user-without-projects-performance' into 'master'Yorick Peterse
Improve performance of User.without_projects scope Closes #48577 See merge request gitlab-org/gitlab-ce!20264
2018-07-02Merge branch '39543-milestone-page-list-redesign' into 'master'Fatih Acet
Resolve "Milestone page list redesign" Closes #39543 See merge request gitlab-org/gitlab-ce!19832
2018-07-02Resolve "Cancel automatic merge button gets a bigger height than it should ↵Simon Knox
when content overflows"
2018-07-02Merge branch 'other-label-items-border' into 'master'Fatih Acet
Add border to "other" label items See merge request gitlab-org/gitlab-ce!20250
2018-07-02Add `&` support for epics autocompletionKushal Pandya
2018-07-02Improve performance of User.without_projects scopeDouwe Maan
2018-07-02Merge branch 'fix/gb/make-root-ref-default-instead-of-head' into 'master'Douwe Maan
Use root ref instead of HEAD to find latest repository commit Closes gitlab-ee#5864 See merge request gitlab-org/gitlab-ce!20258
2018-07-02Merge branch '44726-cancel_lease_upon_completion_in_project_cache_worker' ↵Sean McGivern
into 'master' Cancel ExclusiveLease upon completion in ProjectCacheWorker Closes #44726 See merge request gitlab-org/gitlab-ce!20103
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-07-02Merge branch '44725-expire_correct_methods_after_change_head' into 'master'Grzegorz Bizon
Expire correct method caches after HEAD changed Closes #44725 See merge request gitlab-org/gitlab-ce!20102
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-07-02Move check logic into #batch_operation_disallowed?Ash McKenzie
2018-07-01Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable
Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
2018-07-01i18n: externalize strings from 'app/views/projects/settings'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-30Cancel ExclusiveLease upon completion in ProjectCacheWorkerImre Farkas
2018-06-30Brought back the line separator to the left of the 'Admin area' wrench icon ↵Rahul C
that had vanished
2018-06-30Merge branch 'bw-fix-ee-dashboard' into 'master'Stan Hu
EE/Geo information paritals not rendered on dashboard See merge request gitlab-org/gitlab-ce!20276
2018-06-30namespace partial paths on dashboardBrett Walker
2018-06-30Fix Bamboo CI status not showing for branch plansStan Hu
The original API that queries by label (`/rest/api/latest/result?label=#{sha1}`) only works for results from main plans and not branch plans. The `/rest/api/latest/result/byChangeset/#{sha1}` endpoint gives results from branch plans but not for the first push to the branch. Subsequent pushes work. For more details, see https://jira.atlassian.com/browse/BAM-16121. Closes #1355
2018-06-30Resolve "Merge request collapse icon is tiny"Tim Zallmann
2018-06-29Merge branch 'include-all-axios-requests-in-performance-bar' into 'master'Mike Greiling
Start performance bar eagerly See merge request gitlab-org/gitlab-ce!20201
2018-06-29Fix tooltip flickerClement Ho
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"