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
2016-06-10Don't try to count a relation with aliasesSean McGivern
98f147e84d2bd8f2278452ac0852118452c76d4a fixed this for issues in HTML, but not MRs or Atom feeds.
2016-06-08Remove unnecessary icons from buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-25Merge branch 'rs-remove-issue_to_atom' into 'master' Douwe Maan
Remove `issue_to_atom` helper See merge request !4265
2016-05-25Merge branch 'rs-event-atom-partial' into 'master' Douwe Maan
Remove `event_to_atom` helper See merge request !4234
2016-05-25Remove conditionalAlfredo Sumaran
2016-05-25Address feedbackAlfredo Sumaran
Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-25Move conditional to a methodAlfredo Sumaran
2016-05-25Move todo target state to the top and fix styles on mobileAlfredo Sumaran
2016-05-25Add target statusAlfredo Sumaran
2016-05-24Remove `issue_to_atom` helperRobert Speicher
2016-05-23Remove `event_to_atom` helperRobert Speicher
2016-05-17Create a todo on failing MR buildSean McGivern
When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
2016-05-05Revert counter parentheses back to badgesAnnabel Dunstone
2016-05-05Builds page redesignAnnabel Dunstone
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-07Merge branch 'master' into issue_14678Alfredo Sumaran
2016-04-01Get pagination options form the viewAlfredo Sumaran
2016-03-31Merge branch 'fix-todos' into 'master' Rémy Coutable
Destroy related todos when an Issue/MR is deleted Closes #14550 Closes #14598 See merge request !3376
2016-03-30Make entire todo row clickableAnnabel Dunstone
2016-03-30Fix error 500 when target is nil on todo listDouglas Barbosa Alexandre
2016-03-18Fixes inputs width inside .nav-controlsAlfredo Sumaran
2016-03-18Refactor colors and listsDmitriy Zaporozhets
* Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-18Merge branch 'optimistic-todos' into 'master' Jacob Schatz
Adds small AJAX optimistic functionality to todos. Fixes #13656 <br/> A good first step and boring solution. <br/> Will make ajax call to remove each issue. <br/> If issue is last in group of issues will refresh page. <br/> If issues remain in group will remove row with JS. <br/> Adds loading spinner to button and disables. <br/> ![todos-optimistic](/uploads/c6aec4a688e5125d4df55a2a3a55d4d7/todos-optimistic.gif) <br/> cc @dzaporozhets @JobV @dbalexandre See merge request !2946
2016-03-17Mark all as done through AJAXPhil Hughes
2016-03-17Removed the flash success messagePhil Hughes
Removes the group if empty
2016-03-17Adds small AJAX optimistic functionality to todos.Jacob Schatz
Fixes #13656 A good first step and boring solution.
2016-03-15Improve external users featureZeger-Jan van de Weg
2016-03-13Remove Project#publicishZeger-Jan van de Weg
2016-03-09Avoid error 500 when todo author was removedDouglas Barbosa Alexandre
2016-03-09Merge branch 'improve-archived-projects'Dmitriy Zaporozhets
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-05Show project name for Issues tab in Group and Dashboard context.Rubén Dávila
2016-03-05Refactor Milestone view for Dashboard.Rubén Dávila
2016-03-05Refactor GlobalMilestone queries.Rubén Dávila
Make methods return ActiveRecord Relations instead of Arrays.
2016-03-04Make projects sort dropdown shared so it can be reused for other pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Added tabindex to filter fieldPhil Hughes
Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much Closes #3706
2016-03-03Refactor projects listDmitriy Zaporozhets
1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-02Don't show "Welcome to GitLab" when the search didn't return any projectsRémy Coutable
2016-02-27Small css cleanup for todos featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-20"X assigned you Y" instead of "X assigned Y"Douwe Maan
2016-02-20Add "Mark all as done" buttonDouwe Maan
2016-02-20Include 'issue'/'merge request' in linkDouwe Maan
2016-02-20Rename tab from 'Todos' to 'To do'Douwe Maan
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Refactoring TasksHelperDouglas Barbosa Alexandre
2016-02-20Improve tasks page list UIDouglas Barbosa Alexandre
2016-02-20Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre
2016-02-20Refactoring task queue partialsDouglas Barbosa Alexandre
2016-02-20Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre