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
2019-05-14Fix confidential issue label disclosure on milestone viewPatrick Derichs
Add changelog entry Method should be public Use milestonish method Use render data to filter labels Add specs for label visibility on milestone
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-01-24Adds milestone searchJacopo
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-11-29Merge branch 'security-issue_51301' into 'master'Cindy Pallares
[master] Resolve: Promoting a milestone is missing an authorization check See merge request gitlab/gitlabhq!2598
2018-11-07Fix spec in EE which now trigger access to repositoryMark Chao
2018-08-07Fix missing and duplicates on project milestone listing pageOswaldo Ferreira
2018-07-17Escapes milestone and label names when promoting themFilipa Lacerda
2018-07-13Escapes milestone title shown in flash message when promoting a milestoneFilipa Lacerda
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-22Updated test for promoted milestones success messageConstance Okoghenun
2018-06-04Include all ancestors milestones in json list & autocompleteJarka Kadlecová
2018-03-28Fix middle alignment for the titleJose Ivan Vargas
2018-03-28Fix promoting labels and milestones copy textJose Ivan Vargas
2018-03-25Drop JSON response in Project Milestone along with avoiding errorTakuya Noguchi
2018-03-07used respond_to formats for persisting flash messages insteadJose Ivan Vargas
2018-03-02Add persistent flash messagesJose Ivan Vargas
2018-03-02Added vue based promotion modals for labels and milestonesJose Ivan Vargas
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-31Allow promoting project milestones to group milestonesFelipe Artur
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-07Native group milestonesFelipe Artur
2017-04-26Fixed failing specsPhil Hughes
2017-04-26Added controller specsPhil Hughes
2017-04-24Optimize project namespace lookup for milestones and add specsStan Hu
2017-01-26Use `empty_project` where possible in controller specsRobert Speicher
2016-11-24Rephrase some system notes to be compatible with new system note styleDouwe Maan
2016-10-28Optimize Event queries by removing default orderAlejandro Rodríguez
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2015-12-05Fix spec that broke due to fact that iid is needed, not id, for ↵Stan Hu
MilestonesController
2015-09-21Remove milestones from merge requests when milestones are deletedStan Hu
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
2015-09-15Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu
for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
2015-07-17Add support for destroying project milestonesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/1504