Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-01-05 | 1 | -0/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-18 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-13 | 1 | -0/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-07 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-25 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-13 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-11 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+3 |
| | |||||
* | Optimize queries for snippet listings | Markus Koller | 2019-09-10 | 1 | -0/+4 |
| | | | | | - Avoid N+1 queries for authors and comment counts - Avoid an additional snippet existence query | ||||
* | Change the way totalNotes is calculatedid-change-total-notes-calculation | Igor Drozdov | 2019-08-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast | ||||
* | Make `resolvable_types` a class method | Bob Van Landuyt | 2019-06-03 | 1 | -4/+8 |
| | | | | | This turns Notable::RESOLVABLE_TYPES into a `Notable.resolvable_types`. That allows us to override it in EE. | ||||
* | Set correct timestamps when creating past issues58361-issue-create-system-note-timestamp | Heinrich Lee Yu | 2019-04-16 | 1 | -1/+1 |
| | | | | Sets `system_note_timestamp` from `created_at` | ||||
* | Fix `updated_at` doesn't apply to `state_event` updates of issues via API | Sean McGivern | 2019-04-08 | 1 | -0/+8 |
| | |||||
* | Add reply to notes to turn into discussions | Heinrich Lee Yu | 2019-02-06 | 1 | -1/+14 |
| | |||||
* | Cache diff highlight in discussions | Oswaldo Ferreira | 2018-12-21 | 1 | -0/+4 |
| | | | | | | | | | This commit handles note diffs caching, which considerably improves the performance on merge requests with lots of comments. Important to note that the caching approach taken here is different from `Gitlab::Diff::HighlightCache`. We do not reset the whole cache when a new push is sent or anything else. That's because discussions diffs are persisted and do not change. | ||||
* | Allow suggesting single line changes in diffs | Oswaldo Ferreira | 2018-12-13 | 1 | -0/+4 |
| | |||||
* | Remove EE-specific code from DiscussionNoteremove-ee-specific-code-from-plan-and-create-models | Sean McGivern | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | Use ResourceLabelEvent for tracking label changes | Jan Provaznik | 2018-09-07 | 1 | -0/+19 |
| | |||||
* | Enable more frozen string in app/models/**/*.rb | gfyoung | 2018-08-07 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Move ModuleWithInstanceVariables to Gitlab namespace | Lin Jen-Shin | 2017-11-22 | 1 | -2/+2 |
| | | | | | And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude. | ||||
* | Use StrongMemoize and enable/disable cops properly | Lin Jen-Shin | 2017-11-18 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-06 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (1723 commits) Resolve "Editor icons" Refactor issuable destroy action Ignore routes matching legacy_*_redirect in route specs Gitlab::Git::RevList and LfsChanges use lazy popen Gitlab::Git::Popen can lazily hand output to a block Merge branch 'master-i18n' into 'master' Remove unique validation from external_url in Environment Expose `duration` in Job API entity Add TimeCop freeze for DST and Regular time Harcode project visibility update a changelog Put a condition to old migration that adds fast_forward column to MRs Expose project visibility as CI variable fix flaky tests by removing unneeded clicks and focus actions fix flaky test in gfm_autocomplete_spec.rb Use Gitlab::Git operations for repository mirroring Encapsulate git operations for mirroring in Gitlab::Git Create a Wiki Repository's raw_repository properly Add `Gitlab::Git::Repository#fetch` command Fix Gitlab::Metrics::System#real_time and #monotonic_time doc ... | ||||
| * | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 1 | -0/+4 |
| | | |||||
* | | Allow simple ivar ||= form. Update accordingly | Lin Jen-Shin | 2017-09-19 | 1 | -3/+0 |
| | | |||||
* | | Add cop to make sure we don't use ivar in a module | Lin Jen-Shin | 2017-09-18 | 1 | -0/+4 |
|/ | |||||
* | Prefer polymorphism over `is_a?` | Douwe Maan | 2017-08-17 | 1 | -0/+4 |
| | |||||
* | Remove cross-references user cannot see from issue discussions JSON | Douwe Maan | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Resolve N+1 query issue with discussions | Douwe Maan | 2017-05-29 | 1 | -1/+6 |
| | |||||
* | Link to outdated diff in older MR version from outdated diff discussion | Douwe Maan | 2017-04-08 | 1 | -2/+2 |
| | |||||
* | Refactor resolvability checks based on type | Douwe Maan | 2017-04-06 | 1 | -0/+25 |
| | |||||
* | Address review comments | Douwe Maan | 2017-04-05 | 1 | -0/+26 |
| | |||||
* | Don't use original_discussion_id | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -0/+17 |