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
2023-07-19Add latest changes from gitlab-org/gitlab@16-2-stable-eev16.2.0-rc42GitLab Bot
2023-06-20Add latest changes from gitlab-org/gitlab@16-1-stable-eev16.1.0-rc42GitLab Bot
2022-11-17Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot
2022-07-20Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
2018-08-13Filter project hooks by branchDuana Saskia
Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
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-03-01align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-20Update grape gemDmitriy Zaporozhets
New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
This reverts merge request !11287
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt
2017-04-12Fix API not accepting job_events for webhooksZ.J. van de Weg
When renaming, the argument on the projects hook API was forgotten. Now one could successfully set it again. The fix is a little ugly stylewise, but needed as the underlying model still refers to it as build_events. This commit is to fix it, later we should migrate the data to a new column. The edit on the spec file makes sure it passes now, and will fail when we migrate the column.
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-01-03Fix project hooks paramsRobert Schilling
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-14Use declared_params helper in APIRobert Schilling
2016-11-04Move shared params to a helperZ.J. van de Weg
2016-11-04GrapeDSL for project hooksZ.J. van de Weg
2016-11-01Add support for token attr in project hooks APIGauvain Pocentek
The UI allows to define a token to validate payload on the target URL, this patch adds the feature to the API.
2016-08-24api: expose wiki_page_events project hook field in the APIBen Boeckel
2016-08-02Implement pipeline hooks, extracted from !5525Lin Jen-Shin
Closes #20115
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-04-25Prevent users from deleting Webhooks via API they do not ownStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15576
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-09-24api: add enable_ssl_verification to PUT/POST hooksBen Boeckel
2015-05-22Add support for Webhook note eventsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
2014-12-30Forward the messages in api response.Marin Jankovski
2014-10-03Add tag_push_events to project hook apiKirill Zaitsev
2014-03-17Move project members api to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04ProjectHook API supports new event fieldsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04Expose ProjectHook attributes via APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-30Refactor API: project hooksDmitriy Zaporozhets
2013-06-06Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets