Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(github-workflows): launch CI on PR & push for all branches #434

Closed
petermetz opened this issue Dec 17, 2020 · 0 comments · Fixed by #435
Closed

ci(github-workflows): launch CI on PR & push for all branches #434

petermetz opened this issue Dec 17, 2020 · 0 comments · Fixed by #435
Assignees
Labels
Developer_Experience enhancement New feature or request good-first-issue Good for newcomers Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Milestone

Comments

@petermetz
Copy link
Contributor

Description

Currently the dev branch does not have CI running on it, but we could use the verification it provides when the tests are passing (or the notification when they are not).

cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton

@petermetz petermetz added enhancement New feature or request good-first-issue Good for newcomers Developer_Experience Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. labels Dec 17, 2020
@petermetz petermetz added this to the v0.3.0 milestone Dec 17, 2020
@petermetz petermetz self-assigned this Dec 17, 2020
petermetz added a commit to petermetz/cacti that referenced this issue Dec 17, 2020
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit that referenced this issue Dec 17, 2020
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Dec 17, 2020
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Jan 5, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 5, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz modified the milestones: v0.3.0, v0.4.0 Jan 8, 2021
petermetz added a commit that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 8, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit to petermetz/cacti that referenced this issue Jan 10, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes hyperledger-cacti#434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
petermetz added a commit that referenced this issue Jan 12, 2021
Before this change the only time the CI would get executed was when
a pull request was submitted against the $DEFAULT branch. After this
the CI will run for every commit and pull request that is issued against
the any branches.
The specific reason for this change is that we introduced a new branch
called dev which can be used to provide early access to pending changes
that may or may not be stuck in the review queue for longer periods of
time. Of course there's an additional overhead in maintaining this
dev branch by way of cherry picking and rebasing, but this is minor
compared to the positive effects it can bring to the community.

Fixes #434

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit c6d4e41)
sandeepnRES added a commit to sandeepnRES/cacti that referenced this issue Apr 3, 2023
    - Prototype Pollution in immer hyperledger-cacti#434 hyperledger-cacti#435
    - Overflow in prost-types hyperledger-cacti#423
    - Dependabot alerts hyperledger-cacti#499
    - Dependabot alerts hyperledger-cacti#570

Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
sandeepnRES added a commit to sandeepnRES/cacti that referenced this issue Apr 3, 2023
    - Prototype Pollution in immer hyperledger-cacti#434 hyperledger-cacti#435
    - Overflow in prost-types hyperledger-cacti#423
    - Dependabot alerts hyperledger-cacti#499
    - Dependabot alerts hyperledger-cacti#570

Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Developer_Experience enhancement New feature or request good-first-issue Good for newcomers Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant