summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Updated branches and tag icons in commit detailsConstance Okoghenun2018-05-241-2/+2
|
* CE: Use render_if_exists to hide EE specific codesLin Jen-Shin2018-05-231-0/+5
|
* Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann2018-05-231-2/+3
|
* Merge branch 'sh-fast-admin-counts' into 'master'Yorick Peterse2018-05-161-0/+5
|\ | | | | | | | | | | | | Fix Error 500 viewing admin page due to statement timeouts Closes #46255 See merge request gitlab-org/gitlab-ce!18982
| * Fix Error 500 viewing admin page due to statement timeoutsStan Hu2018-05-161-0/+5
| | | | | | | | | | | | | | | | | | Uses PostgreSQL tuple estimates to provide a much faster yet approximate count. See https://wiki.postgresql.org/wiki/Slow_Counting for more details. We only use this fast method if the table has been analyzed or vacuumed within the last hour. Closes #46255
* | Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert2018-05-161-0/+1
|/
* Display help text below auto devops domain with nip.io domain name (#45561)45584-add-nip-io-domain-suggestion-in-auto-devopsDylan Griffith2018-05-151-0/+9
|
* Remove tooltips on activity tabsAnnabel Dunstone Gray2018-05-111-1/+1
|
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-15/+4
| | | | | | When terms are enforced, but the user has not accepted the terms access to the API & git is rejected with a message directing the user to the web app to accept the terms.
* Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho2018-05-071-19/+26
|\ | | | | | | | | | | | | Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
| * Merge branch 'master' into upgrade-to-webpack-v4Mike Greiling2018-05-075-2/+73
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (252 commits) Upgrade underscore.js Enable prometheus metrics by default Add signature verification badge to compare view Add Changelog Update instalation from source guide fix Web IDE file tree scroll issue Enable quick support actions default Backport of 4084-epics-username-autocomplete Remove top margin on the terms page with performance bar Backports every CE related change from ee-44542 to CE Fix typo in changelog entry fix missing space Backport IdentityLinker#failed? from GroupSaml callback flow Add ci_cd_settings delete_all dependency on project AutoDevOps Docs fix invalid external link Ignore knapsack and rspec_flaky Ensure web hook 'blocked URL' errors are stored in as web hook logs and properly surfaced to the user Partially revert ebcd5711c5ff937bf925002bf9a5b636b037684e to fix runner pages Reuses `InternalRedirect` when possible Enforces terms in the web application ...
| * | add webpack_ prefix to entrypoint paths helperMike Greiling2018-05-071-4/+4
| | |
| * | prevent duplicate chunks from being loaded in webpack_helperMike Greiling2018-05-031-2/+9
| | |
| * | remove force_same_domain option from webpack helpersMike Greiling2018-05-031-8/+6
| | |
| * | ensure parent entrypoint is loaded if direct one is unavailableMike Greiling2018-05-011-5/+11
| | |
| * | combine ancestor entrypoints into child entrypoints instead of importing ↵Mike Greiling2018-05-011-11/+8
| | | | | | | | | | | | bundles for each
| * | update webpack manifest integration to recognize multi-chunk entrypointsMike Greiling2018-05-011-8/+7
| | |
* | | Resolve "Inform users of up to $500 offer for GCP account"Dennis Tang2018-05-072-0/+13
| | |
* | | Merge branch '10244-ux-improvements-for-group-runners' into 'master'Kamil Trzciński2018-05-071-8/+0
|\ \ \ | | | | | | | | | | | | | | | | Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
| * | | Inline runner_path and runners_path helpersDylan Griffith2018-05-071-8/+0
| | | | | | | | | | | | | | | | These were just shorthands for project_... and they will be confusing when introducing group runners so we should not have them (#10244)
* | | | Adds remote mirror table migrationTiago Botelho2018-05-071-1/+2
| |_|/ |/| |
* | | Merge branch '4084-epics-username-autocomplete-ce' into 'master'Douwe Maan2018-05-071-0/+13
|\ \ \ | |/ / |/| | | | | | | | Backport CE changes from "autocomplete usernames in Epic comments/description" See merge request gitlab-org/gitlab-ce!18605
| * | Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-0/+13
| | |
* | | Allow a user to accept/decline termsBob Van Landuyt2018-05-041-3/+14
| | | | | | | | | | | | | | | When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
* | | Make the user dropdown reusableBob Van Landuyt2018-05-041-0/+22
| | | | | | | | | | | | | | | | | | | | | We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
* | | Store application wide termsBob Van Landuyt2018-05-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
* | | Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-0/+23
| | |
* | | Merge branch 'jr-33320-lfs-settings-interface' into 'master'Douwe Maan2018-05-021-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Enable LFS setting UI for Masters and Owners Closes #33320 See merge request gitlab-org/gitlab-ce!18562
| * | Enable LFS setting UI for Masters and OwnersJames Ramsay2018-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
* | | Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-012-74/+74
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
| * | Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-252-74/+74
| | |
* | | Merge branch 'jej/exclude-group-saml-buttons' into 'master'Douwe Maan2018-05-011-2/+6
|\ \ \ | | | | | | | | | | | | | | | | [CE] Exclude LDAP from OmniauthCallbackController base methods See merge request gitlab-org/gitlab-ce!18619
| * | | Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones2018-04-301-2/+6
| | | |
* | | | Update timeline icon for description editGeorge Tsiolis2018-05-011-3/+3
| |_|/ |/| |
* | | Merge branch 'ce-jej/branch-unprotection-disable-ui' into 'master'Grzegorz Bizon | OOO until May 7th2018-04-301-1/+1
|\ \ \ | |/ / |/| | | | | | | | Backports EE changes from disabling branch unprotect UI See merge request gitlab-org/gitlab-ce!18262
| * | Backports EE changes from disabling branch unprotect UIJames Edwards-Jones2018-04-251-1/+1
| | |
* | | Merge branch 'restore-size-and-position-for-fork-icon' into 'master'Rémy Coutable2018-04-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Restore size and position for fork icon See merge request gitlab-org/gitlab-ce!18449
| * | | Restore size and position for fork iconGeorge Tsiolis2018-04-181-1/+1
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceNick Thomas2018-04-261-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-251-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Legacy disk path refactor Closes gitaly#1111 See merge request gitlab-org/gitlab-ce!18364
| | * | | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-1/+2
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
* | | | Merge branch 'ide-relative-url-fix' of gitlab.com:gitlab-org/gitlab-ceNick Thomas2018-04-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed web IDE not working with relative URLsPhil Hughes2018-04-241-1/+1
| |/ / | | | | | | | | | Closes #45649
* | | [Backport] Burndown chart for group milestoneOswaldo Ferreira2018-04-231-0/+8
|/ /
* | Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-192-21/+108
| |
* | Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-1/+1
| |
* | Merge branch 'blackst0ne-rails5-add-safe-params-helper' into 'master'Sean McGivern2018-04-183-2/+13
|\ \ | |/ |/| | | | | [Rails5] Add `safe_params` helper See merge request gitlab-org/gitlab-ce!18241
| * Fix typos in comments [ci skip]blackst0ne-rails5-add-safe-params-helperblackst0ne2018-04-081-2/+2
| |
| * [Rails5] Add `safe_params` helperblackst0ne2018-04-083-2/+13
| | | | | | | | | | | | | | | | | | | | Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
* | Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'"Douwe Maan2018-04-181-1/+1
| | | | | | This reverts merge request !18399