Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-29 | 1 | -2/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-26 | 1 | -1/+3 |
| | |||||
* | Avoid calling freeze on already frozen strings in lib | Dinesh Panda | 2019-09-10 | 1 | -2/+2 |
| | |||||
* | Add author lines to project import comments | George Koltsov | 2019-08-07 | 3 | -3/+3 |
| | |||||
* | Enable more frozen string in lib/**/*.rb | gfyoung | 2018-10-06 | 13 | -0/+26 |
| | | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424. | ||||
* | Import bitbucket issues that are reported by an anonymous user | Bart Libert | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | For these kind of issues, the "reporter" field is present but zero. In such a case, "fetch" will not return the default value, but it will return nil. Hence, importing fails, because the "username" field of nil is referenced Fixes issue #44381 | ||||
* | Moved o_auth/saml/ldap modules under gitlab/auth | Horatiu Eugen Vlad | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -1/+1 |
| | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [BB Importer] Save the error trace and the whole raw documentbb_save_trace | Valery Sizov | 2017-04-11 | 1 | -4/+2 |
| | |||||
* | Enable and autocorrect the CustomErrorClass cop | Sean McGivern | 2017-03-01 | 1 | -2/+1 |
| | |||||
* | Enable Rails/Delegate | Douwe Maan | 2017-02-23 | 1 | -3/+1 |
| | |||||
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
| | |||||
* | Add Wiki import to BB importer | Valery Sizov | 2016-12-19 | 1 | -0/+4 |
| | |||||
* | Avoid use of Hash#dig to keep compatibility with Ruby 2.1 | Douglas Barbosa Alexandre | 2016-12-16 | 4 | -10/+10 |
| | |||||
* | BB importer: Milestone importer | Valery Sizov | 2016-12-16 | 1 | -0/+4 |
| | |||||
* | BB importer: Fixed bug with putting expired token to a project.clone_url | Valery Sizov | 2016-12-15 | 2 | -4/+4 |
| | |||||
* | BB importer: Refactoring user importing logic[ci skip] | Valery Sizov | 2016-12-14 | 5 | -12/+4 |
| | |||||
* | BB importer: Adding created_by only when used is not found[ci skip] | Valery Sizov | 2016-12-13 | 5 | -4/+12 |
| | |||||
* | BB importer: Fixed after code review[ci skip] | Valery Sizov | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | specs for bitbucket representers | Valery Sizov | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | Spec for bitbucket page | Valery Sizov | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | Specs for Bitbucket::Connections and Bitbucket::Collections | Valery Sizov | 2016-12-12 | 2 | -15/+9 |
| | |||||
* | Fix query for importing all projects for member | Stan Hu | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Return repositories to which user is a member, not just owner | Stan Hu | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | BitBucket importer: import issues with labels | Valery Sizov | 2016-12-07 | 1 | -0/+4 |
| | |||||
* | BitBucket refactoring. Iteration 3 | Valery Sizov | 2016-12-07 | 3 | -18/+12 |
| | |||||
* | BitBuckpet importer. Refactoring. Iteration 2 | Valery Sizov | 2016-12-07 | 5 | -19/+10 |
| | |||||
* | Apply review comments. Iteration 1 | Valery Sizov | 2016-12-07 | 6 | -28/+25 |
| | |||||
* | Fix importing PRs with not existing branches | Valery Sizov | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Fix importing inline comment for any diff type | Valery Sizov | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | Fix inline comment importing for 1:1 diff type | Valery Sizov | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Fix Bitbucket importer spec to pass with 2.0 API | Stan Hu | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | Simplify Bitbucket::Page implementation | Stan Hu | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Clean up Bitbucket connection based on review comments | Stan Hu | 2016-11-21 | 2 | -9/+9 |
| | |||||
* | Clean up owner and slug representation | Stan Hu | 2016-11-21 | 1 | -3/+11 |
| | |||||
* | Add support for extracting all pull requests and their raw diffs | Stan Hu | 2016-11-21 | 1 | -1/+7 |
| | |||||
* | Rubocop fixes | Stan Hu | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Import pull request comments | Stan Hu | 2016-11-21 | 2 | -0/+46 |
| | |||||
* | Incorporate review comments | Stan Hu | 2016-11-21 | 1 | -2/+1 |
| | |||||
* | Fix refresh to lazily load connection | Stan Hu | 2016-11-21 | 1 | -2/+1 |
| | |||||
* | Lazily load Bitbucket connection | Stan Hu | 2016-11-21 | 1 | -4/+9 |
| | |||||
* | Import opened pull request from Bitbucket | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+59 |
| | |||||
* | Add an endpoint to get a list of pull requests for a repo | Douglas Barbosa Alexandre | 2016-11-21 | 2 | -0/+12 |
| | |||||
* | Add an endpoint to get a list of issue comments | Douglas Barbosa Alexandre | 2016-11-21 | 3 | -0/+46 |
| | |||||
* | Add an endpoint to get a list of issues for a repo | Douglas Barbosa Alexandre | 2016-11-21 | 2 | -0/+56 |
| | |||||
* | Refactoring Bitbucket import controller to use the new OAuth2 client | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+6 |
| | |||||
* | Add an endpoint to get a single user repository | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+5 |
| |