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-10-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into rails5Valery Sizov
2017-09-29Ensure no exception is raised when Raven tries to get the current user in ↵Rémy Coutable
API context Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-09-27Merge branch ↵Rémy Coutable
'37467-helper-method-from-users-endpoint-overrides-api-helper-method' into 'master' find_user users helper method no longer overrides find_user API helper method. Closes #37467 See merge request gitlab-org/gitlab-ce!14418
2017-09-26find_user users helper method no longer overrides find_user API helper method.Tiago Botelho
2017-09-26[Rails 5] Fix the problem around default values of push_events and ↵Valery Sizov
repository_update_events The default_value_for gem does not work for rails 5 as expected. The initial fix was https://gitlab.com/gitlab-org/gitlab-ce/commit/4b4708e50dccfcba5cc65ead58853a54685b4e77 but after some time I decided to chage the approach. The thing is that we have default values in a database that satisfies us for web_hooks entities. But for system hooks, we need different values. In fact, we don't need the default_value_for gem to set different default values. We can merely set the different default values in API and views(forms) for system hooks. Because why not??? This particular commit implements the idea.
2017-09-26Merge branch 'dm-simple-project-avatar-url' into 'master'Rémy Coutable
Expose avatar_url when requesting list of projects from API with simple=true See merge request gitlab-org/gitlab-ce!14498
2017-09-26Expose last pipeline details in API response when getting a single commitMehdi Lahmam
Closes #35692.
2017-09-26Expose avatar_url when requesting list of projects from API with simple=trueDouwe Maan
2017-09-20Merge branch 'rails5' of gitlab.com:gitlab-org/gitlab-ce into rails5Valery Sizov
2017-09-20Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into rails5(partial ↵Valery Sizov
resolvation)
2017-09-20Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable
Resolve "make project data via API report forks of this project" Closes #20049 See merge request gitlab-org/gitlab-ce!14355
2017-09-20[rails5] Fix spec/requests/api/jobs_spec.rbVitaliy @blackst0ne Klachkov
2017-09-20Add an API endpoint to determine the forks of a projectMark Fletcher
2017-09-19Use set in some API specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-19Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas
2017-09-19Merge branch 'rc/improve-users-api-specs' into 'master'Grzegorz Bizon
Improve the Users API specs by asserting against the response schema See merge request gitlab-org/gitlab-ce!14334
2017-09-18fix #35290 Make read-only API for public merge requests available without ↵haseeb
authentication
2017-09-18Improve the Users API specs by asserting against the response schemaRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-16Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov
2017-09-14Use the new query-recorder features as a PoCBob Van Landuyt
2017-09-13Optimize generic specs for servicesGrzegorz Bizon
2017-09-12Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński
Hide read_registry scope when registry is disabled on instance See merge request !13314
2017-09-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into rails5Valery Sizov
2017-09-07Make Members with Owner and Master roles always able to create subgroupsRuben Davila
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
Removes default scope from sortable Closes #23079 See merge request !13558
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-07Merge branch 'wiki_api' into 'master'Grzegorz Bizon
Add API support for wiki pages Closes #12747 See merge request !13372
2017-09-07Add API support for wiki pagesblackst0ne
2017-09-06Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński
Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
2017-09-06Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern
API fix for non UTF-8 data Closes #35942 See merge request !14038
2017-09-06Merge branch 'gitaly-shell-redis-2' into 'master'Sean McGivern
Internal API changes to decouple redis from Shell Closes gitaly#520 See merge request !13971
2017-09-06renames ambiguous methods and add specmicael.bergeron
2017-09-06Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵Grzegorz Bizon
feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-09-06Tidy up projects API specsSean McGivern
2017-09-06change collapse to resolve and comments to discussionsAshley Dumaine
2017-09-06add unit tests for new collapse_outdated_diff_comments toggleAshley Dumaine
2017-09-06Implement /internal/pre-receive for shell operationsAlejandro Rodríguez
2017-09-06Return a value to check if redis is available on /internal/checkAlejandro Rodríguez
2017-09-05API: Add GPG key management for adminsRobert Schilling
2017-09-05API: Add GPG key managementRobert Schilling
2017-09-05Do not require API authentication if artifacts are publicGrzegorz Bizon
2017-09-05Merge branch 'api_branches_head' into 'master'Sean McGivern
Add branch existence check to the APIv4 branches via HEAD request Closes #37159 See merge request !13979
2017-09-05Do not use artifacts metadata to access single artifactGrzegorz Bizon
2017-09-05Merge branch 'issue-api-my-reaction' into 'master'Sean McGivern
Add my_reaction_emoji param to /issues and /merge_requests API See merge request !14016
2017-09-05Add branch existence check to the APIv4 branches via HEAD requestblackst0ne
2017-09-05Merge branch 'feature/sm/34518-extend-api-pipeline-schedule-variable-new' ↵Kamil Trzciński
into 'master' Extend API: Pipeline Schedule Variable Closes #34518 See merge request !13653
2017-09-05Merge branch ↵Kamil Trzciński
'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792