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
path: root/app
AgeCommit message (Collapse)Author
2016-03-29expand the column of labels in milestone pageexpand_milsestone_label_table_columnArinde Eniola
2016-03-29Merge branch 'add_link_to_fork_counter_button' into 'master' Jacob Schatz
Add link to forks pages in fork counter button closes #14412 ![fork_link](/uploads/5afef05bc592b0cf1c90ae4d154aed87/fork_link.gif) See merge request !3387
2016-03-28Merge branch 'functional-sidebar' into 'master' Dmitriy Zaporozhets
Updates sidebar to use new dropdowns for issues and merge requests Fixes #12935, #13164 See merge request !3175
2016-03-28Fix small style issueJacob Schatz
2016-03-28Remove backgroundAlfredo Sumaran
Fixes note's action bar background color when note is highlighted
2016-03-28Dont use small font size for commits listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-28Use standard button size for new fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-28Fix vertical align for files tab top navigationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-28Add border bottom and margin for readme holderDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-28Fix cancel linkAlfredo Sumaran
2016-03-27Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu
Don't attempt to look up an avatar in repo if repo directory does not exist Relates to https://sentry.gitlap.com/gitlab/gitlabcom/issues/3507/ Closes #14580 See merge request !3390
2016-03-27Merge branch 'feature/fuzz-search-min-width' into 'master' Jacob Schatz
Fuzzy search dropdown UI element min-width (issue 14644) Short project names sometimes result in an unusable fuzzy search UI element. Therefore, I added a min-width CSS property with a value of 175px. See here for details but it's fairly straight forward: https://gitlab.com/gitlab-org/gitlab-ce/issues/14644 Before: <br /> ![Screen_Shot_2016-03-25_at_20.03.54](/uploads/2bdc048bd818cdcd228bb2d19a10b5d2/Screen_Shot_2016-03-25_at_20.03.54.png) After: <br /> ![Screen_Shot_2016-03-25_at_20.19.29](/uploads/be23938757f67ffebb96c9bdc8229c5b/Screen_Shot_2016-03-25_at_20.19.29.png) See merge request !3407
2016-03-26Update, so filtering works properly.Jacob Schatz
Bulk update works as well
2016-03-26Merge branch 'feature--preferences-dashboard-groups' of ↵Dmitriy Zaporozhets
https://gitlab.com/eliasw/gitlab-ce
2016-03-26Merge branch 'ci-setup-info' into 'master' Dmitriy Zaporozhets
Add links to CI setup documentation from project settings and builds pages For #14483 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3384
2016-03-26short project names result in unusable fuzz search UI elements, so added a ↵Grant Douglas
min-width property to the css Added a space between property colon and value to satisfy linter and pass build.
2016-03-25Fix filter so it works with new multi select drop-downs.Jacob Schatz
2016-03-25Using class for specificity instead of tag.Jacob Schatz
2016-03-25rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Use hidden inputs instead of `data-selected`Jacob Schatz
2016-03-25Make sure ci status colors are same and respected on most pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Repository breadcrumbs and file header links should be darkDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Fix link colors by using content-list for commitsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Make sure CI status icons have same color across all appDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Fix minor code style issuesJacob Schatz
Fix underscore template error. Fix `=` spacing
2016-03-25Edit button leaves modal openJacob Schatz
Add user avatar to user selection
2016-03-25Add back in currentUserJacob Schatz
2016-03-25Fix features until tests pass.Jacob Schatz
Milestones needed a none selector Assignee needed unassign.
2016-03-25Fixed JS error that was failing the buildsPhil Hughes
2016-03-25Fixed some colours in sidebarPhil Hughes
2016-03-25Add Assign to me button and unassigned.Jacob Schatz
2016-03-25Assign current user when no user is assigned linkJacob Schatz
2016-03-25Add js-extras so show any and show no for milestones show up.Jacob Schatz
2016-03-25Remove console logJacob Schatz
2016-03-25Fix subscription button by hooking it back up.Jacob Schatz
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.
2016-03-25Don't attempt to look up an avatar in repo if repo directory does not existStan Hu
Closes #14580
2016-03-25Make sure Repository#gitlab_ci_yml is safe to use even when repository is ↵Dmitriy Zaporozhets
missing Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Small refactoring and rewordingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Fix endpointAlfredo Sumaran
2016-03-25Remove unnecessary sentenceAlfredo Sumaran
2016-03-25Add missing #Alfredo Sumaran
2016-03-25Rename header for dropdownsJacob Schatz
2016-03-25Add multi select stay open functionalityJacob Schatz
2016-03-25New dropdowns work on merge requests too!Jacob Schatz
2016-03-25Adds new dropdown ajax to user selectionJacob Schatz
2016-03-25Adding dropdown for usersJacob Schatz
2016-03-25Remove api calls from api.js.coffee.Jacob Schatz
Using respond to instead
2016-03-25Make remove multi and remove single work.Jacob Schatz
Make add single and add multi work properly. Multiple inputs for multiselect
2016-03-25Fix bugs with select dropdown and multiselectionJacob Schatz