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
2017-06-06Move issuable bulk edit form into a new sidebar.Bryce Johnson
2017-05-11ensure filtered_search utilizes common_vue bundleMike Greiling
2017-04-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-03-20Redirect to signin when New Issue for not logged inSam Rose
2017-02-28Show public RSS feeds to anonymous usersMichael Kozono
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
2017-01-26Add tooltip to subscribe btnAnnabel Dunstone Gray
2017-01-24Speed up animation transition; add hover state to top right iconsAnnabel Dunstone Gray
Remove subscribe text from button
2017-01-13Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-10we're actually not using issue finder hereLin Jen-Shin
2017-01-10Pass the arguments from where we render the partialLin Jen-Shin
Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
2017-01-10Add basic searchClement Ho
2016-11-18Added empty state svg and set up blank conditionalLuke "Jared" Bennett
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
2016-11-03Issues atom feed url reflect filters on dashboardLucas Deschamps
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-01Add flash containers and broadcast messages below subnavAnnabel Dunstone Gray
2016-09-08Fix issues bulk update from issues index pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-01State specific default sort order for issuableszs
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
2016-07-27Merge some repeated codes to the partialLin Jen-Shin
2016-07-26Fix duplicated issues partial and two cases need the button:Lin Jen-Shin
For both having existing issues and having no issues.
2016-07-15Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
* upstream/master: (1547 commits) Add margin between buttons if both retry and cancel are present Add margin between labels; remove underline hover style on status button udpated JS based on feedback Use default cursor for table header of project files (!5165) Fix duplicated entry in changelog [ci skip] Improves left static sidebar behaviour Include default callback URL (OAuth) Cleanup feature proposal template Simplify regex for string-based multi-word label surrounded in quotes Revert "Merge branch '18193-developers-can-merge' into 'master' " Upgrade Rails from 4.2.6 to 4.2.7. some JS magic to fix empty URL bug formats my test properly Update CHANGELOG Doesn't match empty label references surrounded in quotes Fix markdown rendering for label references that contains `.` Fix markdown rendering for label references that begin with a digit Fix markdown rendering for consecutive label references Stub omniauth provider for GitLab Update CHANGELOG ...
2016-07-12Add new stopwatch and commit icons; rename custom icon helper; fix commit ↵Annabel Dunstone
pipeline layout
2016-07-06Fixed spellingPhil Hughes
Used variable for icon color
2016-07-05Uses any method instead of nil to check for issuesPhil Hughes
2016-07-05Added blank state to issuesPhil Hughes
2016-06-30Remove unnecessary parensValery Sizov
2016-06-30Added new issue by email modal windowPhil Hughes
2016-06-10Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-09Merge branch '17562-filter-issues-is-only-visible-when-user-is-logged-in' ↵Jacob Schatz
into 'master' #17562 Fixes issues list filter only visible when user is logged in ## What does this MR do? 1. Moves the issue/MR list search form out of the `if current_user` conditional, allowing guests to view the field. 2. Adds some margin to the search form, this is because in mobile view for guest users, the field was not supported by the RSS button and the New Issue button and would drop to meet the list. ## Are there points in the code the reviewer needs to double check? Are there any views where the `margin-bottom: 12px` will affect the styling? ## Why was this MR needed? Guest user UX. Nothing feels better than increasing intangible value! ## What are the relevant issue numbers? Fixes #17562. ## Screenshots (if relevant) ![Screen_Shot_2016-05-16_at_23.48.06](/uploads/cf0f0c48287517ac3e83b204b4ee09b2/Screen_Shot_2016-05-16_at_23.48.06.png) /cc @jschatz1 **UPDATE:** ![Screen_Shot_2016-05-20_at_16.13.22](/uploads/eb854838a514d0d54d0f13bde1636b8a/Screen_Shot_2016-05-20_at_16.13.22.png) See merge request !4171
2016-06-08Cleanup and imrpove issue/mr buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Fixes issue search form hiding when current_user is nil (guest user)Luke Bennett
Fixes the bottom margin of .nav-controls > form (issues list search/filter form) so when a guest views on the field on mobile it is not squished against the issues list Updated CHANGELOG navigation tabs and navigation filter search will now stay on the same row until there is no space to Removed unneeded media queries
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-18Display nav controls on mobileAlfredo Sumaran
2016-02-05Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-04Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-25Move issuable partials in common directoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-27Set milestone on new issue when creating issue from index with milestone ↵Douwe Maan
filter active.
2015-05-25Add Accepted and Rejected tabs to MR lists.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-23Add atom link tag to every page that has one.Douwe Maan
2015-03-28Small css improvements to selectboxes and issue filterDmitriy Zaporozhets
2015-03-27Big refactoring of issues filtersDmitriy Zaporozhets
* Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
2015-03-19Refactor select css. Make selects same widthDmitriy Zaporozhets
2015-03-13Implement merge requests searchDmitriy Zaporozhets
It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues
2015-03-06Send notifications and leave system comments when bulk updating issues.Douwe Maan
2015-02-20Update path helper referencesVinnie Okada
Use the path helpers for nested project resources, for Rails 4.1.9 compatibility.
2015-02-20Restlye issueable filters to be more compactDmitriy Zaporozhets
2015-02-20Move labels/milestones tabs to side navigationDmitriy Zaporozhets