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
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Allow be_url to specify the typeAlex Kalderimis
2019-08-07Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins
2019-07-25Add frozen_string_literal to spec/supportThong Kuah
2019-07-11Added the `abort_execution` matcherGabriel Mazetto
2019-07-03Fix order-dependent Gitaly specs failingStan Hu
2019-06-19Fix N+1 problem in `JobsController#index`Kamil Trzciński
2019-05-31Generate lets_encrypt_private_key on the flyVladimir Shushlin
2019-03-26Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan
2019-03-07Reduce differences in spec/support/matchers/access_matchers.rbRémy Coutable
2019-02-26Get rid of ScheduleInstallationServiceJoão Cunha
2019-02-26Improve GraphQL Authorization DSLLuke Duncalfe
2018-08-01Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable
2018-07-31Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern
2018-07-30Show the status of a user in interactionsBob Van Landuyt
2018-07-27Improve readability and move custom matchers to better placeGrzegorz Bizon
2018-07-25Add mutation toggling WIP state of merge requestsBob Van Landuyt
2018-07-18Delete UserActivities and related workersImre Farkas
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-07Refactor rspec matchers in read_only_spec.rbBrett Walker
2018-06-28Expose permissions on types in GraphQLBob Van Landuyt
2018-06-22Bring changes from EELin Jen-Shin
2018-06-15Allow querying a single MR within a projectBob Van Landuyt
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
2018-06-05Add a minimal GraphQL APINick Thomas
2018-06-05Merge branch 'sh-add-uncached-query-limiter' into 'master'Rémy Coutable
2018-06-05Remove N+1 query for author in issues APIStan Hu
2018-06-03Revert "Add a new have_html_escaped_body_text that match an HTML-escaped text"Takuya Noguchi
2018-04-23Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable
2018-04-11Add matcher for emojiBob Van Landuyt
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-03-06Add matcher to match elements by idsToon Claes
2018-02-06Return only limited pagination headers for search API endpointsJarka Kadlecová
2018-01-29Add Colors to GitLab Flavored MarkdownTony Rom
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-23Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)
2017-11-09Merge branch '36099-api-responses-missing-x-content-type-options-header' into...Douwe Maan
2017-11-03Add Projects::Clusters::ApplicationsController testsAlessio Caiazza
2017-09-22Replace the 'project/shortcuts.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-16Improve 'spec/features/profiles/*' specsVitaliy @blackst0ne Klachkov
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-07Support references to group milestonesSean McGivern
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-07-14Introduce have_gitlab_http_statusLin Jen-Shin
2017-07-05Revert unnecesarry changesShinya Maeda
2017-07-05zj nice catchies 3Shinya Maeda
2017-07-05Improved AccessMatchers and testsShinya Maeda
2017-06-30Add a UTF-8 encoding matcherJacob Vosmaer