Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-17 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-05-04 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-22 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-29 | 1 | -2/+3 |
| | |||||
* | 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 | 7 | -0/+14 |
| | | | | | | | | | | | | | 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 | ||||
* | 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 Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | 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: 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 |
| | |||||
* | specs for bitbucket representers | Valery Sizov | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | BitBucket importer: import issues with labels | Valery Sizov | 2016-12-07 | 1 | -0/+4 |
| | |||||
* | BitBuckpet importer. Refactoring. Iteration 2 | Valery Sizov | 2016-12-07 | 2 | -9/+4 |
| | |||||
* | Apply review comments. Iteration 1 | Valery Sizov | 2016-12-07 | 3 | -8/+6 |
| | |||||
* | 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 |
| | |||||
* | Clean up owner and slug representation | Stan Hu | 2016-11-21 | 1 | -3/+11 |
| | |||||
* | Import pull request comments | Stan Hu | 2016-11-21 | 1 | -0/+39 |
| | |||||
* | 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 | 1 | -0/+6 |
| | |||||
* | Add an endpoint to get a list of issue comments | Douglas Barbosa Alexandre | 2016-11-21 | 2 | -0/+36 |
| | |||||
* | Add an endpoint to get a list of issues for a repo | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+49 |
| | |||||
* | Add an endpoint to get the user's repositories | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+57 |
| | |||||
* | Add an endpoint to get the Bitbucket user profile | Douglas Barbosa Alexandre | 2016-11-21 | 2 | -0/+22 |