- 16 Apr, 2018 27 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (124 commits) Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy Add note about support of variables policy to docs Revert and fix corrected git cheat sheet url Bump parser gem to 2.5.1.0 to remove warning in rspec Update invalid test application_settings_controller_spec.rb Use stable docker image instead of latest Handle cancelled request Stop polling and fetch the table [ci skip] Updates table when stage is clicked Backport GitLab domain helper methods use jquery object in togglePopover Fix other listeners Fix the metrics link being not rendering the html Fix feature_highlight listener Update custom issue tracker docs ...
-
Yorick Peterse authored
Double-checked internal ID generation for transition phase Closes #45269 See merge request gitlab-org/gitlab-ce!18392
-
Rémy Coutable authored
corrected git cheat sheet url See merge request gitlab-org/gitlab-ce!18385
-
Robert Speicher authored
Bump parser gem to 2.5.1.0 to remove warning in rspec See merge request gitlab-org/gitlab-ce!18384
-
Rémy Coutable authored
Use direct link rather than redirect for the 2F2 documentation page See merge request gitlab-org/gitlab-ce!18273
-
Rémy Coutable authored
Added missing actions in todos docs Closes #44803 See merge request gitlab-org/gitlab-ce!18247
-
Grzegorz Bizon authored
Add note about support of variables policy to docs Closes #45301 See merge request gitlab-org/gitlab-ce!18387
-
Nick Thomas authored
Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331
-
Andreas Brandl authored
This is useful for a transition period to migrate away from `NoninternalAtomicId`. In a situation where both the old and new code to generate a iid value is run at the same time (for example, during a deploy different nodes may serve both versions), this will lead to problems regarding the correct `last_value`. That is, what we track in `InternalId` may get out of sync with the maximum iid present for issues. With this change, we double-check that and correct the `last_value` with the maximum iid found in issues if necessary. This is subject to be removed with the 10.8 release and tracked over here: https://gitlab.com/gitlab-org/gitlab-ce/issues/45389 Closes #45269.
-
Yorick Peterse authored
Validate project path prior to hitting the database. Closes #45247 See merge request gitlab-org/gitlab-ce!18322
-
Phil Hughes authored
Resolve "Pipeline view stages showing incorrectly" Closes #40487 See merge request gitlab-org/gitlab-ce!18254
-
Grzegorz Bizon authored
Embedded Snippets Support Closes #8088 See merge request gitlab-org/gitlab-ce!15695
-
Phil Hughes authored
Resolve "skeleton placeholder on diff has white background" Closes #44294 See merge request gitlab-org/gitlab-ce!17792
-
Simon Knox authored
-
Filipa Lacerda authored
Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505
-
Sean McGivern authored
Update custom issue tracker docs See merge request gitlab-org/gitlab-ce!18375
-
Sean McGivern authored
Merge branch '45278-failing-current_settings_spec-rb-on-master-when-env-in_memory_application_settings-is-true-returns-an-in-memory-applicationsetting-object' into 'master' Resolve "Failing current_settings_spec.rb on master (when ENV["IN_MEMORY_APPLICATION_SETTINGS"] is true returns an in-memory ApplicationSetting object)" Closes #45278 See merge request gitlab-org/gitlab-ce!18388
-
Filipa Lacerda authored
Fix "Uncaught TypeError: Cannot read property 'getAttribute' of null" See merge request gitlab-org/gitlab-ce!18358
-
Rémy Coutable authored
Replace the `project/commits/comments.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18356
-
blackst0ne authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Backport GitLab domain helper methods See merge request gitlab-org/gitlab-ce!18376
-
Douwe Maan authored
Don't reset application settings checkboxes when save another section Closes #45343 See merge request gitlab-org/gitlab-ce!18366
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Allow `rake cache:clear` clearing pipeline status cache Closes #44582 See merge request gitlab-org/gitlab-ce!18257
-
- 15 Apr, 2018 2 commits
-
-
Luke Bennett authored
-
Vasyl Vavrychuk authored
Previous one returned HTTP 404. It was discussed in http://gitlab.com/gitlab-com/marketing/general/issues/1966 that it is preffered to use /press based git cheat sheet pdf because it is opened in browser's pdf viewer by default rather than downloaded.
-
- 14 Apr, 2018 3 commits
-
-
Stan Hu authored
-
Stan Hu authored
Display relevant browser console output when an RSpec test fails. See merge request gitlab-org/gitlab-ce!18355
-
Filipa Lacerda authored
-
- 13 Apr, 2018 8 commits
-
-
Dmitriy Zaporozhets authored
There are 2 problems with this spec: 1. It checks for default visiblity level however there is not code in controller to handle such default. Same check can be performed on model directly. 2. It passes empty application_setting hash while controller requires application_setting not to be empty by using `require` with `permit` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Nick Thomas authored
Use stable docker image instead of latest See merge request gitlab-org/gitlab-ce!18373
-
Philippe Lafoucrière authored
-
Mike Greiling authored
Update gitlab-svgs to 1.18.0 See merge request gitlab-org/gitlab-ce!18369
-
Mike Greiling authored
Resolve "Raw HTML is being shown on the MR page from Performance widget" Closes #45353 See merge request gitlab-org/gitlab-ce!18370
-
Filipa Lacerda authored
-
Filipa Lacerda authored
[ci skip] Adds specs Adds specs
-
Filipa Lacerda authored
-