Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes after review | Filipa Lacerda | 2016-12-21 | 1 | -9/+0 |
| | | | | | | Fix broken test Remove spinach tests for the builds tab | ||||
* | Fix commits spec | Annabel Dunstone Gray | 2016-10-28 | 1 | -2/+2 |
| | |||||
* | [Great spinach fix] Replace gsub with delete | Valery Sizov | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | Remove carriage returns from commit description as summary is on a newline ↵ | Luke Bennett | 2016-10-17 | 1 | -1/+1 |
| | | | | and will always include carriage returns | ||||
* | Added logic to handle a revision input that does not exist in the menu | Luke Bennett | 2016-10-16 | 1 | -5/+9 |
| | |||||
* | Fix broken Spinach tests caused by changes in !6550 | Stan Hu | 2016-10-16 | 1 | -6/+14 |
| | | | | Partial fix to #23378 | ||||
* | Add tag shortcut from the Commit page | Akram FARES | 2016-10-06 | 1 | -0/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix Spinach branches specfix-spinach-branches-spec | Sean McGivern | 2016-08-23 | 1 | -0/+5 |
| | |||||
* | Fix all specs related to changes in !5081. | Timothy Andrew | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | 1. Remove `Project#developers_can_push_to_protected_branch?` since it isn't used anymore. 2. Remove `Project#developers_can_merge_to_protected_branch?` since it isn't used anymore. | ||||
* | Disable overflow messages | Sean McGivern | 2016-07-08 | 1 | -19/+0 |
| | | | | | With the option to expand and collapse individual diffs, these aren't needed any more. | ||||
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 1 | -2/+2 |
| | |||||
* | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot | Robert Speicher | 2016-05-24 | 1 | -1/+1 |
| | | | | Also removes the note from the development/testing.md guide | ||||
* | Fix spinach tests | Kamil Trzcinski | 2016-05-16 | 1 | -2/+2 |
| | |||||
* | Add integration specs for tags | Rémy Coutable | 2016-05-10 | 1 | -90/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use Rugged's TagCollection#create instead of gitlab-shell's ↵ | Rémy Coutable | 2016-05-04 | 1 | -2/+2 |
| | | | | | | Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove persistent XSS vulnerability in `commit_person_link` helper | Robert Speicher | 2016-04-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | Because we were incorrectly supplying the tooltip title as `data-original-title` (which Bootstrap's Tooltip JS automatically applies based on the `title` attribute; we should never be setting it directly), the value was being passed through as-is. Instead, we should be supplying the normal `title` attribute and letting Rails escape the value, which also negates the need for us to call `sanitize` on it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15126 | ||||
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 1 | -2/+5 |
| | |||||
* | Add some spinach specs | Rubén Dávila | 2016-02-19 | 1 | -0/+40 |
| | |||||
* | Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-one | Douglas Barbosa Alexandre | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Replaces "Create merge request" link with one to the MR when one exists | Douglas Barbosa Alexandre | 2016-02-10 | 1 | -0/+57 |
| | |||||
* | Add CHANGELOG item and tests | Dmitriy Zaporozhets | 2016-01-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix minor stylistic complaints | Douglas Barbosa Alexandre | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Add JS validation for invalid characters in branch name | Douglas Barbosa Alexandre | 2015-12-17 | 1 | -1/+2 |
| | | | | | | | More info about valid ref names: https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht ml | ||||
* | Add more descriptive error message when create branch with invalid name | Douglas Barbosa Alexandre | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Update commits spinach tests related to displaying build status | Grzegorz Bizon | 2015-12-14 | 1 | -0/+4 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Fix specmr-builds | Douwe Maan | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Add tests to release notes feature | Dmitriy Zaporozhets | 2015-11-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix test | Dmitriy Zaporozhets | 2015-11-06 | 1 | -3/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rewrite remove tag test | Dmitriy Zaporozhets | 2015-11-06 | 1 | -19/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix specs | Kamil Trzcinski | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Fix feature tests | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Render CI statuses on commit page | Dmitriy Zaporozhets | 2015-10-06 | 1 | -2/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Prevent creating 2 Ci::Project entities when enable CI | Dmitriy Zaporozhets | 2015-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Kamil Trzcinski | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Show CI status on commit pagebuild-status-on-commit-page | Dmitriy Zaporozhets | 2015-09-24 | 1 | -0/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix compare tests | Dmitriy Zaporozhets | 2015-09-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix this crazy random failing test | Dmitriy Zaporozhets | 2015-09-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix "Reload with full diff" URL button in compare branch view | Stan Hu | 2015-08-24 | 1 | -0/+6 |
| | | | | | | This button worked when viewing merge requests because the JavaScript stripped the .html in the Ajax request. However, it left the .html suffix in the compare branch view. | ||||
* | Support commenting on a diff in side-by-side view | Stan Hu | 2015-06-16 | 1 | -8/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283 | ||||
* | Call `page.all` instead of `all` in feature steps | Robert Speicher | 2015-06-12 | 3 | -4/+4 |
| | | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396 | ||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 3 | -7/+7 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 4 | -45/+45 |
| | |||||
* | Use stub_const to stub constants instead of redefining them | Robert Speicher | 2015-06-10 | 1 | -2/+1 |
| | | | | They're called constants for a reason, after all. | ||||
* | Fix spec. | Douwe Maan | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Fix spec. | Douwe Maan | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | Fix code unfold not working on Compare commits page | Stan Hu | 2015-03-24 | 1 | -0/+12 |
| | | | | Closes #1274 | ||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 2 | -5/+5 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. |