summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use raw SQL instead of Rails models in migrations where appropriaters-fix-migrationsRobert Speicher2016-03-285-34/+54
| | | | Closes #14694.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-03-2835-410/+800
|\
| * Merge branch 'functional-sidebar' into 'master' Dmitriy Zaporozhets2016-03-2821-167/+480
| |\ | | | | | | | | | | | | | | | | | | Updates sidebar to use new dropdowns for issues and merge requests Fixes #12935, #13164 See merge request !3175
| | * Fix small style issuefunctional-sidebarJacob Schatz2016-03-282-4/+4
| | |
| | * Update, so filtering works properly.Jacob Schatz2016-03-263-3/+8
| | | | | | | | | | | | Bulk update works as well
| | * Fix filter so it works with new multi select drop-downs.Jacob Schatz2016-03-251-4/+4
| | |
| | * Use hidden inputs instead of `data-selected`Jacob Schatz2016-03-252-10/+7
| | |
| | * Fix minor code style issuesJacob Schatz2016-03-255-29/+21
| | | | | | | | | | | | | | | Fix underscore template error. Fix `=` spacing
| | * Edit button leaves modal openJacob Schatz2016-03-254-10/+16
| | | | | | | | | | | | Add user avatar to user selection
| | * Add back in currentUserJacob Schatz2016-03-251-1/+1
| | |
| | * Fix features until tests pass.Jacob Schatz2016-03-255-58/+59
| | | | | | | | | | | | | | | Milestones needed a none selector Assignee needed unassign.
| | * Fixed JS error that was failing the buildsPhil Hughes2016-03-251-5/+6
| | |
| | * Fixed some colours in sidebarPhil Hughes2016-03-252-4/+8
| | |
| | * Add Assign to me button and unassigned.Jacob Schatz2016-03-253-31/+39
| | |
| | * Assign current user when no user is assigned linkJacob Schatz2016-03-254-40/+77
| | |
| | * Add js-extras so show any and show no for milestones show up.Jacob Schatz2016-03-251-1/+1
| | |
| | * Remove console logJacob Schatz2016-03-251-1/+0
| | |
| | * Fix subscription button by hooking it back up.Jacob Schatz2016-03-252-0/+2
| | |
| | * Fix broken functionality in sidebar after merge.Jacob Schatz2016-03-259-17/+53
| | | | | | | | | | | | Added nice animations too.
| | * Fix specsAlfredo Sumaran2016-03-251-1/+1
| | |
| | * Fix endpointAlfredo Sumaran2016-03-253-3/+5
| | |
| | * Remove unnecessary sentenceAlfredo Sumaran2016-03-251-1/+0
| | |
| | * Add missing #Alfredo Sumaran2016-03-251-1/+1
| | |
| | * Rename header for dropdownsJacob Schatz2016-03-251-2/+2
| | |
| | * Add multi select stay open functionalityJacob Schatz2016-03-254-31/+58
| | |
| | * New dropdowns work on merge requests too!Jacob Schatz2016-03-256-22/+36
| | |
| | * Adds new dropdown ajax to user selectionJacob Schatz2016-03-254-6/+43
| | |
| | * Adding dropdown for usersJacob Schatz2016-03-252-1/+3
| | |
| | * Remove api calls from api.js.coffee.Jacob Schatz2016-03-251-39/+0
| | | | | | | | | | | | Using respond to instead
| | * Make remove multi and remove single work.Jacob Schatz2016-03-253-12/+8
| | | | | | | | | | | | | | | Make add single and add multi work properly. Multiple inputs for multiselect
| | * Fix bugs with select dropdown and multiselectionJacob Schatz2016-03-252-16/+21
| | |
| | * Removes bugs with selection.Jacob Schatz2016-03-252-3/+13
| | | | | | | | | | | | Adds deselect still a WIP.
| | * Fix up commit messageJacob Schatz2016-03-251-4/+9
| | |
| | * Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-255-49/+63
| | |
| | * Add milestone sidebar update via JSONJacob Schatz2016-03-256-9/+83
| | |
| | * Make label search work with JSON dataJacob Schatz2016-03-253-8/+13
| | |
| | * Ajax call to milestones via new dropdownsJacob Schatz2016-03-254-4/+30
| | |
| | * Sidebar milestone updatable via JSONJacob Schatz2016-03-255-16/+18
| | |
| | * Adds milestone API JS callJacob Schatz2016-03-251-0/+18
| | |
| | * Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-258-16/+44
| | |
| * | Merge branch 'issue_14643' into 'master' Robert Speicher2016-03-281-2/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix background when editing a highlighted note Fixes #14643 See merge request !3423
| | * | Remove backgroundissue_14643Alfredo Sumaran2016-03-281-2/+0
| |/ / | | | | | | | | | Fixes note's action bar background color when note is highlighted
| * | Merge branch 'dz-small-ui-fixes' into 'master' Jacob Schatz2016-03-285-8/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small ui fixes - Dont use small font size for commits list - Use standard button size for new file - Fix vertical align for files tab top navigation - Add border bottom and margin for readme holder cc @skyruler @jschatz1 See merge request !3419
| | * | Dont use small font size for commits listdz-small-ui-fixesDmitriy Zaporozhets2016-03-281-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Use standard button size for new fileDmitriy Zaporozhets2016-03-281-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Fix vertical align for files tab top navigationDmitriy Zaporozhets2016-03-282-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Add border bottom and margin for readme holderDmitriy Zaporozhets2016-03-281-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'update_ldap_docs' into 'master' Drew Blessing2016-03-284-227/+292
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ldap docs Related to gitlab-org/gitlab-ee#397 @axil What do you think of moving LDAP configuration docs to `adminstration/auth/ldap.md`? Then we'll probably need to add the relevant group link configuration piece to some user group documentation. We can cross-link and deprecate the current `integration/ldap.md` location. See merge request !3336
| | * | | Update LDAP docs [ci skip]Drew Blessing2016-03-224-227/+292
| | | | |
| * | | | Merge branch 'api-ability-to-backdate-newly-created-issues-12628' into 'master' Robert Speicher2016-03-284-6/+23
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Back dating of issues when creating through the API Closes #12628 See merge request !3408