Commit Graph

349 Commits

Author SHA1 Message Date
Lukas Domnick
284a52e570 Merge remote-tracking branch 'upstream/master'
Conflicts:
	web/css/style.css
2013-03-30 21:51:05 +01:00
Lukas Domnick
1cee41a001 a click handler to allow finding the commits a line connects 2013-03-30 21:44:13 +01:00
Klaus Silveira
919c953f83 Properly parsing commit body, fixes #137 2013-03-29 00:44:06 -03:00
Klaus Silveira
b73af1a64e Adding favicon, fixes #237 2013-03-29 00:35:24 -03:00
Klaus Silveira
4eaebed43b Proper branch name validation, fixes #272 2013-03-29 00:26:16 -03:00
Klaus Silveira
cf9aeaf773 Oops. I did it again. 2013-03-29 00:20:28 -03:00
Klaus Silveira
f68f2edd45 Fixes #288 2013-03-29 00:09:01 -03:00
Klaus Silveira
99ad7b568c Fixing problem parsing paths with spaces, fixes #281 2013-03-29 00:04:36 -03:00
Klaus Silveira
02eb7cb185 Proper MD rendering, fixes #256 2013-03-28 23:57:16 -03:00
Klaus Silveira
90a854bf06 More CS fixes 2013-03-28 23:53:25 -03:00
Klaus Silveira
132ba42616 CS fixes 2013-03-28 23:49:18 -03:00
Klaus Silveira
1f103627c3 Strict standards fix 2013-03-28 23:11:16 -03:00
Klaus Silveira
cb71550e7e Fixes #255 2013-03-28 23:09:05 -03:00
Klaus Silveira
e93e986b12 Updating dependencies 2013-03-28 23:07:50 -03:00
Lukas Domnick
b1cb35f364 fetching other commit pages works now, use window.fcd() while testing 2013-03-26 21:44:42 +01:00
Lukas Domnick
5a0d3200da Thought at one point I needed a view for this JSON Output. Turns out, I don't. 2013-03-26 21:12:56 +01:00
Lukas Domnick
77dd4e3bd0 First Page of Commits rendering correctly. 2013-03-26 21:01:36 +01:00
Lukas Domnick
ffe8814b2a Got the first prototypal network graph working. 2013-03-22 00:12:24 +01:00
Lukas Domnick
312e9ff15f Changed Git Prettyformat from <parent> to <parents>, as this is what is used everywhere else, including the relying Client class. 2013-03-16 22:29:12 +01:00
Klaus Silveira
3d74b1e1da Proper QA paths 2013-03-12 11:46:29 -03:00
Klaus Silveira
67d6f2561a Cleaning up the build artifacts 2013-03-12 10:34:09 -03:00
Klaus Silveira
452c0d251e Do not run QA on package building, leave that for dev 2013-03-12 09:57:21 -03:00
Klaus Silveira
f4bc9b8892 Fixes #269 2013-03-12 09:52:52 -03:00
Klaus Silveira
17eb0f2849 Packaging-specific build target 2013-03-12 09:51:19 -03:00
Klaus Silveira
98637212c0 Updating dependencies 2013-03-12 09:49:14 -03:00
Klaus Silveira
cba5234d3f Merge pull request #271 from ilesinge/master
Use absolute URLs in RSS feeds
2013-03-01 10:16:35 -08:00
Klaus Silveira
1c8980f0e3 Merge pull request #273 from NateEag/fix-package-tarbomb
Make package tarballs be in their own directory
2013-03-01 10:16:11 -08:00
Nate Eagleson
74c47f4ac8 Make package tarballs be in their own directory
This makes it harder to tarbomb a directory by accident.
2013-02-28 21:56:03 -05:00
Alexandre Gravel-Raymond
876403f566 Use absolute URLs in RSS feeds 2013-02-25 16:24:56 +01:00
Klaus Silveira
22eb6d86d4 Merge pull request #268 from bggo/master
Initial package builder
2013-02-20 08:49:37 -08:00
Bruno Gurgel
b8e1a5a794 Fix ... 2013-02-20 14:44:23 -03:00
Bruno Gurgel
9f45711cae Fix ... 2013-02-20 14:43:50 -03:00
Bruno Gurgel
1fb69faf10 Fix ... 2013-02-20 14:42:36 -03:00
Bruno Gurgel
f36505bb9b rename 2013-02-20 14:35:16 -03:00
Bruno Gurgel
c19c24df1d Edit readme 2013-02-20 14:34:16 -03:00
Bruno Gurgel
d059c0165d README + tools 2013-02-20 14:26:08 -03:00
Bruno Gurgel
b7e05fa329 RPM e Debian build core + README 2013-02-20 14:24:38 -03:00
Bruno Gurgel
a262966672 Init builder ... 2013-02-19 17:47:48 -03:00
Klaus Silveira
446f37b292 Merge pull request #266 from NateEag/fix-raw-blob-view
Fix raw blob view
2013-02-19 06:00:30 -08:00
Klaus Silveira
69d2cd3d5b Merge pull request #264 from NateEag/add-build-packages
Add packages for making build to composer.json's require-dev
2013-02-19 06:00:13 -08:00
Klaus Silveira
de2627e4da Merge pull request #263 from NateEag/handle-no-active-branch
Do not crash when a repo has a detached HEAD
2013-02-19 05:59:02 -08:00
Nate Eagleson
c0e63d14e6 Fix raw blob view
A previous change of mine had broken it.

Also rename a route parameter in CommitController for consistency with
other route params.
2013-02-18 23:08:39 -05:00
Nate Eagleson
b2e6bab386 Update composer.lock for dev dependencies 2013-02-18 23:02:12 -05:00
Nate Eagleson
17f06d12e1 Revert composer.lock
since I updated a bunch of entries that did not need to be updated.
2013-02-18 22:47:51 -05:00
Nate Eagleson
6ee400f32e Revert changes to composer.json and composer.lock
Note that this commit depends on a pull request for gitter, and is
therefore in an untestable state after reverting composer.json.
Its predecessor should be testable, however.
2013-02-18 22:39:18 -05:00
Nate Eagleson
3b9ae176d2 Default require-dev packages to most recent minor version 2013-02-16 11:07:41 -05:00
Nate Eagleson
0252ba287d Add packages for making build to composer.json's require-dev
Not all of the packages for doing a build are available via composer,
but many of them are. This reduces the amount of work it takes to set up
an environment to do a full build.
2013-02-16 10:58:24 -05:00
Nate Eagleson
dabf4d86d9 Do not crash when a repo has a detached HEAD
Instead, we select a default branch - master by default, but the default
branch can be configured using config.ini.

Note that if the default branch does not exist in a repo, that should
not cause any issues.

Also adds phpunit to composer.json's require-dev section.
2013-02-15 07:16:38 -05:00
Klaus Silveira
6e4e8912b0 Merge pull request #257 from NateEag/swap-in-on-commit-view
Fix minor grammar error in commit views
2013-02-12 15:39:49 -08:00
Klaus Silveira
5ccad64af4 Merge pull request #259 from NateEag/fix-branches-with-slashes
Correctly support branch names with slashes
2013-02-12 15:34:56 -08:00