| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Updates dependencies license list
See merge request gitlab-org/gitlab-ce!15905
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Refactor 'copy-to-clipboard.js'
See merge request gitlab-org/gitlab-ce!15531
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\
| |
| |
| |
| | |
Update licenses for 10.2
See merge request gitlab-org/gitlab-ce!15318
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Update dependencies license list
See merge request gitlab-org/gitlab-ce!14845
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
bin/rake gitlab:update_templates
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
Update dependencies license list for 10.0
See merge request !14137
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Finish migration to the new events setup
Closes #37241
See merge request !13932
|
| |
| |
| |
| |
| |
| |
| | |
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 gitignores and licenses
See merge request !13423
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Update templates to include header in the README
Closes #36904
See merge request !13785
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
| |
[ci skip]
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Remove jQuery Nicescroll"
Closes #15664, #30860, and #35885
See merge request !13262
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
...
|
| |/ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
Updated vendor/licenses.csv for 9.4
See merge request !12788
|
| |
| |
| |
| |
| | |
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 templates for 9.3
See merge request !12461
|
| |
| |
| |
| |
| | |
Update templates for 9.3
See merge request !12041
|
|/
|
|
|
| |
Update dependencies list for 9.3
See merge request !12042
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|