summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add validation for date strings passed to GlCountdownwinh-countdown-componentWinnie Hellmann2018-10-252-6/+23
|
* Add reusable component for counting downWinnie Hellmann2018-10-252-0/+109
|
* Add calculateRemainingMilliseconds() helper functionWinnie Hellmann2018-10-252-0/+30
|
* Move datetime_utility_spec.js to correct locationWinnie Hellmann2018-10-251-0/+0
|
* Merge branch 'sh-update-parser' into 'master'Robert Speicher2018-10-252-2/+2
|\ | | | | | | | | Upgrade parser gem to 2.5.1.2 See merge request gitlab-org/gitlab-ce!22590
| * Upgrade parser gem to 2.5.1.2sh-update-parserStan Hu2018-10-242-2/+2
| |
* | Merge branch 'mj/review-apps-guard' into 'master'Robert Speicher2018-10-251-1/+0
|\ \ | | | | | | | | | | | | Review apps cleanup schedule runs on master See merge request gitlab-org/gitlab-ce!22601
| * | Review apps cleanup schedule runs on masterMarin Jankovski2018-10-251-1/+0
|/ /
* | Merge branch '53055-combine-date-util-functions' into 'master'Filipa Lacerda2018-10-2513-380/+379
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Combine all datetime library functions into `datetime_utility.js` This MR moves datetime methods from `app/assets/javascripts/lib/utils/pretty_time.js` & `app/assets/javascripts/lib/utils/datefix.js` into `app/assets/javascripts/lib/utils/datetime_utility.js`. Closes #53055 See merge request gitlab-org/gitlab-ce!22570
| * | Add changelog entry53055-combine-date-util-functionsKushal Pandya2018-10-251-0/+5
| | |
| * | Run through Prettier and remove ESLint disablesKushal Pandya2018-10-254-151/+160
| | | | | | | | | | | | | | | Formats the file to match Prettier rules Removes all blacklisted ESLint rules
| * | Update pretty_time methods import pathKushal Pandya2018-10-252-2/+2
| | | | | | | | | | | | | | | Updates path for pretty time related methods to import from `datetime_utility.js`
| * | Add pretty_time methodsKushal Pandya2018-10-254-198/+187
| | | | | | | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js` and deletes the file
| * | Update pikaday method import pathKushal Pandya2018-10-254-5/+4
| | | | | | | | | | | | | | | Updates path for pikaday parsing methods to import from `datetime_utility.js`
| * | Add pikaday parsing methodsKushal Pandya2018-10-254-55/+55
| | | | | | | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/datefix.js` and deletes the files
| * | Convert methods to ES6 exportsKushal Pandya2018-10-251-39/+36
| |/
* | Merge branch 'mr-diff-data' into 'master'Filipa Lacerda2018-10-258-126/+109
|\ \ | | | | | | | | | | | | Impove diff discussion data See merge request gitlab-org/gitlab-ce!22491
| * | Fixed action & mutation specsPhil Hughes2018-10-252-44/+29
| | |
| * | Update the state, not a paramPhil Hughes2018-10-253-56/+57
| | | | | | | | | | | | | | | Also fixed a bug where discussions wouldn't be assigned to a line when switching from discussion tab to changes tab
| * | Impove diff discussion datamr-diff-dataPhil Hughes2018-10-248-83/+80
| | | | | | | | | | | | Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
* | | Merge branch 'refactor_gitlab_kube_client' into 'master'Kamil Trzciński2018-10-257-150/+47
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor Gitlab::KubeClient Closes #52131 See merge request gitlab-org/gitlab-ce!22073
| * | | Store version within SUPPORTED_API_GROUPS hashrefactor_gitlab_kube_clientThong Kuah2018-10-235-74/+18
| | | | | | | | | | | | | | | | | | | | | | | | This removes the ability to pass in a different version. We can instead create a new entry in the SUPPORTED_API_GROUPS hash for a different version if need be.
| * | | DRY up *_clients methodsThong Kuah2018-10-231-25/+21
| | | | | | | | | | | | | | | | | | | | Build using `define_method` directly from the constant, saves us writing api_groups strings twice.
| * | | Split hashed_clients into one per api_groupThong Kuah2018-10-231-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | Essentially make #build_kubeclient do less. Should be much clearer now
| * | | Update all usages of KubeClientThong Kuah2018-10-235-12/+6
| | | | | | | | | | | | | | | | | | | | Find and replace everywhere we pass in `api_groups` to KubeClient, as no longer needed
| * | | Remove api_groups from KubeClient constructorThong Kuah2018-10-232-117/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should have access to #core_client, #rbac_client, and #extensions_client without having to pass in an awkward array. Also change api_version to default_api_version, which allows us to use a different version for an individual client. Special case for apis/extensions which only go up to v1beta1 Makes #hashed_client private Removes the #clients and #discover! methods which are un-used
* | | | Merge branch '52202-consider-moving-isjobstuck-verification-to-backend' into ↵Kamil Trzciński2018-10-2510-88/+192
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Move job stuck status to backend Closes #52202 See merge request gitlab-org/gitlab-ce!22442
| * | | | Move job stuck status to backendSteve Azzopardi2018-10-2510-88/+192
|/ / / /
* | | | Merge branch 'jlenny-UpdateAndroidTemplate' into 'master'Grzegorz Bizon2018-10-251-34/+28
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Update Android.gitlab-ci.yml template to current Android SDK version See merge request gitlab-org/gitlab-ce!22531
| * | | Update link to blog post since it didn't go out on 23rdjlenny-UpdateAndroidTemplateJason Lenny2018-10-241-1/+1
| | | |
| * | | Update Android.gitlab-ci.yml with result of new blog post: ↵Jason Lenny2018-10-231-34/+28
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/15746
* | | | Merge branch 'sh-bump-ruby-2.4.5' into 'master'Robert Speicher2018-10-245-10/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Upgrade to Ruby 2.4.5 See merge request gitlab-org/gitlab-ce!22484
| * | | | Convert parser warnings to stdout in haml_lintsh-bump-ruby-2.4.5Lin Jen-Shin2018-10-242-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16648 and this could happen from time to time, so let's just keep it.
| * | | | Add a monkey patch to squelch warnings from whitequark/parserStan Hu2018-10-241-0/+15
| | | | |
| * | | | Upgrade to Ruby 2.4.5Stan Hu2018-10-244-10/+10
| | | | |
* | | | | Merge branch 'prettify-all-the-things-7' into 'master'Tim Zallmann2018-10-2448-679/+826
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prettify all the things (part 7) See merge request gitlab-org/gitlab-ce!22257
| * | | | | Prettify all the things (part 7)Mike Greiling2018-10-2448-679/+826
|/ / / / /
* | | | | Merge branch '53070-fix-usage-ping-link' into 'master'49651-filtering-issues-by-label-produces-complicated-query-with-group-byStan Hu2018-10-242-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix usage ping link Closes #53070 See merge request gitlab-org/gitlab-ce!22545
| * | | | | Fix usage ping linkAnand2018-10-242-1/+6
|/ / / / /
* | | | | Merge branch 'fix/secpick-ee' into 'master'Robert Speicher2018-10-241-4/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix secpick to use EE and guess branch name Closes gitlab-org/release/tasks#483 See merge request gitlab-org/gitlab-ce!22517
| * | | | | Fix secpick to use EE and guess branch nameJames Lopez2018-10-241-4/+10
|/ / / / /
* | | | | Merge branch 'backport-ce-for-5781-operations-homepage-mvc-frontend' into ↵Annabel Dunstone Gray2018-10-241-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Backport scss changes for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973 See merge request gitlab-org/gitlab-ce!22503
| * | | | | Backport scss changes for ee 7973backport-ce-for-5781-operations-homepage-mvc-frontendAdriel Santiago2018-10-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
* | | | | | Merge branch 'autodevops-docs-update' into 'master'Mike Lewis2018-10-241-39/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify auto review apps deployment, jobs skipped by license, disabling at… See merge request gitlab-org/gitlab-ce!22403
| * | | | | | clarify auto review apps deployment, jobs skipped by license, disabling at…Daniel Gruesso2018-10-241-39/+76
|/ / / / / /
* | | | | | Merge branch 'consider-added-specs-in-danger-checks' into 'master'Robert Speicher2018-10-241-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also count specs in new files in Danger check See merge request gitlab-org/gitlab-ce!22543
| * | | | | | Also count specs in new files in Danger checkconsider-added-specs-in-danger-checksSean McGivern2018-10-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a Danger check that warns if you made changes in app/ but not in spec/. However, this only checked for changed files - not new files. If you added an app file with no specs, it wouldn't warn; and it would warn erroneously if you added a missing spec file while changing a file in app/.
* | | | | | | Merge branch 'remove-unused-rails5-variables' into 'master'Robert Speicher2018-10-241-6/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused rails5-variables See merge request gitlab-org/gitlab-ce!22561
| * | | | | | | Remove unused rails5-variablesremove-unused-rails5-variablesLin Jen-Shin2018-10-241-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They're no longer used and have no effect
* | | | | | | | Merge branch 'fix/limit-flash-notice-width' into 'master'Phil Hughes2018-10-244-9/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit flash notice width for fixed layout and improve spacing for fluid layout Closes #32868 See merge request gitlab-org/gitlab-ce!16482