-
-
Notifications
You must be signed in to change notification settings - Fork 758
Reactor model and basic tox setup #1
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
Conversation
manasdk
commented
Apr 30, 2014
- Basic tox files setup.
- Reactor model in common as per the agreed upon repo layout.
- The model is based on mongoengine but there is no code which would commit to any database.
* Basic tox files setup. * Reactor model in common as per the agreed upon repo layout. * The model is based on mongoengine but there is no code which would commit to any database.
LGTM, but since we already have "Initial commit", I suggest you to rename this one. |
* Basic tox files setup. * Reactor model in common as per the agreed upon repo layout. * The model is based on mongoengine but there is no code which would commit to any database.
Reactor model and basic tox setup
Lets keep it for now, i want to understand how does that happen that we have 5 commits when there should be only two or three |
I should've sqaushed all commits down to 1 before pushing the branch and creating a pull request. I tried to squash the commits but that did not work after the fact. |
I have never saw two commits one after the other making the same changes and I'm kind of impressed it didn't fall apart. You should have pushed your squashed version with --force flag to rewrite the history in your working branch on github. Also, I think we should consider namespacing the branches with dev/, bug/ or feature/ prefixes just to distinguish them from release branches (we may have multiple of them). |
Prefixing branches with dev/ bug/ or feature/ make sense. I will add it to our git workflow notes. |
[STORM-356] Test Github Process
RFR: Add sample JIRA sensor and action (Pass #1)
RFR: Add actions test cases pass #1
Added test_quickstart_rules
Replace the `chatops_id` string with `nicknames` dict
f0fd0b6 Merge pull request #2 from StackStorm/python-license-check 63e6d42 Add new .flake-proprietary config file which is to be used with proprietary repos. 67d2846 Update flake8 config to enable extensions a164dc1 Add .gitignore to project 13e0509 Add flake8 plugin to check license header 302b88c Also ignore H210 errors. ffbe682 Enable H checks to missing license errors are reported. 3be3554 Merge branch 'update_lint_configs' 9a5b6db Add a docstring. 73fe88f Fix merge conflict. 72d3b7c Merge pull request #1 from StackStorm/update_lint_configs 2709c47 Update lint config with changes from #4657. git-subtree-dir: lint-configs git-subtree-split: f0fd0b61e29a9623eeb87aaf82c3a98aab9271ff
Pluggable RBAC backends (cherry picked from commit 2ac63a0)
…ation Feature/GitHub actions slack notification