Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Cosmetic changes | 4bb36da63972e7e152e4e476e84ed55baba02911 | Catalin(ux) M. BOIE | 2017-04-15 09:29:09 |
Add possibility for admin to limit the git log --patch limit | 1865405c40ebe92aa1bc6fd4569dcbb0e3af476c | Catalin(ux) M. BOIE | 2017-04-15 09:28:46 |
Silent curl in API functional test | e6808bc97d201fd4944de0ad2982c3090ae4743a | Catalin(ux) M. BOIE | 2017-04-15 06:31:04 |
Fixed a lot of tests which used time() for different fields and sometime lost the time race | 6a61493189d07110d3c5fdbe34ea0725d5abbd3b | Catalin(ux) M. BOIE | 2017-04-15 06:25:40 |
Fixed the crash with big diffs by setting a limit | 788e15942d8272685764a25b640eba2c07046437 | Catalin(ux) M. BOIE | 2017-04-15 06:24:30 |
Allow .well-known folder access | 90519cd03bf64839d1a9fc2497e58bd63d8ce6f3 | Catalin(ux) M. BOIE | 2017-04-12 16:50:16 |
When an un-auth user is visiting a user page with no repo, do not invite to create a repo | 6904e1eac3f46c281ae6b4757bcaa16d2acc6169 | Catalin(ux) M. BOIE | 2017-03-27 15:23:52 |
Added a 'push' target in Makefile to not forget to push tags... | 92a9b78e26d8a3e7b466f5aa45678dd2db8d4310 | Catalin(ux) M. BOIE | 2017-03-26 14:29:55 |
Bump version to 0.67 | 6f1c9a6d7f7d40d65def54e23a3590556a346bb8 | Catalin(ux) M. BOIE | 2017-03-26 09:44:32 |
Cosmetic | cb68f1921782a503675c592dc7484aa26b8815b6 | Catalin(ux) M. BOIE | 2017-03-26 09:37:41 |
Improve state handling: do not check for an old value; verify if table exists before doing a select | 17d8eb4b4592dd96e62a8da74d87d3d3b26aeb86 | Catalin(ux) M. BOIE | 2017-03-26 09:37:01 |
Impoved debug for cache | 4d6349f7143d61583e6d2d9612c89b55af4eea97 | Catalin(ux) M. BOIE | 2017-03-26 09:36:08 |
I cannot be sure if the data is stored only in Germany. And we do backups in Romania. | 1610c997dbda53c0a21e301b51832d9285ecbcf2 | Catalin(ux) M. BOIE | 2017-03-26 08:24:46 |
Removed a not used variable | 4d2bab105c6f7748ca53d9a8301a2da320153d53 | Catalin(ux) M. BOIE | 2017-03-21 20:15:29 |
tests: ignore some dirs | 7260fc44f8d0197b917bc13a0ac19eb8c58d4534 | Catalin(ux) M. BOIE | 2017-03-21 20:01:03 |
Link to anon push doc | 42dbfdc9ad5fad0157388f239f790f2e8f4de7c2 | Catalin(ux) M. BOIE | 2017-03-21 20:00:45 |
comparison: add red/green for css/js sizes and for pagespeed | cbcda26a9d20c115eb0931ab2af69f3c2315ab7d | Catalin(ux) M. BOIE | 2017-03-21 19:44:47 |
Trim the hints for cloning the tree | 59bc91f5229abf96f453d872a58a2c96cf18198c | Catalin(ux) M. BOIE | 2017-03-21 19:35:58 |
Do the right thing (no error) when an empty tree is present | 7c138f486a81d09df44e811714d7bdeb92d7c01d | Catalin(ux) M. BOIE | 2017-03-21 19:34:03 |
Do not use UA when building anti-CSRF token. Think about plugins which change the UA at every request | 7346fceeff8bea1eaa500dd3ce1677deb84f8b77 | Catalin(ux) M. BOIE | 2017-03-21 16:36:46 |
File | Lines added | Lines deleted |
---|---|---|
TODO.vm | 16 | 3 |
root/themes/default/admin/settings/ssh/hints.html | 1 | 1 |
root/themes/extract_texts.sh | 1 | 1 |
File TODO.vm changed (mode: 100644) (index 5525d76..7639972) | |||
1 | 1 | [ ] Use 'qcow2 (prealloc metadata)', it is only 6.5MiB. | [ ] Use 'qcow2 (prealloc metadata)', it is only 6.5MiB. |
2 | 2 | Maybe is faster. | Maybe is faster. |
3 | 3 | [ ] Use 'virsh domifaddrs' to find out the IP addresses? | [ ] Use 'virsh domifaddrs' to find out the IP addresses? |
4 | [ ] Use guestfish resize2fs command to make the image smaller. | ||
5 | I doubt I will get extra space! | ||
6 | 4 | [ ] Add an install method to stream the image dirrectly + copy-on-read? | [ ] Add an install method to stream the image dirrectly + copy-on-read? |
7 | 5 | [ ] Check other filesystems: nils2 etc for virtual machine. | [ ] Check other filesystems: nils2 etc for virtual machine. |
8 | 6 | [ ] Use guestmount when building VM images? | [ ] Use guestmount when building VM images? |
9 | 7 | [ ] Add sha1sum of the VM images | [ ] Add sha1sum of the VM images |
10 | 8 | [ ] Sign vm images. | [ ] Sign vm images. |
11 | 9 | [ ] Document that is a i386 image to be able to be run on a lot of machines? | [ ] Document that is a i386 image to be able to be run on a lot of machines? |
12 | [ ] Test if we are creating 'repo_history_' tables from 1970! | ||
10 | [ ] Control ext4 size of the inodes / number to obtain a smaller image. | ||
11 | * experiment: | ||
12 | truncate a.img --size 100M | ||
13 | tune2fs -l a.img | grep "Inode count" # => 25688; Inode size = 128 | ||
14 | truncate a.img --size 200M | ||
15 | resize2fs a.img | ||
16 | tune2fs -l a.img | grep "Inode count" # => 49400 | ||
17 | guestfish: sparsesuper sounds nice | ||
18 | mkfs.ext4 -N number_of_inodes | ||
19 | * experiment: | ||
20 | mkfs.ext4 -N 1000 | ||
21 | tune2fs -l a.img | grep "Inode count" # => 1000; Inode size = 128 | ||
22 | |||
23 | truncate a.img --size 300M | ||
24 | resize2fs a.img => 1520 inodes! | ||
25 | So, we must start with a number of inodes. | ||
13 | 26 | [ ] | [ ] |
File root/themes/default/admin/settings/ssh/hints.html changed (mode: 100644) (index 72554ed..db030f8) | |||
1 | 1 | <br /> | <br /> |
2 | AuthorizedKeysCommand - Provides a faster way to authenticate users by ssh protocol.<br /> | ||
2 | AuthorizedKeysCommand - Provides a faster way to authenticate users by ssh protocol (recommended).<br /> | ||
3 | 3 | If you choose 'Yes', RocketGit will not generate the authorized_keys | If you choose 'Yes', RocketGit will not generate the authorized_keys |
4 | 4 | file anymore; instead, it will provide a helper to OpenSSH that will look-up directly in | file anymore; instead, it will provide a helper to OpenSSH that will look-up directly in |
5 | 5 | the database the fingerprint provided by the user.<br /> | the database the fingerprint provided by the user.<br /> |
File root/themes/extract_texts.sh changed (mode: 100755) (index 3d6e277..5facbc1) | |||
... | ... | fi | |
9 | 9 | ( | ( |
10 | 10 | cd "${dir}" | cd "${dir}" |
11 | 11 | find . -type f -name '*.txt' -exec cat {} \; | find . -type f -name '*.txt' -exec cat {} \; |
12 | //find . -type f -name '*.html' -exec lynx -dump {} \; | ||
12 | #find . -type f -name '*.html' -exec lynx -dump {} \; | ||
13 | 13 | ) > extract_texts.out | ) > extract_texts.out |