Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

17 check-ins related to "docker"

2015-03-17
21:03
Fix for "fossil new --docker" and for Chisallapp: I have two trunks ?, while still guaranteeing the rid=1 initial empty commit. Closed-Leaf check-in: 12c54ad313 user: jan.nijtmans tags: docker
17:10
Improvements to the HTML generated for the /xfersetup page. check-in: f215075a47 user: drh tags: trunk
2014-11-04
16:22
Merge trunk (docker experiment continuing, but not yet in working state!) Closed-Leaf check-in: 96d1add988 user: jan.nijtmans tags: docker
13:28
Make sure login_cookie_name() always returns a non-NULL answer, even if it does not know the answer. check-in: c96b12dd5e user: drh tags: trunk
2014-10-09
09:56
Merge trunk. WARNING: "fossil sync" doesn't work as expected yet when there is no project-code! check-in: 3934d49a55 user: jan.nijtmans tags: docker
2014-10-06
17:34
Prefer the editted comment and editted user over the originals when doing an export to git. check-in: 83e4f8660c user: drh tags: trunk
2014-10-03
11:44
With this (dirty) hack, non-anonymous users can login in a docker-packed fossil image as well. check-in: aaa7aeda86 user: jan.nijtmans tags: docker
11:20
Merge trunk. Further experimenting. With this I can log in as anonymous but not yet as admin. check-in: dc87b66438 user: jan.nijtmans tags: docker
2014-10-02
17:01
Merged in inherit-priv-mark-sub with one minor layout tweak. check-in: 54a783e39f user: stephan tags: trunk
15:26
docker experiment: create project-code at first valid push. check-in: 98e3626c0a user: jan.nijtmans tags: docker
13:45
After testing in a real docker container, it turns out that "db_optional_sql()" doesn't do anything here. No idea why, but "db_multi_exec()" works fine. check-in: 06987be586 user: jan.nijtmans tags: trunk
2014-09-23
12:15
Add support for Docker http://www.docker.com/ check-in: 7aced53023 user: jan.nijtmans tags: trunk
11:25
Delay creation of server-id/project-id until the time "fossil server" is actually run. This fixes the docker issue that all docker containers derived from the same image have the same server-id/project-id. Closed-Leaf check-in: 3cdf0112df user: jan.nijtmans tags: docker
10:05
Integrate working parts of "V2" (style) changes, which allows to build either "docker" or "trunk" or "release". Don't take over latest SQLite because it is not stable yet (people deploying this docker image are not expecting to test SQLite) check-in: a2f5e982fd user: jan.nijtmans tags: docker
05:29
Use Fossil trunk. Use internal SQLite. Style changes for repository naming. Closed-Leaf check-in: bbab17e20b user: mistachkin tags: dockerV2
2014-09-21
20:13
(experimental) Dockerfile. Allows to create a fossil docker image. An already built fossil docker images can be started by: "sudo docker run -d -p 8080:8080 nijtmans/fossil" (assuming you already installed docker). Open "localhost:8080" in your browser, and log in with "admin"/"admin". Change your admin password and configure it at wish. check-in: a7fc0c5f6e user: jan.nijtmans tags: docker
19:40
typos check-in: b2a4b66f4b user: jan.nijtmans tags: trunk