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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2017-10-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
2017-10-03Remove edit action for issuesJarka Kadlecova
2017-07-27Use `empty_project` where possible in spec/features/securityRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-02Merge branch 'metrics-deployment-history' into 'master' Douwe Maan
Metrics deployment history Closes #26914 See merge request !10649
2017-04-28Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya
2017-04-24Fix deployments security check path and add checks for internal and public ↵Pawel Chojnacki
access
2017-04-03Refactor container registry repository tag stubsGrzegorz Bizon
2017-03-23Rename container image to repository in specsGrzegorz Bizon
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
2017-03-06Added access spec testsJose Ivan Vargas
Also created changelog and removed redundant code
2017-02-22Fixes broken and missing testsAndre Guedes
2017-02-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
Added tests to verify the access policy to the new controller
2017-01-19Fixed tests and a rubocop linterJose Ivan Vargas
2017-01-03Updated some tests descriptions to represent the correct settings pathJose Ivan Vargas
Updated the js from the member_expiration_date to es6
2017-01-03Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas
view (removed an extra tag )
2016-11-28Speed up Project security access specsRobert Speicher
Prior, every single test was creating four `ProjectMember` objects, each of which created one `User` record, even though each test only used _one_ of those Users, if any. Now each test only creates the single user record it needs, if it needs one. This shaves minutes off of each spec file changed here.
2016-07-15Allow to access Container Registry for Public and Internal projectsKamil Trzcinski
2016-06-23Fix 404 for pipelinesKamil Trzcinski
2016-04-18Projects members tab should follow visibility levelsFelipe Artur
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-13Create an external users tab on Admin user listZeger-Jan van de Weg
Also incorporates the review into this, mainly spec changes.
2016-03-13External UsersZeger-Jan van de Weg
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
2015-07-22Move access-related matchers to their own moduleRobert Speicher
2015-06-30Reporter role can manage issue tracker nowDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-15Move project members index from `/team` to `/project_members`Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-09-25Fix security testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Delete wall notes testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24Fix specs. Fix note form reset after submitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-13Split feature tests out to different build jobJeroen van Baarsen
2014-03-19Make use of project factory traitsRobert Speicher
2014-01-22Make changes to testsDmitriy Zaporozhets
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.