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-04-23Merge branch '45576-fix-create-project-for-user-endpoint' into 'master'Rémy Coutable
Resolve "Upgrading to API V4 Project Creation for user Fails" Closes #45576 See merge request gitlab-org/gitlab-ce!18518
2018-04-23Add 2FA filter to users API for admins onlyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-23Fix project creation for user endpoint bugMark Fletcher
In this endpoint the `jobs_enabled` parameter must be translated to `builds_enabled` before being passed to the `Projects::CreateService`.
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-17[API] Fix URLs in the 'Link' header for 'GET ↵Rémy Coutable
/projects/:id/repository/contributors' when no value is passed for 'order_by' or 'sort' Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-13Use stable docker image instead of latestPhilippe Lafoucrière
2018-04-13Feature/add language in repository to apiRoger Rüttimann
2018-04-11Correct permissions for creating merge requests from issuesBob Van Landuyt
This could only be possible for users that can create merge requests within a project. So they need to be a allowed to create a branch and create a merge request.
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-06Merge branch 'issue_42443' into 'master'Sean McGivern
Include subgroup issues when searching for group issues using the API Closes #42443 See merge request gitlab-org/gitlab-ce!18068
2018-04-05Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon
Direct upload of artifacts See merge request gitlab-org/gitlab-ce!18160
2018-04-05Include subgroup issues when searching for group issues using the APIFelipe Artur
2018-04-05Merge branch 'bvl-override-import-params' into 'master'Douwe Maan
Allow passing params to import API to override project attributes Closes gitlab-ee#4788 See merge request gitlab-org/gitlab-ce!18086
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-04-05Override values from JSON with import dataBob Van Landuyt
This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan
'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
2018-04-04Store override params as import data on projectsBob Van Landuyt
This means import data doesn't necessarily have to have an import_url anymore. The `ProjectImportData` could just contain the override data in it's serialized data attribute. The import data is automatically cleaned up after it is finished by the state machine.
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-04-04Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan
Allow feature gate removal through the API See merge request gitlab-org/gitlab-ce!18146
2018-04-04Resolve "Allow the configuration of a project's merge method via the API"Jan
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-04-03Allow feature gate removal through the APIZeger-Jan van de Weg
Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
2018-04-03Store metadata checksum for artifactsShinya Maeda
2018-03-30Extend API for exporting a project with direct upload URLFrancisco Javier López
2018-03-30Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
Ensure hooks run when a deploy key without a user pushes Closes #44317 See merge request gitlab-org/gitlab-ce!18057
2018-03-28Set user when adding deploy key to project using APIDouwe Maan
2018-03-28Merge branch 'expose-commits-mr-api' into 'master'Rémy Coutable
Allow merge requests related to a commit to be found via API See merge request gitlab-org/gitlab-ce!18004
2018-03-28Remove permanent redirectsBob Van Landuyt
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
2018-03-28Remove Ci::Build#timeoutTomasz Maczukin
2018-03-28Use raw value of maximum_timeout for Runner registration APITomasz Maczukin
2018-03-28Fix style problem in spec/requests/api/runners_spec.rbTomasz Maczukin
2018-03-28Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin
2018-03-28Update runner registration APITomasz Maczukin
2018-03-28Use _human_readable for Runner's registration APITomasz Maczukin
2018-03-28Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin
2018-03-28Override project-defined timeout with runner-defined oneTomasz Maczukin
2018-03-28Add support for job_upper_timeout in APITomasz Maczukin
2018-03-28Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)
2018-03-28Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master'Kamil Trzciński
LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752
2018-03-27Merge branch 'jej/add-protected-branch-policy' into 'master'Nick Thomas
Add protected branch policy See merge request gitlab-org/gitlab-ce!17982
2018-03-27Port LFS direct_upload from EEAlessio Caiazza
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
2018-03-26Allow merge requests related to a commit to be found via APIMark Fletcher
- Original work for the web interface here: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
2018-03-26API uses ProtectedBranchPolicy for destroy/createJames Edwards-Jones
2018-03-26Resolve "Forking with namespace doesn't work (API)"Jan
2018-03-22fix the api jobs spec from having EE specific testsMicaël Bergeron
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857