Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-06 | 31 | -156/+1798 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-06 | 53 | -184/+2031 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-06 | 124 | -948/+1957 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-03 | 4 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename-ci-commit-phase-2: Rename remaining ci_commits in specs | |||||
| * | | | | | | | | | Rename all ci_commit[s] in application code to pipeline[s] | Kamil Trzcinski | 2016-06-03 | 17 | -88/+88 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'rename-ci-commit-phase-2' into 'master' | Douwe Maan | 2016-06-07 | 82 | -894/+895 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Ci::Commit in specs This is second iteration of renaming Ci::Commit occurences, this time I try to rename all `let's` and `factories` to match what type of object is created: 1. Rename factories: `ci_[...]_commit_[...]` to `ci_[...]_pipeline_[...]`, 2. Rename all `let's(:[ci_]commit)` to `let(:pipeline)`, 3. Rename all occurrences of `[ci_]commit` to `pipeline` if Pipeline object is created cc @grzesiek @DouweM See merge request !4463 | |||||
| * | | | | | | | | | Fix remaining test offensesrename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-07 | 2 | -8/+8 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-07 | 29 | -102/+416 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | Fix tests failures | Kamil Trzcinski | 2016-06-07 | 7 | -44/+44 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 22 | -136/+1501 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 9 | -20/+297 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commitrename-ci-commit | Kamil Trzcinski | 2016-06-06 | 1 | -3/+23 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 8 | -18/+274 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 53 | -184/+2031 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Use `@ci_commit` in merge_request_controller | Kamil Trzcinski | 2016-06-06 | 1 | -4/+4 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 52 | -180/+2027 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/features/builds_spec.rb | |||||
| * | \ \ \ \ \ \ \ \ | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 124 | -949/+1958 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | # Conflicts: # features/steps/shared/builds.rb # spec/requests/ci/api/builds_spec.rb | |||||
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 116 | -907/+1916 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix tests offenses: use `pipeline` of Ci::Build and rename views | Kamil Trzcinski | 2016-06-06 | 11 | -44/+44 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename remaining ci_commits in specs | Kamil Trzcinski | 2016-06-03 | 4 | -5/+5 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename-ci-commit: Fix merge_request handling | |||||
| | * | | | | | | | | Fix merge_request handling | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Rename `commit` to `pipeline` in application code | Kamil Trzcinski | 2016-06-03 | 2 | -16/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 39 | -375/+373 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commit | Kamil Trzcinski | 2016-06-03 | 21 | -22/+270 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9': Let contributors know where to start Ensure branch cleanup regardless of whether the import process succeeds Fix failing todo tests Reorder the todos because the use of the project finder attempts to order them differently Update target todo test to use a public project Use the project finder in the todos finder to limit todos to just ones within projects you have access to. Move filtering todos by projects not pending deletion into a scope on the todo model Reduce the filters on the todos joins project query by being explicit about the join Ensure we don't show TODOS for projects pending delete Fix deprecation warnings in spec/services/issues/bulk_update_service_spec.rb Remove unused Issuable#is_assigned? method fixup! Don't allow merges with new commits fixup! Add `sha` parameter to MR accept API Reduce Namespace queries in UserReferenceFilter Added ReferenceFilter#nodes Returning enums in ReferenceFilter#each_node Don't allow merges with new commits Add `sha` parameter to MR accept API | |||||
| * | | | | | | | | Fix other places where we still use commit attribute of Build | Kamil Trzcinski | 2016-06-03 | 5 | -27/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix more places where we should rename ci_commit to pipeline | Kamil Trzcinski | 2016-06-03 | 8 | -18/+18 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use foreign_key to define column name | Kamil Trzcinski | 2016-06-03 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Delegate to pipeline instead of commit | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use pipelines in context of Project | Kamil Trzcinski | 2016-06-03 | 13 | -20/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-03 | 40 | -204/+270 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Try to use `pipeline` where applicable | Kamil Trzcinski | 2016-06-03 | 5 | -10/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 24 | -100/+100 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use ci_commits table | Kamil Trzcinski | 2016-06-03 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 35 | -81/+81 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'gh-disable-webhooks' | Douwe Maan | 2016-06-07 | 5 | -4/+115 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update CHANGELOG | Douglas Barbosa Alexandre | 2016-06-06 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a message warning user that Webhooks will be disabled | Douglas Barbosa Alexandre | 2016-06-06 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Disable Webhooks before proceeding with the GitHub import | Douglas Barbosa Alexandre | 2016-06-06 | 3 | -4/+110 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'gh-fix-comments-on-diff' | Douwe Maan | 2016-06-07 | 3 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix importer for GitHub comments on diffgh-fix-comments-on-diff | Douglas Barbosa Alexandre | 2016-06-06 | 3 | -0/+8 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comments on diff after LegacyDiffNote was extracted from Note | |||||
* | | | | | | | | | | Merge branch 'gh-rate-limit' | Douwe Maan | 2016-06-07 | 7 | -36/+97 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update CHANGELOG | Douglas Barbosa Alexandre | 2016-06-06 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Move create! method from formatters to the BaseFormatter | Douglas Barbosa Alexandre | 2016-06-06 | 5 | -10/+14 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Import GitHub repositories respecting the API rate limit | Douglas Barbosa Alexandre | 2016-06-06 | 5 | -36/+92 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While Octokit auto pagination set the page size to the maximum 100, and seek to not overstep the rate limit. When the rate limit is reached its raises an exception, and stop doing new requests. Here we use a custom pattern for traversing large lists, so we can check if we’ll reach the rate limit and wait the API to reset the rate limit before making new requests. | |||||
* | | | | | | | | | Merge branch 'license-finder-gem' into 'master' | Rémy Coutable | 2016-06-07 | 7 | -0/+289 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License finder gem Every time a gem is added to the Gemfile, or a gem is updated with a new dependency or change of license, LicenseFinder will check to ensure that the license in use has been whitelisted for use in the project. GPLv2 and GPLv3 libraries are not allowed to be linked-to from non-GPL projects (e.g. the MIT-licensed GitLab CE or proprietary EE), otherwise we're violating the license. https://github.com/pivotal/LicenseFinder See also: gitlab-com/operations#164 See merge request !3775 | |||||
| * | | | | | | | | | Resolve feedback. | Connor Shea | 2016-06-06 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add relevant commands to the licensing document, resolve some feedback. | Connor Shea | 2016-06-06 | 2 | -3/+34 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Make sure to mention the GNU Project and OSI-provided information regarding ↵ | Connor Shea | 2016-06-06 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the GPL so no one tries to disagree with that decision. | |||||
| * | | | | | | | | | Add Licensing information and guidelines to the Documentation. | Connor Shea | 2016-06-06 | 3 | -1/+60 | |
| | | | | | | | | | |