Dmitriy Zaporozhets
|
2b10520b30
|
Merge pull request #7999 from cirosantilli/append-inplace
Append in place for strings and arrays [failure unrelated]
|
2015-01-21 23:07:15 -08:00 |
|
Steven Burgart
|
5c80160218
|
Fix various typos
signe-in -> signed-in
go_to_gihub_for_permissions -> go_to_github_for_permissions
descendand -> descendant
behavour -> behaviour
recepient_email -> recipient_email
generate_fingerpint -> generate_fingerprint
dependes -> depends
Cant't -> Can't
wisit -> visit
notifcation -> notification
sufficent_scope -> sufficient_scope?
levet -> level
|
2015-01-18 10:29:37 -05:00 |
|
Ciro Santilli
|
33c9f05c6b
|
Append in place for strings and arrays
|
2015-01-01 21:12:00 +01:00 |
|
Ciro Santilli
|
2e9f5de868
|
Add parenthesis to function def with arguments.
|
2014-10-03 09:18:46 +02:00 |
|
Yvo van Beek
|
1f355279d2
|
Remove parent spacing. Fixes #7505
|
2014-09-06 19:51:28 +10:00 |
|
Hiroyuki Sato
|
fd0afcc996
|
Remove the dependancy of grit from class Network::Graph
|
2013-08-20 12:05:23 +09:00 |
|
Johannes Schleifenbaum
|
cd19f82e51
|
Fix typos
|
2013-07-29 12:47:06 +02:00 |
|
Sato Hiroyuki
|
aefdcdd431
|
Fix postgres error when displaying network graph.
fix #4149
|
2013-06-02 07:15:37 +00:00 |
|
Sato Hiroyuki
|
3a4c1c5c63
|
Enable to filter graph by ref
|
2013-05-13 18:44:50 +09:00 |
|
Sato Hiroyuki
|
b36b40ca40
|
Fix minor bug about line overlap.
|
2013-04-25 20:53:40 +00:00 |
|
Sato Hiroyuki
|
63b58b9491
|
Reducing database access.
|
2013-04-24 15:06:31 +00:00 |
|
Dmitriy Zaporozhets
|
d9ab7ba6eb
|
Fixed wrong order of arguments in network graph caused by refactoring
|
2013-04-03 22:37:07 +03:00 |
|
Dmitriy Zaporozhets
|
3011ac4150
|
Refactoring and cleanup. Removed unused commit finders
|
2013-04-03 21:05:10 +03:00 |
|
Sato Hiroyuki
|
1f6b6b6c62
|
Rotating graph orientation.
|
2013-03-20 12:28:22 +00:00 |
|
Sato Hiroyuki
|
e00e54b69c
|
Fix timeout error while showing the very large repo like git repo.
|
2013-03-19 10:36:40 +09:00 |
|
Sato Hiroyuki
|
46fa92187d
|
Refactor: removing duplicate code.
|
2013-03-19 10:00:29 +09:00 |
|
Sato Hiroyuki
|
b7e5f4556b
|
Refactor: Removing the duplicated code.
|
2013-03-07 21:10:27 +09:00 |
|
Sato Hiroyuki
|
79cd1ca304
|
Refactor: change the map hash from a local variable to private variable.
|
2013-03-07 19:52:46 +09:00 |
|
Sato Hiroyuki
|
ccc712b198
|
Refacor: removing the times array, because that is same with @commits array.
|
2013-03-07 19:16:51 +09:00 |
|
Sato Hiroyuki
|
8c5003cf75
|
Refactor: clean up models.
* Network::Commit
** Removing unnecessary accessors.
** Removing add_refs methods.
* Network::Graph
** Removing unnecessary accessors.
** The 3 times loop of commits don't need.
|
2013-03-07 17:56:01 +09:00 |
|
Sato Hiroyuki
|
e03a018d28
|
Refactor: rename module and class names.
* Module: Graph -> Network
* Class: JsonBuilder -> Graph
|
2013-03-07 15:42:30 +09:00 |
|