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 '4266-board-with-config-api-ce' into 'master'Douwe Maan
Backport of EE changes: Allow Labels::FindOrCreateService to find ancestor group labels Closes #4266 See merge request gitlab-org/gitlab-ce!20364
2018-07-04Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
2018-07-04Merge branch 'frozen-string-enable-app-validators' into 'master'Rémy Coutable
Enable frozen string in apps/validators/*.rb See merge request gitlab-org/gitlab-ce!20220
2018-07-04Merge branch 'revert-1ee3ac8c' into 'master'Sean McGivern
Revert "Merge branch '44726-cancel_lease_upon_completion_in_project_cache_worker' into 'master'" See merge request gitlab-org/gitlab-ce!20366
2018-07-04Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern
Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
2018-07-04Backport from EE !5954Mark Chao
Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
2018-07-04Revert "Merge branch ↵Sean McGivern
'44726-cancel_lease_upon_completion_in_project_cache_worker' into 'master'" This reverts merge request !20103
2018-07-04Merge branch 'remove-is-shared-from-ci-runners' into 'master'Grzegorz Bizon
Remove the use of `is_shared` of `Ci::Runner` See merge request gitlab-org/gitlab-ce!20172
2018-07-04Move group_dropdown_label to ce helperJarka Kadlecová
2018-07-04Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)
Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
2018-07-04Merge branch 'ide-even-more-improved-errors' into 'master'Filipa Lacerda
Improve error message across IDE store modules Closes #47323 See merge request gitlab-org/gitlab-ce!20272
2018-07-04Merge branch 'bvl-graphql-pipeline-lists' into 'master'Douwe Maan
Add pipeline lists to graphql Closes #48469 See merge request gitlab-org/gitlab-ce!20249
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-04Make deprecated scopes of Runner explicitKamil Trzciński
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
2018-07-04Add fill color for sidebar todo iconKushal Pandya
2018-07-04Add Group filter dropdown supportKushal Pandya
2018-07-04Add custom cssClasses supportKushal Pandya
2018-07-04Sidebar Todo ComponentKushal Pandya
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 karmaPhil Hughes
2018-07-03karma fixesPhil Hughes
2018-07-03fixed eslintPhil Hughes
2018-07-03Improve error message across IDE store modulesPhil Hughes
Closes #47323
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-03Use for_issuable? instead of for_issuable_with_ability?Jarka Kadlecová
2018-07-03Remove extra whitespaceJarka Kadlecová
2018-07-03More EE->CE fixesJan Provaznik
2018-07-03Minor syntax fixJan Provaznik
2018-07-03Move todo_group_options to CEJan Provaznik
2018-07-03[backend] Addressed review commentsJan Provaznik
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
2018-07-03Support todos for epics backportJarka Kadlecová
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