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
2022-12-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-03-26Fix bug when reopening milestone from index pageMark Fletcher
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-04-24Fix miletone specClement Ho
2018-04-03Correct milestone_spec popover testLuke Bennett
2018-03-23Add milestone deprecation feature specLuke Bennett
2018-03-06Fix milestone delete button showing for all usersJose Ivan Vargas
2018-02-21#28481: Display time tracking totals on milestone pageRiccardo Padovani
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Only include the user's ID in the time_spent command's update hashRobert Speicher
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
2017-11-11Add feature test to milestoneGeorge Andrinopoulos
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Native group milestonesFelipe Artur
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-02-24Fix specsPedro Moreira da Silva
2016-11-23Add a starting date to milestonesValery Sizov
2016-09-19Ensure validation messages are shown within the milestone formMark Fletcher
* Remove call to Milestone#save! instead just Milestone#save * Add safety specs to stop a regression Fixes #22033
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-04-29Use a better message when milestone is newly createdArinde Eniola
make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes