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/views
AgeCommit message (Collapse)Author
2019-04-05Removes the undescriptive CI Charts headerDimitrie Hoekstra
Additional changes include removal of translation records Added changelog
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Merge branch 'keyval-labels' into 'master'Sean McGivern
[CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
2019-04-05Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
2019-04-05Fix scoped links styling on milestones pageJan Provaznik
2019-04-05Fix old image diff swipe viewftab
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-05Merge branch ↵Clement Ho
'57319-hide-kubernetes-cluster-warning-if-project-has-cluster-related' into 'master' Resolve "Hide Kubernetes cluster warning if project has cluster related" See merge request gitlab-org/gitlab-ce!26749
2019-04-05Fix UI anchor links after docs refactorEvan Read
2019-04-05Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling
Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
2019-04-05Hide kubernetes cluster warning when a cluster existsMike Greiling
2019-04-04Fix scoped_labels feature checkJan Provaznik
Check this feature per project/group instead of globally. Also do not show tooltip if it's disabled.
2019-04-04Allow to sort wiki pages by date and titleIgor
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-04Merge branch '24704-download-repository-path' into 'master'Kushal Pandya
Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
2019-04-04Move swipe diff border to the rightftab
In the Vue image diff app, the border needs to be on the right because the new image comes in from the left. The old image diff app which is used in commits and compare views had the new image visible by default and hiding away from the left.
2019-04-04Add download_links partial to DRY up a bitPatrick Bajao
2019-04-04[backend] backport of scoped labelsJan Provaznik
Scoped labels in EE require additional changes in CE code.
2019-04-04Merge branch 'xanf/gitlab-ce-move-project-tags' into 'master'Clement Ho
Resolve "Project overview UI: Line break when there are multiple project tags" Closes #55650 See merge request gitlab-org/gitlab-ce!26797
2019-04-03Fix cluster details form validationEnrique Alcantara
2019-04-03Improve API URL validation messageEnrique Alcantara
2019-04-03Display inline validation error messagesEnrique Alcantara
In the new cluster forms, display form error messages below form fields instead of a summary banner on top of the form. Include client side validation in order to display user friendly error messages. Also remove unnecessary placeholders.
2019-04-03Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
2019-04-03Move topics to separate line in project overviewIllya Klymov
2019-04-02Don't translate file extensionsPatrick Bajao
2019-04-02Use existing classes for display inline contentPatrick Bajao
2019-04-02Switch positions of source and directory sectionsPatrick Bajao
Updated the documentation to match the updated order including the screenshot.
2019-04-02Make the dropdown match the designPatrick Bajao
Regenerate locale.pot as well
2019-04-02Download a folder from repositoryPatrick Bajao
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
2019-04-02Add download directory in menuKia Mei Somabes
Add subdirectory params for RepositoriesController#archive
2019-04-02Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
2019-04-02Merge branch 'contribute/fix-project-name-members-page' into 'master'Sean McGivern
Don't sanitize project names on project members page Closes #58751 See merge request gitlab-org/gitlab-ce!25946
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot
Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!2977
2019-04-02Merge branch 'security-56224' into 'master'GitLab Release Tools Bot
Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!2996
2019-04-02Merge branch 'coverage-parsing-examples' into 'master'Grzegorz Bizon
Tweak coverage parsing examples See merge request gitlab-org/gitlab-ce!26732
2019-04-02Display error for unmet prerequisitesjerasmus
Added the ability to display an error for unmet prerequisites
2019-04-01Merge branch 'contribute/fix-nav-links-archived-project' into 'master'Douglas Barbosa Alexandre
Disable inaccessible navigation links upon archiving a project Closes #58793 See merge request gitlab-org/gitlab-ce!26020
2019-04-01Merge branch '59694-markdown-area' into 'master'Phil Hughes
Fix styleling for `app/assets/stylesheets/framework/markdown_area.scss` See merge request gitlab-org/gitlab-ce!26768
2019-04-01Merge branch 'ce-10220-link-to-note-from-email' into 'master'Kushal Pandya
Display link to next to note in text email See merge request gitlab-org/gitlab-ce!26695
2019-04-01Replaces md-area with position-relative for markdown areasFilipa Lacerda
2019-04-01Don't sanitize project names on project members pageElias Werberich
2019-03-31Disable inaccessible navigation links upon archiving a projectElias Werberich
2019-03-29Remove duplicate environment selector dropdownmfluharty
2019-03-29Add control for variable value maskingmfluharty
Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
2019-03-29Renames Cluster#managed? to provided_by_user?Mayra Cabrera
This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
2019-03-29Truncate long tags in runners tableSarah Groff Hennigh-Palermo
2019-03-28Add Elixir example for built in coverage tooloptikfluffel
2019-03-28Move NodeJS examples next to each otheroptikfluffel
2019-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.