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
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-11Fix deploy key testMark Lapierre
Fetch a specific key's fingerprint instead of all fingerprints. Check for the specific key by title and expected fingerprint. This avoids the use of `all`, which can be unreliable.
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-12Use gitlab-ui loading iconClement Ho
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-09refactor "deploy_keys" to use axiosPaul Slaughter
2018-05-07Make deploy keys table more clearly structuredLukas Eipert
2018-02-23Refactored webpack bundle tag for deploy keysConstance Okoghenun
2018-01-22Also test if the fingerprint is correctLin Jen-Shin
2018-01-19Add .qa-project-deploy-keys to locate itLin Jen-Shin
Without this, it's very hard to locate it.
2018-01-17fixed conflictsPhil Hughes
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-11Merge branch 'master' into 38869-datetimeFilipa Lacerda
* master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
2017-12-07Fixed remove deploy key loading icon not being removed after cancelingPhil Hughes
Closes #37595
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-09-19Change all instances of btn-sm to btn-small to keep things consistentJedidiah
2017-06-07Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable
Implement ability to update deploy keys Closes #3191 See merge request !10383
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-04Fixed Karma specPhil Hughes
2017-05-04Updated webpack configPhil Hughes
2017-05-02Component specsPhil Hughes
2017-05-02Started specs [ci skip]Phil Hughes
2017-04-28Fixed some spinach & rspec testsPhil Hughes
2017-04-28Updated some Vue specific JSPhil Hughes