Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
deploy-formula
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
c69fdd061f1fb6176a326cb0d2bccd44b855f9fa
Select Git revision
Selected
c69fdd061f1fb6176a326cb0d2bccd44b855f9fa
Branches
1
master
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Sep
27
Jun
30
Jun
2
Aug
8
Mar
24
Nov
26
Oct
5
Aug
1
Jul
30
Jun
19
Feb
10
5
9
Jan
20
Dec
19
16
13
11
Nov
30
Aug
27
23
7
6
2
1
24
Jul
Require pip profile.
master
master
Provide pip profile to ensure pip does not run into firewall.
Fixes a bug that prevents root's known_hosts to be written
Update known hosts for gitlab
Fixes the if statement introduced by the last commit after testing
Deprecate the ssh key for deployments
YAML lint
Add support for adding users to cert groups using pillar data
django settings rendering - call __repr__ using call_method filter
Remove makedirs where it does not belong
Attempt to only use managed blocks for ssh known_hosts and config files
Make key and pem optional in deploy.certs to push cacerts alone
SSL certs bundled as requested by haproxy
Add a group for sqlite3 folder to grant proper permissions
Do not touch the repo file and dir mode after clone
Fix #1 by using root to deploy code.
Fix broken venv state ... damn gitlab web edit...
pip: Make sure that new dependency version get installed.
As we want to change it anyway. collect static as root.
collect static needs to be done as deployer
Add crude support for specifying migration databases
Even more runas
Replace user with runas for cmd.run
Remove permission stuff as is probably causes issues
Wait for pip install to finish in case project required venv before adjusting permissions back to normal
Only create virtualenv if path does not exist
Remove unused commented block of state
Actually pass over environment variables
Replace virtualenv.managed because lack of cooperation
Desperate measures: Introduce singlequotes to check if things are still not working
Add colon
Use apt-proxy for pip install/virtualenv.managed (let's see what breaks first)
I don't know, but hopefully it fixes my issue
Allow way more flexibility regarding permissions before/after cloning/deploying
Make after_clone_command a bit more flexible
Fourth idea on how to approach dict.keys() properly
Third idea on how to approach dict.keys() properly
Second idea on how to approach dict.keys() properly
Use list()-wrapper to fix python3 stuff
Replace .iteritems() with .items()
Loading