Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move line code generation into Gitlab::Gitconflict-resolution-refactor | Alejandro Rodríguez | 2017-10-12 | 7 | -29/+11 |
| | | | | Having a distinct class just for that was a bit overkill | ||||
* | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 13 | -280/+291 |
| | | | | Rename classes to (hopefully) clearer names while we're doing that. | ||||
* | Refactor conflict resolution to contain git ops within Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 8 | -227/+314 |
| | | | | | This prepares the codebase for a Gitaly migration. See https://gitlab.com/gitlab-org/gitaly/issues/553 | ||||
* | Clean hierarchy of calls between models and Gitalb::Git for blob search | Alejandro Rodríguez | 2017-10-12 | 1 | -0/+4 |
| | |||||
* | Move Gitlab::Diff::LineCode to module Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 5 | -6/+6 |
| | |||||
* | Encapsulate git operations for conflict resolution into lib | Alejandro Rodríguez | 2017-10-12 | 1 | -13/+49 |
| | |||||
* | Merge branch 'fix/rugged-alternate-paths' into 'master' | Douwe Maan | 2017-10-12 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Fix the format of rugged alternate directory list Closes #39046 See merge request gitlab-org/gitlab-ce!14840 | ||||
| * | Fix the format of rugged alternate directory listfix/rugged-alternate-paths | Ahmad Sherif | 2017-10-12 | 1 | -0/+1 |
| | | | | | | | | Fixes #39046 | ||||
* | | Merge branch 'gitaly-fetch-remote' into 'master' | Dmitriy Zaporozhets | 2017-10-12 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | Add `Gitlab::Git::Repository#fetch` command Closes gitaly#586 See merge request gitlab-org/gitlab-ce!14772 | ||||
| * | | Add `Gitlab::Git::Repository#fetch` commandgitaly-fetch-remote | Alejandro Rodríguez | 2017-10-09 | 1 | -0/+6 |
| | | | |||||
* | | | Merge branch 'cache-issuable-template-names' into 'master' | Douwe Maan | 2017-10-12 | 1 | -14/+14 |
|\ \ \ | | | | | | | | | | | | | | | | | Cache issuable template names See merge request gitlab-org/gitlab-ce!14823 | ||||
| * | | | Cache issuable template names | Sean McGivern | 2017-10-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push. | ||||
| * | | | Match full file path in FileDetector | Sean McGivern | 2017-10-12 | 1 | -14/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basename appears to have been a holdover from the past - it doesn't look necessary now. Some of the regexes were unanchored on one side, so explicitly ensure that they only match the root. Apart from that, this means that pushing to foo/README.md will no longer invalidate the main README cache for a project. | ||||
* | | | | Merge branch '39028-repo-by-url-fields' into 'master' | Tim Zallmann | 2017-10-12 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project fields to import project by url Closes #39028 See merge request gitlab-org/gitlab-ce!14822 | ||||
| * | | | | Update template description wording39028-repo-by-url-fields | Annabel Dunstone Gray | 2017-10-11 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | Merge branch 'fix/pass-git-object-dir-attrs-as-relative' into 'master' | Douwe Maan | 2017-10-11 | 3 | -5/+25 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | Pass git object dir attributes as relative paths to Gitaly Closes gitaly#629 See merge request gitlab-org/gitlab-ce!14713 | ||||
| * | | Pass git object dir attributes as relative paths to Gitaly | Ahmad Sherif | 2017-10-11 | 3 | -5/+25 |
| | | | | | | | | | | | | Fixes gitaly#629 | ||||
* | | | Merge branch '35580-cannot-import-project-with-milestones' into 'master' | Sean McGivern | 2017-10-11 | 2 | -18/+35 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | fix the import :milestone from adding the group_id Closes #35580 See merge request gitlab-org/gitlab-ce!14657 | ||||
| * | | fixing group label import35580-cannot-import-project-with-milestones | micael.bergeron | 2017-10-06 | 1 | -17/+27 |
| | | | |||||
| * | | fix the project import when an issue has a group milestone | micael.bergeron | 2017-10-05 | 1 | -2/+9 |
| | | | |||||
| * | | fix the import :milestone from adding the group_id | micael.bergeron | 2017-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'gitaly-has-local-branches' into 'master' | Rémy Coutable | 2017-10-11 | 3 | -9/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | Use Gitaly's RepositoryService.HasLocalBranches RPC See merge request gitlab-org/gitlab-ce!14753 | ||||
| * | | | Use Gitaly's RepositoryService.HasLocalBranches RPCgitaly-has-local-branches | Alejandro Rodríguez | 2017-10-10 | 3 | -9/+8 |
| | | | | |||||
* | | | | Merge branch ↵ | Kamil Trzciński | 2017-10-11 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/move-callback-route-google_api-auth-callback-for-oauth-under' into 'master' Move callback route(`google_api/auth/callback`) for Oauth under `-` Closes #38911 See merge request gitlab-org/gitlab-ce!14802 | ||||
| * | | | | Remove unnecessary TOLLEVEL routes from path_regex.rbfix/sm/move-callback-route-google_api-auth-callback-for-oauth-under | Shinya Maeda | 2017-10-11 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | Simplify project page | Annabel Dunstone Gray | 2017-10-11 | 1 | -6/+6 |
|/ / / | |||||
* | | | Merge branch 'feature/migrate-workhorse-send-git-diff-patch-to-gitaly' into ↵ | Robert Speicher | 2017-10-10 | 1 | -10/+36 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | 'master' Migrate Workhorse Send{Diff,Patch} to Gitaly See merge request gitlab-org/gitlab-ce!14652 | ||||
| * | | Migrate Workhorse Send{Diff,Patch} to Gitalyfeature/migrate-workhorse-send-git-diff-patch-to-gitaly | Ahmad Sherif | 2017-10-09 | 1 | -10/+36 |
| | | | |||||
* | | | Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-data | Rémy Coutable | 2017-10-09 | 3 | -2/+139 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Start adding Gitlab::HookData::IssuableBuilder | Rémy Coutable | 2017-10-09 | 1 | -0/+36 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Don't create fork networks for root projects that are deletedbvl-fork-network-migrations | Bob Van Landuyt | 2017-10-09 | 2 | -0/+10 |
|/ / | |||||
* | | Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into ↵ | Stan Hu | 2017-10-07 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix error with GPG signature updater when commit was deleted Closes #38890 See merge request gitlab-org/gitlab-ce!14749 | ||||
| * | | Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missing | Rubén Dávila | 2017-10-07 | 1 | -1/+1 |
| | | | |||||
* | | | Sync up hard coded DN class in migrationmk-normalize-ldap-user-dns | Michael Kozono | 2017-10-07 | 1 | -20/+28 |
| | | | |||||
* | | | Redefine `respond_to?` in light of `method_missing` | Michael Kozono | 2017-10-07 | 1 | -0/+6 |
| | | | |||||
* | | | Make internal methods private | Michael Kozono | 2017-10-07 | 1 | -20/+22 |
| | | | |||||
* | | | Leave bad DNs alone instead of raising errors | Michael Kozono | 2017-10-07 | 2 | -3/+10 |
| | | | |||||
* | | | Refactor DN error classes | Michael Kozono | 2017-10-07 | 3 | -28/+30 |
| | | | |||||
* | | | Move migration to background | Michael Kozono | 2017-10-07 | 1 | -0/+304 |
| | | | |||||
* | | | Normalize values, reusing DN normalization code | Michael Kozono | 2017-10-07 | 2 | -33/+8 |
| | | | | | | | | | | | | I first attempted to extract logic from the code that normalizes DNs, but I was unsuccessful. This is a hack but it works. | ||||
* | | | Fix space stripping | Michael Kozono | 2017-10-07 | 1 | -20/+24 |
| | | | | | | | | | | | | Especially from the last attribute value. | ||||
* | | | Rename method to `to_normalized_s` | Michael Kozono | 2017-10-07 | 3 | -3/+3 |
| | | | |||||
* | | | Refactor initialize method for clarity | Michael Kozono | 2017-10-07 | 1 | -11/+20 |
| | | | |||||
* | | | Move downcasing to normalize method | Michael Kozono | 2017-10-07 | 1 | -10/+10 |
| | | | |||||
* | | | Resolve Rubocop offenses | Michael Kozono | 2017-10-07 | 1 | -17/+25 |
| | | | | | | | | | | | | Disabling some for now since this is based on `Net::LDAP::DN`. | ||||
* | | | Switch to new DN class | Michael Kozono | 2017-10-07 | 2 | -17/+2 |
| | | | | | | | | | | | | for normalizing and parsing DNs | ||||
* | | | Fix trailing escaped newline | Michael Kozono | 2017-10-07 | 1 | -2/+2 |
| | | | |||||
* | | | Test malformed DNs | Michael Kozono | 2017-10-07 | 1 | -9/+12 |
| | | | |||||
* | | | Raise UnsupportedDnFormatError on multivalued RDNs | Michael Kozono | 2017-10-07 | 1 | -0/+2 |
| | | | |||||
* | | | Fix for null DN | Michael Kozono | 2017-10-07 | 1 | -1/+1 |
| | | |