зеркало из
1
0
Форкнуть 0
Граф коммитов

226 Коммитов

Автор SHA1 Сообщение Дата
Chelsea Boling e4a6dc06fb
Update jiralib.py 2021-09-02 17:15:20 -07:00
Chelsea Boling d207b88976
Update entrypoint.sh 2021-09-02 17:11:22 -07:00
Chelsea Boling 572bb06300
Update cli.py 2021-09-02 17:10:48 -07:00
Chelsea Boling 9cb155a52f
Update action.yml 2021-09-02 17:09:01 -07:00
Chelsea Boling 1bf4e3af6e
Update action.yml 2021-09-02 17:08:04 -07:00
Zachary Rohrbach 0cf16398fd
Update action.yml 2021-08-18 09:43:00 -04:00
Chelsea Boling 39654aef78
Update cli.py 2021-08-17 22:04:27 -07:00
Chelsea Boling e271fd48a0
Update jiralib.py 2021-08-17 22:03:54 -07:00
Chelsea Boling f89aece777
Update action.yml 2021-08-17 21:54:20 -07:00
Chelsea Boling e6e82e2b62
Merge branch 'master' into master 2021-08-17 21:54:12 -07:00
Chelsea Boling d648d8deb0
Merge pull request #14 from ChaosCypher/update-sha-crypto
update crypto to sha3
2021-08-17 18:38:08 -07:00
Chelsea Boling 606f83d868
Merge branch 'master' into update-sha-crypto 2021-08-17 18:24:20 -07:00
Chelsea Boling 97324f6ec1
Merge pull request #13 from ChaosCypher/remove-attach-file
Remove un-needed function, implement black linting
2021-08-16 19:17:28 -07:00
ChaosCypher d92d2c2c34
run black reformat after master merge 2021-08-16 17:48:57 -04:00
Jamie Sadler 3959c3c881
Update .github/workflows/black-formatter.yml
Co-authored-by: Chelsea Boling <cmboling@github.com>
2021-08-16 17:42:31 -04:00
Chelsea Boling 3381536219
Merge branch 'master' into remove-attach-file 2021-08-16 12:08:23 -07:00
Chelsea Boling c2ff866aed
Merge pull request #12 from github/custom-issue-states
Add custom states for closing and reopening an issue
2021-08-16 12:03:08 -07:00
Zachary Rohrbach 15110eae75 Fixed so the 'jira_label' is also in the 'serve' func. 2021-08-13 13:38:59 -04:00
Zachary Rohrbach 24586b3af3 Adding label functionality. 2021-08-12 16:16:23 -04:00
ChaosCypher 35096cdd9f
update crypto to sha3 2021-07-26 21:38:50 -04:00
ChaosCypher f16d226750
Remove un-needed function, implement black linting 2021-07-26 13:18:41 -04:00
Chelsea Boling 1ff40c3e0f
Update entrypoint.sh 2021-06-24 17:24:44 -07:00
Chelsea Boling 0a289eb1e5
Update entrypoint 2021-06-24 17:20:40 -07:00
Chelsea Boling e69bcbdbae
Update action.yml 2021-06-24 17:09:47 -07:00
Chelsea Boling 435e1ae4b6
Add custom states for closing and reopening an issue 2021-06-24 17:00:08 -07:00
Sebastian Bauersfeld f5678d0c88
Merge pull request #8 from zkoppert/master
Link License and Contributing file
2021-05-26 16:46:10 +07:00
Zack Koppert aa4f4429f3
Link to contributing doc 2021-05-19 15:18:44 -07:00
Zack Koppert a8b5f59f17
Create CONTRIBUTING.md 2021-05-19 15:17:20 -07:00
Zack Koppert 6dfeed1ce6
Add License link 2021-05-19 15:13:19 -07:00
Sebastian Bauersfeld 1e12ce2b4e Also synchronize secret scanning alerts 2021-05-14 16:26:56 +07:00
Sebastian Bauersfeld 47c049aa58 Fetch the right field for the alert description. 2021-05-14 16:26:56 +07:00
Sebastian Bauersfeld 5c6af94a9c
Merge pull request #2 from cmboling/patch-1
Update README.md
2021-05-12 21:18:30 +07:00
Sebastian Bauersfeld 14b1b7f4f3
Merge pull request #4 from cmboling/patch-2
Fix project key formatting
2021-05-12 21:17:23 +07:00
Chelsea Boling 95b6607f48
Update jiralib.py 2021-05-05 15:47:54 -07:00
Chelsea Boling 561c933fb6
Update README.md 2021-04-23 09:29:57 -07:00
Sebastian Bauersfeld 0f9533a53c
Merge pull request #12 from johnlugton/stateful-sync
Two-way integration for the "sync" command
2021-03-18 13:20:36 +01:00
Sebastian Bauersfeld 81d2d45f89
Merge pull request #15 from johnlugton/small-improvements
Small improvements
2021-03-01 19:57:51 +01:00
Sebastian Bauersfeld b4af5e34e0 Update documentation. 2021-02-26 17:12:45 +01:00
Sebastian Bauersfeld 9125ad7575 Make the github_token action parameter optional and provide sensible default. 2021-02-24 15:45:23 +01:00
Sebastian Bauersfeld 332a989268 Print the correct program name in the cli help text. 2021-02-24 15:43:35 +01:00
Sebastian Bauersfeld ea9039cd1c Quote arguments 2021-02-24 15:42:47 +01:00
Sebastian Bauersfeld 3dab9a1ecf Remove unused code and document function 2021-02-24 11:10:39 +01:00
Sebastian Bauersfeld 52693a3c8f Update documentation 2021-02-24 10:56:48 +01:00
Sebastian Bauersfeld 491105fb90 Remove unused imports 2021-02-24 10:24:22 +01:00
Sebastian Bauersfeld f5c283164f Adjust action 2021-02-24 10:15:47 +01:00
Sebastian Bauersfeld 23b0f24303 Introduce --state-issue flag for storing state in a dedicated JIRA issue. 2021-02-23 14:47:04 +01:00
Sebastian Bauersfeld cef4a00038 Break out synchronization code into its own module, to avoid circular imports when using util.py. 2021-02-22 14:59:23 +01:00
Sebastian Bauersfeld b9097fa2ee Update documentation. 2021-02-19 16:34:36 +01:00
Sebastian Bauersfeld ecda455d89 Make 'sync' command consume and emit a state file, to allow for two-way integration. 2021-02-19 16:34:36 +01:00
Sebastian Bauersfeld bd3b9b5c42
Merge pull request #14 from johnlugton/cmboling/readme-improvements
Update README.md
2021-02-19 12:49:23 +01:00