summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Style fixeslabel-eventJan Provaznik2018-08-221-2/+2
|
* Minor cleanups (lines wrapped, doc)Jan Provaznik2018-08-214-14/+17
|
* Handle empty prop value gracefullyKushal Pandya2018-08-213-5/+8
|
* Added specsJan Provaznik2018-08-202-169/+2
|
* Lint fixesJan Provaznik2018-08-201-0/+1
|
* Allow null noteUrlJan Provaznik2018-08-202-2/+2
| | | | | If note.id is not set, noteUrl can not be set (this is not needed for system notes, it's used only for copy link).
* Spec fixesJan Provaznik2018-08-202-8/+177
|
* Fixed label reference when moving an issuableJan Provaznik2018-08-205-14/+49
|
* Fix Frontend Vue props and template.Fatih Acet2018-08-173-4/+4
|
* Removed EE codeJan Provaznik2018-08-171-2/+0
|
* Null authorJan Provaznik2018-08-172-3/+11
|
* API specsJan Provaznik2018-08-171-2/+2
|
* Fixed import/export and disabled nil user renderingJan Provaznik2018-08-175-11/+21
|
* Refactored label string generationJan Provaznik2018-08-172-25/+25
|
* etag cachingJan Provaznik2018-08-176-30/+25
|
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-08-1712-47/+148
| | | | | When displaying notes for an issuable, label events are squashed and converted into Note for presenting purposes only.
* Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher2018-08-1715-14/+18
|\ | | | | | | | | Blacklist the use of destroy_all See merge request gitlab-org/gitlab-ce!21250
| * Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-1615-14/+18
| | | | | | | | This whitelists all existing places where we use "destroy_all".
* | Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'Yorick Peterse2018-08-171-3/+3
|\ \ | | | | | | | | | | | | | | | | | | GitHub importer: Keep track of internal_ids Closes #49754 See merge request gitlab-org/gitlab-ce!20926
| * | Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-161-3/+3
| | |
* | | Merge branch 'repopulate_site_statistics' into 'master'Yorick Peterse2018-08-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix SiteStatistics wikis_count See merge request gitlab-org/gitlab-ce!21030
| * | | Refactor SiteStatistics to extract refresh logic into a rake taskGabriel Mazetto2018-08-161-14/+0
| | | |
| * | | Added method to re-populating SiteStatitiscs counterGabriel Mazetto2018-08-161-1/+15
| | | |
* | | | Merge branch '50101-builds-dropdown' into 'master'Phil Hughes2018-08-172-0/+157
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Creates vue components for stage dropdowns and job list container for job log view See merge request gitlab-org/gitlab-ce!21255
| * | | | Creates vue components for stage dropdowns and job list container for job ↵Filipa Lacerda2018-08-172-0/+157
| | | | | | | | | | | | | | | | | | | | log view
* | | | | Fix: Project deletion may not log audit events during user deletionValery Sizov2018-08-172-6/+4
| | | | |
* | | | | Merge branch 'ide-live-preview-merge-requests' into 'master'Filipa Lacerda2018-08-172-3/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed Web IDE live preview crashing when loading from merge request Closes #50392 See merge request gitlab-org/gitlab-ce!21252
| * | | | Fixed Web IDE live preview crashing when loading from merge requestPhil Hughes2018-08-162-3/+5
| | |/ / | |/| |
* | | | Merge branch 'mg-keep-project-settings-expanded' into 'master'Filipa Lacerda2018-08-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix mirror settings anchor See merge request gitlab-org/gitlab-ce!21261
| * | | | port of EE changesmg-keep-project-settings-expandedMike Greiling2018-08-161-1/+1
| | |/ / | |/| |
* | | | Merge branch '50101-commit-block' into 'master'Phil Hughes2018-08-171-0/+64
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Creates Vue component for commit block in job log view See merge request gitlab-org/gitlab-ce!21249
| * | | | Creates Vue commit component for job log page50101-commit-blockFilipa Lacerda2018-08-161-0/+64
| | | | |
* | | | | Merge branch '50101-trigger' into 'master'Phil Hughes2018-08-171-0/+84
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Creates Vue component for trigger variables block in job log page See merge request gitlab-org/gitlab-ce!21244
| * | | | | Creates Vue component for trigger variables block in job log page50101-triggerFilipa Lacerda2018-08-161-0/+84
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerate pot files Remove `#` Remove empty lines
* | | | | doc: ci/yaml expire_in: the value is in secondsElan Ruusamäe2018-08-171-0/+2
| | | | |
* | | | | Fix 1px cutoff of emojisgfyoung2018-08-161-3/+0
| | | | |
* | | | | Frontend: Proper gettext extraction with gettext-extractor🌴🇿🇦 Lukas Eipert (OOO until Summit)2018-08-165-13/+40
| |/ / / |/| | |
* | | | Merge branch ↵Mike Greiling2018-08-163-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50312-instance-statistics-convdev-index-intro-banner-is-not-dismissable' into 'master' Resolve "Instance Statistics: ConvDev index intro banner is not dismissable" Closes #50312 See merge request gitlab-org/gitlab-ce!21211
| * | | | Rename conv dev index show action to index action in js pages dirLuke Bennett2018-08-141-0/+0
| | | | |
| * | | | Move cohorts and conv dev index js to new pages locationLuke Bennett2018-08-143-0/+0
| | | | |
* | | | | Merge branch '49770-fixes-input-alignment-on-user-admin-form-with-errors' ↵Fatih Acet2018-08-162-15/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Admin > New user form > Error state > Inputs misaligned" Closes #49770 See merge request gitlab-org/gitlab-ce!21108
| * | | | | Fixes input alignment in user admin form with errors49770-fixes-input-alignment-on-user-admin-form-with-errorsJacopo2018-08-092-15/+30
| | | | | |
* | | | | | Merge branch 'zj-remove-repository-languages-feature-gate' into 'master'Nick Thomas2018-08-162-4/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove feature gates for Repository Languages Closes #50291 See merge request gitlab-org/gitlab-ce!21186
| * | | | | | Remove feature gates for Repository LanguagesZeger-Jan van de Weg2018-08-162-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The repository languages feature got introduced through: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19480. This MR included feature flags to guard against performance regressions, which allowed GitLab to test it on gitlab.com before the customers would be exposed. .com worked out fine, as shown by our internal monitoring tools, which prompts feature gate removal. Given the docs weren't present yet, these were added too.
* | | | | | | Merge branch ↵Nick Thomas2018-08-161-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '49796-project-deletion-may-not-log-audit-events-during-group-deletion' into 'master' Resolve "Project deletion may not log audit events during group deletion" Closes #49796 See merge request gitlab-org/gitlab-ce!21162
| * | | | | | | Fix: Project deletion may not log audit events during group deletion49796-project-deletion-may-not-log-audit-events-during-group-deletionValery Sizov2018-08-161-3/+4
| | | | | | | |
* | | | | | | | Fix if-checkDicker Max2018-08-161-1/+1
| | | | | | | |
* | | | | | | | Add rake command to migrate archived traces from local storage to object storageShinya Maeda2018-08-161-0/+5
| | | | | | | |
* | | | | | | | Instance statistics docsLuke Bennett2018-08-163-3/+3
| | | | | | | |
* | | | | | | | Creates a vue component for the top bar with controllers in job log viewFilipa Lacerda2018-08-161-0/+139
| | | | | | | |