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-11-23Move admin abuse report spinach test to rspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2016-11-04Show log corresponding to env in admin/logsLukas Erlacher
No matter which environment Gitlab was running as, the admin/logs view always showed production.log. This commit selects the logfile based on Rails.env. - Rename ProductionLogger to EnvironmentLogger - Make EnvironmentLogger logfile depend on env - Update spinach test for log tabs
2016-09-13Fixed group testsPhil Hughes
2016-09-13Tests updatePhil Hughes
2016-07-29Fix test for checking everything for Slack serviceLin Jen-Shin
2016-07-20Allow slack service to send messages on different channelsFelipe Artur
2016-07-07Layout for Users Groups and Projects on admin areaAlfredo Sumaran
2016-07-07Fix invite user feature test and improve request member UI rowDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-21Fix specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Fix admin active tab testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-05-16Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-12Bring shared project feature tests from EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-06Allow limited Markdown in Broadcast MessagesRobert Speicher
Closes #11853
2016-02-02Use truncate helper on spam logs listDouglas 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-13Update Broadcast Message featuresRobert Speicher
- Removes redundant "Create a broadcast message" scenario that was entirely covered by the "Create a customized broadcast message" scenario. - Adds "Edit an existing broadcast message" scenario - Adds "Remove an existing broadcast message" scenario
2016-01-13Simplify BroadcastMessage factoryRobert Speicher
Also make the feature tests less brittle.
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-08Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre
2015-12-08Add custom ColorValidatorRobert Speicher
2015-12-04Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre
2015-12-03Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre
2015-12-03Merge branch 'master' into ui/form-consistencyDouwe Maan
2015-12-02Use "Delete" in milestone and label delete buttons instead of "Remove"Douwe Maan
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-12-02Signed in admin should be able to add/remove himself to a projectDouglas Barbosa Alexandre
2015-12-02Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
2015-09-26Fix grammar in admin area labels .nothing-here-block when no labels exist.Aaron Snyder
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
2015-09-18Allow custom info to be added to Help pageJeroen van Baarsen
Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-09-10Fix testStan Hu
2015-09-03added spinach for glabal labelsValery Sizov
2015-08-26Enable SSL verification for WebhooksValery Sizov
2015-08-21Fix bug preventing invite by e-mailStan Hu
This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
2015-08-19Spinach testsArtem Sidorenko
2015-08-18capitalize URL in "Home page URL"Ben Bodenmiller
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
2015-08-06Remove trailing linesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06Add tests for abuse report featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-06-23Fix tests for admin identities after migrate to rspec3Dmitriy Zaporozhets
2015-06-22Merge branch 'master' into admin-edit-identitiesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/admin/users/show.html.haml
2015-06-22Fix indendity testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Fix features syntaxRobert Speicher
2015-06-19Add tests for admin managing user identitiesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-12Call `page.all` instead of `all` in feature stepsRobert Speicher
There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
2015-06-12Change `within` to `page.within` in feature stepsRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher