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
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