Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | integrate codecov | Wild Kat | |
2018-04-19 | tidy up tests with rubocop | Wild Kat | |
2018-04-11 | ensure asetus is initialized regardless of test execution order | Wild Kat | |
2018-04-11 | introduce rubocop and bump testing ecosystem | Wild Kat | |
2018-04-11 | Update githubrepo_spec.rb to pass successfully | Wild Kat | |
2018-04-10 | Update ssh_spec.rb | Wild Kat | |
2016-07-26 | only resolve the repository path when the output is `git` fixes #512 | Danilo Sousa | |
2016-07-20 | fixed the #fetch and #verions web problems | Danilo Sousa | |
apart from the refactorings, now the node path its correct even when groups are used | |||
2016-06-02 | fix cli spec | Elvin Efendi | |
2016-06-02 | cleaner spec | Elvin Efendi | |
2016-06-02 | fix specs | Elvin Efendi | |
2016-06-02 | fix tests | Elvin Efendi | |
2016-02-25 | fix ssh test | Saku Ytti | |
also fix warning about unused variable | |||
2016-02-25 | Update spec: Change proxy to ssh_proxy | roedie | |
2016-02-22 | follow the hook remotes config also for groups repositories | Danilo Sousa | |
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892 | |||
2016-02-19 | refactor `#remote_repo` to not rely on `#single_repo?` config | Danilo Sousa | |
even in the case we have groups, we can assume is only one repository if the `remote_repo` config is a String. | |||
2016-02-19 | fix intermitent failing of version tests | Danilo Sousa | |
2016-02-19 | move the groups remote to the hook config | Danilo Sousa | |
thanks to @ElvinEfendi for the idea! :+1: | |||
2016-02-19 | fix 'GithubRepo#single_repo?' private method | Danilo Sousa | |
2016-02-18 | create tests for `GithubRepo#validate_cfg!` method | Danilo Sousa | |
2016-02-18 | fix `githubrepo` hook for groups repositories remotes | Danilo Sousa | |
when there was a repository per group we could not use the hook for pushing since we only had **one** remote configured. This PR configures each repository its own remote based in the `groups` config, as follows: ``` --- groups: first: remote_repo: git@gitlab.lab:oxidized/first.git second: remote_repo: git@gitlab.lab:oxidized/second.git ``` | |||
2016-02-18 | supress `Rugged` log output | Danilo Sousa | |
2016-02-18 | `Node#repo` should return the node group repository | Danilo Sousa | |
2016-02-17 | create `-v` and `--version` options | Danilo Sousa | |
2016-01-21 | option to use ssh proxy command | Elvin Efendi | |
2015-12-13 | do not commit when there is no diff | Elvin Efendi | |
2015-12-13 | refactor and fix bugs introduced with new changes | Elvin Efendi | |
2015-12-13 | let user configure which auth method to use | Elvin Efendi | |
2015-12-08 | fix spec | Elvin Efendi | |
2015-12-07 | fix test | Elvin Efendi | |
2015-12-04 | fix the spec | Elvin Efendi | |
2015-11-13 | githubrepo hook spec | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2013-04-19 | Add restful API | Saku Ytti | |
2013-04-17 | Initial commit | Saku Ytti | |
Silly for shit-and-giggles attempt at rancid |