summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+13
|
* Improve by zj nice catchesShinya Maeda2017-09-041-4/+4
|
* Finish specShinya Maeda2017-09-041-16/+6
|
* Add spec (Halfway)Shinya Maeda2017-09-041-0/+156
|
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-4/+4
|\ | | | | | | | | Move GitOperationService to Gitlab::Git See merge request !13984
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-4/+4
| |
* | Fix specShinya Maeda2017-09-033-5/+5
| |
* | Improve API arguments as StringShinya Maeda2017-09-031-1/+1
| |
* | Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-2/+2
| |
* | Impprove spec by godfat suggestionsShinya Maeda2017-09-031-1/+1
| |
* | Add API supportShinya Maeda2017-09-031-1/+3
| |
* | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into ↵Robert Speicher2017-09-011-1/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
| * | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
| * | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-1/+16
| |/ | | | | | | | | | | | | | | This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
* | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-012-2/+2
|\ \ | | | | | | | | | | | | Add 'from commit' information to cherry-picked commits See merge request !13475
| * | Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-172-2/+2
| | | | | | | | | | | | | | | The list of commits must be generated from the merge request, not from a diff of the branches.
| * | Fix build failures related to cherry-pick message changesSaverio Miroddi2017-08-162-2/+2
| | |
* | | Merge branch 'gitaly-shell-redis' into 'master'Dmitriy Zaporozhets2017-09-011-0/+89
|\ \ \ | | | | | | | | | | | | | | | | Implement /internal/post_receive unified endpoint for PostReceive tasks See merge request !13916
| * | | Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-311-0/+89
| | | |
* | | | fix :file_path - add requirements:Marc Siegfriedt2017-08-301-0/+9
| |_|/ |/| |
* | | Merge branch '28453-add-time-estimate-time-spent-to-api-issue-output' into ↵Robert Speicher2017-08-301-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add time stats to Issue and Merge Request API Closes #28453 See merge request !13335
| * | | Add missing N+1 test to issues specTravis Miller2017-08-291-0/+12
| | | |
* | | | Merge branch '37198-api-doesn-t-respect-default-group-visibility' into 'master'Sean McGivern2017-08-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect the default visibility level when creating a group via the API Closes #37198 See merge request !13903
| * | | | Respect the default visibility level when creating a groupRobert Schilling2017-08-291-0/+1
| |/ / /
* | | | Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern2017-08-3025-26/+199
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | API: Respect the 'If-Unmodified-Since' for delete endpoints See merge request !9621
| * | | Add a spec when ressource is not modifiedRobert Schilling2017-08-291-0/+2
| | | |
| * | | Add tests for the unmodified headerRobert Schilling2017-08-2825-23/+195
| | | |
| * | | Update remaining endpointsRobert Schilling2017-08-281-2/+1
| | | |
| * | | Use commit date for branches and tagsRobert Schilling2017-08-281-1/+1
| | | |
| * | | Conditionally destroy a ressourceRobert Schilling2017-08-281-2/+2
| | | |
* | | | Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-296-11/+11
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Remove `is_` prefix from predicate method names See merge request !13810
| * | | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-296-11/+11
| |/ /
* | | Remove trigger_request.trigger.ownerShinya Maeda2017-08-291-12/+12
| | |
* | | Reproduced bugShinya Maeda2017-08-291-0/+16
|/ /
* | Merge remote-tracking branch 'upstream/master' into ↵35642-add-owner-to-triggers-factoryLin Jen-Shin2017-08-281-2/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35642-add-owner-to-triggers-factory * upstream/master: (49 commits) Fire system hooks when a user is created via LDAP or OAuth Common Docker Documentation Location in `gitlab-ce` fix deprecation warning present during webpack compiles Enable 5 lines of Sidekiq backtrace lines to aid in debugging Add support for copying permalink to notes via more actions dropdown Docs: update - fix headers Handle creating a nested group on MySQL correctly Decrease statuses batch size even more in a migration Fix failure when issue author is nil Fix searching for files by path Fix invite by email address duplication Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'" Fix repo editor scrollbar Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'" Replace 'source/search_code.feature' spinach test with an rspec analog Add missing third argument to `Git::Repository#initialize` in spec New doc: how to install GitLab on Azure Authorizations regarding OAuth - style confirmation Enable 5 lines of Sidekiq backtrace lines to aid in debugging Reenable MySQL tests on all branches ...
| * | Fix group and project search for anonymous usersNick Thomas2017-08-241-2/+19
| | |
* | | Remove duplicate update for ownerLin Jen-Shin2017-08-281-1/+0
| | |
* | | Make default trigger factory generate an ownerLin Jen-Shin2017-08-252-5/+6
|/ / | | | | | | And specify owners more clearly
* | Remove CI API v1Zeger-Jan van de Weg2017-08-183-1129/+0
| | | | | | | | | | | | This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
* | Merge branch '34049-public-commits-should-not-require-authentication' into ↵Rémy Coutable2017-08-161-100/+113
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Commits API: Listing commits for public repo doesn't require authentication Closes #34049 See merge request !13287
| * | Added tests for commits API with an unauthenticated user and a ↵Jacopo2017-08-101-100/+113
| | | | | | | | | | | | | | | | | | | | | public/private project Added test to API commits in order to handle cases for authenticated/unauthenticated user in a private and public project.
* | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-153-4/+4
| | |
* | | Fix API responses when dealing with txt filesissue_31790Felipe Artur2017-08-151-0/+10
| |/ |/|
* | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-152-0/+16
|\ \ | | | | | | | | | | | | Cache the number of forks of a project See merge request !13535
| * | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-142-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The number of forks of a project doesn't change very frequently and running a COUNT(*) every time this information is requested can be quite expensive. We also end up running such a COUNT(*) query at least twice on the homepage of a project. By caching this data and refreshing it when necessary we can reduce project homepage loading times by around 60 milliseconds (based on the timings of https://gitlab.com/gitlab-org/gitlab-ce).
* | | Use with_repo_branch_commit instead of fetch_ref directlyLin Jen-Shin2017-08-141-2/+1
| | | | | | | | | | | | | | | So that we could limit the access to Repository#fetch_ref See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13416#note_37487433
* | | Add comments about why we're stubbing them36089-handle-ref-failure-betterLin Jen-Shin2017-08-141-2/+2
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-08-145-6/+71
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36089-handle-ref-failure-better * upstream/master: (47 commits) Update CHANGELOG.md for 9.4.5 Update charlock_holmes add a changelog entry switch to multi-line before block restructure the #new_key notification spec don't send devise notifications to the ghost user reset_delivered_emails before testing #new_key skip the :read_project check for new_project_member move the member spec to be with the other ones add a spec for new_group_member add a spec for never emailing the ghost user rubocop fix a membership with no user is always notifiable check notifiability for more emails add Member#notifiable?(type, opts) make NotificationRecipient a little more customizable Add notes about database performance for MySQL fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance ...
| * | Merge branch 'disable-project-export' into 'master'Rémy Coutable2017-08-111-1/+4
| |\ \ | | | | | | | | | | | | | | | | Add option to disable project export on instance See merge request !13211
| | * | Add option to disable project export on instanceRobin Bobbitt2017-08-111-1/+4
| | |/