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
2017-05-03Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda
2017-04-27Use vue files for vue components.Filipa Lacerda
2017-04-21Refactor environments components into vue files - part 3Filipa Lacerda
2017-04-20Refactor into .vue filesFilipa Lacerda
2017-04-20Refactor into .vue files part 2Filipa Lacerda
2017-04-07Backport of EE changes in environments testsFilipa Lacerda
2017-04-06Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil Trzciński
Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
2017-04-04Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran
Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
2017-04-04Fixes broken lintsFilipa Lacerda
Adds js unit tests
2017-04-03Clean history after every test that changes historyFilipa Lacerda
2017-03-31Add metrics button to Environment Overview pageKushal Pandya
2017-03-29Adds tests that were only in EEFilipa Lacerda
2017-03-28Fix broken testFilipa Lacerda
2017-03-28Adds show all buttonFilipa Lacerda
2017-03-14Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-26Remove unused testFilipa Lacerda
2017-02-16Merge branch 'fe-paginated-environments-api-add-pagination' into ↵Filipa Lacerda
fe-paginated-environments-api-add-subview * fe-paginated-environments-api-add-pagination: Changes after review Rename storePagination to setPagination
2017-02-16Rename storePagination to setPaginationFilipa Lacerda
2017-02-16Fix broken testsFilipa Lacerda
2017-02-15Move change page param to utility functionFilipa Lacerda
Add tests Adds folder name in the top of the table
2017-02-12Add pagination tests for environments tableFilipa Lacerda
Remove fdescribe statement Fix conflict
2017-02-12Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda
Changes after review Fix typo
2017-02-12Integrates pagination component with APIFilipa Lacerda
Adds pagination tests Remove misplaced comment Fix broken store test
2017-02-12Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda
* master: (97 commits) convert js-cookie dependency to an npm module convert timeago.js dependency to an npm module remove vue from vendor since it is now in node_modules Add CHANGELOG file Stylize blockquote in notification emails Add js prefix to right sidebar Replace accidentally deleted metaclick Remove right padding from navbar-collapse on large screens Add changelog common_utils merge conflicts Set sidebar height to 100% if at top of page Set height of fixed sidebars with js Add sticky sidebar on wiki page Fix comment button test for slash commands Fix time tracking spec Fix issue boards sidebar alignment and sidebar toggle spec Fix failing conflicts test Fix build sidebar scrolling Refactor JS Fix pinned sidebar alignment ...
2017-02-11convert timeago.js dependency to an npm moduleMike Greiling
2017-02-09Fix broken test and linter errorFilipa Lacerda
2017-02-09Use CJS in all environments componentsFilipa Lacerda
2017-02-09Use CJS for tests.Filipa Lacerda
Updates expected model in tests
2017-02-09Adjustments for the new response with countersFilipa Lacerda
a
2017-02-09Adjustments to receive new data schemaFilipa Lacerda
2017-02-07Fix stoppable?Kamil Trzcinski
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-25Flag multiple empty lines in eslint, fix offenses.Bryce Johnson
2017-01-12Adds testsFilipa Lacerda
Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out
2017-01-10fix globals within environments_bundle mock dataMike Greiling
2017-01-10use ~ to reference non-local scripts instead of resolve.rootMike Greiling
2017-01-10move additional libraries into spec_helperMike Greiling
2017-01-10include spec_helper within karma config rather than each individual testMike Greiling
2017-01-10correct vue require statementsMike Greiling
2017-01-10correct misnamed require statementsMike Greiling
2017-01-10fix spec_helper missing/broken referencesMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-05replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling
dependency on Teaspoon
2017-01-03update all frontend tests to point to precompiled fixturesMike Greiling
2016-12-09Adds testsFilipa Lacerda
2016-12-09Uniformize props name formatFilipa Lacerda
2016-11-30Fix comma-dangle in function's arguments errorsFilipa Lacerda
2016-11-30Use created date from last_deploymentFilipa Lacerda
Adds test Adds changelog entry
2016-11-29Remove JSX/React eslint plugins.Luke "Jared" Bennett
Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs