1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Jake McDermott
bca9735534
update docs for development environment 2019-03-07 10:30:31 -05:00
Shane McDonald
a9ae4dc5a8 Clean up after yourselves, people! 2018-11-26 11:31:58 -05:00
Shane McDonald
0398b744a1 Add a note about —force-with-lease to contributing documentation. 2018-11-26 11:31:36 -05:00
Elijah DeLee
ca84d312ce Rename schema job to be more clear about its purpose
The make target fails when it detects schema changes, not when schema is invalid.

Also update CONTRIBUTING.md to include information about zuul jobs.
2018-11-20 07:42:10 -06:00
Ryan Petrello
ff1e8cc356
replace celery task decorators with a kombu-based publisher
this commit implements the bulk of `awx-manage run_dispatcher`, a new
command that binds to RabbitMQ via kombu and balances messages across
a pool of workers that are similar to celeryd workers in spirit.
Specifically, this includes:

- a new decorator, `awx.main.dispatch.task`, which can be used to
  decorate functions or classes so that they can be designated as
  "Tasks"
- support for fanout/broadcast tasks (at this point in time, only
  `conf.Setting` memcached flushes use this functionality)
- support for job reaping
- support for success/failure hooks for job runs (i.e.,
  `handle_work_success` and `handle_work_error`)
- support for auto scaling worker pool that scale processes up and down
  on demand
- minimal support for RPC, such as status checks and pool recycle/reload
2018-10-11 10:53:30 -04:00
Bill Nottingham
9033b3f2a5 update node requirements in CONTRIBUTING.md to match INSTALL.md 2018-10-09 19:54:05 -04:00
Matthew Jones
e0c7a7bece
Mention zuul in contributing 2018-10-05 14:32:47 -04:00
Yanis Guenane
aa717a2728 CONTRIBUTING.md: Fixing ToC indendation and wrong links
The Table of Contents list indentation was wrongly indented for 'Running
the environment'.

Also, some links pointed to anchor that did not exist. The commit fixes
that.

Signed-off-by: Yanis Guenane <yguenane@redhat.com>
2018-08-28 10:53:17 +02:00
Cristian Vargas
19ca2581fa Fix issue with table of contents(links)
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-06-23 13:16:38 -05:00
Ryan Petrello
b1695fe107
add instructions for generating Swagger/OpenAPI docs 2018-02-06 13:37:33 -05:00
KAMiKAZOW
ac55f93cfb
CentOS typo in CONTRIBUTING.md 2018-01-31 03:07:52 +01:00
adamscmRH
1e14221625 added RDB info to docs 2018-01-18 11:48:26 -05:00
adamscmRH
c2e9926330 Fixed Typos 2017-12-14 16:13:04 -05:00
Tiago M. Vieira
b338959279
Fix markdown link in CONTRIBUTING for enhancements list. 2017-09-28 16:09:32 -04:00
Matthew Jones
6b7126ab6b
Updating contributing for What should I work on? 2017-09-19 13:46:45 -04:00
Greg DeKoenigsberg
75699f82e9 update code of conduct url 2017-09-08 14:33:48 -04:00
Julen Landa Alustiza
81ef293361 Fix typo in contributing guide
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2017-09-07 21:48:55 +02:00
Matthew Jones
2daaef2a99
Contributing updates for clarity 2017-08-30 09:24:44 -04:00
Chris Houseknecht
5754952660 Updates CONTRIBUTING and README 2017-08-29 21:18:56 -04:00
James Laska
9503a5c07b
Fix broken markdown 2017-08-22 14:30:31 -04:00
James Laska
d2be1e83ce Minor adjustments to CONTRIBUTING.md 2017-08-22 14:25:04 -04:00
Matthew Jones
4f4293a8cd Rewording AWS in contributor doc
Add link to code of conduct
2017-08-11 10:55:37 -04:00
Matthew Jones
adea85552d Change to CONTRIBUTING.md after feedback
This also adds a copy of the DCO
2017-08-10 10:59:21 -04:00
Matthew Jones
fe3fd45510 Development documentation updates
* Brand new CONTRIBUTING doc
* Initial INSTALL doc
* Update README with accurate details
* Update UI README to purge Tower mentions
* Updating setup.cfg to omit some directories that cause noise
2017-08-09 15:54:58 -04:00