Commit Graph

36 Commits

Author SHA1 Message Date
Alexander Machehin e255c59261 [#29] remove iconv 2014-01-16 19:39:03 +06:00
Alexander Machehin 50735fc977 [#29] add iconv gem 2014-01-10 09:30:22 +06:00
Alexander Machehin 0cb585ef71 Merge branch 'master' into 29-migrate-to-ruby-2.1
Conflicts:
	Gemfile
	Gemfile.lock
	app/controllers/activity_feeds_controller.rb
	app/models/activity_feed_observer.rb
	config/environments/development.rb
	config/initializers/a_app_config.rb
	config/initializers/airbrake.rb
	lib/modules/models/git.rb
	spec/controllers/activity_feeds_controller_spec.rb
	spec/helpers/activity_feeds_helper_spec.rb
2014-01-10 08:31:31 +06:00
Vokhmin Alexey V 04964f0171 Fixed: NoMethodError: undefined method contents for nil:NilClass 2013-11-25 23:09:33 +04:00
Vokhmin Alexey V 7a872078ed #321: added rescue block into #run_mass_import 2013-11-18 16:31:48 +04:00
Vokhmin Alexey V 22b397b670 #321: move #run_mass_import into module 2013-11-18 15:27:59 +04:00
Alexander Machehin 7da70b5f12 [#277] profile projects 1 ver. 2013-09-08 17:56:43 +06:00
Vokhmin Alexey V c9b7f890fa #222: removed #restore_branch method 2013-07-23 17:29:41 +04:00
Vokhmin Alexey V c935120398 #222: Added checking of sha according to Alexander's comment 2013-07-22 18:38:18 +04:00
Vokhmin Alexey V 079f8a955a #222: init GitHook on creating branch from UI 2013-07-22 18:21:12 +04:00
Vokhmin Alexey V 6f67b580c4 #222: added form for creating new branch 2013-07-22 15:27:14 +04:00
Vokhmin Alexey V 7880fa4625 #214: added specs for Project #restore_branch && #delete_branch 2013-07-15 17:52:13 +04:00
Vokhmin Alexey V 2b423e6a6e #214: some refactoring of JS, added comments 2013-07-15 16:09:31 +04:00
Vokhmin Alexey V 5113e9d3d8 #214: fixed restore of branch 2013-07-12 18:30:15 +04:00
Vokhmin Alexey V ffcdd26c66 #214: updated UI of PullRequest#show 2013-07-12 18:21:46 +04:00
Vokhmin Alexey V e096fc1bde #214: updated logic of deleting of branch 2013-07-11 17:50:22 +04:00
Vokhmin Alexey V ff646af607 #214: create GitHook on delete of branch 2013-07-11 17:20:22 +04:00
Vokhmin Alexey V 2e33f0038a #214: added ability to destroy branch 2013-07-11 17:03:02 +04:00
Vokhmin Alexey V 66fe5c11cf #200: removed activity_feed_observer 2013-06-27 18:40:19 +04:00
Vokhmin Alexey V 0bc804e69d #93: added icon for submodule, fixed messages of Tree, Submodule, Blob 2013-04-10 15:40:11 +04:00
Vokhmin Alexey V e055d0080b #29: removed hack for encoding 2013-03-18 15:36:16 +04:00
Alexander Machehin da5ef38eda fix access to git project after pushing by ssh 2013-03-07 20:54:44 +06:00
Alexander Machehin d85039d5be Support git over ssh: hooks, support gitlab-shell api, UI, refactroing 2013-03-07 14:09:08 +06:00
Alexander Machehin acd179d1a8 #971 fix commit link 2013-02-26 18:32:35 +06:00
Alexander Machehin e4967fdd54 #917 add git hook to online update 2013-02-26 00:55:45 +06:00
Alexander Machehin ab703ffa4f #959 fix did you run git update-server-info on the server? 2013-02-25 20:35:39 +06:00
Alexander Machehin e08c31e314 #944 refactoring checking empty project 2013-02-22 13:22:34 +06:00
Vokhmin Alexey V d2a876c9cb #843: remove 'latest_' prefix 2013-01-21 21:08:19 +04:00
Alexander Machehin ee38193efc [refs #789] fixed hardcoding file-store url 2012-12-20 19:45:46 +06:00
Alexander Machehin fc3350d8b7 [file-store-4] fix import 2012-11-15 16:28:03 +06:00
Alexander Machehin daa8bc72ee wrong method 2012-11-09 21:07:52 +06:00
Alexander Machehin 726aee49ff [file-store-4] remove archives in the srpm import 2012-11-09 20:14:26 +06:00
Alexander Machehin e9233d362a add new git_path param 2012-11-08 15:13:48 +06:00
Alexander Machehin 7ad1a82876 [refs #700] fix fork && repare task 2012-10-18 20:34:32 +06:00
Pavel Chipiga 35e673d44e Minor gems update. Fix string length, refactor git helper and module, add branches_and_tags method, refactor build_list filter, cleanup and refactor templates. Take back test. Filter incorrect symbols during git encoding fix. Fix git http level bug. Refs #263 2012-07-27 00:15:57 +03:00
Pavel Chipiga 611b22baa5 Update gems, fix conflicts. Raise 404 error instead of redirect. Refactor git controllers. Refactor git methods, move to modules. Cleanup git helpers, refactor and remove unused variables from views, refactor git templates. Refactor project load. Refactor git routes and links, refactor constraints. Fix branches with slashes and dots. Apply github linguist and libmagic for binary file detection. Other refactor and code cleanup. Fix specs and deprecations. Refs #263 2012-07-17 11:02:56 +03:00