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
2016-08-19Support integration with Koding (online IDE)Gokmen Goksel
Koding: #index: landing page for Koding integration If enabled it will provide a link to open remote Koding instance url for now we are also providing the sneak preview video for how integration works in detail. Repository: check whether .koding.yml file exists on repository Projects: landing page: show Run in IDE (Koding) button if repo has stack file Projects: MR: show Run in IDE Koding button if repo has stack file on active branch ProjectHelpers: add_koding_stack: stack generator for provided project With this helper we will auto-generate the required stack template for a given project. For the feature we can request this base template from the running Koding instance on integration. Currently this will provide users to create a t2.nano instance on aws and it'll automatically configures the instance for basic requirements. Projects: empty state and landing page provide shortcuts to create stack projects_helper: use branch on checkout and provide an entry point This ${var.koding_queryString_branch} will be replaced with the branch provided in query string which will allow us to use same stack template for different branches of the same repository. ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b projects_helper: provide sha info in query string to use existing vms With this change we'll be able to query existing vms on Koding side based on the commit id that they've created. ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343 Integration: Docs: Koding documentation added Disable /koding route if integration is disabled Use application settings to enable Koding Projects_helper: better indentation with strip_heredoc usage Projects_helper: return koding_url as is if there is no project provided current_settings: set koding_enabled: false by default Koding_Controller: to render not_found once integration is disabled Dashboard_specs: update spec for Koding enabled case Projects_Helper: make repo dynamic ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c Updated documentation to have right format
2016-07-15Allow to access Container Registry for Public and Internal projectsKamil Trzcinski
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-23Fix 404 for pipelinesKamil Trzcinski
2016-06-14Authorize environments controller actionsKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-04-18Projects members tab should follow visibility levelsFelipe Artur
2016-03-25Ensure project snippets have their own access levelRémy Coutable
2016-03-22Address feedbackDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-19Fix specsFelipe Artur
2016-03-18Code fixesFelipe Artur
2016-03-17Merge 4009-external-users into issue_12658Felipe Artur
2016-03-17Code improvements and add Create group serviceFelipe Artur
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.
2016-03-10Add security specsFelipe Artur
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-09-14Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets
Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
2015-09-14Fix tests for group accessDmitriy Zaporozhets
2015-09-09Fix help access specDouwe Maan
2015-09-09Make all group publicValery Sizov
2015-09-08Use new routing helperDouwe Maan
2015-07-28Change before(:all) -> let! to avoid leaking data across testsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9495
2015-07-22Move spec/features/admin/security_spec to spec/features/securityRobert Speicher
2015-07-22Consolidate group access specs into one fileRobert Speicher
2015-07-22Remove redundant Profile access test casesRobert Speicher
The user being created was no different than what `be_allowed_for` was doing behind the scenes so we were essentially testing all user-level accesses twice.
2015-07-22Remove be_not_found_for matcherRobert Speicher
It was only used in one test, and the test was kind of redundant.
2015-07-22Move access-related matchers to their own moduleRobert Speicher
2015-07-06Audit log for user authenticationValery Sizov
2015-06-30Reporter role can manage issue tracker nowDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Update spec/features/security specsRobert Speicher
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-03-15Move group members index from `/members` to `/group_members`.Douwe Maan
2015-03-15Move project members index from `/team` to `/project_members`Douwe Maan
2015-03-11Rename dashboard landing page to Your projectsDmitriy Zaporozhets
2015-03-09Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets
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-29Fix group projects fetchDmitriy 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-02-25Dont test models methods in security specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
Fixed Group avatars to only display when user has read permissions to at least one project in the group.
2014-01-22Make changes to testsDmitriy Zaporozhets
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>