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
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-16Rename Personal Audit LogTim Zallmann
2017-05-09Merge request widget redesignFatih Acet
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-01-19Fixed spinach feature tests for the services and hooks controllersJose Ivan Vargas
Added a test for the integrations controller
2016-12-26Move admin groups spinach tests to rspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2016-12-19Move Admin Appearance spinach feature to rspecjurre
2016-12-17Move admin application spinach test to rspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2016-12-14Merge branch 'dz-fix-admin-routes' into 'master' Sean McGivern
Add support for nested groups to admin routing See merge request !8008
2016-12-13Move admin settings spinach feature to rspecjurre
2016-12-11Add support for nested groups to admin routingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-10Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets
project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-03Indicate how much an MR branch diverges from the target branchPierre de La Morinerie
2016-03-03Tests: extract a merge_request_path helperPierre de La Morinerie
2016-02-26Branded login page also in CEZeger-Jan van de Weg
The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Add feature spec for task queue list pageDouglas Barbosa Alexandre
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-16Create milestones in the groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-09Fix snippets exploration testDouwe Maan
2015-09-08Use new routing helperDouwe Maan
2015-08-25Fix tests and last push widgetDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-19Spinach testsArtem Sidorenko
2015-08-06Add tests for abuse report featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Fix project testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Audit log for user authenticationValery Sizov
2015-06-23Fix downloading of patches on public merge requests when user logged outStan Hu
Closes #1225 Closes #1854 Closes #1858
2015-06-22Fix rubocop issues at feature/ directoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher
2015-06-09Move Project Members link from Settings to main menu.Nicolas
Addresses #2278.
2015-05-06Remove feature tests for old task listsRobert Speicher
2015-04-15Revert help link tests removalDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-13The help link has been removed. The commit removes the test for it.Hannes Rosenögger
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-10Add tests for starred projects pageDmitriy 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-01-27Fix blob controller rendering in case of errorsDmitriy Zaporozhets
2015-01-19Spinach for admin applicationsValery Sizov
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2014-12-30Add tests for disabled blob edit button cases.Ciro Santilli
2014-12-26Show assigned issues/mr be default on dashboardDmitriy Zaporozhets
This was default before but now it fixed with providing assignee_id parameter making url shareble and dont reset when other filters users. Also this commit removes old methods that are not used any more. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-25Fix tests and add message if no oauth appsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-13Use :message key, not :error for File::Service.Ciro Santilli
2014-10-06Add Spinach tests for task listsVinnie Okada