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
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-15Merge branch 'sh-remove-koding' into 'master'Douwe Maan
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12Allow getting the merge base of multiple revisionsBob Van Landuyt
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
2018-10-05Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt
2018-10-05Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt
'master' [master] Confidential issue/private snippet titles can be read by unauthenticated user through GFM markdown API Closes #2706 See merge request gitlab/gitlabhq!2507
2018-10-05Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher
Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Backport project template API to CENick Thomas
2018-10-05Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan
List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
2018-10-05Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan
Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
2018-10-03List public ssh keys by id or username without authenticationRonald Claveau
2018-10-03Includes commit stats in POST project commits APIJacopo
2018-10-03Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan
Adds Web IDE commits to usage ping Closes #45016 See merge request gitlab-org/gitlab-ce!22007
2018-10-03Allows to filter issues by `Any milestone` in the APIJacopo
In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
2018-10-03#13650 added wip search functionality and testsChantal Rollison
2018-10-02Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan
Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
2018-10-02Merge branch '41205-fix-filtering-issues' into 'master'Rémy Coutable
Filter issues without an Assignee via the API Closes #41205 See merge request gitlab-org/gitlab-ce!22009
2018-10-01Filter issues without an Assignee via the APIEva Kadlecová
2018-10-01Merge remote-tracking branch 'dev/master'Bob Van Landuyt
2018-10-01Merge branch ↵Bob Van Landuyt
'security-6881-project-group-approvers-leaks-private-group-info-ce' into 'master' [master] CE: Project group approvers leaks private group info See merge request gitlab/gitlabhq!2488
2018-10-01Merge branch 'fix-events-finder-incomplete' into 'master'Bob Van Landuyt
[master] Redact events shown in the events API See merge request gitlab/gitlabhq!2514
2018-10-01Adds WebIDE commits to UsagePingTiago Botelho
Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters
2018-10-01Make single diff patch limit configurableOswaldo Ferreira
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
2018-09-29post_process markdown redered by APIBrett Walker
2018-09-28Extend reports to support security featuresOlivier Gonzalez
2018-09-27Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable
Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866
2018-09-27Adds chmod action to POST /projects/:id/repository/commits APIJacopo
With this action the user can update the execute_filemode of a given file in the repository.
2018-09-26Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński
Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
2018-09-24Applies the CE backport of EE#657Tiago Botelho
2018-09-21Redact events shown in the events APINick Thomas
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-09-15add status param to runners apiAlexis Reigel
2018-09-15cleanup runners api specsAlexis Reigel
2018-09-15add type param to runners apiAlexis Reigel
2018-09-15fix and add missing api specsAlexis Reigel
2018-09-12Resolve "500 Internal Server Error: Deleting branch of deleted project"🙈 jacopo beschi 🙉
2018-09-12Initialize projects with readmeSteve
2018-09-12Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉
2018-09-11Add ability to skip user email confirmation with APIStan Hu
This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
2018-09-07Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan
Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-07refactor code based on feedbackJames Lopez
2018-09-07refactor code based on feedbackJames Lopez
2018-09-06Refactor code to remove object storage flag from Import/ExportJames Lopez
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
2018-09-06Update /api/v4/allowedAsh McKenzie
- Use proper HTTP codes for /api/v4/allowed response - CustomAction support