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 (Expand)Author
2016-10-15Fix nesting on sessions/new.Bryce Johnson
2016-10-15Click first Sign In in login_helper.Bryce Johnson
2016-10-15Get tests passing.Bryce Johnson
2016-10-10writes tests to verify the issue is solved and fixes breaking issues.tiagonbotelho
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-04Simplify Mentionable concern instance methodsPaco Guzman
2016-09-30fix export project file permissions issueJames Lopez
2016-09-30Small improvements thanks to Robert's feedbackRémy Coutable
2016-09-28Fix permission for setting an issue's due dateRémy Coutable
2016-09-28Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad
2016-09-27Merge branch '22578-cycle-analytics-incorrect-commit-count'Douwe Maan
2016-09-26Fix the "Commits" section of the cycle analytics summary.Timothy Andrew
2016-09-26Fix snippets paginationRémy Coutable
2016-09-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2016-09-20Implement a second round of review comments from @DouweM.Timothy Andrew
2016-09-20Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-20Fix all cycle analytics specs.Timothy Andrew
2016-09-20Test the `CycleAnalytics::Summary` model.Timothy Andrew
2016-09-20Merge branch 'feature/import-export-security-specs' into 'master' Douwe Maan
2016-09-16Fixed testsPhil Hughes
2016-09-09Merge branch 'restrict_ldap_return_attributes' into 'master' Robert Speicher
2016-09-09Request only the LDAP attributes we needDrew Blessing
2016-09-09attempt to fix random error in remote buildJames Lopez
2016-09-09refactored some stuff and added new models / attributes after rebaseJames Lopez
2016-09-09more spec refactoring based on feedbackJames Lopez
2016-09-09fixing a couple of bugs and lots of refactoring of the export file specJames Lopez
2016-09-09add model configuration spec to check for new models. Also refactored attribu...James Lopez
2016-09-09fixed spacingJames Lopez
2016-09-09remove IGNORED_ATTRIBUTES no longer requiredJames Lopez
2016-09-09more refactoring of the specsJames Lopez
2016-09-09refactored specs based on feedbackJames Lopez
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
2016-09-09Move write_note into SlashCommandsHelper and update other dependent specsStan Hu
2016-09-09Wait for logout message in login_helpersStan Hu
2016-09-09Use wait_for_ajax to avoid database deadlocks after specs are cleanedStan Hu
2016-09-09Fix spec failures with spec/features/issues/user_uses_slash_commands_spec.rbStan Hu
2016-09-07Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-07Fix rubocop spec.Timothy Andrew
2016-09-07Consolidate all cycle analytics helper methods.Timothy Andrew
2016-09-07Add a test case for "end condition happens before start condition".Timothy Andrew
2016-09-07Test the `production` cycle analytics phase.Timothy Andrew
2016-09-07Test the `staging` cycle analytics phase.Timothy Andrew
2016-09-07Generate branch/file names more randomly to avoid failures.Timothy Andrew
2016-09-07Test the `code` cycle analytics phase.Timothy Andrew
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-09-04Make sure DatabaseCleaner.clean runs AFTER Capybara's cleanupAirat Shigapov
2016-09-02Refactor cycle analytics specs.Timothy Andrew
2016-08-30Merge branch 'shorten-task-status-phrase' into 'master' Douwe Maan
2016-08-30Fix resolving conflicts on forksSean McGivern
2016-08-29Shorten task status phraseClement Ho