Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Added masonry layout | Phil Hughes | 2017-02-03 | 6 | -17/+85 | |
| * | | | | Styling fix for list | Phil Hughes | 2017-02-03 | 4 | -2/+9 | |
| * | | | | Add issues to boards list | Phil Hughes | 2017-02-03 | 17 | -52/+436 | |
* | | | | | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master' | Sean McGivern | 2017-02-03 | 1 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Adds /target_branch slash command functionality for merge requests | YarNayar | 2017-02-03 | 1 | -0/+12 | |
* | | | | | | Merge branch '27267-unnecessary-queries-from-projects-dashboard-atom-and-json... | Sean McGivern | 2017-02-03 | 1 | -3/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unnecessary queries for .atom and .json in Dashboard::ProjectsControll... | Oswaldo Ferreira | 2017-02-03 | 1 | -3/+1 | |
* | | | | | | | Merge branch '25460-replace-word-users-with-members' into 'master' | Clement Ho | 2017-02-03 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | replace words user(s) with member(s) | Nur Rony | 2017-01-30 | 2 | -5/+5 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch '27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-... | Annabel Dunstone Gray | 2017-02-03 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Adjust pipeline graph height so they don't touch27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari | samrose3 | 2017-02-01 | 1 | -1/+2 | |
* | | | | | | | | Merge branch '17662-rename-builds' into 'master' | Kamil TrzciĆski | 2017-02-03 | 41 | -89/+89 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix broken tests17662-rename-builds | Filipa Lacerda | 2017-02-03 | 30 | -44/+44 | |
| * | | | | | | | | Adds changelog entry | Filipa Lacerda | 2017-02-03 | 11 | -26/+26 | |
| * | | | | | | | | Change "Build" to "Job" in builds show page header and sidebar | Filipa Lacerda | 2017-02-03 | 7 | -19/+19 | |
* | | | | | | | | | Merge branch 'ref-switcher-perf' into 'master' | Jacob Schatz | 2017-02-03 | 3 | -8/+31 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fixed protected branches dropdownref-switcher-perf | Phil Hughes | 2016-11-21 | 1 | -1/+1 | |
| * | | | | | | | | Fixed up tests | Phil Hughes | 2016-11-21 | 1 | -1/+1 | |
| * | | | | | | | | Fixed the active branch selected indicator | Phil Hughes | 2016-11-21 | 1 | -1/+1 | |
| * | | | | | | | | Changed how the data is returned - we only care about the branch/tag name | Phil Hughes | 2016-11-21 | 2 | -4/+5 | |
| * | | | | | | | | Uses take rather than Kaminari | Phil Hughes | 2016-11-21 | 1 | -2/+2 | |
| * | | | | | | | | Use cloneNode instead of createElement | Phil Hughes | 2016-11-21 | 1 | -5/+13 | |
| * | | | | | | | | Improved ref switcher dropdown performance | Phil Hughes | 2016-11-21 | 2 | -7/+21 | |
* | | | | | | | | | Merge branch 'squash' into 'master' | Sean McGivern | 2017-02-03 | 9 | -22/+58 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Backport changes from EE squash | Sean McGivern | 2017-02-03 | 9 | -22/+58 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' | Dmitriy Zaporozhets | 2017-02-03 | 8 | -12/+8 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | replace `find_with_namespace` with `find_by_full_path` | Adam Pahlevi | 2017-02-03 | 8 | -12/+8 | |
* | | | | | | | | | Merge branch 'fix-git-hooks-when-creating-file' into 'master' | Douwe Maan | 2017-02-02 | 20 | -321/+626 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-file | Lin Jen-Shin | 2017-02-02 | 121 | -508/+871 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make sure different project gets a merge request | Lin Jen-Shin | 2017-01-26 | 1 | -2/+4 | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati... | Lin Jen-Shin | 2017-01-26 | 3 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Try to check if branch diverged explicitly | Lin Jen-Shin | 2017-01-26 | 1 | -6/+13 | |
| * | | | | | | | | | | | Make GitHooksService#execute return block value | Lin Jen-Shin | 2017-01-26 | 2 | -8/+4 | |
| * | | | | | | | | | | | Use commit rather than branch, and rename to avoid confusion | Lin Jen-Shin | 2017-01-26 | 1 | -8/+8 | |
| * | | | | | | | | | | | @tree_edit_project is no longer used | Lin Jen-Shin | 2017-01-26 | 1 | -4/+1 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati... | Lin Jen-Shin | 2017-01-26 | 606 | -3259/+9044 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Rename from base to start because base could mean merge base | Lin Jen-Shin | 2017-01-06 | 11 | -91/+91 | |
| * | | | | | | | | | | | | Detect if we really want a new merge request properly | Lin Jen-Shin | 2017-01-06 | 1 | -2/+5 | |
| * | | | | | | | | | | | | Properly fix the edge case! | Lin Jen-Shin | 2017-01-06 | 1 | -2/+15 | |
| * | | | | | | | | | | | | Rename source to base to avoid confusion from MR | Lin Jen-Shin | 2017-01-06 | 11 | -91/+91 | |
| * | | | | | | | | | | | | Don't set invalid @mr_source_branch when create_merge_request? | Lin Jen-Shin | 2017-01-06 | 1 | -6/+3 | |
| * | | | | | | | | | | | | Prefer leading dots over trailing dots | Lin Jen-Shin | 2017-01-06 | 2 | -4/+4 | |
| * | | | | | | | | | | | | Fix for initial commit and remove unneeded args | Lin Jen-Shin | 2017-01-06 | 2 | -5/+18 | |
| * | | | | | | | | | | | | Just trust set_commit_variables to set everything! | Lin Jen-Shin | 2017-01-06 | 3 | -9/+6 | |
| * | | | | | | | | | | | | Prefer leading dots over trailing dots | Lin Jen-Shin | 2017-01-05 | 2 | -6/+6 | |
| * | | | | | | | | | | | | Merge request terms are reversed for GitOperationService | Lin Jen-Shin | 2017-01-05 | 1 | -4/+4 | |
| * | | | | | | | | | | | | I think I am really confused, should be @tree_edit_project | Lin Jen-Shin | 2017-01-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Remove tag with git hooks | Lin Jen-Shin | 2017-01-05 | 3 | -10/+23 | |
| * | | | | | | | | | | | | Introduce Repository#with_repo_branch_commit | Lin Jen-Shin | 2017-01-05 | 3 | -33/+28 | |
| * | | | | | | | | | | | | Indent the way rubocop likes | Lin Jen-Shin | 2017-01-05 | 3 | -5/+5 |