Skip to content

Releases: dictybase-docker/github-actions

v2.3.0

08 May 01:38
Compare
Choose a tag to compare

Changelog

846fc3e fix: reduce total no of lines in ontoReport function
6b7d13f fix: fix all stylecheck errors
4864819 fix: remove unused checkStatusParams struct
13c48cc refactor: reduce no of error return and lines from OntoReportOnPullComment function
2d9234b test: add tests for html full report output
e7a0422 feat: add Html report section in template
6039ba5 feat: add function to read html obo report
3b80236 refactor: remove functions for checking and updating status

v2.2.2

05 May 16:43
Compare
Choose a tag to compare

Changelog

c4b3541 fix: remove setting of github status

v2.2.1

04 May 19:00
Compare
Choose a tag to compare

Changelog

9473262 chore(deps): bump github.com/sethvargo/go-githubactions

v2.2.0

04 May 18:54
Compare
Choose a tag to compare

Changelog

84d1c0c chore: update golang version for all workflows
d5dec72 chore: update go-github manually
b810b9e docs: update docs for ontology validation sub command
97c60fa docs: fix the grant link
eee637e feat: add check status update for ontology validation
a0d9fc7 chore(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
254da35 chore(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
7271d55 chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
6a7d1e6 chore(deps): bump github.com/sethvargo/go-githubactions
dfa1d2f refactor: split route table to http method based functions
3aecdbb fix: add break statement to fix unreachable code
2458e6a feat: add command line arguments for polling
ad8f865 test: reduce threshold and interval for running migration test
5eeca6a test: migrate test in run in parallel
e1edfd0 test: add test payload for fetching a repo
30d16b2 test: add fake logger
30c2d66 refactor: add back logging in migration methods
db77480 refactor: switch to deadline context for polling
4f73426 test: add route for fetching a repo
d770927 test: add test payload for editing and forking repositories
6e66f9b test: pass empty file name for DEL response handler
0d4aea0 test: add function for handling fake delete request
a88701c refactor: add support for http method
ea7dbfb refactor: create two reusable functions for common http responses
72f8b4e test: add fake http response for creating a fork
d4ca888 fix: remove import to old version of github library
c5a185f feat: add polling to check for forked repositories
8a601fa refactor: remove constructor and its associated argument struct
74fa337 refactor: add payloadFile function to read the payload
865ad1d feat: add migrate subcommand
2ef2765 refactor: the channels are closed by their respective go routines
2a7f1ec refactor: close the channel in main routine
2260376 feat: add cmdline definition for repository migration
648d786 feat: add cmdline function to migrate github repositories
bcdded7 chore(deps): bump github.com/urfave/cli from 1.22.4 to 1.22.5

v2.1.4

01 Oct 00:22
Compare
Choose a tag to compare

Changelog

9769962 fix:no empty output file is created

v2.1.3

29 Sep 20:08
Compare
Choose a tag to compare

Changelog

7586d36 test:add unit test for parsing empty violations
ef01b70 fix: check for empty violations

v2.1.2

29 Sep 18:16
Compare
Choose a tag to compare

Changelog

1a8c1bf fix:use issue comment api

v2.1.1

29 Sep 17:22
Compare
Choose a tag to compare

Changelog

41eee6e fix:add action to command definition

v2.1.0

28 Sep 23:16
Compare
Choose a tag to compare

Changelog

e12fcf0 chore(deps): bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
8910b7c chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1
10f8b34 test:add unit test for listCommittedFiles method
d275f66 doc:update doc for report-as-comment subcommand
4bc3dda feat:add command line interface for report-as-comment subcommand
ecf23bf fix:check returned error before deferring
2a0ab45 test:add unit tests for markdown generation from template
ce4dc4a feat:add OntoReportOnPullComment function as command line action
5910f75 test:add unit tests for ParseViolations method
60ab846 test:add OntoErrorFile method for accessing the report test data
852bade feat:add ParseViolations method
f84ee72 feat:add ViolationNotFound error type

v2.0.0

21 Sep 22:30
Compare
Choose a tag to compare

Changelog

353d343 doc:add code coverage batch for default branch
dd5ef4d doc:update README with subcomamnds
5801340 refactor:change the alias for files-committed subcommand
f3fce8c refactor:replace push-committed with generic event based command
865c007 feat:add FilesCommited function to handle both push and pull
7fccf92 refactor:parameterize arguments of FilterCommittedFiles function
f27b682 refactor:create new file package for InputOutput method
a69c574 refactor:report error in case of unsupported event type
c2fe092 refactor:add FilterCommittedFiles to github package
f408a9c test:move test data generating methods under fake package
5ca7b53 test:add unit test for CommittedFilesInPull with create payload
e578eb2 test:refactor testing setup for push payload into smaller methods
cec87c8 test:add unit test for CommittedFilesInPush with sync payload
8b81d55 test:add test method for getting payload for pull request sync
445d1ca fix:fix the method call
3dbe40b test:set tests to run in parallel
b41691c test:add unit tests for CommittedFilesInPush method
55fad21 refactor:use fake package for all github test api server
dea5411 chore:add push event test payload
9f69e58 chore:add commit diff test payload
9d6cb6b test:add fakePushPayload method
1213ea8 test:add fake github api server for unit testing
5067c2e refactor:use CommitedFilesInPush method to handle both type of pull events
f428da2 feat:add CommitedFilesInPullCreate method
4b4eb4d fix:remove duplicate imports
3b0c123 refactor:switch to using GithubManager and builder api
bb32518 refactor:rename to builder.go
1f59809 refactor:add FileNames as a public function
25db1d1 test:add unit tests for the filter chain
ba36994 test:add unit tests for FilterSuffix and FilterDeleted methods
b383c1a test:use List method to terminate builder chain
5acad22 feat:add List method to terminate builder chain
74e0ce2 feat:add ChangedFilesBuilder type for chain based filtering
44c0ead refactor:CommittedFiles method returns a slice of ChangedFiles type
7af7c8f feat:add GithubManager for reusable parts with github
8be6f8a refactor:CommittedFiles no longer accepts the boolean flag
659bfd8 refactor:rename github.go to file.go
2c0d1c0 feat:add modd conf
dee7768 refactor:replace attribute calls with get method calls
9321595 test:moved test file under github package
74ccde4 refactor:move CommittedFiles method to internal github package