| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Resolve "Default Web IDE's merge request checkbox to true"
Closes #60034
See merge request gitlab-org/gitlab-ce!28665
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master'
Resolve "common_utils_spec.js fails locally for roundOffFloat"
Closes #61910
See merge request gitlab-org/gitlab-ce!28963
|
| |
| |
| |
| |
| |
| |
| |
| | |
Update tests to use toBeCloseTo instead of toBe for
floating point checks.
More info here:
https://jestjs.io/docs/en/expect#tobeclosetonumber-numdigits
|
|\ \
| | |
| | |
| | |
| | | |
Add single_stat chart component to the monitoring bundle
See merge request gitlab-org/gitlab-ce!28948
|
| | |
| | |
| | |
| | |
| | | |
This merge requests just adds the component without integrating it
to the dashboard, it adds tests as well
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Jestify some specs that start with "A"
See merge request gitlab-org/gitlab-ce!28727
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ /
|/| |
| | |
| | | |
Connect frontend UI with backend api for external dashboard link
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix warning in spec from committing unused mutation
See merge request gitlab-org/gitlab-ce!28815
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add global isSafeURL utility
See merge request gitlab-org/gitlab-ce!28943
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Handling password on import by url page
See merge request gitlab/gitlabhq!3061
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refactor and abstract Auto Merge Processes
See merge request gitlab-org/gitlab-ce!28595
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
A few minor frontend changes to complete the refactoring
from MWPS to the more generic autoMergeStrategy.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
- Update avatars to use only sizes from the 8px grid
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Move some project routes under - scope
See merge request gitlab-org/gitlab-ce!28830
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |_|_|/ / /
|/| | | | | |
|
| |_|_|_|/
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
|
| | | |
| | | |
| | | |
| | | | |
Revert useless timeout added in karma spec
|
|/ / / |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Improve performance of jobs controller show
Closes #60708
See merge request gitlab-org/gitlab-ce!28093
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
backstage/gb/improve-jobs-controller-performance
* commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes style lint errors
|
| | |
| | |
| | |
| | | |
Updates tests
|
| |/
|/|
| |
| |
| | |
This changes the monitoring javascript store from
an object based to a vuex one
|