summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '59232-add-storage-counter-ce' into 'master'Phil Hughes2019-06-062-1/+14
|\ | | | | | | | | | | | | CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
| * Adds hashed option to bs linked options59232-add-storage-counter-ceFilipa Lacerda2019-06-052-1/+14
| | | | | | | | Adds isOdd function
* | Format vue files with prettierMarcel van Remmerden2019-06-0613-34/+182
| | | | | | | | Add changelog file
* | Merge branch 'js-i18n-datetime' into 'master'Filipa Lacerda2019-06-061-1/+1
|\ \ | | | | | | | | | | | | i18n datetime_utility file See merge request gitlab-org/gitlab-ce!29193
| * | I18N datetime utility filejs-i18n-datetimeBrandon Labuschagne2019-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | Merge request tabs fixesAnnabel Dunstone Gray2019-06-069-53/+97
| | | | | | | | | | | | | | | | | | - Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
* | | Replace upgrade with updateEnrique Alcántara2019-06-065-66/+47
| | | | | | | | | | | | | | | | | | Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
* | | Fix alignment of resend button in members pageStan Hu2019-06-062-54/+13
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55869
* | | Add doc links for confidential and locked issuesFatih Acet2019-06-067-8/+79
| | | | | | | | | | | | | | | With this commit, we add docs link for confidential and locked issues to note compose and edit forms
* | | Change "Report abuse to GitLab" to more generic wording.Marc Schwede2019-06-061-1/+1
| | |
* | | Add a New Copy Button That Works in ModalsAndrew Fontaine2019-06-061-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
* | | Always show "Pipelines must succeed" checkboxFabio Pitino2019-06-061-5/+0
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Resolve "Inline validation for user's name and username length"Jiaan2019-06-065-38/+77
| | |
* | | Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes2019-06-069-38/+96
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
| * | | Default MR checkbox to true in most cases60034-default-web-ide-s-merge-request-checkbox-to-trueSam Bigelow2019-06-069-38/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
* | | | CE Backport: Show tree within Epic containing child Epics and IssuesKushal Pandya2019-06-063-4/+106
| | | |
* | | | Use the selected time window for metrics dashboardSarah Yasonik2019-06-061-1/+1
|/ / /
* | | Migrate old notes app test from Karma to JestMartin Hanzel2019-06-051-0/+4
| | |
* | | added new styling to the `.flash-warning` styles and moved the bundled style ↵Michel Engelen2019-06-051-14/+15
| | | | | | | | | | | | definitions up to allow overrides for specific flash-types
* | | Merge branch 'graphql-file-entry-url' into 'master'Nick Thomas2019-06-053-1/+9
|\ \ \ | | | | | | | | | | | | | | | | Add web_url to tree entry in GraphQL API See merge request gitlab-org/gitlab-ce!28646
| * | | Add web_url to tree entry in GraphQL APIPhil Hughes2019-06-053-1/+9
| | | |
* | | | Merge branch '61246-fix-label-click-scroll-to-top' into 'master'Fatih Acet2019-06-051-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fix label click scrolling to top Closes #61246 See merge request gitlab-org/gitlab-ce!29202
| * | | Fix label click scrolling to topPaul Slaughter2019-06-051-0/+5
| | | |
* | | | Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda2019-06-053-0/+49
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
| * | | Add auto SSL toggle to Pages domain settings page28996-create-mvc-ui-in-hamlNathan Friend2019-06-033-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds an auto SSL toggle switch to the settings page of GitLab Pages domains. This toggle enable or disabled auto SSL management via Let's Encrypt. Toggling the button dynamically updates the form using client-side JavaScript. All changes are behind feature flags.
* | | | Extract setListDetail() into issue boards storeWinnie Hellmann2019-06-053-2/+6
| |_|/ |/| |
* | | Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda2019-06-051-0/+37
|\ \ \ | | | | | | | | | | | | | | | | Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
| * | | Add single_stat chart component to the monitoring bundlejivanvl-add-single-stat-chart-componentJose Vargas2019-06-041-0/+37
| | | | | | | | | | | | | | | | | | | | This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
* | | | Fix Web IDE add template testMark Lapierre2019-06-052-1/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch '55253-activity-feed-ui-enhance-line-height' into 'master'Phil Hughes2019-06-052-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Activity feed UI: Enhance line-height" Closes #55253 See merge request gitlab-org/gitlab-ce!28856
| * | | Enhance line-height of Activity feed UI55253-activity-feed-ui-enhance-line-heightJacopo2019-05-312-3/+4
| | | | | | | | | | | | | | | | Enhances line-height of Activity feed UI to 20px.
* | | | Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai2019-06-051-1/+2
| | | |
* | | | Specify exception identifer in catch blocksast-catch-unexpected-tokenPaul Gascou-Vaillancourt2019-06-041-1/+1
| | | |
* | | | Handle external dashboard form submissionAdriel Santiago2019-06-048-20/+96
| |/ / |/| | | | | | | | Connect frontend UI with backend api for external dashboard link
* | | Extract setIssueDetail() into issue boards storeWinnie Hellmann2019-06-043-3/+7
| | |
* | | Merge branch 'ce-fix-vue-spec-warning' into 'master'Fatih Acet2019-06-041-3/+0
|\ \ \ | | | | | | | | | | | | | | | | Fix warning in spec from committing unused mutation See merge request gitlab-org/gitlab-ce!28815
| * | | Fix warning in spec from committing unused mutationce-fix-vue-spec-warningSimon Knox2019-05-291-3/+0
| | | |
* | | | Merge branch '57037-fix-mr-checkboxes-mobile-alignment' into 'master'Fatih Acet2019-06-042-48/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR checkboxes alignment on mobile Closes #57037 See merge request gitlab-org/gitlab-ce!28845
| * | | | Fix MR checkboxes alignment on mobile57037-fix-mr-checkboxes-mobile-alignmentPaul Slaughter2019-05-302-48/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It does this by removing the `.accept-control` class which was only causing problems.
* | | | | Extract toggleFilter() into issue boards storeWinnie Hellmann2019-06-042-18/+20
| | | | |
* | | | | Merge branch 'mr-widget-merge-error' into 'master'Filipa Lacerda2019-06-044-5/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
| * | | | | Update rendering of merge request in merge request widgetPhil Hughes2019-06-044-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
* | | | | | Merge branch ↵Grzegorz Bizon2019-06-047-24/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58941-use-gitlab-serverless-with-existing-knative-installation' into 'master' Resolve "Use GitLab serverless with existing Knative installation" Closes #58941 See merge request gitlab-org/gitlab-ce!27173
| * | | | | | Adapt functions to work for external KnativeJoão Cunha2019-05-297-24/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Kn services cache from Clusters::Application::Knative Knative function can exist even if user did not installed Knative via GitLab managed apps. -> Move responsibility of finding services into the Cluster -> Responsability is inside Clusters::Cluster::KnativeServiceFinder -> Projects::Serverless::FunctionsFinder now calls depends solely on a cluster to find the Kn services. -> Detect Knative by resource presence instead of service presence -> Mock knative_installed response temporarily for frontend to develop Display loader while `installed === 'checking'` Added frontend work to determine if Knative is installed Memoize with_reactive_cache(*args, &block) to avoid race conditions When calling with_reactive_cache more than once, it's possible that the second call will already have the value populated. Therefore, in cases where we need the sequential calls to have consistent results, we'd fall under a race condition. Check knative installation via Knative resource presence Only load pods if Knative is discovered Always return a response in FunctionsController#index - Always indicate if Knative is installed, not installed or checking - Always indicate the partial response for functions. Final response is guaranteed when knative_installed is either true | false. Adds specs for Clusters::Cluster#knative_services_finder Fix method name when calling on specs Add an explicit check for functions Added an explicit check to see if there are any functions available Fix Serverless feature spec - we don't find knative installation via database anymore, rather via Knative resource Display error message for request timeouts Display an error message if the request times out Adds feature specs for when functions exist Remove a test purposed hardcoded flag Add ability to partially load functions Added the ability to partially load functions on the frontend Add frontend unit tests Added tests for the new frontend additions Generate new translations Generated new frontend translations Address review comments Cleaned up the frontend unit test. Added computed prop for `isInstalled`. Move string to constant Simplify nil to array conversion Put knative_installed states in a frozen hash for better read Pluralize list of Knative states Quey services and pods filtering name This way we don't need to filter the namespace in memory. Also, the data we get from the network is much smaller. Simplify cache_key and fix bug - Simplifies the cache_key by removing namespace duplicate - Fixes a bug with reactive_cache memoization
* | | | | | | Add expand/collapse buttonAdriel Santiago2019-06-043-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to expand/collapse operation settings
* | | | | | | Merge branch '61640-set-font-size-on-html-not-body' into 'master'Mike Greiling2019-06-042-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use rems instead of px to set body font-size Closes #61640 See merge request gitlab-org/gitlab-ce!28544
| * | | | | | | Use rems for body font-size to help accessibility61640-set-font-size-on-html-not-bodySam Bigelow2019-06-032-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use rems instead of px to set default font-size This allows users to change font sizes in their browser and it will affect the view in our application
* | | | | | | | Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-0346-67/+68
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
* | | | | | | Move boardsStore.moving to BoardList componentWinnie Hellmann2019-06-032-2/+9
|/ / / / / /
* | | | | | Merge branch 'qa-tentative-to-de-quarantine-e2e-test' into 'master'Dan Davison2019-06-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport EE MR See merge request gitlab-org/gitlab-ce!29066