Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
959ee176
Commit
959ee176
authored
Nov 13, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d48de7c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
24 deletions
+6
-24
software/gitlab/TODO
software/gitlab/TODO
+1
-22
software/gitlab/software.cfg
software/gitlab/software.cfg
+5
-2
No files found.
software/gitlab/TODO
View file @
959ee176
+ remove ssh access, "You won't be able to pull or push ..." warning
+ remove ssh access, "You won't be able to pull or push ..." warning
- disable ssh keys management (so gitlab does not mess with webrunner keys) ?
- setup basic ~/.gitconfig
- pull request with 1 patch -> merge fast-forward
- pull request with 1 patch -> merge fast-forward
- integrate git-backup in a PBS-style way
- integrate git-backup in a PBS-style way
- ICP on footer
? No effect after changing extra:sign_in_text (in gitlab.yml) and restarting gitlab foreman
? No effect after changing extra:sign_in_text (in gitlab.yml) and restarting gitlab foreman
...
@@ -49,26 +48,6 @@ Useful to understand:
...
@@ -49,26 +48,6 @@ Useful to understand:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/architecture.md
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/architecture.md
~~~~
per instance
.secret
.gitlab_shell_secret
log/
tmp/
public/uploads/
config/
resque.yml
gitlab.yml
database.yml
initializers/
rack_attack.rb
smtp_settings.rb
XXX what about unicorn.rb ? <- no need to link (not under rails)
~~~~
~~~~
performance testing
performance testing
...
...
software/gitlab/software.cfg
View file @
959ee176
...
@@ -84,8 +84,11 @@ git-executable = ${git:location}/bin/git
...
@@ -84,8 +84,11 @@ git-executable = ${git:location}/bin/git
[gitlab-repository]
[gitlab-repository]
<= git-repository
<= git-repository
repository = https://gitlab.com/gitlab-org/gitlab-ce.git
#repository = https://gitlab.com/gitlab-org/gitlab-ce.git
revision = v8.1.4-1-g4d7216aa3c8b950521ed9b7aea44debaa0c3afd4
#revision = v8.1.4-1-g4d7216aa3c8b950521ed9b7aea44debaa0c3afd4
repository = https://lab.nexedi.com/kirr/gitlab-ce.git
branch = x
develop = true
location = ${buildout:parts-directory}/gitlab
location = ${buildout:parts-directory}/gitlab
[gitlab-shell-repository]
[gitlab-shell-repository]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment