Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-20Use UserSerializer instead of `User.to_json`Robert Speicher
2017-12-15Stop sending milestone and labels data over the wire for MR widgetOswaldo Ferreira
requests
2017-11-29Backport epic tasklistClement Ho
2017-11-07Refactor issuables index actionsJarka Kadlecova
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-10-31Load participants asyncEric Eastwood
2017-10-12Cache issuable template namesSean McGivern
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.
2017-09-28Use relative paths for opening and closing issuablesBob Van Landuyt
The abuse reports need a full issuable URL, but linking to issuables should use the relative paths
2017-09-11Remove confidential toggle checkbox and related code as no longer necessarykushalpandya
2017-09-07Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern
Group boards CE backport See merge request !13883
2017-09-06Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern
First time contributor badge Closes #35161 See merge request !13902
2017-09-06fixup whitespacemicael.bergeron
2017-09-06rework the contributor badgemicael.bergeron
- only show in merge-requests - show as a little glyph
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
2017-09-06removed show_new_nav? referencesPhil Hughes
2017-09-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
ee_issue_928_backport
2017-09-05Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
2017-09-05Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-04Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-04Merge branch 'remove-unused-code-issueshelper' into 'master'Rémy Coutable
Remove unused methods from `IssuesHelper` and `IssuablesHelper` See merge request !13793
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-02Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz
Issue discussions Vue refactor See merge request !12069
2017-09-02Ensure `issuables_count_for_state` returns the requested state countRobert Speicher
2017-08-31Remove issuable finder count cachingSean McGivern
We're going to cache the total open count separately, and then just perform these counts on the list. We already do that to get the pagination information, through Kaminari, and a future change will make Kaminari reuse the query results from earlier in the request.
2017-08-30Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-08-30Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/models/issue.rb
2017-08-29replace `is_edited?` with `edited?`Maxim Rydkin
2017-08-29Group boards CE backportFelipe Artur
2017-08-24Removed unused `IssuablesHelper#issuable_state_scope`Mehdi Lahmam
Its last usage has been removed at 260c8da060.
2017-08-18fix some inconsistencies with the breadcrumbsPhil Hughes
2017-08-17Rename a few attribute suffixes from `_url` to `_path`Douwe Maan
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-08-11Fix failing static-analysis (rubocop)Jarka Kadlecova
2017-08-10Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (42 commits) alternative route for download archive Add missing command to compile GetText files Prevent user from changing username with container registry tags Rename RPC 'Exists' to 'RepositoryExists' Fix the sticky changes bar on commits page Fix ee_compat_check when EE branch uses a prefix Removed display styles when hiding the fly out navigation Explain why we use select all for project_url_constrainer.rb Fix pikaday being undefined Add a helper to stub storage settings with defaults Enable the Layout/SpaceBeforeBlockBraces cop update Install from Source instructions Translations can be picked without asking for exceptions Ask for exceptions in advance Don't require stackprof in Gemfile Synchronous Korean translation in zanata Use full path of user's avatar in webhooks Update icon color on hover Align all nav items in sidebar Fix height of collapsed sidebar items ...
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-07-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-28[ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda
2017-07-26[ci skip] Adds quick actions links to the toolbarFilipa Lacerda
2017-07-25moved some more inline codePhil Hughes
removed some global variable comments
2017-07-21Add data required for note formDouwe Maan
2017-07-19Fix issuable state counter cache keysSean McGivern
These cache a hash of counts by state, so the state isn't needed in the key itself.
2017-07-07Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett
search specs
2017-07-07Tidy up close_reopen helpers and fix filtered-search-token paddingLuke "Jared" Bennett
2017-07-07Fixed MR single button submit failure and attempted to tidy up close_reopen ↵Luke "Jared" Bennett
partials using issuable_helpers and setDisable will use true as default bool
2017-07-07Revert parent param removalLuke "Jared" Bennett
2017-07-07Dont show toggle if only one action is available and do not show report as ↵Luke "Jared" Bennett
abuse for current_user's issuables
2017-07-07Removed merge_request/issue state_event param parent and removed ↵Luke "Jared" Bennett
issuable_path helpers in favour of issuable_url helpers