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/lib
AgeCommit message (Collapse)Author
2017-06-19Merge branch '26212-upload-user-avatar-trough-api' into 'master'Rémy Coutable
Accept image for avatar in user API Closes #26212 See merge request !12143
2017-06-19Merge branch 'issue_33205' into 'master'Sean McGivern
Fix API bug accepting wrong merge requests parameters Closes #33205 See merge request !12173
2017-06-16Accept image for avatar in user APIvanadium23
2017-06-16Partially revert 1e8dbd46Robert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/issues/33736#note_32561501
2017-06-16Fix API bug accepting wrong merge requests parametersFelipe Artur
2017-06-16Merge branch 'merge-request-diffs-table' into 'master'Douwe Maan
Add table for files in merge request diffs See merge request !12047
2017-06-16Merge branch 'tc-fix-group-finder-subgrouping' into 'master'Douwe Maan
Show private subgroups if member of parent group Closes #32135 See merge request !11764
2017-06-16Add table for files in merge request diffsSean McGivern
This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
2017-06-16Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern
Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
2017-06-16Order issues by priorityFelipe Artur
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-06-16Add French translations for Cycle Analytics, Project, and Repository pages.Erwan GEORGET
2017-06-15Merge branch 'deprecate-gitaly-path' into 'master'Sean McGivern
Stop using deprecated `path` field on Gitaly messages See merge request !12112
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2017-06-15Merge branch 'dm-fix-parser-cache' into 'master'Sean McGivern
Don't return nil for missing objects from parser cache See merge request !12168
2017-06-15Better exception message and some additional code commentToon Claes
2017-06-15Subgroups page should show groups authorized through inheritanceToon Claes
When a user is authorized to a group, they are also authorized to see all the ancestor groups and descendant groups. When a user is authorized to a project, they are authorized to see all the ancestor groups too. Closes #32135 See merge request !11764
2017-06-15Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
2017-06-14Don't return nil for missing objects from parser cacheDouwe Maan
2017-06-14Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan
Allow more customization to Help landing page See merge request !11878
2017-06-14Merge branch 'dm-diff-viewers' into 'master'Sean McGivern
Implement diff viewers Closes #30501 and #19931 See merge request !11777
2017-06-14Help landing page customizationsRobin Bobbitt
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-13Merge branch 'fix-github-clone-wiki' into 'master'Sean McGivern
GitHub - Fix token interpolation when cloning wiki repository See merge request !12107
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-12Github - Fix token interpolation when cloning wiki repositoryDouglas Barbosa Alexandre
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-12Refactor old formad handling in lib/ci/api/entities.rbTomasz Maczukin
2017-06-12Rename API::Entities::JobRequest::ServiceImage to ↵Tomasz Maczukin
API::Entities::JobRequest::Service
2017-06-12Ensure that old API v1 generates still the same outputTomasz Maczukin
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-12Merge branch '33003-avatar-in-project-api' into 'master'Rémy Coutable
Accept avatar file in project API Closes #33003 See merge request !11988
2017-06-09Merge branch 'dm-mail-room-check-without-omnibus' into 'master'Robert Speicher
Don't check if MailRoom is running on Omnibus Closes #19607 See merge request !12056
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