| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Resolve "Removing an image via Web IDE shows binary data"
Closes #60856
See merge request gitlab-org/gitlab-ce!30314
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Create private merge requests in forks
Closes #58583
See merge request gitlab-org/gitlab-ce!29984
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
| |/
|/|
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64143
|
| |
| |
| |
| | |
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
|
|/
|
|
| |
Move a unit test to jest and use snapshot tests
|
|
|
|
| |
Update TEST_HOST import paths. Tests all pass
|
| |
|
|
|
|
| |
- all commits squashed to make danger review happy
|
| |
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46139
|
|\
| |
| |
| |
| | |
Use absolute paths for SCSS imports
See merge request gitlab-org/gitlab-ce!30161
|
| |
| |
| |
| |
| | |
Also:
- stub MutationObserver in Jest
|
|/ |
|
|
|
|
|
| |
Events listeners have been fixed to ensure UI interactions are
properly handled in discussion notes
|
| |
|
|\
| |
| |
| |
| | |
Add jQuery in jest test_setup
See merge request gitlab-org/gitlab-ce!30100
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fetch commit message with logs_tree endpoint
See merge request gitlab-org/gitlab-ce!29796
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removes EE differences for spec/frontend/boards/modal_store_spec.js
Closes gitlab-ee#12426
See merge request gitlab-org/gitlab-ce!30084
|
| | |/
| |/| |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Update window's URL after entry's re-name
Set proper hook for correct fileLanguage
Filtered out `moved` entries from the tree
|
|\ \
| | |
| | |
| | |
| | | |
Handle dependencies between cluster managed apps installation status
See merge request gitlab-org/gitlab-ce!29999
|
| |/
| |
| |
| |
| | |
Contemplate the scenario where a K8 managed application becomes
not_installable after being installable.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is largely a straight-forward copy of the Karma spec, with the
usual Karma->Jest necessary changes.
This also fixes a bug in the implementation that was causing the tests
to fail, when run on Jest/node, whereby actions that return rejected
promises would always fail the given test. This was due to those
rejections not being caught in the same call stack in which they were
created.
|
|/
|
|
| |
Changes migration and all other places the attribute is used
|
| |
|
|\
| |
| |
| |
| | |
Backport and Docs for Paginate license management and add license search
See merge request gitlab-org/gitlab-ce!27602
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Render last commit widget with Vue
Closes #62766
See merge request gitlab-org/gitlab-ce!29419
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62766
|
|/
|
|
| |
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|
|
|
|
|
|
|
|
| |
**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
|
|\
| |
| |
| | |
62966-embed-zoom-call-in-issue-mvc
|
| |
| |
| |
| |
| |
| | |
- Upgraded gitlab-ui to v4.0.0
- Migrated pagination_links to reflect breaking changes introduced
in gitlab-ui v4.0.0
|
|/
|
|
|
| |
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
|
| |
|
|
|
|
|
| |
**Why?**
The ide_status_list will be used and extended in EE.
|
| |
|
|\
| |
| |
| |
| | |
[CE for Part 3] Update IDE file mirror service (ce utils)
See merge request gitlab-org/gitlab-ce!29360
|
| |
| |
| |
| |
| |
| | |
**Notes:**
This module is a client to the webide-file-sync service.
https://gitlab.com/gitlab-org/webide-file-sync
|
|\ \
| | |
| | |
| | |
| | | |
Backport of EE Displaying Blocking MRs
See merge request gitlab-org/gitlab-ce!29095
|
| | |
| | |
| | |
| | | |
This MR is a backport of an EE merge request
|
| |/
|/|
| |
| |
| | |
Some classes in vue_shared were used only by boards, so they were
moved to the boards directory.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
CE backport for Storage Counter changes
Closes #59232
See merge request gitlab-org/gitlab-ce!29206
|
| | |
| | |
| | |
| | | |
Adds isOdd function
|
| | | |
|