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-14Merge branch 'dm-diff-viewers' into 'master'Sean McGivern
Implement diff viewers Closes #30501 and #19931 See merge request !11777
2017-06-14Merge branch '2525-backport-kubernetes-service-changes' into 'master'Kamil Trzciński
Backport EE changes to the Kubernetes service Closes gitlab-ee#2525 See merge request !12139
2017-06-14Implement diff viewersDouwe Maan
2017-06-14Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński
Raise etag route regex miss Closes #33106 See merge request !12084
2017-06-14Backport EE changes to the Kubernetes serviceNick Thomas
2017-06-14Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon
Add support for services configuration in .gitlab-ci.yml See merge request !8578
2017-06-14Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon
Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
2017-06-13Update tests and applicationKamil Trzcinski
2017-06-13Add database helpers 'add_timestamps_with_timezone' and ↵blackst0ne
'timestamps_with_timezone'
2017-06-13Allow to access pipelines even if they are disabled, but only present jobs ↵Kamil Trzcinski
and commit statuses without giving ability to access them
2017-06-12Revert to passing the path when matching key to the routerZ.J. van de Weg
This was edited to the request, but this won't work if the data is not available at the time of setting the key for the first time.
2017-06-12Merge branch '29010-perf-bar' into 'master'Robert Speicher
Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
2017-06-12Merge branch 'background-migrations' into 'master'Rémy Coutable
Add the ability to perform background migrations See merge request !11854
2017-06-12Merge branch '33525-use-git-diff-instead-of-git-format-patch' into 'master'Robert Speicher
Generate patch with git diff instead of git format-patch Closes #33525 See merge request !12060
2017-06-12Remove Gitlab::Ci::Config::Entry::DockerImageTomasz Maczukin
2017-06-12Add the ability to perform background migrationsYorick Peterse
Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
2017-06-12Fix etag route missesZ.J. van de Weg
Fixes gitlab-org/gitlab-ce#33106
2017-06-12Send new configuration options with job's payloadTomasz Maczukin
2017-06-12Add support for docker image configuration in .gitlab-ci.ymlTomasz Maczukin
2017-06-12Raise exception on invalid pipeline cacheKamil Trzcinski
2017-06-09Merge branch 'cache-diff-size-limits' into 'master'Douwe Maan
Only look up diff size limit flags once per request See merge request !12048
2017-06-09Only look up diff size limit flags once per requestSean McGivern
2017-06-09Generate patch with git diff instead of git format-patchRémy Coutable
This will generate a patch: - that is smaller - that applies more cleanly since only the final diff will be applied instead of each commit's diff Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Ensure peek-performance_bar doesn't break existing functionalitiesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix spec failures and add a feature flag for the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Display queries duration in performance bar queries modalRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Store Sherlock::Query in Peek adapterRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable
Prompt user to create personal access token for Git over HTTP See merge request !11986
2017-06-09Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern
Detect if blob binaryness changes after loading all data See merge request !11981
2017-06-08Detect if file that appears to be text in the first 1024 bytes is actually ↵Douwe Maan
binary afer loading all data
2017-06-08Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney
2017-06-08Merge branch 'dm-diff-file-diffable' into 'master'Sean McGivern
Move diffable? method from Repository to Diff::File See merge request !11980
2017-06-08Merge branch 'dm-highlight-diff-file-blob' into 'master'Sean McGivern
Use Diff::File blob methods from diff highlighter See merge request !11978
2017-06-08Merge branch '33383_add_bulgarian_translation_of_cycle_analytics_page' into ↵Douwe Maan
'master' Add bulgarian translation of Cycle Analytics Page to I18N Closes #33383 See merge request !11958
2017-06-08Merge branch ↵Douwe Maan
'33334_add_portuguese_brazil_translation_of_cycle_analytics_page' into 'master' Add portuguese brazil translation of Cycle Analytics Page to I18N Closes #33334 See merge request !11920
2017-06-08Use Diff::File blob methods from diff highlighterDouwe Maan
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-08Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon
Blob#load_all_data! doesn’t need an argument See merge request !11977
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Merge branch 'backport_fix_slash_commands_for_multiple_assignee' into 'master'Douwe Maan
Backport from EE: Fix '/unassign' slash command See merge request !11926
2017-06-07Merge branch 'sync-email-from-omniauth' into 'master'Douwe Maan
Sync email address from specified omniauth provider See merge request !11268
2017-06-07Merge branch 'fix-memoization-in-contributions-calendar' into 'master'Rémy Coutable
Fix memoization in ContributionsCalendar#activity_dates See merge request !11973
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-06-07Fix memoization in ContributionsCalendar#activity_datesSean McGivern
This doesn't appear to be actually called twice, but having it appear to work but not would be a problem if it was.