Commit Graph

18023 Commits

Author SHA1 Message Date
Pedro Algarvio
260e54e7ff Deprecate runas usage on salt.states.postgres_database. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
d959456e2a Deprecate runas usage on salt.states.postgres_group. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
0eebb64439 Fix doctrings and warn message for salt.states.rbenv. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
96f5e4366c Fix doctrings and warn message for salt.states.supervisord. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
4f63e9d814 Fix doctrings and warn message for salt.states.rvm. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
6dcf78b336 Deprecate runas usage on salt.states.postgres_user. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
3b52202083 Deprecate user usage on salt.states.rabbitmq_vhost in favor of owner. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
a2998ade35 Include user and deprecate runas on doctrings for salt.states.rvm. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
992714bd66 Include user and deprecate runas on doctrings for salt.states.supervisord. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
d4bd00f528 Deprecate runas usage on salt.states.rbenv. Refs #6961. 2013-09-21 00:30:26 +01:00
Pedro Algarvio
1233a56b34 Deprecate runas usage on salt.states.rvm. Refs #6961. 2013-09-21 00:29:25 +01:00
Pedro Algarvio
cc4fe1f06e Deprecate runas usage on salt.states.supervisord. Refs #6961.
Additionally, on `mod_watch`, switched `restart` from `False` to `True` since that was what was being done before switching to explicit keyword arguments when calling `running`.
2013-09-21 00:29:25 +01:00
Thomas S Hatch
76c83af31c Merge pull request #7381 from hulu/file-state
various style, spacing, spelling fixes to the file state
2013-09-20 14:55:18 -07:00
Chris Rebert
8ac983d165 various style, spacing, spelling fixes to the file state 2013-09-20 13:03:31 -07:00
Thomas S Hatch
ba8ceb1f15 Merge pull request #7380 from micahhausler/feature/django_pillar
Added ext_pillar Django model field access through the ORM
2013-09-20 12:53:35 -07:00
Thomas S Hatch
f096a1e452 Merge pull request #7377 from s0undt3ch/develop
Enable PEP263 pylint plugin. Fixes #7294.
2013-09-20 12:49:53 -07:00
Thomas S Hatch
5bf122f0c5 Merge pull request #7370 from boltronics/develop
git.latest should not touch the repo on an up-to-date branch
2013-09-20 12:49:00 -07:00
Thomas S Hatch
2e3092528e Merge branch 'develop' of git://github.com/ktenney/salt into ktenney-develop
Conflicts:
	doc/faq.rst
2013-09-20 13:39:53 -06:00
Thomas S Hatch
84bc6f2324 Merge pull request #7375 from s0undt3ch/hotfix/lint
Let's start checking PEP8 in Jenkins too
2013-09-20 12:36:36 -07:00
Seth House
8c0ea6e2fe Added CLI Example to the search function 2013-09-20 12:02:52 -06:00
micahhausler
02122c3fa5 Added ext_pillar Django model field access through the ORM
This external pillar will load django model fields into pillar
data.
2013-09-20 13:03:02 -04:00
Pedro Algarvio
db1fdd1738 Fix pep8 E302 issues. 2013-09-20 17:58:22 +01:00
Pedro Algarvio
8dff16f2b6 Fix pep8 E712 issues. 2013-09-20 17:57:39 +01:00
Pedro Algarvio
835ad6ba6f Fix pep8 E261 issues. 2013-09-20 17:56:44 +01:00
Pedro Algarvio
bc2d8b9da1 Fix pep8 W391, blank line at end of file warning. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
eed0a5feac Fix pep8 E272 issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
3b95c2e853 Fix pep8 E222 issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
a8bc999afc Fix pep8 E502, redundant backslash between brackets issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
7ea0fd0b38 Fix pep8 E261,E262 issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
7e14c2a606 Fix pep8 E226,E227 missing whitespace around bitwise, shift or arithmetic operator issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
18cc1e86aa Fix pep8 E711,E712 comparison to None, True and False issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
843f1e412d Fix pep8 E203 issues. 2013-09-20 17:54:51 +01:00
Pedro Algarvio
26347a5e03 Fix pep8 E211 issues. 2013-09-20 17:54:50 +01:00
Pedro Algarvio
796c75f11d Fix pep8 E231 issues. 2013-09-20 17:54:50 +01:00
Pedro Algarvio
c337fd3ac6 Fix pep8 E201,E202 issues. 2013-09-20 17:54:50 +01:00
Pedro Algarvio
e313cb418d Fix pep8 E271 issues. 2013-09-20 17:54:50 +01:00
Pedro Algarvio
4dbc9e9aa8 Fix pep8 E251 issues. 2013-09-20 17:54:30 +01:00
Pedro Algarvio
9991ea9916 Fix all E3 pep8 issues.
* E301: expected 1 blank line, found 0
 * E302: expected 2 blank lines, found 0
 * E303: too many blank lines (3)
 * E304: blank lines found after function decorator
