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-01-15Upgrade prettier and reformat files as necessaryMike Greiling
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
2019-01-09Use monospace font for registry table tag id and tag nameClement Ho
2018-12-07Remove unused codeFilipa Lacerda
2018-12-07Reduces technical debtFilipa Lacerda
Updates icons to use gitlab-svg Updates buttons to use gitlab-ui Updates broken tests
2018-12-07Replaces vue-resource with axios for registry codeFilipa Lacerda
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-17Prettify registry and reports modulesMike 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-09-07Delete a container registry asynchronouslyStan Hu
When a container registry has many tags, it's easy for the DELETE call to take more than 60 seconds and fail. This can also leave the registry in a bad state with null bytes since some of the images have been deleted with tags still pointing to them. In addition, we have to prevent users from accidentally initiating the delete multiple times or this could leave the registry with orphaned tags. This commit also adds a flash message to notify the user the registry is scheduled for deletion. Closes #49926, #51063
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-29fix `spaced-comment`Lukas Eipert
2018-05-29fix `no-unused-vars`Lukas Eipert
2018-05-16Merge branch 'master' into bootstrap4Clement Ho
2018-05-16Remove docker pull prefix from registry clipboard featureLars Greiss
2018-05-11Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/groups/group_members/index.html.haml
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-05-07Add missing tooltip to creation date on container registry overviewLars Greiss
Signed-off-by: Lars Greiss <l.greiss@mediacologne.de>
2018-04-25Merge branch 'master' into bootstrap4Clement Ho
2018-04-23add default exports to prevent rewire plugin from breaking vuexMike Greiling
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-03-07Removes btn-transparent and btn-clipboard as default classes for clipboard ↵Filipa Lacerda
button component Changes after review
2018-03-02Remove registry list webpack entry pointClement Ho
2018-01-08Fix more eslint rulesFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2017-11-13Formats bytes to human reabale number in registry tableFilipa Lacerda
2017-10-23Fix deletion of container registry or images returning an errorStan Hu
A successful DELETE call would result in a 204 No Content result, which would have an empty response body. Don't automatically try to parse this value as JSON both because there is no additional information passed in the response body. Closes #39354
2017-10-19Fix broken function invocationFilipa Lacerda
2017-10-17Add short_revision and use total_sizeKamil Trzcinski
2017-09-28[ci skip] Render separator only when both values are presentFilipa Lacerda
2017-09-28Improve loading iconFilipa Lacerda
2017-09-27Simplifies HTML by removing the empty state in cellsFilipa Lacerda
2017-09-27Changes after reviewFilipa Lacerda
2017-09-26Fixes destroy endpointFilipa Lacerda
2017-09-26Adds tests for new table componentFilipa Lacerda
Fixes eslint problems
2017-09-25Moves table component into a separate oneFilipa Lacerda
Adds better support for i18n
2017-09-25Improves toggle methodFilipa Lacerda
2017-09-25Changes after reviewFilipa Lacerda
2017-09-22Adds paginationFilipa Lacerda
Adds specs
2017-09-20[ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda
Formats dates Fixes clipboard button Simplifies HTML
2017-09-19[ci skip] First iteration: port haml into vueFilipa Lacerda
2017-09-19Adds clipboard button componentFilipa Lacerda
2017-09-19Init store for registryFilipa Lacerda