An error occurred fetching the project authors.
- 03 Aug, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This was using zlib and lzma from system if they are available, so we tell bundler to use the slapos version. We have to use both in --with-cflags for nokogiri itself and as CFLAGS environ for when nokogiri build its included libxml2
-
- 24 Apr, 2020 1 commit
-
-
Julien Muchembled authored
-
- 05 Mar, 2020 1 commit
-
-
Alain Takoudjou authored
Previous gitlab version was 8.17.0, this commit upgrade gitlab to version 9.5.10, and update all configuration to work with this version according to the installation procedure, see: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v9.5.10/doc/install/installation.md
-
- 04 Mar, 2020 1 commit
-
-
Alain Takoudjou authored
-
- 17 Feb, 2020 1 commit
-
-
Bryton Lacquement authored
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 08 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
_update_hash_filename_ key is used to avoid clash with recipe.
-
- 30 Nov, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Allow origin is now to the http_origin because origin "*" will fail if withCredentials is set in the request header
-
- 29 Oct, 2018 1 commit
-
-
Kirill Smelkov authored
Previously it was required to put \ into multi-entry gowork.install, because the way it was processed was to directly pass it into bash command, and if \n were there the command was cut by bash and the trailing was considered as another command. We can avoid that by explicitly processing \n in gowork.install and translate it to just ' '. This helps people because now gowork.install becomes just a regular multiline buildout entry, similar e.g. to gowork.cpkgpath et all. Here is one example where it helps: jerome/slapos@95c45fe0 (comment 68408) /reviewed-by @jerome /reviewed-on nexedi/slapos!430
-
- 17 Sep, 2018 3 commits
-
-
Alain Takoudjou authored
when accessing gitlab URL ex: lab.nexedi.com from renderjs, URL is blocked because there is no CORS. Set cors header directly in nginx configuration, so that it's not required to create custom slave frontend configuration to include Access-Control-Allow-Origin
-
Alain Takoudjou authored
Gitlab-ce upgraded to version 8.17.8 with required gitlab-shell version 4.1.1-1 and gitlab-workhorse version 1.3.0. Configurations and wrapper upgraded to work with the current version.
-
Alain Takoudjou authored
-
- 13 Jun, 2018 1 commit
-
-
Kirill Smelkov authored
This brings the following changes of git-backup: kirr/git-backup@0b8d834b...cc6ac54f the most important of which is dramatical speedup of pull and 30-50% speedup of restore if bitmap index of backup repo is built and git is recent enough. Please see the following commits for details: kirr/git-backup@899103bf kirr/git-backup@3efed898 kirr/git-backup@0ab7bbb6 /cc @alain.takoudjou, @rafael, @jerome /reviewed-on nexedi/slapos!342
-
- 05 Jun, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 16 Mar, 2018 1 commit
-
-
Julien Muchembled authored
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
zc.buildout version up to 2.5.2+slapos012 slapos.recipe.template version up to 4.3 slapos.core version up to 1.4.4
-
- 11 Dec, 2017 1 commit
-
-
Julien Muchembled authored
-
- 20 Oct, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 18 Oct, 2017 2 commits
-
-
Julien Muchembled authored
-
Alain Takoudjou authored
-
- 13 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 10 Oct, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 13 Sep, 2017 1 commit
-
-
Rafael Monnerat authored
There is no reason to git clone by default, as slapos.cookbook should be developed independently. Anyone an include develop, locally, to test on the edge changes, or include local modification when they use webrunner or a development server.
-
- 03 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-
- 09 May, 2017 1 commit
-
- 18 Apr, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 24 Feb, 2017 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 31 Jan, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 26 Jan, 2017 1 commit
-
-
iv authored
so that the client IP is no longer the frontend IP, so rack attack won't be blacklisting fontend IPs
-
- 12 Jan, 2017 1 commit
-
-
Kirill Smelkov authored
The watcher should also watch for signals like SIGTERM killing sidekiq, which are trapped by sidekiq, with sidekiq exiting successfully (with exit code 0). To achieve this we rework our watcher-sigkill to be a generic watcher - that can be given a set of restart exit codes including signal names and monitors whether child process terminated with matching for restart exit code. Example usage: watcher 0,SIGKILL prog ... Based on patch by @iv. Discussion: https://lab.nexedi.com/lab.nexedi.com/lab.nexedi.com/issues/25#note_22085
-
- 05 Jan, 2017 1 commit
-
-
iv authored
An issue on Gitlab SR when pushing on protected branches occurs with git 2.11. Gitlab issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/25601 Fixes: https://lab.nexedi.com/lab.nexedi.com/lab.nexedi.com/issues/37
-
- 30 Dec, 2016 1 commit
-
-
iv authored
In prevision for gitlab-backup restore to be done in a script. In fact, it requires `sed` command to be available. We have to add /bin to the PATH as `which sed` returns `/bin/sed`.
-
- 29 Dec, 2016 2 commits
-
-
iv authored
- git-clone and build git-backup sources - add a cron job doing `gitlab-backup-pull` every 4 hours by default - add instance parameter to change backup frequency - add xnice for using less resources while backuping - add lock to avoid concurrent calls of backup script - add a specific software type `gitlab-export` doing all this instead of in `default`; this can be changed in Services > parameters (kirr's changes) `coreutils`, `grep` and `tar` components are used by `gitlab-backup-pull` script, as it is called from a cron and the PATH has to include these binaries paths
-
- 20 Oct, 2016 1 commit
-
-
iv authored
Update GitLab software to - gitlab-ce 8.8.9 + NXD patches - gitlab-shell stays at 2.7.2 + 1 patch to remove unneeded hooks.old in *.git because gitlab-ce 8.7.x sticks to this version (i.e. no shell upgrade for gitlab 8.7 -> 8.8) - gitlab-workhorse stays at 0.7.1 + NXD patches because gitlab-ce 8.8.x sticks to this version (i.e. no workhorse upgrade for gitlab 8.7 -> 8.8) This only updates software and begins SR update to 8.8 - for now gitlab instance starts using gitlab-ce appropriate version.
-