summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finish select2-ajax for users. Added Select2Helper for testsDmitriy Zaporozhets2013-03-1411-200/+234
|
* fix setting gon.api_tokenDmitriy Zaporozhets2013-03-131-2/+4
|
* Allow single/multiple user selectDmitriy Zaporozhets2013-03-136-7/+12
|
* multiselect for ajax-users-select2Dmitriy Zaporozhets2013-03-132-2/+5
|
* add api users filter and integrate users select2Dmitriy Zaporozhets2013-03-137-2/+28
|
* user select2 javascriptDmitriy Zaporozhets2013-03-131-0/+47
|
* md5 and utf_encode js librariesDmitriy Zaporozhets2013-03-132-0/+281
|
* select2-rails gem addedDmitriy Zaporozhets2013-03-132-0/+5
|
* show mail-to and block buttons on /admin/users/:id pageDmitriy Zaporozhets2013-03-131-0/+11
|
* UserTeam spinach fixedDmitriy Zaporozhets2013-03-131-1/+1
|
* Fix spinach testsDmitriy Zaporozhets2013-03-133-5/+5
|
* Use name+username in team -> newDmitriy Zaporozhets2013-03-134-6/+6
|
* Remove team_member show page -> use user_path insteadDmitriy Zaporozhets2013-03-1313-178/+34
|
* stub git shell mv_repositoryDmitriy Zaporozhets2013-03-121-0/+4
|
* ask users to use ruby 1.9.3 for nowDmitriy Zaporozhets2013-03-121-1/+1
|
* cleanup ProjectMoverDmitriy Zaporozhets2013-03-122-2/+2
|
* fix spinach after #3196Dmitriy Zaporozhets2013-03-121-1/+1
|
* Merge pull request #3196 from Undev/feature/broken-projects-search-23049Dmitriy Zaporozhets2013-03-126-5/+34
|\ | | | | Broken projects search on dashboard
| * Tests for dashboard projects fixedAndrew8xx82013-03-123-7/+9
| |
| * Tests improvedAndrew8xx82013-03-122-1/+27
| |
| * Search fields were have same id's. FixedAndrew8xx82013-03-122-2/+2
| |
| * Search projects on dashboard was not worked. FixedAndrew8xx82013-03-121-0/+1
| |
* | check gitlab-shell version in gitlab:checkDmitriy Zaporozhets2013-03-121-0/+10
| |
* | fix project move emailDmitriy Zaporozhets2013-03-121-1/+1
| |
* | Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0Dmitriy Zaporozhets2013-03-126-125/+71
| |
* | restyle and cleanup emailsDmitriy Zaporozhets2013-03-1214-266/+108
|/
* Merge pull request #3192 from hiroponz/convert-to-coffeeDmitriy Zaporozhets2013-03-112-398/+273
|\ | | | | Convert branch-graph.js to branch-graph.js.coffee
| * Covert to coffee.Sato Hiroyuki2013-03-111-379/+254
| |
| * Rename to coffee.Sato Hiroyuki2013-03-111-0/+0
| |
* | fix api internal testDmitriy Zaporozhets2013-03-111-1/+1
| |
* | Reduce amount of user info provided with internal apiDmitriy Zaporozhets2013-03-112-1/+5
|/
* Merge pull request #3170 from Asquera/api/system_hooks_adjustmentsDmitriy Zaporozhets2013-03-103-12/+36
|\ | | | | API: system hook request functions and documentation updated
| * Merge branch 'master' into api/system_hooks_adjustmentsSebastian Ziebell2013-03-072-28/+52
| |\
| * | API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-073-12/+36
| | | | | | | | | | | | | | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
* | | fixed travis env, added coverage badgeDmitriy Zaporozhets2013-03-102-2/+3
| | |
* | | add coveralls.io to travis buildsDmitriy Zaporozhets2013-03-105-0/+20
| | |
* | | Group and team rss is valid nowDmitriy Zaporozhets2013-03-1010-29/+51
| | |
* | | Move groups and teams to tabs on dashboard. Remember tab with cookieDmitriy Zaporozhets2013-03-105-10/+44
| | |
* | | Merge pull request #3169 from hiroponz/refactor-network-graphDmitriy Zaporozhets2013-03-1010-416/+409
|\ \ \ | | | | | | | | Refactor network graph
| * | | Refactor: Removing a if statement, because the nil value is already removed ↵Sato Hiroyuki2013-03-071-49/+47
| | | | | | | | | | | | | | | | in the view template.
| * | | Refactor: Removing the duplicated code.Sato Hiroyuki2013-03-073-48/+40
| | | |
| * | | Refactor: change the map hash from a local variable to private variable.Sato Hiroyuki2013-03-071-34/+31
| | | |
| * | | Refacor: removing the times array, because that is same with @commits array.Sato Hiroyuki2013-03-071-21/+31
| | | |
| * | | Refactor: clean up models.Sato Hiroyuki2013-03-072-27/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Network::Commit ** Removing unnecessary accessors. ** Removing add_refs methods. * Network::Graph ** Removing unnecessary accessors. ** The 3 times loop of commits don't need.
| * | | Refactor: rename module and class names.Sato Hiroyuki2013-03-075-13/+13
| | | | | | | | | | | | | | | | | | | | * Module: Graph -> Network * Class: JsonBuilder -> Graph
| * | | Refactor: grouping parent and their space by including array.Sato Hiroyuki2013-03-073-5/+7
| | | |
| * | | Refactor: replace "render :json = graph.to_json" to view ↵Sato Hiroyuki2013-03-075-38/+39
| | | | | | | | | | | | | | | | | | | | | | | | template(show.json.erb). Because model shouldn't know about view logic.
* | | | better logo images for headerDmitriy Zaporozhets2013-03-105-2/+4
| | | |
* | | | fix event relative date being cachedDmitriy Zaporozhets2013-03-081-4/+4
| | | |
* | | | Merge pull request #3173 from m4tthumphrey/patch-1Dmitriy Zaporozhets2013-03-081-0/+1
|\ \ \ \ | |_|_|/ |/| | | Added system hooks link to doc index