Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Invalidate slave table cache when updating the db structure, else new slaves will not be created | 8e1bf7feeb87818179e7152a356e0f408da706f2 | Catalin(ux) M. BOIE | 2019-11-19 19:33:15 |
docker: push also the latest label | a72e2e74355d772ae45bb99798ad47082390943c | Catalin(ux) M. BOIE | 2019-11-19 19:32:11 |
More statistics changes (load, cpu, mem) | e7f38e72405a227788a7011ea17dd57d0d4de67c | Catalin(ux) M. BOIE | 2019-11-19 19:31:24 |
Cosmetic | 0a0b258e8993cb5035e018b049018ac41b99eb01 | Catalin(ux) M. BOIE | 2019-11-17 11:09:56 |
Insist on respecting the privacy | b464bcc35476ffa23a83beaf956e8f7b15163d7c | Catalin(ux) M. BOIE | 2019-11-17 11:03:36 |
Remove PayPal donation because of legal uncertainly | cd938af4c5cdbd81190e535973588dee6b697d34 | Catalin(ux) M. BOIE | 2019-11-17 11:03:07 |
nginx sample update | 1f9eb2d293e91139f397cc45cb206d8994471134 | Catalin(ux) M. BOIE | 2019-11-17 09:10:02 |
Mostly cosmetic | 3bf09056ede99df46c1b59802e6cf2c7bebf4f13 | Catalin(ux) M. BOIE | 2019-11-17 09:09:31 |
Added statistics for the installation | ed743a601cd187431ccd80b57113ba9bb5704035 | Catalin(ux) M. BOIE | 2019-11-17 09:08:33 |
ldap: if we have no server, it is useless to continue processing | c022b68a942f471e51cb8343bfef1cda390b27b1 | Catalin(ux) M. BOIE | 2019-11-16 06:30:47 |
Do not try to access a repo if is deleted | 0a6b1bb704fbeaf60ba053ecc0c323a80f0e397c | Catalin(ux) M. BOIE | 2019-11-15 19:49:31 |
Some git tweaks to deal with empty repositories | c42a22e41cd6d29862e13077e60374ceb7b0c946 | Catalin(ux) M. BOIE | 2019-11-14 03:30:12 |
Texts updates + cosmetic | 70246eecb7b63460d28f20b5e2f3c9c1c50852ae | Catalin(ux) M. BOIE | 2019-11-14 03:29:33 |
Docker updates | aa4cf359af2c7c1e20e4f33c478f2bbcd134f081 | Catalin(ux) M. BOIE | 2019-11-14 03:24:05 |
Because of docker, we are now using HTTP_HOST insead of SERVER_NAME | 9cf31231d760daac43e1c3454c5a308d69ea4898 | Catalin(ux) M. BOIE | 2019-11-14 03:22:37 |
Corrected stupid space char inside cache key | 5958389c03b7536d6332a51e30b112ad3a520571 | Catalin(ux) M. BOIE | 2019-11-10 21:15:32 |
nginx: remove text/html because it is always added to gzip_types | f8717bc9ac127e806696f088389c2911a6d37e28 | Catalin(ux) M. BOIE | 2019-11-09 13:05:54 |
vm: get rid of i386 (we move to x86_64) | 67662a7b71f1b21f53fe7fa819afdf366ad3b4b4 | Catalin(ux) M. BOIE | 2019-11-09 07:58:05 |
SELinux: allow httpd_t to map rocketgit_exec_t files | 6d3550736af317791be3d6355dd90bf64de323f5 | Catalin(ux) M. BOIE | 2019-11-09 00:36:03 |
Added rg_git_repo_is_empty function plus func test | a13c5439fceffd8b1474f1105ca37c7b703d2fc9 | Catalin(ux) M. BOIE | 2019-11-08 04:34:34 |
File | Lines added | Lines deleted |
---|---|---|
inc/struct.inc.php | 8 | 0 |
File inc/struct.inc.php changed (mode: 100644) (index 655883a..1ecbf75) | |||
... | ... | function rg_sql_struct_update($db, $flags) | |
830 | 830 | break; | break; |
831 | 831 | } | } |
832 | 832 | ||
833 | // Because new partition table may be added by an update, | ||
834 | // invalidate 'slaves_create_last_ts'. | ||
835 | $r = rg_state_set($db, 'slaves_create_last_ts', '0'); | ||
836 | if ($r !== TRUE) { | ||
837 | rg_log("Cannot update slaves_create_last_ts (" . rg_state_error() . ")"); | ||
838 | break; | ||
839 | } | ||
840 | |||
833 | 841 | if (rg_sql_commit($db) !== TRUE) | if (rg_sql_commit($db) !== TRUE) |
834 | 842 | break; | break; |
835 | 843 |