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-06-14Merge branch 'fix-flyout-navs' into 'master'Phil Hughes
Fix sidebar flyout navigation See merge request gitlab-org/gitlab-ce!29571
2019-06-14Backport of EE changes from MR 13763Walmyr
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
2019-06-13Restore some unrelated changes from d9cb907cNick Thomas
2019-06-13Revert "Avoid loading objects from DB in ES results"Nick Thomas
This reverts commit d9cb907c3e987363065136bafb2156e86bc5de26.
2019-06-13Add trackEvent when accessing the Register tabAsh McKenzie
This is a no-op for CE.
2019-06-13Fix sidebar flyout navigationLuke Bennett
Show flyout nav for active item when collapsed.
2019-06-12Adding break-word css to home-panel-description class to correctly word wrap ↵Erik van der Gaag
long words
2019-06-12Merge branch 'ealcantara-popover-styling' into 'master'Annabel Dunstone Gray
Style popovers according to the design specs See merge request gitlab-org/gitlab-ce!28375
2019-06-12Merge branch 'fix-diverged-branch-locals' into 'master'Stan Hu
Fix diverged branch locals See merge request gitlab-org/gitlab-ce!29508
2019-06-12Fix diverged branch localsLuke Bennett
2019-06-11Add EE backport for the admin viewMałgorzata Ksionek
2019-06-10List ssh-ed25519 exampleBen Bodenmiller
2019-06-10Merge branch 'patch-56' into 'master'Sean McGivern
Clarify that performance bar is not always on See merge request gitlab-org/gitlab-ce!28287
2019-06-10Externalize strings of email page in user profileantony liu
2019-06-10Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern
2019-06-10Make option dropdown button to match adjacent buttonSamantha Ming
2019-06-10Merge branch '11396-dependency-list-connect-frontend-to-backend-ce' into ↵Thong Kuah
'master' Add project Dependency List sidebar entry See merge request gitlab-org/gitlab-ce!29189
2019-06-09Clarify that performance bar is not always onBen Bodenmiller
2019-06-07Merge branch 'gt-externalize-profiles-preferences' into 'master'Phil Hughes
Externalize profiles preferences Closes #53349 See merge request gitlab-org/gitlab-ce!28470
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07Cleanup deprecation message popoverEnrique Alcantara
2019-06-07Merge branch 'improve-email-text-part' into 'master'Dmitriy Zaporozhets
Improve email text part See merge request gitlab-org/gitlab-ce!29111
2019-06-07Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
2019-06-07Externalize profiles preferencesGeorge Tsiolis
2019-06-06Hide operations icon in small screensDhiraj Bodicherla
In small screens operations icon is visible and also present in More menu. This commit cleans up the More menu for small screens and also shows and hides nav links appropriately based on screen sizes Cleaned up title attrs in dashboard
2019-06-06Format vue files with prettierMarcel van Remmerden
Add changelog file
2019-06-06Use exposed regex for frontend maskable checkmfluharty
Pass string value in through haml template data attribute Evaluate it into a regex when initiating variable list Use it to determine whether to show the maskability warning
2019-06-06Merge request tabs fixesAnnabel Dunstone Gray
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
2019-06-06Fix alignment of resend button in members pageStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55869
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Always show "Pipelines must succeed" checkboxFabio Pitino
Before: the checkbox was hidden if builds were disabled. The checkbox should not be linked to the builds feature because they are 2 separate functionality.
2019-06-06Merge branch 'sh-default-visibility-fix' into 'master'Bob Van Landuyt
Set project default visibility to max allowed Closes #62298 See merge request gitlab-org/gitlab-ce!28754
2019-06-06Add project level git depth settingKrasimir Angelov
Introduce default_git_depth in project's CI/CD settings and set it to 50. Use it if there is no GIT_DEPTH variable specified. Apply this default only to newly created projects and keep it nil for old ones in order to not break pipelines that rely on non-shallow clones. default_git_depth can be updated from CI/CD Settings in the UI, must be either nil or integer between 0 and 1000 (incl). Inherit default_git_depth from the origin project when forking projects. MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it contains unique commit (i.e. merge commit) which doesn't exist in the other branch/tags refs. We need to add it cause otherwise it may break pipelines for old projects that have already enabled Pipelines for merge results and have git depth 0. Document new default_git_depth project CI/CD setting
2019-06-06Merge branch 'ce-10854-elasticsearch_avoid_db' into 'master'Sean McGivern
Backport of 10854-elasticsearch_avoid_db See merge request gitlab-org/gitlab-ce!28579
2019-06-06Resolve "Inline validation for user's name and username length"Jiaan
2019-06-06Add project Dependency List sidebar entryMark Florian
This is a CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13968.
2019-06-06Set project default visibility to max allowedStan Hu
If the default, instance-wide visibility were set to internal but a group were private, the radio button would be set on internal even though that setting were not allowed. We now consider the allowed visibility setting for the group in determining what the default should be. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62298
2019-06-05Backport of 10854-elasticsearch_avoid_dbMario de la Ossa
2019-06-05Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
2019-06-05Merge branch '54140-non-ar-cache-commit-markdown' into 'master'Douwe Maan
Use Redis for CacheMarkDownField on non AR models Closes #54140 See merge request gitlab-org/gitlab-ce!29054
2019-06-05Add snowplow haml attr helperLuke Bennett
Helps build a hash of snowplow tracking data attrs. Updates import project pane to use new helper.
2019-06-05Merge branch 'ce-10446-resolve-ee-diff-repository-check-mailer-notify' into ↵Phil Hughes
'master' [CE] Resolve CE/EE in repo check mailer notify html See merge request gitlab-org/gitlab-ce!29195
2019-06-05Resolve CE/EE in repo check mailer notify htmlPaul Slaughter
2019-06-05Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda
Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
2019-06-05Use markdown_field helper to display full_titlePatrick Bajao
2019-06-05Fix Web IDE add template testMark Lapierre
Wait for the new file modal to stop animating before clicking it We now need to click the commit button 3 times: 1. To enter commit mode 2. To being staging changes 3. To submit the commit
2019-06-05Add render_projects method to controllerMartin Wortschack
- Render EE specific partial if exists
2019-06-05Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into ↵Robert Speicher
'master' Port: EE adjust burndown chart opened issues count See merge request gitlab-org/gitlab-ce!28777
2019-06-05Sync text part of email with the HTML partHaunui Saint-sevin
The text part was missing the condition to change the first message. Borrow the code from the HTML part.
2019-06-05Remove html tag from the text part of emailHaunui Saint-sevin
Instead of calling single function emitting HTML tags in the HTML part of email, directly output HTML tags or raw text.