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-06-21Merge branch 'paginate-license-management' into 'master'Filipa Lacerda
Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
2019-06-20Merge branch 'last-commit-repo-widget' into 'master'Filipa Lacerda
Render last commit widget with Vue Closes #62766 See merge request gitlab-org/gitlab-ce!29419
2019-06-20Paginate license management and add license searchFernando
First pass at license pagination * Paginate license management client side * Refactor license list into seperate component Add string filtering to license names * Add search input to query on license name Add add license button * Refactor add license button to be a slot Clean up styles and button state logic * Clean up alignment * Disable button when dorpdown is open Remove client side alphabetical sorting * Let the databse return order by date Refactor list to use row slot Further abstract pagination list compnent Finish refactor of paginated list * Refactor component into generic paginated list component * Add additional style tweaks + responsive classes Run prettier Update license_management_spec Run Prettier Add unit tests for paginated list component * Refactor template to be valid html (li in ul) * Add jest unit tests Add additional unit tests * Add unit tests around pagination and search states Add unit tests for filter props Pretty print, lint, and add changelog Update po files Regernate pot file Backport EE changes * Update paginated list component * Update specs and snapshot Add POT file Update default copy for pagianted list * update copy for empty and empty search result states Update pot file Backport changes from EE merge request * Paginaed list component and specs Backport EE changes Update paginated list snapshot Update license management docs and images Backport paginated-list component from EE Link to gitlab-ui artifacts job Match gitlab ui build to EE Update pot file Backport Paginated list changes Set gitlab-ui to temp artifact Add changelog
2019-06-19Render tree last commit widget with VuePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62766
2019-06-19Added forked projects API call functionPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
2019-06-17Fix IDE commit to use start_refPaul Slaughter
**Why?** The branch HEAD could be changed since the IDE was opened. This leads to user's unintentionally creating commits that overwrite other changes. https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
2019-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
62966-embed-zoom-call-in-issue-mvc
2019-06-14Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt
- Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
2019-06-14Add Join meeting button to Issues with Zoom linksSimon Knox
Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
2019-06-13Click file row in repository Vue app to view filePhil Hughes
2019-06-12Extract ide_status_list from ide_status_barPaul Slaughter
**Why?** The ide_status_list will be used and extended in EE.
2019-06-10Add LFS blob ID to GraphQL blob typePhil Hughes
2019-06-10Merge branch 'ce-5276-3-update-ide-diff-and-mirror-modules' into 'master'Phil Hughes
[CE for Part 3] Update IDE file mirror service (ce utils) See merge request gitlab-org/gitlab-ce!29360
2019-06-07Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho
Backport of EE Displaying Blocking MRs See merge request gitlab-org/gitlab-ce!29095
2019-06-07Update IDE file mirror service (ce utils)Paul Slaughter
**Notes:** This module is a client to the webide-file-sync service. https://gitlab.com/gitlab-org/webide-file-sync
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-06Merge branch '59232-add-storage-counter-ce' into 'master'Phil Hughes
CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
2019-06-06Increase Jest timeout on CI to 5 secondsWinnie Hellmann
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-06-06Add a New Copy Button That Works in ModalsAndrew Fontaine
This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
2019-06-06Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes
'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
2019-06-06CE Backport: Show tree within Epic containing child Epics and IssuesKushal Pandya
2019-06-06Default MR checkbox to true in most casesSam Bigelow
- Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
2019-06-06Backport of EE Displaying Blocking MRsSam Bigelow
This MR is a backport of an EE merge request
2019-06-06Migrate old notes app test from Karma to JestMartin Hanzel
2019-06-05Adds hashed option to bs linked optionsFilipa Lacerda
Adds isOdd function
2019-06-05Add web_url to tree entry in GraphQL APIPhil Hughes
2019-06-05Merge branch 'fix-external-dashboard-specs' into 'master'Clement Ho
Fix "operation settings external dashboard component" Jest specs See merge request gitlab-org/gitlab-ce!29160
2019-06-05Merge branch 'fe-jestify-specs-starting-with-a-1' into 'master'Mike Greiling
Jestify some specs that start with "A" See merge request gitlab-org/gitlab-ce!28727
2019-06-04Fix submit button selector in specsPaul Gascou-Vaillancourt
2019-06-04Handle external dashboard form submissionAdriel Santiago
Connect frontend UI with backend api for external dashboard link
2019-06-04Jestify autosave spec and add localStorage helperPaul Slaughter
The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
2019-06-04Merge branch ↵Grzegorz Bizon
'58941-use-gitlab-serverless-with-existing-knative-installation' into 'master' Resolve "Use GitLab serverless with existing Knative installation" Closes #58941 See merge request gitlab-org/gitlab-ce!27173
2019-06-04Add expand/collapse buttonAdriel Santiago
Add ability to expand/collapse operation settings
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-03Merge branch '58269-separate-update-patch' into 'master'Mike Greiling
Do not display Update app button when saving Knative domain name Closes #58269 See merge request gitlab-org/gitlab-ce!28904
2019-06-03Merge branch 'issafeurl-utility' into 'master'Kushal Pandya
Add global isSafeURL utility See merge request gitlab-org/gitlab-ce!28943
2019-06-03Move NoteApp tests to JestWinnie Hellmann
2019-06-03Add global isSafeURL utilityPaul Gascou-Vaillancourt
- Added isSafeURL utility based on prior work in gitlab-ee - Also added isAbsoluteOrRootRelative() and getBaseURL() utils, needed by isSafeURL - Removed URL() fallback because URL() is now polyfilled - Updated specs
2019-06-03Fix frontend tests related to autoMergeStrategyNathan Friend
A few minor frontend changes to complete the refactoring from MWPS to the more generic autoMergeStrategy.
2019-06-03Abstract auto merge processesShinya Maeda
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
2019-05-31Jestify api specPaul Slaughter
2019-05-31Jestify activities specPaul Slaughter
Also add `jQuery` to global in `test_setup`. This was needed because: - `vendor/jquery.endless-scroll` depends on it. - Adding it to `global` in the spec itself didn't work.
2019-05-31Add updateSuccessful/Failed props to knative appEnrique Alcantara
They are used to indicate when knative domain name has changed
2019-05-31Extract knative domain editor into a componentEnrique Alcantara
The new component also implements several improvements in the knative domain editor workflow: - Display a loading spinner when saving changes in the domain name - Display success toast message indicating changes were saved successfully. - Display error message in the contraty occurs
2019-05-30Merge branch 'vue-repo-parent-row-fixes' into 'master'Filipa Lacerda
Fixes bug with parent row component triggering multiple Vue router pushes See merge request gitlab-org/gitlab-ce!28882
2019-05-30Merge branch 'renovate/gitlab-ui-3.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862
2019-05-29Update Snapshots for MR PopoversAndrew Fontaine
A new attribute was added to `GlPopover`, so the snapshots had to be updated to match.
2019-05-29Fixes bug with parent row component triggering multiple Vue router pushesPhil Hughes