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
path: root/app
AgeCommit message (Collapse)Author
2018-12-18Add "none" syntax highlighting "color" schemekhm
2018-12-18Add NGINX 0.16.0 and above metricsJoshua Lambert
2018-12-18Merge branch 'reduce-service-params-diff-with-ce' into 'master'Robert Speicher
Use the EE version of ServiceParams See merge request gitlab-org/gitlab-ce!23881
2018-12-18Merge branch 'avoid-wrapped-clone-button' into 'master'Mike Greiling
Re-align project title row and repo button containers Closes #55287 See merge request gitlab-org/gitlab-ce!23833
2018-12-17Merge branch ↵Phil Hughes
'53954-resolved-non-diff-discussions-on-merge-requests-no-longer-show-who-resolved-them-and-when-at-a-glance' into 'master' Show who resolved non-diff discussions Closes #53954 See merge request gitlab-org/gitlab-ce!23449
2018-12-17Add new predefined variable CI_COMMIT_SHORT_SHAJason Lenny
2018-12-17Use the EE version of ServiceParamsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-17Merge branch 'gt-add-externalized-strings-for-cluster-error-msg' into 'master'Douglas Barbosa Alexandre
Add externalized strings for clusters error messages Closes #45310 See merge request gitlab-org/gitlab-ce!23753
2018-12-17Add message saying who resolved nondiff discussionsbigelow
- Add resolution text to notes in MR Discussions - Use slots to do so
2018-12-17Add externalized strings for clusters error messagesGeorge Tsiolis
2018-12-17Merge branch '55230-remove-project-cleanup-feature-flag' into 'master'Douwe Maan
Remove the project_cleanup feature flag Closes #55230 See merge request gitlab-org/gitlab-ce!23814
2018-12-17Merge branch 'inline-duplicated-discussions' into 'master'Fatih Acet
Fixed duplicated inline diff discussions Closes #55388 See merge request gitlab-org/gitlab-ce!23843
2018-12-17Merge branch 'update-page-filter-path-defaults' into 'master'Rémy Coutable
Change `page_filter_path` to not exclude `label_name` by default See merge request gitlab-org/gitlab-ce!23825
2018-12-17Merge branch 'add-horizontal-whitespace-to-profile-page' into 'master'Kushal Pandya
Resolve "User profile page: Enhance horizonal whitespace between Overview columns" Closes #55252 See merge request gitlab-org/gitlab-ce!23803
2018-12-17Merge branch 'remove-rails4-specific-code' into 'master'Rémy Coutable
Remove rails4 specific code See merge request gitlab-org/gitlab-ce!23847
2018-12-17Merge branch '34758-list-ancestor-clusters' into 'master'Dmitriy Zaporozhets
Show clusters of ancestors in cluster list page Closes #34758 See merge request gitlab-org/gitlab-ce!22996
2018-12-17Merge branch '55276-encoding-issue-with-the-user-centric-tooltips' into 'master'Tim Zallmann
Resolve "Encoding issue with the user centric tooltips" Closes #55276 See merge request gitlab-org/gitlab-ce!23794
2018-12-16Use finder to decide to show note to userThong Kuah
Given the note is about how to interpret ancestor clusters, use the finder which actually knows if there are any ancestor clusters to find out if the note should be shown, rather than passing the same info via a view to a helper Added note about Kaminari.paginate_array Link to followup issue too
2018-12-16Check can :read_clusters in finderThong Kuah
This is in addtion to the can checks we have in the controller, as a finder can be used elsewhere in the future.
2018-12-16Move code to presenterThong Kuah
Part of the code such as #show_path is already present on the presenter. Also avoid having code in two places (helper and presenter) Sanitize and assert html_safe. Additional layer of defense - on top of GitLab already requiring group names to be composed of small set of chars A-Z, - and spaces. Only link to cluster if user can read cluster Make clear that arg is a GroupClusterablePresenter Add more specs for completeness
2018-12-16Refactor methods on ClusterHelperMayra Cabrera
- Use sprite_icon instead of hardcoded html - Use a more descriptive method name - Changes specs to use html_safe matcher
2018-12-16Cleans cluster views a bitMayra Cabrera
- Moves logic into ClustersHelp - Add CSS to ensure compatibility with EE view.
2018-12-16Move group path display logic to helperThong Kuah
Add specs
2018-12-16Update link to documentationMike Greiling
Make link clear in note box Also update strings to be translatable
2018-12-16Render group namespaces in clusters indexMike Greiling
2018-12-16Correctly enable "Add Kubernetes cluster" buttonMike Greiling
2018-12-16Show clusters of ancestors in cluster list pageThong Kuah
Show both the cluster(s) of the clusterable, and the cluster(s) of ancestor groups.
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-15Remove the project_cleanup feature flagNick Thomas
2018-12-15Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas
Display empty files properly on MR diffs Closes #54786 See merge request gitlab-org/gitlab-ce!23671
2018-12-15Merge branch 'rs-transient-help-page-failure' into 'master'Stan Hu
Resolve transient failure in Help page spec Closes #55372 See merge request gitlab-org/gitlab-ce!23839
2018-12-15Merge branch '47052-merge-button-does-not-appear-after-rebase-ing' into 'master'Mike Greiling
Resolve "Merge button does not appear after Rebase-ing" Closes #47052 See merge request gitlab-org/gitlab-ce!23572
2018-12-15Fixed duplicated inline diff discussionsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55388
2018-12-14Use class methods for VersionCheckRobert Speicher
All of these methods are stateless, there was no point to have them as instance methods. Mostly this allows us to remove an `allow_any_instance_of` usage.
2018-12-14Merge branch 'refactor-ci-pipeline-config-source-enum' into 'master'Kamil Trzciński
Refactor Ci::Pipeline's config_sources enum Closes gitlab-ee#8244 See merge request gitlab-org/gitlab-ce!23799
2018-12-14Merge branch '53771-move-cluster-type-description' into 'master'Kamil Trzciński
Move description of cluster type to presenter Closes #53771 See merge request gitlab-org/gitlab-ce!23789
2018-12-14Merge branch 'remove-issue-suggestions-flag' into 'master'Douwe Maan
Remove issue_suggestions feature flag Closes #55166 See merge request gitlab-org/gitlab-ce!23723
2018-12-14Set cached MRWidget SHA after rebaseSam Bigelow
Update changelog to include Merge Request ID and Author Update changelog to include Merge Request ID and Author
2018-12-14Re-align project title row and repo button containersAndreas Kämmerle
2018-12-14Merge branch 'ac-releases-name-sha-author' into 'master'Kamil Trzciński
Add name, author and sha to releases See merge request gitlab-org/gitlab-ce!23763
2018-12-14Display reply field if resolved discussion has no repliesWinnie Hellmann
2018-12-14Creates Vue component to render each release blockFilipa Lacerda
2018-12-14Merge branch ↵Phil Hughes
'55344-only-prompt-user-once-when-navigating-away-from-file-editor' into 'master' Resolve "Only prompt user once when navigating away from file editor" Closes #55344 See merge request gitlab-org/gitlab-ce!23820
2018-12-14Merge branch 'triggermesh-knative-version' into 'master'Kamil Trzciński
Upgrade Knative from 0.1.3 to 0.2.2 See merge request gitlab-org/gitlab-ce!23808
2018-12-14Merge branch 'deprecated-passing-activerecord-objects' into 'master'Stan Hu
Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_assignment See merge request gitlab-org/gitlab-ce!23818
2018-12-14Merge branch 'winh-dropdown-title-padding' into 'master'Kushal Pandya
Adjust padding of .dropdown-title to comply with design specs See merge request gitlab-org/gitlab-ce!23546
2018-12-14Change `page_filter_path` default behaviorHeinrich Lee Yu
`label_name` is now not excluded by default Also removed `label: true` from calls to the helper
2018-12-14Fix diff table rendering for empty files and improve testsSean Nichols
2018-12-14Merge branch 'bw-fix-missing-board-milestone' into 'master'Robert Speicher
Fix Issue boards don't show milestone in issue details See merge request gitlab-org/gitlab-ce!23813
2018-12-14Merge remote-tracking branch 'dev/master'Alex Hanselka
* dev/master: Update CHANGELOG.md for 11.3.13 Validate LFS hrefs before downloading them