Jean-Philippe Roemer
0905ab131f
Update Dockerfile.rpi to better match Dockerfile:
- Dockerfile.rpi now uses hypriot/rpi-alpine-scratch as base (build script are available w/ a better maintainer & more updates)
- Dockerfile.rpi updates alpine from v3.2 to v3.3 to be on par with Dockerfile
9 years ago
Jean-Philippe Roemer
be0360fb38
Update Dockerfile to update alpine to v3.3 & fix virtual package and repository pinning on RPi
- Dockerfile now uses alpine:3.3 as base
- Dockerfile.rpi now uses v3.3/community repository without pinning
- Go package is no longer fetched using repository pinning
- Fixes problem while using repository pinning & virtual package at the same time
9 years ago
Antoine GIRARD
7407a0b226
Corrections following recommendations
9 years ago
Antoine GIRARD
fc58d9c2fb
Handling error for the API request and add commments
[ci skip]
9 years ago
Antoine GIRARD
424c4bf878
Update link for documentation (Temporary https://gist.github.com/sapk/df64347ff218baf4a277 )
[ci skip]
9 years ago
Antoine GIRARD
42c1153d6e
Near ready
9 years ago
Unknwon
2f639d25cb
Merge pull request #2502 from bkcsoft/fix/split-view-diff
Split view fixed
9 years ago
Unknwon
9711286b26
Record error when fail to health check repository
9 years ago
Unknwon
938934da8a
Update locales
9 years ago
Unknwon
c1c3cada6c
Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
9 years ago
Unknwon
847b985de5
Merge pull request #2494 from mhartkorn/pullreq-name-change
Change user name in Pull Requests to avoid errors (fixes #2495 )
9 years ago
Unknwon
02e071462a
Merge pull request #2493 from andreynering/fix-2489
Refactoring of inline diff computing to prevent empty diff box.
9 years ago
Kim "BKC" Carlbäcker
5086de50c1
Split view fixed
9 years ago
Martin Hartkorn
758589d28d
Change user name in Pull Requests
9 years ago
Andrey Nering
8320b077a0
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
9 years ago
Kim "BKC" Carlbäcker
e09b4c0832
Not working, but slightly better...
9 years ago
Unknwon
5673ef4f79
Merge pull request #2492 from SarenCurrie/patch-1
Fix grammar in deploy key section
9 years ago
Kim "BKC" Carlbäcker
cde4e4a1b4
Go-ism :D
9 years ago
Unknwon
31a11f3b29
Merge pull request #2483 from bkcsoft/fix/mysql-webhook-url-length
Fixed Webhook URL-length Issue #2465
9 years ago
Saren Currie
364bf66254
Fix grammar in deploy key section
9 years ago
Kim "BKC" Carlbäcker
a80b246613
Added example to conf/app.ini
9 years ago
Kim "BKC" Carlbäcker
e60ea6741c
Custom URL-Schemas for Markdown
9 years ago
Kim "BKC" Carlbäcker
cbae57c634
Fixed Webhook URL-length Issue #2465
9 years ago
Unknwon
8b52ca88d1
Merge pull request #2446 from jgsqware/develop
Add Docker Volume from 1.9
9 years ago
Kim "BKC" Carlbäcker
fefb2d1df9
Fixed Poster/Commenter-bug and clean-up
9 years ago
Kim "BKC" Carlbäcker
e548934dca
Fix OP not 'participating' until commented
9 years ago
Kim Carlbäcker
98fb7eefbe
Optimize participant-fetching
9 years ago
Kim "BKC" Carlbäcker
b73bba1c76
Name popup
9 years ago
Kim "BKC" Carlbäcker
cdeed98cb4
Implemented participant-listing for issue-pages
9 years ago
Unknwon
03d96be51d
Merge pull request #2425 from andreynering/make-test
Add command to run the test suite in Makefile.
9 years ago
Unknwon
b5518291a1
Merge pull request #2433 from xxxtonixxx/develop
To add spanish translation to home template
9 years ago
Unknwon
7e6db25e6b
Merge pull request #2480 from andreynering/fix-2462
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Unknwon
e321af2fc4
Merge pull request #2475 from 0rax/develop
Update Dockerfile & build script and add /etc/nsswitch.conf
9 years ago
Unknwon
47152fb109
fix #2416
9 years ago
Andrey Nering
5ee4093d1a
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Unknwon
62a5eda7b4
Merge pull request #2445 from bkcsoft/feature/fix-2442
Admins are allowed to create repos for arbitrary Orgs
9 years ago
Unknwon
b80af0d28c
Minor fix for #2396
9 years ago
Unknwon
fe297c59fc
Merge pull request #2396 from bkcsoft/feature/markdown-checklist
[Feature] Markdown Checklist-rendering
9 years ago
Unknwon
2682a01dc1
Merge pull request #2432 from nd/develop
Fix #2431 - handle requests waiting for reply
9 years ago
Jean-Philippe Roemer
9947d6e98d
Update Dockerfile & build script and add /etc/nsswitch.conf:
- Add nsswitch.conf to configure LibC Name Service inside the container
- Change my email in the Dockerfile
- Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script
9 years ago
Unknwon
61976ce9f0
Update locales
9 years ago
Unknwon
6573b10144
Merge pull request #2467 from pdan/patch-1
Fixed forgotten err variable assignment
9 years ago
Pourya Daneshvar
c20ae1ffe6
Fixed forgotten err variable assignment
9 years ago
juliengarcia
6fe266692e
Add Docker Volume from 1.9
9 years ago
Kim "BKC" Carlbäcker
2c4b3709e4
Admins are allowed to create repos for arbitrary Orgs
9 years ago
James Mills
d5e0962e6b
Add an important note about mapping the ssh port on the container to the host
9 years ago
Toni Villena
7c88ed3aa4
Add es-ES to home template
9 years ago
Dmitry Neverov
08b2f41a02
Fix #2431 - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.
[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
9 years ago
Andrey Nering
858320130e
Add command to run the test suite in Makefile.
9 years ago
Unknwon
1fe72ae465
#2179 use Go sub-repo ssh to verify public key content
9 years ago