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
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
2019-08-28Save board lists collapsed settingFelipe Artur
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2018-12-03fix wordingShinya Maeda
2018-12-03Fix the coding styleShinya Maeda
2018-12-03Validate enum uniquenessShinya Maeda
2018-11-21Eliminate duplicated wordsTakuya Noguchi
2017-07-24Adjust tests to work with latest shoulda gemDmitriy Zaporozhets
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-02-03Remove backlog lists from boardsDouglas Barbosa Alexandre
2016-08-17Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre
2016-08-17Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre
2016-08-17Remove useless delegate method on List modelDouglas Barbosa Alexandre
2016-08-17Ensure that we have only one list per label per boardDouglas Barbosa Alexandre
2016-08-17Remove label_list factoryDouglas Barbosa Alexandre
2016-08-17The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre
2016-08-17Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Add Board modelDouglas Barbosa Alexandre