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/vendor
AgeCommit message (Collapse)Author
2017-11-30Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann
Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531
2017-11-29remove vendored clipboard library in favor of package.json entryMike Greiling
2017-11-28Remove serialised diff and commit columnsSean McGivern
The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-11-10Merge branch 'winh-update-licenses-10-2' into 'master'Oswaldo Ferreira
Update licenses for 10.2 See merge request gitlab-org/gitlab-ce!15318
2017-11-10Update licenses for 10.2Winnie Hellmann
2017-11-10Update templates for 10.2Winnie Hellmann
2017-11-07Upgrade vendored templatesAlessio Caiazza
2017-11-03Remove Peek's original keyboard shortcut (numpad 0, keycode 96)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann
2017-10-12Merge branch 'update-licenses.csv' into 'master'Rémy Coutable
Update dependencies license list See merge request gitlab-org/gitlab-ce!14845
2017-10-12Update licensesLin Jen-Shin
Followed the command from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#step-4-update-the-dependencies-license-list bin/bundle exec license_finder report --format=csv --save=vendor/licenses.csv
2017-10-12Update templates via:Lin Jen-Shin
bin/rake gitlab:update_templates
2017-09-20Support new auto-deploy helm chartAlessio Caiazza
New auto-deploy helm chart has new names in order to support Auto Monitoring. Works with, but does not require charts/charts.gitlab.io!66 See gitlab-ce#38028
2017-09-08Merge branch 'jk-update-dependencies' into 'master'Achilleas Pipinellis
Update dependencies license list for 10.0 See merge request !14137
2017-09-08Update dependencies license list for 10.0Jarka Kadlecova
2017-09-08Update license templates for 10.0Jarka Kadlecova
2017-09-07Update rails template to include postgresZeger-Jan van de Weg
2017-09-07Merge branch 'events-migration-cleanup' into 'master'Sean McGivern
Finish migration to the new events setup Closes #37241 See merge request !13932
2017-09-07Update project templates to new import versionZeger-Jan van de Weg
If the import version changes, we need to update a few project templates to match this new version. In a seperate commit I'll update the docs to reflect this.
2017-09-07Update templates for 10.0Alessio Caiazza
2017-09-05Merge branch 'update-gitignore-9-5' into 'master'Rémy Coutable
update gitignores and licenses See merge request !13423
2017-08-28Merge branch 'zj-update-templates-with-warning-header' into 'master'Stan Hu
Update templates to include header in the README Closes #36904 See merge request !13785
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-23Update templates to include header in the READMEZeger-Jan van de Weg
2017-08-15Add two more project templatesZ.J. van de Weg
Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
2017-08-14Update rails tempalte to not contain gitlab-testZeger-Jan van de Weg
[ci skip]
2017-08-09update gitignores and licenses - generated by bin/rake gitlab:update_templatesSimon Knox
2017-08-07Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes
Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
* master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-08-04remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling
2017-08-01include cropper jQuery plugin as an npm moduleMike Greiling
2017-07-28Allow projects to be started from a templateZ.J. van de Weg
Started implementation for the first iteration of gitlab-org/gitlab-ce#32420. This will allow users to select a template to start with, instead of an empty repository in the project just created. Internally this is basically a small extension of the ImportExport GitLab projects we already support. We just import a certain import tar archive. This commits includes the first one: Ruby on Rails. In the future more will be added.
2017-07-11Merge branch 'jej/9-4-update-license-list' into 'master'Rémy Coutable
Updated vendor/licenses.csv for 9.4 See merge request !12788
2017-07-11Updated vendor/licenses.csv for 9.4James Edwards-Jones
Autogenerated using `bin/bundle exec license_finder report --format=csv --save=vendor/licenses.csv` Required license_finder 3.0.1 for https://github.com/pivotal/LicenseFinder/pull/304
2017-07-11Update CI templates for 9.4James Edwards-Jones
2017-07-06Improve & fix the performance bar UI and behaviorRémy Coutable
2017-06-27Merge branch 'cherry-pick-ecd49e82' into 'master'Clement Ho
Update templates for 9.3 See merge request !12461
2017-06-26Merge branch 'update-9-3-dependencies-license-list' into '9-3-stable'Clement Ho
Update dependencies list for 9.3 See merge request !12042
2017-06-26Merge branch 'update-9-3-templates' into '9-3-stable'Clement Ho
Update templates for 9.3 See merge request !12041
2017-06-09Fix vendor/peek.js so that it can be bundled with WebpackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix linting, route, and specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve the JS for the `p b` shortcut and fix its CSSRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix spec failures and add a feature flag for the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Small adjustmentsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Display queries duration in performance bar queries modalRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve UI of the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>