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 (Expand)Author
2017-07-06Add user projects APIvanadium23
2017-06-28Implement review comments from @dbalexandre for !12300.Timothy Andrew
2017-06-28When verifying scopes, manually include scopes from `API::API`.Timothy Andrew
2017-06-28Allow API scope declarations to be applied conditionally.Timothy Andrew
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-06-01Add missing specsKamil Trzcinski
2017-05-30Add :owned param to ProjectFinderToon Claes
2017-05-30Use helper to construct Finder paramsToon Claes
2017-05-30Use ProjectFinder to filter the projectsToon Claes
2017-05-30Handle `membership` in ProjectFinderToon Claes
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Use new SnippetsFinder signature in APIBob Van Landuyt
2017-04-26Allow admins to sudo to blocked users.Timothy Andrew
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-03-27API: Make the /notes endpoint work with noteable iid instead of idToon Claes
2017-03-09use the policy stack to protect loginshttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-03-07API routes referencing a specific merge request should use the MR `iid`Timothy Andrew
2017-03-07API routes referencing a specific issue should use the issue `iid`Timothy Andrew
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-03Rename query parameter to `membership`Toon Claes
2017-03-03Add filter param for authorized projects for current_user for V4Oswaldo Ferreira
2017-03-02Enable filtering milestones by search criteria in the APIMark Fletcher
2017-02-24Return 202 with JSON body on async removals on V4 APIOswaldo
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern
2017-02-22No more and/orDouwe Maan
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-20Use grape validation for datesRobert Schilling
2017-02-14API: Consolidate /projects endpointToon Claes
2017-02-03API: Fix file downloadingRobert Schilling
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
2017-01-20Fix specsKamil Trzcinski
2017-01-20Fix specsKamil Trzcinski
2017-01-19Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski
2017-01-18Merge branch 'time-tracking-api' into 'master' Sean McGivern
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-16Fix a API deprecation warningRobert Schilling
2017-01-04WIP: Add tests and make sure that headers are setLin Jen-Shin
2017-01-03fix pipelines/index.html.haml merge conflictRegis
2016-12-28Merge branch 'fix-api-deprecation' into 'master' Robert Schilling
2016-12-23Fix a Grape deprecation, use `#request_method` instead of `#route_method`Rémy Coutable
2016-12-21Add more storage statisticsMarkus Koller
2016-12-21Remove redundant pagination helpers after a bad mergeGrzegorz Bizon
2016-12-21Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon
2016-12-16 Calls to the API are checked for scope.Timothy Andrew