Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support new auto-deploy helm chartfix-autodevops-monitoring | Alessio Caiazza | 2017-09-20 | 1 | -4/+0 |
| | | | | | | | 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 | ||||
* | Merge branch 'jk-update-dependencies' into 'master' | Achilleas Pipinellis | 2017-09-08 | 1 | -293/+326 |
|\ | | | | | | | | | Update dependencies license list for 10.0 See merge request !14137 | ||||
| * | Update dependencies license list for 10.0jk-update-dependencies | Jarka Kadlecova | 2017-09-08 | 1 | -293/+326 |
| | | |||||
* | | Update license templates for 10.0jk-update-templates | Jarka Kadlecova | 2017-09-08 | 4 | -4/+55 |
|/ | |||||
* | Update rails template to include postgreszj-update-rails-template | Zeger-Jan van de Weg | 2017-09-07 | 1 | -0/+0 |
| | |||||
* | Merge branch 'events-migration-cleanup' into 'master' | Sean McGivern | 2017-09-07 | 3 | -0/+0 |
|\ | | | | | | | | | | | | | Finish migration to the new events setup Closes #37241 See merge request !13932 | ||||
| * | Update project templates to new import version | Zeger-Jan van de Weg | 2017-09-07 | 3 | -0/+0 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Update templates for 10.0update-templates-for-10-0 | Alessio Caiazza | 2017-09-07 | 14 | -22/+572 |
|/ | |||||
* | Merge branch 'update-gitignore-9-5' into 'master' | Rémy Coutable | 2017-09-05 | 11 | -48/+58 |
|\ | | | | | | | | | update gitignores and licenses See merge request !13423 | ||||
| * | update gitignores and licenses - generated by bin/rake gitlab:update_templatesupdate-gitignore-9-5 | Simon Knox | 2017-08-09 | 11 | -48/+58 |
| | | |||||
* | | Merge branch 'zj-update-templates-with-warning-header' into 'master' | Stan Hu | 2017-08-28 | 3 | -0/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Update templates to include header in the README Closes #36904 See merge request !13785 | ||||
| * | | Update templates to include header in the README | Zeger-Jan van de Weg | 2017-08-23 | 3 | -0/+0 |
| | | | |||||
* | | | Changed all font-weight values to 400 and 600 | Dimitrie Hoekstra | 2017-08-24 | 2 | -18/+18 |
|/ / | |||||
* | | Add two more project templateszj-add-two-more-project-templates | Z.J. van de Weg | 2017-08-15 | 2 | -0/+0 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Update rails tempalte to not contain gitlab-test | Zeger-Jan van de Weg | 2017-08-14 | 1 | -0/+0 |
|/ | | | | [ci skip] | ||||
* | Merge branch '15664-remove-jquery-nicescroll' into 'master' | Phil Hughes | 2017-08-07 | 1 | -3634/+0 |
|\ | | | | | | | | | | | | | Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262 | ||||
| * | remove nicescroll from jobs page and remove the library from common.bundle.js | Mike Greiling | 2017-08-04 | 1 | -3634/+0 |
| | | |||||
* | | Merge branch 'master' into zj-project-templates | Filipa Lacerda | 2017-08-07 | 5 | -6422/+34 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | | Fix issues with pdf-js dependencies | Mike Greiling | 2017-08-07 | 4 | -3429/+34 |
| |/ | |||||
| * | include cropper jQuery plugin as an npm moduleuse-npm-cropper | Mike Greiling | 2017-08-01 | 1 | -2993/+0 |
| | | |||||
* | | Allow projects to be started from a template | Z.J. van de Weg | 2017-07-28 | 1 | -0/+0 |
|/ | | | | | | | | | | | | 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. | ||||
* | Merge branch 'jej/9-4-update-license-list' into 'master' | Rémy Coutable | 2017-07-11 | 1 | -260/+300 |
|\ | | | | | | | | | Updated vendor/licenses.csv for 9.4 See merge request !12788 | ||||
| * | Updated vendor/licenses.csv for 9.4 | James Edwards-Jones | 2017-07-11 | 1 | -260/+300 |
| | | | | | | | | | | 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 | ||||
* | | Update CI templates for 9.4 | James Edwards-Jones | 2017-07-11 | 4 | -20/+25 |
|/ | |||||
* | Improve & fix the performance bar UI and behavior | Rémy Coutable | 2017-07-06 | 1 | -94/+0 |
| | |||||
* | Merge branch 'cherry-pick-ecd49e82' into 'master' | Clement Ho | 2017-06-27 | 31 | -34/+234 |
|\ | | | | | | | | | Update templates for 9.3 See merge request !12461 | ||||
| * | Merge branch 'update-9-3-templates' into '9-3-stable'cherry-pick-ecd49e82 | Clement Ho | 2017-06-26 | 31 | -34/+234 |
| | | | | | | | | | | Update templates for 9.3 See merge request !12041 | ||||
* | | Merge branch 'update-9-3-dependencies-license-list' into '9-3-stable'cherry-pick-91c122d5 | Clement Ho | 2017-06-26 | 1 | -49/+59 |
|/ | | | | | Update dependencies list for 9.3 See merge request !12042 | ||||
* | Fix vendor/peek.js so that it can be bundled with Webpack | Rémy Coutable | 2017-06-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix linting, route, and specs | Rémy Coutable | 2017-06-09 | 1 | -8/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve the JS for the `p b` shortcut and fix its CSS | Rémy Coutable | 2017-06-09 | 1 | -5/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix spec failures and add a feature flag for the performance bar | Rémy Coutable | 2017-06-09 | 1 | -4/+9 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix Rubocop offenses, improve SQL duration format and changelog entry | Rémy Coutable | 2017-06-09 | 2 | -31/+12 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Small adjustments | Rémy Coutable | 2017-06-09 | 1 | -258/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Display queries duration in performance bar queries modal | Rémy Coutable | 2017-06-09 | 1 | -8/+14 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve UI of the performance bar | Rémy Coutable | 2017-06-09 | 1 | -0/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix replacement of Pygments with Rouge | Rémy Coutable | 2017-06-09 | 2 | -6/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Replace Tipsy by Bootstrap's tooltips | Rémy Coutable | 2017-06-09 | 3 | -54/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Tweak Peek to display SQL queries | Rémy Coutable | 2017-06-09 | 2 | -30/+25 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | New performance bar that can be enabled with the `p b` shortcut | Rémy Coutable | 2017-06-09 | 5 | -0/+676 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Upgrade to task_list v2 | Jared Deckard | 2017-05-23 | 1 | -258/+0 |
| | |||||
* | Merge branch 'update-templates-for-9-2' into 'master' | Timothy Andrew | 2017-05-08 | 11 | -1/+99 |
|\ | | | | | | | | | Update gitignore, dockerfile, and license templates for 9.2 See merge request !11158 | ||||
| * | Update gitignore, dockerfile, and license templates for 9.2.update-templates-for-9-2 | Timothy Andrew | 2017-05-08 | 11 | -1/+99 |
| | | |||||
* | | Update the vendor licenses file for 9.2.update-deps-licenses-for-9-2 | Timothy Andrew | 2017-05-08 | 1 | -139/+158 |
|/ | |||||
* | Submodule Dockerfile templates | Zeger-Jan van de Weg | 2017-04-26 | 5 | -0/+51 |
| | |||||
* | Merge branch 'notebooklab-in-repo' into 'master' | Jacob Schatz | 2017-04-24 | 1 | -5733/+0 |
|\ | | | | | | | | | Moved NotebookLab assets into repo See merge request !10630 | ||||
| * | Merge branch 'master' into notebooklab-in-repo | Phil Hughes | 2017-04-13 | 18 | -372/+566 |
| |\ | |||||
| * | | Removed notebooklab vendor file | Phil Hughes | 2017-04-11 | 1 | -5887/+0 |
| | | | |||||
* | | | Update CI templates to include 9.1 templates | Zeger-Jan van de Weg | 2017-04-20 | 3 | -8/+86 |
| | | | |||||
* | | | Correctly parse katex math in IPyhton notebooksnotebook-katex-rendering-improvements | Phil Hughes | 2017-04-13 | 1 | -15/+44 |
| |/ |/| | | | | | | | | | | | | | | | | | Previously only some of the math was getting parsed. This makes it so that different math options are possible & correctly parsed Also fixes an issue that meant HTML was being outputted that could cause an XSS Closes #30900 |