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-06-02Lint our factories creation in addition to their buildRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Merge branch '2361-pending-migrations-break-current-settings' into 'master'Rémy Coutable
Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
2017-06-02Don’t schedule workers from inside transactionsDouwe Maan
2017-06-02Allow scheduling from after_commit hooksDouwe Maan
2017-06-02Forbid Sidekiq scheduling in transactionsYorick Peterse
Scheduling jobs in transactions can lead to race conditions where a job runs before a transaction has been committed. The added initializer ensures the various Sidekiq scheduling methods raise an error when called inside a transaction. Fixes #27233
2017-06-02Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann
Style people in issuable search bar Closes #30468 See merge request !11402
2017-06-02Use the new Gitaly CommitDiff RPCAhmad Sherif
2017-06-02Fix up merge issuesLuke "Jared" Bennett
2017-06-02Only deploy if environment exists; Update tests accordinglyLin Jen-Shin
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-06-02Merge branch 'job-details-increase-deboune' into 'master'Phil Hughes
Use throttle when window is resized Closes #33222 See merge request !11857
2017-06-02Use throttle when window is resizedFilipa Lacerda
2017-06-02Merge branch 'port-refactor-wiki-page-services' into 'master'Grzegorz Bizon
Refactor specs for WikiPage services See merge request !11862
2017-06-02Merge branch ↵Rémy Coutable
'32983-merge-conflict-resolution-removed-the-newline-in-the-end-of-file' into 'master' Resolve "Merge conflict resolution removed the newline in the end of file" Closes #32983 See merge request !11817
2017-06-02Merge branch '32747-translation-of-dates-for-cycle-analytics-is-incomplete' ↵James Lopez
into 'master' Add translations for elapsed time in words Closes #32747 See merge request !11769
2017-06-02Merge branch '33242-create-project-for-user-api-ignores-path-parameter' into ↵Sean McGivern
'master' Add optional path parameter and fix tests Closes #33242 See merge request !11868
2017-06-02Fix copyAdam Niedzielski
2017-06-02Use sum instead of map + injectAdam Niedzielski
2017-06-02Merge branch '28080-system-checks' into 'master'Sean McGivern
SystemCheck library for executing checks from a rake task See merge request !9173
2017-06-02Merge branch '33215-fix-hard-delete-of-users' into 'master'Douwe Maan
Fix hard-deleting users when they have authored issues Closes #33215 See merge request !11855
2017-06-02ChangelogKim "BKC" Carlbäcker
2017-06-02Skip loading application settings from the database when migrations are pendingNick Thomas
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
2017-06-02Go 1.8.3 and Upgrade-9.3 docKim "BKC" Carlbäcker
2017-06-02Document go1.8.1 as dependencyKim "BKC" Carlbäcker
2017-06-02Merge branch 'update-installation-docs-with-i18n' into 'master'Douwe Maan
Add section to compile GetText files for source installations See merge request !11865
2017-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Refactor specs for WikiPage servicesDouglas Barbosa Alexandre
2017-06-02Style people in issuable search bar (!11402)winh
2017-06-02Merge branch '31511-jira-settings' into 'master'Sean McGivern
Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
2017-06-02Merge branch 'patch-23' into 'master'Sean Packham
Rephrase to enhance readability and some minor grammar in gitlab_flow.md See merge request !11767
2017-06-02Add translations for elapsed time in wordsRuben Davila
2017-06-02Merge branch 'winh-karma-sourcemaps' into 'master'Filipa Lacerda
Use inline source maps for karma Closes #30996 See merge request !11815
2017-06-02Make sure that environment was created before deployingLin Jen-Shin
2017-06-02Merge branch '31849-pipeline-real-time-header' into 'master'Phil Hughes
Pipeline show view real time header section See merge request !11797
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-06-02Fix missing optional path parameter in "Create project for user" APIAthar Hameed
2017-06-02Move clear search button out of issuable search barwinh
2017-06-02Add frontend fixture for issue listwinh
2017-06-02Simplify filtered_search_visual_tokens_spec.jswinh
2017-06-02Minor refactor based on review feedbackkushalpandya
2017-06-02Address review commentsJarka Kadlecova
2017-06-02Merge branch '33207-show-delete-option-in-admin-users-page' into 'master'Grzegorz Bizon
Allow admins to delete users from the admin users page Closes #33207 See merge request !11852
2017-06-02Add user to BuildDetailsEntityZ.J. van de Weg
Also add minor changed needed to pass review
2017-06-02Merge branch 'update-shell-5-0-5' into 'master'Sean McGivern
Update GITLAB_SHELL_VERSION See merge request !11835
2017-06-02Removed unneeded newline in issuables_helper_spec and removed unneeded ↵Luke "Jared" Bennett
updated_at_by variable in issuable_app_data
2017-06-02Merge branch '32538-url' into 'master'Tim Zallmann
fix IE11 error from sentry Closes #32538 See merge request !11586
2017-06-02Merge branch 'winh-current-user-filter' into 'master'Phil Hughes
Show current user immediately in issuable filters Closes #22921 See merge request !11630
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2017-06-02CreatePipelineBuildsService would have created envLin Jen-Shin
So we don't have to do it in CreateDeploymentService Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11695#note_31322649
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)