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
AgeCommit message (Collapse)Author
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Update jira-ruby to 1.7.1Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-28Remove csslabArun Kumar Mohan
2019-07-30Remove line profiler from performance barSean McGivern
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
2019-07-26Replace peek-pg with our own implementationSean McGivern
This uses an ActiveRecord subscriber to get queries and calculate the total query time from that. This means that the total will always be consistent with the queries in the table. It does however mean that we could potentially miss some queries that don't go through ActiveRecord. Making this change also allows us to unify the response JSON a little bit, making the frontend slightly simpler as a result.
2019-04-10Revert "Remove HipChat integration from GitLab"Sean McGivern
This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-02-08Remove HipChat integration from GitLabNick Thomas
2018-12-11Update License info for 11.6 feature freezeAlex Hanselka
2018-11-16Remove unneeded licenses for gitlab-org npm namsepaceMike Greiling
2018-11-08Update license listSteve Azzopardi
As of part 5 on feature freeze day, we update the license list https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-5-update-the-dependencies-license-list-on-gitlab-ce
2018-10-31Rename @gitlab-org/gitlab-svgs to @gitlab/svgsLukas Eipert
2018-10-08Updated licenses for 11.4Jan Provaznik
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-09-28Merge branch 'master' into 'remove-dropzonejs-rails'Mike Greiling
# Conflicts: # Gemfile.lock
2018-09-10Update templates and licenses for 11.3Diana Stanley
2018-09-05Add license info of unknown libraries to license_finder configuration ↵Balasankar "Balu" C
instead of direct approval
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-08Update licensesBob Van Landuyt
2018-07-09Update the dependencies license list for 11.1.0Alessio Caiazza
2018-06-08Update the dependencies license listAlessio Caiazza
2018-05-09Update the dependencies license listFilipa Lacerda
2018-04-12Update the dependencies license list for 10.7Filipa Lacerda
2018-03-20Remove dropzonejs-rails (replaced by dropzone node module)Pirate Praveen
2018-03-08Update templates and licensesJames Lopez
2018-02-0810.5 Update the dependencies license listMark Fletcher
2018-01-07Update licenses for 10.4Luke Bennett
2017-12-13Updates dependencies license listTiago Botelho
2017-11-10Update licenses for 10.2Winnie Hellmann
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-09-08Update dependencies license list for 10.0Jarka Kadlecova
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-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-05-08Update the vendor licenses file for 9.2.Timothy Andrew
2017-04-11Update licenses.csv via:Lin Jen-Shin
license_finder report --format=csv --save=vendor/licenses.csv
2017-03-13Move licenses file under the vendor folderDJ Mountney