2013-09-20 17:54:02 +01:00
Pedro Algarvio
5d81966e5f Enable PEP263 pylint plugin. Fixes #7294. 2013-09-20 17:53:07 +01:00
Thomas S Hatch
ade3166f82 Merge pull request #7379 from s0undt3ch/hotfix/zero-length-field-name-in-format
No zero length field name in format. It's not supported in python 2.6.
2013-09-20 09:49:28 -07:00
Thomas S Hatch
14dae67a13 Merge pull request #7366 from joehealy/minor_faq_fix
Minor faq fix (do -> don't)
2013-09-20 09:43:35 -07:00
Thomas S Hatch
4173a6cebc Merge pull request #7369 from whiteinge/file-search-replace
File search replace
2013-09-20 09:42:41 -07:00
Pedro Algarvio
cfa476570b No zero length field name in format. It's not supported in python 2.6. 2013-09-20 17:42:23 +01:00
Joseph Hall
51910be0c9 Merge pull request #7374 from joehealy/pedantic_spelling
fixed a typo accidently introduced
2013-09-20 05:30:30 -07:00
Joseph Hall
faa5c6f313 Merge pull request #7373 from joehealy/pedantic_spelling
Fixed pedantic spelling errors picked up by lintian
2013-09-20 05:08:02 -07:00
Joe Healy
b8924681b1 fixed a typo accidently introduced 2013-09-20 22:07:32 +10:00
Joe Healy
aece0976a6 Fixed pedantic spelling errors picked up by lintian
joe@unstable-builder:~/salt_017rc/salt$ lintian -I ../*.deb
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz softwares software - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz specifed specified - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz Targetting Targeting - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz targetted targeted - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz Dependant Dependent - done
I: salt-common: FSSTND-dir-in-manual-page usr/share/man/man7/salt.7.gz:57301 /var/named/ - not done - example
I: salt-common: FSSTND-dir-in-manual-page usr/share/man/man7/salt.7.gz:57320 /var/named/ - not done - example
I: salt-common: FSSTND-dir-in-manual-page usr/share/man/man7/salt.7.gz:57339 /var/named/ - not done - example
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz recieve receive - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz allows to allows one to - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz allows to allows one to - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz dont don't - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz succesfully successfully - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz softwares software - done
I: salt-common: spelling-error-in-manpage usr/share/man/man7/salt.7.gz These package This package - not done - legitimate
2013-09-20 22:01:20 +10:00
Adam Bolte
9f6ce692a7 Support branch matching in git.latest. 2013-09-20 18:54:16 +10:00
Adam Bolte
712d3e2ae0 Add git.current_branch. 2013-09-20 18:51:53 +10:00
Kent Tenney
ab7fd7041c added -Contents-, removed inline markup from section headings 2013-09-19 20:44:55 -05:00