summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' ↵Robert Speicher2017-06-291-22/+156
|\ | | | | | | | | | | | | | | | | into 'master' Allow the feature flags to be enabled/disabled with more granularity Closes #34078 See merge request !12357
| * Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-6/+6
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-22/+156
| | | | | | | | | | | | | | | | This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add parent_id back to the testsOswaldo Ferreira2017-06-282-2/+4
| |
* | Improve tests textOswaldo Ferreira2017-06-281-2/+2
| |
* | Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-283-11/+26
| | | | | | | | group admins
* | Adjust projects spec on namespace fieldsOswaldo Ferreira2017-06-282-2/+6
| |
* | Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-0/+16
| |
* | Fix head pipeline stored in merge request for external pipelinesfix-head-pipeline-for-commit-statusKamil Trzcinski2017-06-271-6/+21
|/
* Fix optional args for POST :id/variablesLin Jen-Shin2017-06-271-0/+11
| | | | | Always use declared_params(include_missing: false) so that we don't give nils for optional arguments
* more refactoring based on feedbackJames Lopez2017-06-231-0/+13
|
* update notification settings, fix api specsJames Lopez2017-06-231-3/+1
|
* ported EE user service to CEJames Lopez2017-06-231-1/+9
|
* Filter archived project in API v3 only if param presentvanadium232017-06-211-0/+30
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2118-128/+128
|
* Merge branch '33878-fix-edit-deploy-key' into 'master'Rémy Coutable2017-06-211-0/+10
|\ | | | | | | | | | | | | Fix edit button for deploy keys available from other projects Closes #33878 See merge request !12301
| * Fix edit button for deploy keys available from other projectsAlexander Randa2017-06-201-0/+10
| |
* | Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-202-1/+40
|/
* Merge branch 'mk-add-project-moved-errors-for-git' into 'master'Douwe Maan2017-06-192-3/+108
|\ | | | | | | | | Add "project was moved" error messages for git See merge request !11259
| * Add specific test caseMichael Kozono2017-06-161-0/+20
| | | | | | | | This test and its context exist only to ensure this behavior is fixed: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11259#note_29262426
| * Add “Project moved” error to Git-over-HTTPMichael Kozono2017-06-161-1/+28
| |
| * Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-2/+60
| |
* | Merge branch '26212-upload-user-avatar-trough-api' into 'master'Rémy Coutable2017-06-191-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Accept image for avatar in user API Closes #26212 See merge request !12143
| * | Accept image for avatar in user APIvanadium232017-06-161-0/+10
| |/
* | Merge branch 'issue_33205' into 'master'Sean McGivern2017-06-191-3/+23
|\ \ | |/ |/| | | | | | | | | Fix API bug accepting wrong merge requests parameters Closes #33205 See merge request !12173
| * Fix API bug accepting wrong merge requests parametersissue_33205Felipe Artur2017-06-161-3/+23
| |
* | Improve method names and add more specsFelipe Artur2017-06-161-5/+37
| |
* | #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-9/+31
|/
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-1420-98/+283
|
* Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-141-1/+7
|\ | | | | | | | | Allow more customization to Help landing page See merge request !11878
| * Help landing page customizationsRobin Bobbitt2017-06-141-1/+7
| |
* | Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin2017-06-142-2/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...
| * \ Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-142-2/+17
| |\ \ | | |/ | |/| | | | | | | Add support for services configuration in .gitlab-ci.yml See merge request !8578
| | * Ensure that old API v1 generates still the same outputTomasz Maczukin2017-06-121-0/+12
| | |
| | * Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+5
| | |
* | | Merge remote-tracking branch 'upstream/master' into 33149-rename-more-builds33149-rename-more-buildsLin Jen-Shin2017-06-1310-30/+241
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (460 commits) Center dropdown for pipeline's mini graph Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions Fix filename method of GitlabUploader to return always real filename Ignore CVE-2017-5029 in Nokogiri Refactor atom builder by using xml.atom layout Let PhantomJS load local images Add a changelog entry Only add a description change note when no tasks are updated Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) Use gitaly 0.11.2 Add the ability to perform background migrations Always render warnings icon in orange Fix a few translation for zh_TW Improve Job detail view to make it refreshed in real-time instead of reloading Attempts to run RSpec tests twice (1 retry) ignore name validation on importing Only show hover state on links and buttons Use vue files for navigation tabs and buttons doc: add example of scheduler when Add test for u2f helper and changelog entry ...
| * | Fix filename method of GitlabUploader to return always real filenamefix-filename-of-artifact-uploaderKamil Trzcinski2017-06-131-2/+23
| |/
| * Accept image for avatar in project APIvanadium232017-06-091-0/+9
| |
| * Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-092-7/+57
| |\ | | | | | | | | | | | | Prompt user to create personal access token for Git over HTTP See merge request !11986
| | * Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-072-7/+57
| | | | | | | | | | | | | | | | | | If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
| * | Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney2017-06-081-1/+1
| |\ \
| | * | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
| * | Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
| |/
| * Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-13/+56
| |\ | | | | | | | | | | | | | | | | | | Implement ability to update deploy keys Closes #3191 See merge request !10383
| | * Implement ability to update deploy keysAlexander Randa2017-06-021-13/+56
| | |
| * | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-072-2/+53
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071
| | * | Support descriptions for snippetsJarka Kadlecova2017-05-312-2/+53
| | | |
| * | | Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-0/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
| | * | | Fix test failureszj-read-registry-patZ.J. van de Weg2017-06-061-1/+1
| | | | |
| | * | | Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-1/+14
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219