e6c44954655c89ba1d2a653055377e63b7f5a98d |
|
14-Aug-2016 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Set group write permissions on repository create (#1797)
* Set group write permissions on repository create.
* Set the group permissions for cloned repositories as well.
* Return the result of the pulling method.
* Forbid naming a repository 'new'. |
81da36894af70bbb8d8e24b004026ad4c5c1bc99 |
|
19-Jul-2016 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
1592 committer not shown in versions (#1704)
* Supply pushing user.
* Code style.
* Remove already executed data migration task.
* Improve Commit model, add associations to User model.
* Get rid of ambiguous class/module names.
* Replace OntologyVersion#user by #pusher.
* Display pusher information in OntologyVersions index.
* Fix all the tests.
* Add new tests.
* Obey Hound.
* Fix migration.
* Add data migration for missing commits.
* Add data migrations.
* Shorten up method.
* Remove unnecessary comment. |
075e8216f719a593d9111ce303e5028bcb0400fa |
|
19-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Obey Hound. |
78b69b71ee6bb1b213a2af7a2daec9e2e16052ef |
|
19-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add controller action and route to delete a file. |
674411b4cc02cf3bffadda96eed60751162ebf5f |
|
04-Dec-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Fix path_exists? on empty repository. |
389ef6f0a2c389ad624dcf0b0e7336e39c3fbec5 |
|
11-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Do what the hound says. |
305425741178bd2bf246258c91a8b2833aacd964 |
|
10-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Simplify path_exists method. |
225f141a2f48379c69767f68f4a252618faae20e |
|
10-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use '/' as default path. |
de9f3aef02867291f2c065985477165653ea11b2 |
|
10-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use ref instead of r as block variable name. |
76f22aa7c18383199da116500929b79945677076 |
|
10-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Delegate empty? method. |
8154de978abb605f24405ee3c94bc148ebe4b28b |
|
10-Nov-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
GitRepo refactorings: more delegates, url -> path. |
afd1d888784385307c9c0544597a513c2008d342 |
|
02-Jul-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
adjust tests, fix implementation |
a847d9812b328c048773e705606b10875a929034 |
|
02-Jul-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Improve routing
Only routes for existing files and ontologies are considered. |
f4b865988759de2bcc51ffd55897191c74e53ba2 |
|
02-Jul-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Refactor files action of FilesController
Make use of RepositoryFile and GitFile.
Use InheritedResources for FilesController
and simplify files action (will be renamed later). |
a1dfa680e0ec6ac58a9a999def342fd3cd4a3a0a |
|
24-Jun-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
simplify code and conform to code style guide |
5377dc644918632ef318825466e4f3cd861e27ec |
|
02-Jun-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
add path method to GitRepository and improve test |
307902584a4a70170eae6dc80e17d87f680fe2b3 |
|
30-May-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
bump rugged to current development version |
ee5342a8882c2fc7631fcffb5497e6597747887c |
|
10-May-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
fix whitespace issues
Includes fixes for the following whitespace-related issues:
- Trailing whitespace at end of line
- Tabs in file
- No newline at end of file
This commit fixes these issues for .rb, .coffee, and .sass
files. |
2725ada6b2a776abaadd22b0006097eae9ba2b02 |
|
24-Jan-2014 |
Julian Kornberger <juliank@tzi.de> |
Refactored GitRepository::GetDiff
Lazy creation of diff to increase the performance.
solves #598 and #609 |
9e3e0144c09a30bdb6211168a35dacbf0cb130d8 |
|
09-Nov-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fix git lib error that caused entity tests to fail |
9f9aab3a5e6a6beca675c7f90f9af56a3636f000 |
|
02-Nov-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
add functions dir? and paths_starting_with |
b66a6512eb6dea6cf5339eaa857a81d1b89cb4de |
|
27-Oct-2013 |
Julian Kornberger <juliank@tzi.de> |
Refactoring of the clone configuration.
'mirror = true' added to overwrite all local refs. |
93ff918a7a1656d812f27a767a976ea33da0921f |
|
25-Oct-2013 |
Julian Kornberger <juliank@tzi.de> |
Refactoring of git/svn import finished.
Now the import works without a working copy. |
498a5ce047b7c0873d84f6e7f45f3443e5072b70 |
|
17-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fix directory creation |
44f6922f3b15f4aed48cbd0d7d5f444e5c7fe2a9 |
|
17-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
make sure the git directories exist when cloning and creating repositoies |
391f72f778a8c9e1cbaed1860f4a4754d6881c8a |
|
09-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fix most tests |
ef1f1ad3d88023d93475dfdce00bd9f230917660 |
|
09-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fix most tests |
039b6fe97fd37af689c6991e6fceef72bbd617fc |
|
03-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
finish cloning feature in backend |
9cfb01db247ca04bb4b5b337bbd77c66b7150e53 |
|
01-Oct-2013 |
Julian Kornberger <juliank@tzi.de> |
Tests fixed and refactored |
1167711784176c2c46f3b69a3530a8aff0d575f7 |
|
01-Oct-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
add cloning feature to backend
two tests fail because a shallow clone has a faulty parents-reference in the oldest cloned commit |
03dee28977299b4b40210d9b7842bf85c136ab7d |
|
26-Sep-2013 |
= <=> |
Add history feature (now yet linked in view) |
8ec575832389c2588f0b5ca1f1dd2cc42d62eb12 |
|
25-Sep-2013 |
= <=> |
Add commit information in files view |
a5a4e2f7ee10435dab96569b4514486f0eee6c09 |
|
22-Sep-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
enable browsing in previous commits and branches |
f458e516c452c779efc7fc8949edfc2092d3fb82 |
|
31-Jul-2013 |
Julian Kornberger <juliank@tzi.de> |
Updated rugged |
1b3a30e097b49e2c7a8d09b5d4cf544c1fec299b |
|
27-Jun-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
rename some methods |
82943dcc7f878756736a3f21a8100b389b94ba46 |
|
25-Jun-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
make first lib-tests pass |
f1304db188bff0f7c40172819863ffe54401b400 |
|
19-Jun-2013 |
Julian Kornberger <juliank@tzi.de> |
some tests fixed |
532f6901b468d49af265ef939b52bbc6c8f1ab85 |
|
19-Jun-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add first tests for git lib |
0575355e90e95b4ad3b2907244139419df71b640 |
|
19-Jun-2013 |
henning mueller <henning@orgizm.net> |
Removed redundant method. |
a2b3d5bb602a9a0d970b6640948f1d7d75ce78bf |
|
19-Jun-2013 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Create (untested) git lib |
5c4c13ac875d79def115ce3d8443d4ec87b3252a |
|
19-Jun-2013 |
Julian Kornberger <juliank@tzi.de> |
First steps to integrate Git. |