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
2019-01-10Fix files/blob api endpoint content dispositionFrancisco Javier López
2018-12-31Fixed api content-disposition in blob and files endpointFrancisco Javier López
2018-12-21convert specs in javascripts/ and support/ to new syntaxJasper Maes
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-12-04Update code based on feedbackJames Lopez
2018-12-04Use read_repository scope on read-only files APIJames Lopez
2018-11-23Set content disposition attachment to several endpointsFrancisco Javier López
2018-08-21Extend to DELETE endpointRobert Schilling
2018-08-21Extend to PUT requestRobert Schilling
2018-08-21API: Catch empty commit messagesRobert Schilling
2018-08-01Fix bug setting http headers in Files APIFrancisco Javier López 🌴 On vacation; back on August 22th!
2018-06-28Add SHA256 and HEAD on File APIAhmet Demir
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-04Merge branch 'move-git-operation-service' into 'master'Sean McGivern
Move GitOperationService to Gitlab::Git See merge request !13984
2017-09-01Move GitOperationService to Gitlab::GitJacob Vosmaer
2017-08-30fix :file_path - add requirements:Marc Siegfriedt
2017-08-15Fix API responses when dealing with txt filesFelipe Artur
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-06Introduce optimistic locking support via optional parameter last_commit_id ↵Roman Safronov
on File Update API
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for ↵Felipe Artur
v3 and several improvements
2017-03-08Update API endpoints for raw filesFelipe Artur
2017-03-01Fix creating a file in an empty repo using the APIDouwe Maan
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-24Fix specsDouwe Maan
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2016-12-20Improve specs for Files APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-20Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-09-19Add optional 'author' param when making commitsDan Dunckel
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2015-11-02Add ability to fetch the commit ID of the last commit that actually touched ↵Valery Sizov
a file
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets
Revert satellites Return satellites to master for 7.14 We remove satellites in next release (8.0) See merge request !1136
2015-08-11Fix file api testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-11Revert "Merge branch 'web-editor-rugged' into 'master'"Dmitriy Zaporozhets
This reverts commit 5a1aa49b5533593dc4c6de82279fe44f5f15616c, reversing changes made to a675bea2c1c1d5d6923cb97b8714eb72d4e4ff9b. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-10Fix corrupted binary files when using API files endpointStan Hu
Add CHANGELOG for gitlab_git 7.2.9 updates Closes #2219
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher