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-08-09Fix highlighting of group name not workingStan Hu
The parameters needed `html_safe` as well.
2019-08-09Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-09Add repo-refs control for search pageminghuan lei
- only in blobs result
2019-08-09Resolve "Add tooltip to improve clarity of "detached" label/state in the ↵Nick Kipling
merge request pipeline"
2019-08-09Resolve more discussionMartin Wortschack
- Add placeholder for tags in translation - Update PO file
2019-08-09Apply suggestion to app/views/groups/group_members/index.html.hamlMartin Wortschack
2019-08-09resolve review comments:Tom Quirk
- use .mx-auto for avatar - remove parent div for group_icon
2019-08-09Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez
Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
2019-08-09Remove duplicate button to add new metricsMiguel Rincon
- Remove "new metrics" duplicated button and replace with a message - Replace css with utility classes in the prometheus metrics view - Remove unused css
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08Rename blocking MRs to cross-project MR dependenciesNick Thomas
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
2019-08-08Resolve first round of discussionsMartin Wortschack
- Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
2019-08-08CE port for bulk updating group labelsEugenia Grieff
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
2019-08-08Final removal of KubernetesServiceTiger
Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
2019-08-07Add empty state for starred projects tab on user pageCamil Staps
2019-08-07InternationalizationCamil Staps
2019-08-07Remove private profiles from starrers view of projectsCamil Staps
2019-08-07Starrers view: fix search bar when a query did not match anythingCamil Staps
2019-08-07Starrers view: fix search icon, change placeholder, fix "no starrers" when ↵Camil Staps
search does not match
2019-08-07Add pagination to {project}/starrers viewCamil Staps
2019-08-07Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps
2019-08-07Fix code styleCamil Staps
2019-08-07Add message on starrers view when nobody has starred a repository yetCamil Staps
2019-08-07Make sure starred_since is of the requested project in StarrersController; ↵Camil Staps
cleanup
2019-08-07Add "Starred projects" tab to user overviewCamil Staps
2019-08-07Add starring date to overview of starrersCamil Staps
2019-08-074-column table layout for starrers viewCamil Staps
2019-08-07Add links to starrers in lists of projectsCamil Staps
2019-08-07Add /starrers view for projectsCamil Staps
2019-08-07Limiting search-field styling to search onlyDenys Mishunov
- Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
2019-08-07Properly labelling fields on Search pageDenys Mishunov
Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
2019-08-07Replaced breadcrumbs with title on Search pageDenys Mishunov
2019-08-07Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-07Merge branch 'sh-support-csp-nonce' into 'master'Ash McKenzie
Add support for Content-Security-Policy Closes #65330 See merge request gitlab-org/gitlab-ce!31402
2019-08-07Add support for Content-Security-PolicyStan Hu
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing inline JavaScript to execute if the script nonce matches the header value. Rails 5.2 supports nonce-based Content-Security-Policy headers, so provide configuration to enable this and make it work. To support this, we need to change all `:javascript` HAML filters to the following form: ``` = javascript_tag nonce: true do :plain ... ``` We use `%script` throughout our HAML to store JSON and other text, but since this doesn't execute, browsers don't appear to block this content from being used and require the nonce value to be present.
2019-08-06Merge branch 'analytics-top-nav' into 'master'Clement Ho
Add top navigation analytics link See merge request gitlab-org/gitlab-ce!30324
2019-08-06Remove local varMartin Wortschack
2019-08-06Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
2019-08-06Fix broken specsMartin Wortschack
- Add qa- selector to sort dropdown
2019-08-06Fix CSS for mobileMartin Wortschack
- Externalize strings - Update PO file
2019-08-06Add top navigation analytics linkLuke Bennett
2019-08-06Fix Admin area user access level radio button labelsDrew Blessing
In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
2019-08-05Merge branch 'improve-mr-enhance-style-of-the-shared-runners-limit' into ↵Kushal Pandya
'master' Refactor passing props to jobs/index.js See merge request gitlab-org/gitlab-ce!31472
2019-08-05Add help text next to Custom Metrics sectionReuben Pereira
- Also add requirements to the docs for custom metrics.
2019-08-05Make Issue boards importableJason Colyer
- Added space to li definiton - Remove milestone from import_export.yml
2019-08-05Refactor passing props to jobs/index.jsAmmar Alakkad
2019-08-05Enhance style of the shared runners limitAmmar Alakkad
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-08-05Replace some flex propertiesGeorge Tsiolis
2019-08-05Fix display of performance bar shortcut help textMarcel Amirault
2019-08-05Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable
Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177