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-05-21Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński
Append trace chunk only if job is running Closes #46383 See merge request gitlab-org/gitlab-ce!18969
2018-05-21Add test for the cancelled jobsShinya Maeda
2018-05-21Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable
Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
Deprecate corresponding dash versions created-by-me and assigned-to-me
2018-05-18Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne
2018-05-18Move API group deletion to SidekiqStan Hu
2018-05-16Allow admin to assign shared runner to project through APIDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-15Merge branch 'feature/add-open-id-discovery-tests' into 'master'Rémy Coutable
add values to OpenID configuration test, not only checking for issuer key See merge request gitlab-org/gitlab-ce!18773
2018-05-15Remove authentication for readonly endpoints in issues APIhaseeb
2018-05-11Allow triggered builds git accessBob Van Landuyt
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
When terms are enforced, but the user has not accepted the terms access to the API & git is rejected with a message directing the user to the web app to accept the terms.
2018-05-09Support 'active' setting on Runner Registration API endpointTomasz Maczukin
2018-05-08Expose runner ip address to runners APILars Greiss
Signed-off-by: Lars Greiss <l.greiss@mediacologne.de>
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2018-05-07add values to OpenID configuration test, not only checking for issuer keyRoger Rüttimann
2018-05-07Enforce proper 416 support for runner trace patch endpointKamil Trzciński
2018-05-07Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-04Backports every CE related change from ee-44542 to CETiago Botelho
2018-05-04Change BuildTraceChunkFlushWorker's queue from pipeline_processing to ↵Shinya Maeda
pipeline_background
2018-05-04Store application wide termsBob Van Landuyt
This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
2018-05-04Clean up "when redis had an outage" context in runner specShinya Maeda
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to ↵Shinya Maeda
Ci::BuildTraceChunkFlushWorker.
2018-05-03Merge branch 'master' into feature/runner-per-groupDylan Griffith
2018-05-03Make assertions about runner_type in spec/requests/api/runner_spec.rbDylan Griffith
2018-05-03Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-02Merge branch 'blackst0ne-rails5-fix-requests-specs' into 'master'Rémy Coutable
[Rails5] Fix `undefined method 'downcase'` errors in requests specs See merge request gitlab-org/gitlab-ce!18645
2018-05-02Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-30Remove unnecessary API specs for group runners since we do not have API ↵Dylan Griffith
support yet
2018-04-30Define custom base controller for DoorkeeperBob Van Landuyt
Since we only need the `can?` view helpers there, it's better to include those in a separate controller. If we inherit from `ApplicationController` we also need to deal with authentication, that needs to be done in some, but not all doorkeeper controllers.
2018-04-29[Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne
In Rails 5.0 headers are no longer inherited from Hash. This commit fixes errors in requests specs like: ``` 1) API::V3::Builds GET /projects/:id/builds/:build_id/artifacts job with artifacts when artifacts are stored locally authorized user returns specific job artifacts Failure/Error: expect(response.headers).to include(download_headers) NoMethodError: undefined method `downcase' for #<Hash:0x000055e8bccc23b0> # ./spec/requests/api/v3/builds_spec.rb:235:in `block (6 levels) in <top (required)>' ```
2018-04-24Merge branch 'master' into siemens-runner-per-groupDylan Griffith
2018-04-24Merge branch 'master' into live-trace-v2Shinya Maeda
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-23runner can't be assigned to more than 1 groupAlexis Reigel
therefore we don't need the api check.
2018-04-23disallow group runners to become project runnersAlexis Reigel
2018-04-23revert support for v3 apiAlexis Reigel
2018-04-23support group runners in existing API endpointsAlexis Reigel
2018-04-23Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-20Merge branch 'master' into live-trace-v2Shinya Maeda
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-17Merge branch 'master' into live-trace-v2Shinya Maeda
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.