Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-28 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | Add frozen_string_literal to spec/features | Thong Kuah | 2019-07-26 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Enable Capybara/FeatureMethods cop | Winnie Hellmann | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-17 | 1 | -2/+0 |
|\ | | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb | ||||
| * | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdown | Simon Knox | 2017-08-10 | 1 | -2/+0 |
| | | |||||
* | | fix static_analysis (rubocop) | Jarka Kadlecova | 2017-08-14 | 1 | -1/+0 |
| | | |||||
* | | Fix note polling specs with the new behavior of not updating an external ↵ | Filipa Lacerda | 2017-08-12 | 1 | -16/+5 |
| | | | | | | | | updated note being edited | ||||
* | | Change fixtures of old tests | Filipa Lacerda | 2017-08-10 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'master' into issue-discussions-refactor | Filipa Lacerda | 2017-08-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ... | ||||
| * | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-07-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | # Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb | ||||
| * | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | IssueNotesRefactor: Fix note polling specs. | Fatih Acet | 2017-07-21 | 1 | -9/+6 |
| | | |||||
* | | IssueNotesRefactor: Fix Rspec tests. | Fatih Acet | 2017-07-21 | 1 | -12/+4 |
|/ | |||||
* | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 1 | -4/+4 |
| | |||||
* | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 1 | -3/+3 |
| | |||||
* | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 1 | -3/+3 |
| | |||||
* | Added more actions and report as abuse to all notes | Luke "Jared" Bennett | 2017-06-07 | 1 | -4/+13 |
| | |||||
* | Fix system note comparison and standardize note setup | Eric Eastwood | 2017-05-19 | 1 | -4/+20 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551 | ||||
* | Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-case | Eric Eastwood | 2017-05-18 | 1 | -33/+68 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449 | ||||
* | Add real-time note edits :chipmunk: | Eric Eastwood | 2017-05-03 | 1 | -6/+69 |
| | |||||
* | Add renderNote animation and added spec | Luke "Jared" Bennett | 2017-04-19 | 1 | -8/+6 |
| | |||||
* | Improve note factory | Grzegorz Bizon | 2016-05-29 | 1 | -3/+2 |
| | |||||
* | Update specs to carry out changes in note factory | Grzegorz Bizon | 2016-05-29 | 1 | -1/+5 |
| | |||||
* | Trigger notes refresh in specs instead of waiting for ajaxtests/note-polling | Grzegorz Bizon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Add minor fixes in note polling specs | Grzegorz Bizon | 2015-12-15 | 1 | -4/+2 |
| | |||||
* | Add feature specs for note polling | Grzegorz Bizon | 2015-12-15 | 1 | -0/+18 |
Ref. #4032, !2084 |