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-01-29Fix CSS grid on a new Project/Group MilestoneTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-25Merge branch '54905-milestone-search' into 'master'Sean McGivern
Resolve "Milestone search" Closes #54905 See merge request gitlab-org/gitlab-ce!24265
2019-01-24Adds milestone searchJacopo
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-28Include new and edit links in breadcrumb for project milestones, group ↵George Tsiolis
milestones, and labels
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-06Allow to delete group milestonesFelipe Artur
2018-04-13[skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-11[skip ci] .control-label to .col-form-labelClement Ho
2017-11-22Merge branch 'group-new-miletone-breadcrumb' into 'master'Filipa Lacerda
Fixed new group milestone breadcrumb Closes #40338 See merge request gitlab-org/gitlab-ce!15511
2017-11-22Fixed new group milestone breadcrumbPhil Hughes
Closes #40338
2017-11-07Add group milestone to feature spec and minor changesGeorge Andrinopoulos
2017-11-07Add Group Milestone sortingGeorge Andrinopoulos
2017-10-20Remove page-specific GLForm init and add support_autocomplete: false local ↵Luke "Jared" Bennett
to groups/milestones/_form
2017-10-11Add support for markdown preview to group milestonesVitaliy @blackst0ne Klachkov
2017-10-04Fixes group milestones breadcrumb linksPhil Hughes
Closes #38781
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-09-06Moves the action buttons out of the breadcrumbsPhil Hughes
Closes #36459
2017-09-06Clean up new navigation templatesPhil Hughes
2017-08-29replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin
2017-07-12fixed some inconsistenciesPhil Hughes
2017-07-07Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-07Native group milestonesFelipe Artur
2017-07-03more action button movementsPhil Hughes
fixed eslint failures fixed project select dropdown not working on some pages
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
2017-04-06Groups section capitalization fixJose Ivan Vargas Lopez
2017-04-04Refactor test_utils bundleMike Greiling
2017-03-25move progress bar from milestone summary into the sidebarMike Greiling
2017-03-25add basic sidebar functionality to milestones pageMike Greiling
2017-03-10Add count badges to both dashboard and group milestonesAlex Braha Stoll
2017-02-23Code style improvementsAlfredo Sumaran
2017-02-06Removed jQuery UI sortablePhil Hughes
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-10Require projects before creating milestonegfyoung
2016-10-05Don't include archived projects when creating group milestonesJeroen Jacobs
2016-07-01Remove icons from some buttons which already has textDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-09Improved the UX of issue & milestone date pickerPhil Hughes
Closes #18198
2016-05-06Merge branch 'group-navigation-redesign' into 'master' Dmitriy Zaporozhets
Redesign navigation for group pages Part of #14838. This MR targets on desktop version. Mobile version improvements will be in separate merge request See merge request !3980
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-28Redesign navigation for group pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-14Fixed group milestones placeholder bugPhil Hughes
2016-04-14Milestones use new GLForm classPhil Hughes
2016-04-05Improve codeFelipe Artur
2016-03-07Updates from last code review.Rubén Dávila
2016-03-05Show some stats about Milestone according to the new UI.Rubén Dávila
2016-03-05Make Merge Requests tab have the same look as Issues.Rubén Dávila
2016-03-05Show project name for Issues tab in Group and Dashboard context.Rubén Dávila
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
* Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.